2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
5374244e
PM
12010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2
3 * gdb.python/py-value.exp (test_inferior_function_call): New function.
4 * gdb.python/py-value.c (func1): New function.
5 (func2): Likewise.
6
a99aee83
CV
72010-07-26 Corinna Vinschen <vinschen@redhat.com>
8
9 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
10 as not to clash with .data section.
11
a04ba985
JG
122010-07-26 Jerome Guitton <guitton@adacore.com>
13
14 * gdb.base/code_elim.exp: New file.
15 * gdb.base/code_elim1.c: New file.
16 * gdb.base/code_elim2.c: New file.
17
23bd0f7c
PA
182010-07-21 Pedro Alves <pedro@codesourcery.com>
19
20 PR symtab/11827
21
22 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
23 (some_volatile_enum): New variable.
24 * gdb.base/printcmds.exp (test_print_enums): New.
25 <top level>: Call it.
26
883df6dd
SW
272010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
28
29 * gdb.cp/fpointer.cc: New test.
30 * gdb.cp/fpointer.exp: New test.
31
569b05a5
JK
322010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
33
34 * gdb.base/solib-nodir.exp: New file.
35 * lib/gdb.exp (runto): New case for a GDB internal error.
36
51d7d803
JK
372010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
38 Ulrich Weigand <uweigand@de.ibm.com>
39 Tom Tromey <tromey@redhat.com>
40
41 * gdb.base/charset-malloc.c: New file.
42 * gdb.base/charset.c (malloc_stub): New prototype.
43 (main): Call it instead of malloc itself.
44 * gdb.base/charset.exp: Use only prepare_for_testing.
45 (binfile): Remove the variable.
46
c0edd9ed
JK
472010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
48
49 Make core files the process_stratum.
50 * gdb.base/corefile.exp (run: load core again)
51 (run: sanity check we see the core file, run: with core)
52 (run: core file is cleared, attach: load core again)
53 (attach: sanity check we see the core file, attach: with core)
54 (attach: core file is cleared): New tests.
55 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
56
3cbaedff
KW
572010-07-14 Ken Werner <ken.werner@de.ibm.com>
58
59 * gdb.arch/altivec-abi.exp: New tests.
60
91158a56
TT
612010-07-13 Tom Tromey <tromey@redhat.com>
62
63 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
64 (main): Use it.
65 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
66
0f5238ed
TT
672010-07-13 Tom Tromey <tromey@redhat.com>
68
69 * gdb.base/label.exp: New file.
70 * gdb.base/label.c: New file.
71
add265ae
L
722010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
73 H.J. Lu <hongjiu.lu@intel.com>
74
75 * lib/gdb.exp (is_ilp32_target): New.
76 (is_lp64_target): Likewise.
77
78 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
79 target.
80 * gdb.arch/amd64-disp-step.exp: Likewise.
81 * gdb.arch/amd64-dword.exp: Likewise.
82 * gdb.arch/amd64-i386-address.exp: Likewise.
83 * gdb.arch/amd64-word.exp: Likewise.
84
85 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
86 target.
87 * gdb.arch/i386-bp_permanent.exp: Likewise.
88 * gdb.arch/i386-byte.exp: Likewise.
89 * gdb.arch/i386-disp-step.exp: Likewise.
90 * gdb.arch/i386-gnu-cfi.exp: Likewise.
91 * gdb.arch/i386-prologue.exp: Likewise.
92 * gdb.arch/i386-size-overlap.exp: Likewise.
93 * gdb.arch/i386-size.exp: Likewise.
94 * gdb.arch/i386-sse.exp: Likewise.
95 * gdb.arch/i386-unwind.exp: Likewise.
96 * gdb.arch/i386-word.exp: Likewise.
97
98 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
99 test only when building 64-bit executables. Do not hard-code
100 -m64 option.
101
2dfb8c17
DE
1022010-07-07 Doug Evans <dje@google.com>
103
104 * lib/gdb.exp (gdb_test_list_exact): New function.
105 * gdb.base/default.exp (show convenience): Call it, add tests for
106 $_sdata = void, $_thread = 0.
107
4e5799b6
JK
1082010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
109 Joel Brobecker <brobecker@adacore.com>
110
111 Fix re-run of PIE executable, PR shlibs/11776.
112 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
113 Remove $displacement_main to match the solib-svr4.c change. New "kill"
114 and re-"run" of the inferior.
115
1a219cc7
JK
1162010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
117 Joel Brobecker <brobecker@adacore.com>
118
119 Cope with missing /usr/sbin/prelink.
120 * lib/prelink-support.exp (prelink_no):
121 <result == 1 && $output is "no such file or directory">: New.
122 (prelink_yes): Likewise. Return on failed prelink_no.
123
5e3b36f8
JK
1242010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
125 Joel Brobecker <brobecker@adacore.com>
126
127 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
128 build_executable by build_executable_own_libs. Replace "prelink -R"
129 execution by a call of prelink_yes. Comment why "prelink -r" needs no
130 change.
131 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
132 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
133 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
134 Replace build_executable by build_executable_own_libs's function
135 build_executable_own_libs.
136 (prelinkNO): Create new stub to call prelink_no.
137 (prelinkYES): Create new stub to call prelink_yes.
138 (test_attach): Rename calls of copy to file_copy.
139 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
140 (copy): Move to ...
141 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
142 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
143 * gdb.base/prelink.exp: Disable testcase also for is_remote and
144 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
145 special flags by gdb_compile_shlib. Replace second gdb_compile by
146 build_executable_own_libs. Replace "prelink -R" execution by a call of
147 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
148 a second call of prelink_yes. Replace restart commands by
149 clean_restart.
150 (prelink): Rename to ...
151 (seen displacement message): ... this test. Extend its expectation
152 strictness.
153
86e4bafc
JK
1542010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
155
156 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
157 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
158 displacement message exactly once.
159
3cd07d20
JK
1602010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
161 Joel Brobecker <brobecker@adacore.com>
162
163 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
164 its restore after the <$relink_args != ""> loop. new comment.
165
0a1e94c7
JK
1662010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
167 Joel Brobecker <brobecker@adacore.com>
168
169 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
170 code for it. New variable relink_args.
171 (prelinkYES): Call prelinkNO.
172 (test_attach): Accept new parameter relink_args. Re-prelink the binary
173 in such case. Move the core code to ...
174 (test_attach_gdb): ... a new function. Send GDB command "file".
175 Extend expected "Attaching to " string.
176
2f70bcfb
TT
1772010-07-02 Tom Tromey <tromey@redhat.com>
178
179 * gdb.base/bitops.exp: Remove extraneous "pass".
180
a17ac5b0
TT
1812010-07-02 Ken Werner <ken.werner@de.ibm.com>
182
183 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
184
dc10affe
PA
1852010-07-01 Pedro Alves <pedro@codesourcery.com>
186
d41c0fc8
PA
187 * gdb.base/help.exp: Adjust expected output.
188
1892010-07-01 Pedro Alves <pedro@codesourcery.com>
190
191 * gdb.base/help.exp: Adjust expected output.
dc10affe 192
0a600c36
JK
1932010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
194
195 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
196 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
197 c++/11702.
198
37cc8bfe
JK
1992010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
200 Doug Evans <dje@google.com>
201
202 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
203 add .dynamic entry'.
204
254e6b9e
DE
2052010-06-29 Doug Evans <dje@google.com>
206
207 Test PR c++/11702.
208 * gdb.cp/m-static.exp: Add testcase.
209 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
210
595939de
PM
2112010-06-28 Phil Muldoon <pmuldoon@redhat.com>
212 Tom Tromey <tromey@redhat.com>
213 Thiago Jung Bauermann <bauerman@br.ibm.com>
214
215 * gdb.python/py-inferior.c: New File.
216 * gdb.python/py-infthread.c: New File.
217 * gdb.python/py-inferior.exp: New File.
218 * gdb.python/py-infthread.exp: New File.
219
98751a41
JK
2202010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
221
222 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
223 (ptype ::C::OtherFileClass typedefs): New.
224 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
225 (C::OtherFileClass::cOtherFileClassVar2): New.
226 (C::OtherFileClass::cOtherFileClassVar_use): Use also
227 cOtherFileClassVar2.
228 (C::cOtherFileType2, C::cOtherFileVar2): New.
229 (C::cOtherFileVar_use): use also cOtherFileVar2.
230 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
231
41f62f39
JK
2322010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
233
234 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
235 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
236 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
237 (print ::C::cOtherFileVar)
238 (whatis C::OtherFileClass::cOtherFileClassType)
239 (whatis ::C::OtherFileClass::cOtherFileClassType)
240 (print C::OtherFileClass::cOtherFileClassVar)
241 (print ::cOtherFileClassVar)
242 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
243 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
244 trailing content.
245 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
246 (C::OtherFileClass::cOtherFileClassVar)
247 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
248 (C::cOtherFileVar, C::cOtherFileVar_use): New.
249
af53d231
JK
2502010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
251
252 Test PR c++/11703 and PR gdb/1448.
253 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
254 gdb/1448.
255
9655fd1a
JK
2562010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
257
258 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
259 (main) <rtti_data>: New.
260 * gdb.cp/virtbase.exp (print rtti_data): New.
261
824cc8dd
JK
2622010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
263 Joel Brobecker <brobecker@adacore.com>
264
265 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
266
6036c742
JK
2672010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
268
269 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
270
de6a0421
DE
2712010-06-28 Doug Evans <dje@google.com>
272
273 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
274
b2dae948
DE
2752010-06-27 Doug Evans <dje@google.com>
276
277 * gdb.cp/m-static.exp: Update expected test output.
278
0f3bb72e
PH
2792010-06-25 Paul Hilfinger <hilfinger@adacore.com>
280
281 * gdb.gdb/selftest.exp: Adjust expected message for
282 capturing start-up runtime.
283
bc9f0842
TT
2842010-06-25 Tom Tromey <tromey@redhat.com>
285
286 PR python/10808:
287 * gdb.python/python.exp: Add new tests.
288
099ef718
SW
2892010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
290
291 * gdb.cp/operator.cc: Created an import loop.
292 * gdb.cp/operator.exp: Added testcase for import loop.
293
5868a632
JK
2942010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
295
296 Test PR python/11407.
297 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
298 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
299 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
300 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
301 executable_nofb and executable_fb. New variables srcsfile, objsfile,
302 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
303 binfile. Call gdb_compile with clean_restart twice.
304 (func_nofb print, func_nofb backtrace, func_loopfb print)
305 (func_loopfb backtrace): New.
306
af76db58
JK
3072010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
308
309 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
310 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
311 by a hand made one.
312 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
313 i?86 requirement. Remove variables srcfile and binfile. New variable
314 sources, executable_nofb and executable_fb. Call prepare_for_testing.
315
f2c7657e
UW
3162010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
317
318 * gdb.cell/dwarfaddr.exp: New file.
319 * gdb.cell/dwarfaddr.S: New file.
320
628fe4e4
JK
3212010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
322
323 Test PR 9436.
324 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
325
f1421989
HZ
3262010-06-24 Hui Zhu <teawater@gmail.com>
327
328 * gdb.base/eval.exp: New file.
329
d03285ec
UW
3302010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
331
332 * gdb.cell/fork.exp: New file.
333 * gdb.cell/fork.c: Likewise.
334 * gdb.cell/fork-spu.c: Likewise.
335
41b2c92d
PM
3362010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
337
338 * lib/gdb.exp (banned_variables_traced): New global variable.
339 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
340 (gdb_init): Use `trace add variable' instead of obsolete
341 `trace variable'.
342
d5bc977f
DE
3432010-06-21 Doug Evans <dje@google.com>
344
345 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
346
d2ed6730
UW
3472010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
348
349 * gdb.arch/spu-ls.exp: New file.
350 * gdb.arch/spu-ls.c: Likewise.
351
6aed2dbc
SS
3522010-06-18 Stan Shebs <stan@codesourcery.com>
353
354 * gdb.threads/thread-specific.exp: Add tests of $_thread.
355
e0756905
UW
3562010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
357
358 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
359 * gdb.base/watch-cond.exp: Likewise.
360 * gdb.python/py-breakpoint.exp: Likewise.
361
d8053d4d
PA
3622010-06-18 Pedro Alves <pedro@codesourcery.com>
363
364 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
365 clean_restart, make sure every test has a distinct message, and
366 that messages don't include the executable' full path.
367
81ce510c
DE
3682010-06-17 Doug Evans <dje@google.com>
369
370 * gdb.arch/i386-size.exp: Updated expected output for
371 DISASSEMBLY_OMIT_FNAME.
372
65d79d4b
SDJ
3732010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
374 Sergio Durigan Junior <sergiodj@redhat.com>
375
376 * gdb.base/watch-notconst.c: New file.
377 * gdb.base/watch-notconst.S: New file.
378 * gdb.base/watch-notconst2.c: New file.
379 * gdb.base/watch-notconst2.S: New file.
380 * gdb.base/watch-notconst.exp: New file.
381 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
382 (func4): Add operations on `global_ptr_ptr'.
383 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
384 routine to test watchpoints created with a constant expression.
385 (test_inaccessible_watchpoint): Include tests for watchpoints
386 created with a constant expression.
387
df0f4836
KB
3882010-06-14 Kevin Buettner <kevinb@redhat.com>
389
390 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
391 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
392 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
393 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
394 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
395 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
396 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
397 of `_start'.
398
b769def5
UW
3992010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
400
401 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
402 not supported on the target.
403 * gdb.mi/mi-nonstop-exit.exp: Likewise.
404 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
405 * gdb.mi/mi-nsintrall.exp: Likewise.
406 * gdb.mi/mi-nsmoribund.exp: Likewise.
407 * gdb.mi/mi-nsthrexec.exp: Likewise.
408
d914c394
SS
4092010-06-11 Stan Shebs <stan@codesourcery.com>
410
411 * gdb.base/permissions.exp: New file.
412
4132010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
414
415 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
416 does not support ELF executable class.
417
f3ce5b9c
UW
4182010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
419
420 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
421
8e46892c
JK
4222010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
423
424 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
425 (runto): Catch "The target does not support running in non-stop mode.".
426
6cc55c64
MS
4272010-06-11 Michael Snyder <msnyder@vmware.com>
428
429 * gdb.base/setshow.exp (set language asm): Don't use
430 gdb_test_no_output, fails on some targets.
431
caddefa4
UW
4322010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
433
434 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
435 * gdb.cp/pr9167.exp: Likewise.
436
468b1aa7
UW
4372010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
438
439 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
440
5c3552dc
UW
4412010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
442
443 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
444
02e6fe6a
UW
4452010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
446
447 * gdb.base/charset.c (main): Make sure malloc gets linked in.
448
0e03807e
TT
4492010-06-11 Tom Tromey <tromey@redhat.com>
450
451 PR gdb/9977, PR exp/11636::
452 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
453 (pieces_test_f6): Update expected output.
454
2bdf28a0
JK
4552010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
456
457 * gdb.base/moribund-step.exp: New.
458
f6978de9
MS
4592010-06-08 Michael Snyder <msnyder@vmware.com>
460
461 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
462 * gdb.ada/boolean_expr.exp:
463 * gdb.ada/frame_args.exp: Ditto.
464 * gdb.ada/lang_switch.exp: Ditto.
465 * gdb.ada/ptype_arith_binop.exp: Ditto.
466 * gdb.ada/ref_param.exp: Ditto.
467 * gdb.ada/type_coercion.exp:Ditto.
468
469 * gdb.asm/asm-source.exp: Ditto.
470
471 * gdb.base/attach.exp: Ditto.
472 * gdb.base/bitfields2.exp: Ditto.
473 * gdb.base/call-signal-resume.exp: Ditto.
474 * gdb.base/callfuncs.exp: Ditto.
475 * gdb.base/commands.exp: Ditto.
476 * gdb.base/dbx.exp: Ditto.
477 * gdb.base/default.exp: Ditto.
478 * gdb.base/dump.exp: Ditto.
479 * gdb.base/exprs.exp: Ditto.
480 * gdb.base/freebpcmd.exp: Ditto.
481 * gdb.base/interrupt.exp: Ditto.
482 * gdb.base/list.exp: Ditto.
483 * gdb.base/long_long.exp: Ditto.
484 * gdb.base/maint.exp: Ditto.
485 * gdb.base/ptype.exp: Ditto.
486 * gdb.base/return.exp: Ditto.
487 * gdb.base/setshow.exp: Ditto.
488 * gdb.base/sigbpt.exp: Ditto.
489 * gdb.base/sigrepeat.exp: Ditto.
490
491 * gdb.cp/classes.exp: Ditto.
492
493 * gdb.dwarf2/dw2-restore.exp: Ditto.
494
495 * gdb.gdb/selftest.exp: Ditto.
496
497 * gdb.multi/base.exp: Ditto.
498 * gdb.multi/bkpt-multi-exec.exp: Ditto.
499
500 * gdb.python/py-block.exp: Ditto.
501 * gdb.python/py-prettyprint.exp: Ditto.
502 * gdb.python/py-template.exp: Ditto.
503
504 * gdb.server/ext-attach.exp: Ditto.
505 * gdb.server/ext-run.exp: Ditto.
506 * gdb.server/server-mon.exp: Ditto.
507
508 * gdb.threads/fork-thread-pending.exp: Ditto.
509 * gdb.threads/hand-call-in-threads.exp: Ditto.
510 * gdb.threads/interrupted-hand-call.exp: Ditto.
511 * gdb.threads/linux-dp.exp: Ditto.
512 * gdb.threads/manythreads.exp: Ditto.
513 * gdb.threads/print-threads.exp: Ditto.
514 * gdb.threads/pthreads.exp: Ditto.
515 * gdb.threads/schedlock.exp: Ditto.
516 * gdb.threads/thread-unwindonsignal.exp: Ditto.
517 * gdb.threads/threadapply.exp: Ditto.
518
de7ff789
MS
5192010-06-08 Michael Snyder <msnyder@vmware.com>
520
521 * gdb.ada/exec_changed.exp:
522 Use ".*" instead of "" as wildcard regexp.
523
524 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
525 * gdb.base/call-ar-st.exp: Ditto.
526 * gdb.base/checkpoint.exp: Ditto.
527 * gdb.base/default.exp: Ditto.
528 * gdb.base/dump.exp: Ditto.
529 * gdb.base/ending-run.exp: Ditto.
530 * gdb.base/fileio.exp: Ditto.
531 * gdb.base/miscexprs.exp: Ditto.
532 * gdb.base/pointers.exp: Ditto.
533 * gdb.base/readline.exp: Ditto.
534 * gdb.base/reread.exp: Ditto.
535 * gdb.base/restore.exp: Ditto.
536 * gdb.base/shlib-call.exp: Ditto.
537 * gdb.base/valgrind-db-attach.exp: Ditto.
538 * gdb.base/volatile.exp: Ditto.
539 * gdb.base/watchpoints.exp: Ditto.
540
541 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
542
543 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
544 * gdb.python/py-value.exp: Ditto.
545
546 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
547 * gdb.trace/circ.exp: Ditto.
548 * gdb.trace/collection.exp: Ditto.
549 * gdb.trace/packetlen.exp: Ditto.
550 * gdb.trace/passc-dyn.exp: Ditto.
551 * gdb.trace/report.exp: Ditto.
552 * gdb.trace/tfile.exp: Ditto.
553 * gdb.trace/tfind.exp: Ditto.
554 * gdb.trace/while-dyn.exp: Ditto.
555
3bebe2f2
JK
5562010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
557
558 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
559
5c631832
JK
5602010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
561
562 Test PR 10640.
563 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
564
4c3376c8
SW
5652010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
566
567 * gdb.cp/koenig.exp: Test for ADL operators.
568 * gdb.cp/koenig.cc: Added ADL operators.
569 * gdb.cp/operator.exp: New test.
570 * gdb.cp/operator.cc: New test.
571
dc226d5a
MS
5722010-06-04 Michael Snyder <msnyder@vmware.com>
573
dfb88a23
MS
574 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
575 * gdb.base/pending.exp: Ditto.
f7ae76b3 576
dc226d5a
MS
577 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
578
967cf477
DE
5792010-06-04 Doug Evans <dje@google.com>
580
581 * gdb.python/py-prettyprint.exp: Add new test for enabled and
582 disabled printers.
583 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
584 (enable_lookup_function): New function.
585
eb801841
TT
5862010-06-04 Tom Tromey <tromey@redhat.com>
587
588 * gdb.python/py-value.exp (test_value_hash): Don't test equality
589 of hash and id.
590
38979823
JK
5912010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
592
593 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
594 newline.
595 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
596 (empty verbose non-noisy clear, empty verbose noisy clear)
597 (empty non-verbose noisy clear): Likewise.
598
35ec993f
MS
5992010-06-03 Michael Snyder <msnyder@vmware.com>
600
601 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
602 * gdb.base/display.exp: Ditto.
603 * gdb.base/find.exp: Ditto.
604 * gdb.base/ifelse.exp: Ditto.
605 * gdb.base/multi-forks.exp: Ditto.
606 * gdb.base/recurse.exp: Ditto.
607 * gdb.base/setshow.exp: Ditto.
608 * gdb.base/value-double-free.exp: Ditto.
609 * gdb.base/watch-vfork.exp: Ditto.
610 * gdb.base/watch_thread_num.exp: Ditto.
611 * gdb.base/watchpoint-solib.exp: Ditto.
612 * gdb.base/watchpoint.exp: Ditto.
613 * gdb.base/watchpoints.exp: Ditto.
614
615 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
616 * gdb.cp/overload.exp: Ditto.
617 * gdb.cp/virtfunc.exp: Ditto.
618
619 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
620
621 * gdb.reverse/watch-precsave.exp:
622 Replace gdb_test with gdb_test_no_output.
623
624 * gdb.threads/attach-into-signal.exp:
625 Replace gdb_test with gdb_test_no_output.
626 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
627 * gdb.threads/watchthreads.exp: Ditto.
628 * gdb.threads/watchthreads2.exp: Ditto.
629
630 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
631 * gdb.trace/tfind.exp: Ditto.
632
c22decce
JB
6332010-06-03 Joel Brobecker <brobecker@adacore.com>
634
635 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
636 successful test if message is the empty string.
637
fd5700c7
JK
6382010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
639
640 * gdb.fortran/module.exp (stopped language detection): New test.
641
f55ee35c
JK
6422010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
643
644 Support DW_TAG_module as separate namespaces.
645 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
646 gdb.fortran/library-module-lib.f90: New.
647 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
648 (print i): Remove.
649 (continue to breakpoint: i-is-1, print var_i value 1)
650 (continue to breakpoint: i-is-2, print var_i value 2)
651 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
652 (print var_d, print var_i value 14, ptype modmany, complete `modm)
653 (complete `modmany, complete `modmany`, complete `modmany`var)
654 (show language, setting breakpoint at module): New tests.
655 * gdb.fortran/module.f90 (module mod): Remove.
656 (module mod1, module mod2, module modmany, subroutine sub1)
657 (subroutine sub2, program module): New.
658
b8e8282f
JK
6592010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
660
661 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
662 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
663 * gdb.cp/anon-union.exp (pass): Rename to ...
664 (print z 2): ... here.
b8e8282f 665
019ebafc
MS
6662010-06-02 Michael Snyder <msnyder@vmware.com>
667
e68d8fd4
MS
668 * gdb.trace/actions.exp: Use gdb_test_no_output.
669 * gdb.trace/circ.exp: Ditto.
670 * gdb.trace/packetlen.exp: Ditto.
671 * gdb.trace/save-trace.exp: Ditto.
672 * gdb.trace/tracecmd.exp: Ditto.
673 * gdb.trace/tsv.exp: Ditto.
674
12b5d08a
MS
675 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
676 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
677 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
678 * gdb.threads/manythreads.exp: Ditto.
679 * gdb.threads/print-threads.exp: Ditto.
680 * gdb.threads/pthreads.exp: Ditto.
681 * gdb.threads/schedlock.exp: Ditto.
682 * gdb.threads/staticthreads.exp: Ditto.
683 * gdb.threads/thread-specific.exp: Ditto.
684 * gdb.threads/thread-unwindonsignal.exp: Ditto.
685 * gdb.threads/threadapply.exp: Ditto.
686 * gdb.threads/watchthreads.exp: Ditto.
687 * gdb.threads/watchthreads2.exp: Ditto.
688
89493308
MS
689 * gdb.python/py-block.exp: Use gdb_test_no_output.
690 * gdb.python/py-prettyprint.exp: Ditto.
691 * gdb.python/py-template.exp: Ditto.
692 * gdb.python/py-value.exp: Ditto.
693
694 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
695 * gdb.reverse/watch-reverse.exp: Ditto.
696
697 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
698 * gdb.server/ext-run.exp: Ditto.
699
019ebafc
MS
700 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
701 * gdb.dwarf2/dw2-compressed.exp: Ditto.
702 * gdb.dwarf2/dw2-intercu.exp: Ditto.
703 * gdb.dwarf2/dw2-intermix.exp: Ditto.
704 * gdb.dwarf2/dw2-producer.exp: Ditto.
705 * gdb.dwarf2/mac-fileno.exp: Ditto.
706
707 * gdb.gdb/observer.exp: Use gdb_test_no_output.
708 * gdb.gdb/selftest.exp: Ditto.
709
710 * gdb.multi/base.exp: Use gdb_test_no_output.
711
712 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
713
3e0ca3a5
JK
7142010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
715
716 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
717
9db70545
MS
7182010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
719
a8d52276
MS
720 * gdb.cp/class2.exp: Use gdb_test_no_output.
721 * gdb.cp/classes.exp: Ditto.
722 * gdb.cp/extern-c.exp: Ditto.
723 * gdb.cp/inherit.exp: Ditto.
724 * gdb.cp/maint.exp: Ditto.
725 * gdb.cp/mb-inline.exp: Ditto.
726 * gdb.cp/mb-templates.exp: Ditto.
727 * gdb.cp/method2.exp: Ditto.
728 * gdb.cp/misc.exp: Ditto.
729 * gdb.cp/ovldbreak.exp: Ditto.
730 * gdb.cp/punctuator.exp: Ditto.
731 * gdb.cp/templates.exp: Ditto.
732 * gdb.cp/virtbase.exp: Ditto.
733
9db70545
MS
734 * gdb.threads/attach-stopped.exp:
735 Replace uses of send_gdb / gdb_expect.
736 * gdb.threads/attachstop-mt.exp:
737 Replace uses of send_gdb / gdb_expect.
738 * gdb.threads/gcore-thread.exp:
739 Replace uses of send_gdb / gdb_expect.
740 * gdb.threads/hand-call-in-threads.exp:
741 Replace uses of send_gdb / gdb_expect.
742 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
743 * gdb.threads/print-threads.exp:
744 Replace uses of send_gdb / gdb_expect.
745 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
746 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
747 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
748
749 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
750 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
751 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
752 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
753 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
754 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
755 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
756 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
757 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
758 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
759 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
760
359cc68c
JK
7612010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
762
763 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
764
7d3fe98e
SW
7652010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
766
767 * gdb.cp/koenig.exp: Added new test case.
768 * gdb.cp/koenig.cc: Ditto.
769
27d3a1a2
MS
7702010-06-01 Michael Snyder <msnyder@vmware.com>
771
772 * gdb.base/arithmet.exp: Use gdb_test_no_output.
773 * gdb.base/arrayidx.exp: Ditto.
774 * gdb.base/attach.exp: Ditto.
775 * gdb.base/auxv.exp: Ditto.
776 * gdb.base/bigcre.exp: Ditto.
777 * gdb.base/break-always.exp: Ditto.
778 * gdb.base/break-interp.exp: Ditto.
779 * gdb.base/break.exp: Ditto.
780 * gdb.base/breakpoint-shadow.exp: Ditto.
781 * gdb.base/call-ar-st.exp: Ditto.
782 * gdb.base/call-sc.exp: Ditto.
783 * gdb.base/call-signal-resume.exp: Ditto.
784 * gdb.base/callfuncs.exp: Ditto.
785 * gdb.base/catch-syscall.exp: Ditto.
786 * gdb.base/charset.exp: Ditto.
787 * gdb.base/code-expr.exp: Ditto.
788 * gdb.base/commands.exp: Ditto.
789 * gdb.base/cond-expr.exp: Ditto.
790 * gdb.base/condbreak.exp: Ditto.
791 * gdb.base/cursal.exp: Ditto.
792 * gdb.base/cvexpr.exp: Ditto.
793 * gdb.base/default.exp: Ditto.
794 * gdb.base/del.exp: Ditto.
795 * gdb.base/detach.exp: Ditto.
796 * gdb.base/display.exp: Ditto.
797 * gdb.base/ena-dis-br.exp: Ditto.
798 * gdb.base/eval-skip.exp: Ditto.
799 * gdb.base/foll-fork.exp: Ditto.
800 * gdb.base/foll-vfork.exp: Ditto.
801 * gdb.base/frame-args.exp: Ditto.
802 * gdb.base/funcargs.exp: Ditto.
803 * gdb.base/gcore-buffer-overflow.exp: Ditto.
804 * gdb.base/gdbvars.exp: Ditto.
805 * gdb.base/help.exp: Ditto.
806 * gdb.base/ifelse.exp: Ditto.
807 * gdb.base/included.exp: Ditto.
808 * gdb.base/list.exp: Ditto.
809 * gdb.base/macscp.exp: Ditto.
810 * gdb.base/maint.exp: Ditto.
811 * gdb.base/multi-fork.exp: Ditto.
812 * gdb.base/overlays.exp: Ditto.
813 * gdb.base/page.exp: Ditto.
814 * gdb.base/pending.exp: Ditto.
815 * gdb.base/pointers.exp: Ditto.
816 * gdb.base/pr11022.exp: Ditto.
817 * gdb.base/prelink.exp: Ditto.
818 * gdb.base/printcmds.exp: Ditto.
819 * gdb.base/psymtab.exp: Ditto.
820 * gdb.base/randomize.exp: Ditto.
821 * gdb.base/relational.exp: Ditto.
822 * gdb.base/relocate.exp: Ditto.
823 * gdb.base/remote.exp: Ditto.
824 * gdb.base/sepdebug.exp: Ditto.
825 * gdb.base/set-lang-auto.exp: Ditto.
826 * gdb.base/setshow.exp: Ditto.
827 * gdb.base/setvar.exp: Ditto.
828 * gdb.base/signals.exp: Ditto.
829 * gdb.base/signull.exp: Ditto.
830 * gdb.base/sigstep.exp: Ditto.
831 * gdb.base/sizeof.exp: Ditto.
832 * gdb.base/solib-disc.exp: Ditto.
833 * gdb.base/store.exp: Ditto.
834 * gdb.base/structs.exp: Ditto.
835 * gdb.base/structs2.exp: Ditto.
836 * gdb.base/subst.exp: Ditto.
837 * gdb.base/term.exp: Ditto.
838 * gdb.base/trace-commands.exp: Ditto.
839 * gdb.base/unwindonsignal.exp: Ditto.
840 * gdb.base/valgrind-db-attach.exp: Ditto.
841 * gdb.base/varargs.exp: Ditto.
842 * gdb.base/watch-cond.exp: Ditto.
843 * gdb.base/watch_thread_num.exp: Ditto.
844 * gdb.base/watchpoint-cond-gone.exp: Ditto.
845 * gdb.base/watchpoint.exp: Ditto.
846 * gdb.base/whatis-exp.exp: Ditto.
847
f8d3bf8f
MS
8482010-06-01 Michael Snyder <msnyder@vmware.com>
849
850 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
851 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
852 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
853 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
854 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
855 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
856 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
857 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
858 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
859 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
860 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
861 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
862 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
863 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
864 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
865
3f9e0d32
JK
8662010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
867
868 * gdb.base/commands.exp (begin commands on watch): Remove excessive
869 trailing newline.
870 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
871 * gdb.java/jmisc.exp (p *args\n): Rename to ...
872 (p *args): ... here and remove excessive trailing newline.
873
f629457d
JB
8742010-05-31 Joel Brobecker <brobecker@adacore.com>
875
876 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
877
09eef106
JK
8782010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
879
880 Accept the new Linux kernel "t (tracing stop)" string.
881 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
882 Update comment.
883 (state_wait) <T (tracing stop)>: New.
884 (main): Update the state_wait expect string.
885
94f31136
PA
8862010-05-28 Pedro Alves <pedro@codesourcery.com>
887
888 * limits.c, limits.exp: Delete files.
889 * Makefile.in (clean mostlyclean): Adjust.
890 * tracecmd.exp: Adjust.
891
096554ab
JK
8922010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
893
894 * gdb.base/tui-layout.exp: New.
895
27d3a1a2 8962010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50
MS
897
898 * gdb.reverse/break-precsave.exp:
899 Replace uses of send_gdb / gdb_expect.
900 * gdb.reverse/break-reverse.exp:
901 Replace uses of send_gdb / gdb_expect.
902 * gdb.reverse/consecutive-precsave.exp:
903 Replace uses of send_gdb / gdb_expect.
904 * gdb.reverse/consecutive-reverse.exp:
905 Replace uses of send_gdb / gdb_expect.
906 * gdb.reverse/finish-precsave.exp:
907 Replace uses of send_gdb / gdb_expect.
908 * gdb.reverse/finish-reverse.exp:
909 Replace uses of send_gdb / gdb_expect.
910 * gdb.reverse/i386-precsave.exp:
911 Replace uses of send_gdb / gdb_expect.
912 * gdb.reverse/i386-reverse.exp:
913 Replace uses of send_gdb / gdb_expect.
914 * gdb.reverse/i386-sse-reverse.exp:
915 Replace uses of send_gdb / gdb_expect.
916 * gdb.reverse/i387-env-reverse.exp:
917 Replace uses of send_gdb / gdb_expect.
918 * gdb.reverse/i387-stack-reverse.exp:
919 Replace uses of send_gdb / gdb_expect.
920 * gdb.reverse/machinestate-precsave.exp:
921 Replace uses of send_gdb / gdb_expect.
922 * gdb.reverse/machinestate.exp:
923 Replace uses of send_gdb / gdb_expect.
924 * gdb.reverse/sigall-precsave.exp:
925 Replace uses of send_gdb / gdb_expect.
926 * gdb.reverse/sigall-reverse.exp:
927 Replace uses of send_gdb / gdb_expect.
928 * gdb.reverse/solib-precsave.exp:
929 Replace uses of send_gdb / gdb_expect.
930 * gdb.reverse/solib-reverse.exp:
931 Replace uses of send_gdb / gdb_expect.
932 * gdb.reverse/step-precsave.exp:
933 Replace uses of send_gdb / gdb_expect.
934 * gdb.reverse/step-reverse.exp:
935 Replace uses of send_gdb / gdb_expect.
936 * gdb.reverse/until-precsave.exp:
937 Replace uses of send_gdb / gdb_expect.
938 * gdb.reverse/until-reverse.exp:
939 Replace uses of send_gdb / gdb_expect.
940 * gdb.reverse/watch-precsave.exp:
941 Replace uses of send_gdb / gdb_expect.
942 * gdb.reverse/watch-reverse.exp:
943 Replace uses of send_gdb / gdb_expect.
944
3def43e0
JK
9452010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
946
947 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
948 excessive newline.
949
27d3a1a2 9502010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
951
952 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
953 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
954 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
955 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
956 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
957 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
958 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
959 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
960 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
961 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
962 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
963 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
964 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
965 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
966 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
967 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
968 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
969 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
970 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 971
27d3a1a2 9722010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 973
22454424
MS
974 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
975 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
976
977 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
978 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
979 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
980
981 * gdb.reverse/consecutive-reverse.exp:
982 Replace uses of send_gdb / gdb_expect.
983 * gdb.reverse/consecutive-precsave.exp:
984 Replace uses of send_gdb / gdb_expect.
985
986 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
987 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
988 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
989 * gdb.mi/mi-ns-stale-regcache.exp:
990 Replace uses of send_gdb / gdb_expect.
991 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
992 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
993 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
994 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
995 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
996 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
997 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
998 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
999 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
1000
10012010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 1002
22454424 1003 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 1004
22454424 1005 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 1006
22454424
MS
1007 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
1008 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
1009 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
1010 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
1011 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
1012 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
1013 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
1014 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
1015 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 1016
6e5f2c59
TT
10172010-05-25 Tom Tromey <tromey@redhat.com>
1018
1019 * gdb.base/macscp.exp: Add missing space after setup_kfail.
1020
bbc8b958
TT
10212010-05-25 Tom Tromey <tromey@redhat.com>
1022
1023 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
1024 argument order.
1025 * gdb.base/macscp.exp: Fix setup_kfail argument order.
1026 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
1027 order.
1028 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
1029 order.
1030 * gdb.base/call-sc.exp (setup_kfails): Remove.
1031 (setup_compiler_kfails): Remove.
1032 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
1033 argument order.
1034 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
1035 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
1036 (advancei): Fix setup_kfail argument order.
1037 * gdb.base/radix.exp: Fix setup_kfail argument order.
1038 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
1039 order.
1040 * gdb.base/structs.exp (setup_kfails): Remove.
1041 (setup_compiler_kfails): Fix setup_kfail argument order.
1042 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
1043 order.
1044 * gdb.java/jmain.exp: Fix setup_kfail argument order.
1045 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
1046 setup_kfail argument order.
1047 * gdb.cp/overload.exp: Fix setup_kfail argument order.
1048
83d1babf
TT
10492010-05-25 Tom Tromey <tromey@redhat.com>
1050
1051 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
1052
6acb16a2
MS
10532010-05-25 Michael Snyder <msnyder@vmware.com>
1054
1055 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
1056 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
1057 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
1058 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
1059 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
1060 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
1061 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
1062 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
1063 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
1064 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
1065 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
1066 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
1067 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
1068 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
1069 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
1070 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
1071 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
1072 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
1073 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
1074 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
1075 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
1076 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
1077 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
1078 * gdb.base/default.exp: Replace send_gdb with gdb_test.
1079 * gdb.base/define.exp: Replace send_gdb with gdb_test.
1080 * gdb.base/display.exp: Replace send_gdb with gdb_test.
1081 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
1082 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
1083 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
1084 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
1085 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
1086 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
1087 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
1088 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
1089 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
1090 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
1091 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
1092 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
1093 * gdb.base/help.exp: Replace send_gdb with gdb_test.
1094 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
1095 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
1096 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
1097 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
1098 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
1099 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
1100 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
1101 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 1102 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
1103
11042010-05-25 Doug Evans <dje@google.com>
1105
1106 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
1107 gdb.string_to_argv.
ad3986f0 1108
d3b1e874
TT
11092010-05-21 Tom Tromey <tromey@redhat.com>
1110
1111 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
1112 Call it.
1113 * gdb.dwarf2/pieces.S: Update.
1114 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
1115
cb826367
TT
11162010-05-21 Tom Tromey <tromey@redhat.com>
1117
1118 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
1119 Call it.
1120 * gdb.dwarf2/pieces.c (struct C): New.
1121 (f6): New function.
1122 * gdb.dwarf2/pieces.S: Replace.
1123
74de6778
TT
11242010-05-21 Tom Tromey <tromey@redhat.com>
1125
1126 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
1127 Call it.
1128
afd74c5f
TT
11292010-05-21 Tom Tromey <tromey@redhat.com>
1130
1131 * gdb.dwarf2.pieces.exp: New file.
1132 * gdb.dwarf2.pieces.S: New file.
1133 * gdb.dwarf2.pieces.c: New file.
1134
a7b75dfd
JB
11352010-05-20 Pedro Alves <pedro@codesourcery.com>
1136 Joel Brobecker <brobecker@adacore.com>
1137
1138 * lib/gdb.exp (gdb_test_no_output): New function.
1139 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
1140 when testing commands that should produce no output.
1141
c81c812a
JB
11422010-05-17 Joel Brobecker <brobecker@adacore.com>
1143
1144 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
1145 parameter that we want to watch being a constant.
1146
0cce5bd9
JB
11472010-05-17 Joel Brobecker <brobecker@adacore.com>
1148
1149 * gdb.ada/cond_lang: New testcase.
1150
47050449
JB
11512010-05-17 Joel Brobecker <brobecker@adacore.com>
1152
1153 * lib/gdb.exp (banned_variables): New variable/constant.
1154 (gdb_init): Add write trace on variables listed in banned_variables.
1155 (gdb_finish): Remove write traces on variables listed in
1156 banned_variables.
1157
77c01586
JB
11582010-05-17 Joel Brobecker <brobecker@adacore.com>
1159
1160 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
1161 * gdb.cp/koenig.exp: Likewise.
1162
88d4aea7
PM
11632010-05-14 Phil Muldoon <pmuldoon@redhat.com>
1164
1165 PR python/11482
1166
1167 * gdb.python/py-value.exp (test_value_hash): New function.
1168
f5a010c0
PM
11692010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
1170
1171 PR exp/11530.
1172 * gdb.base/gdb11530.c: New file.
1173 * gdb.base/gdb11530.exp: New file.
1174
8ef4892f
JK
11752010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1176
1177 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
1178 * gdb.dwarf2/dw2-modula2-self-type.S: New.
1179
7322dca9
SW
11802010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
1181
1182 * gdb.cp/koenig.exp: New test.
1183 * gdb.cp/koenig.cc: New test program.
1184
02e7ea18
JB
11852010-05-05 Joel Brobecker <brobecker@adacore.com>
1186
1187 Remove the use of prms_id and bug_id throughout the testsuite.
1188
e1c34c5d
PM
11892010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
1190
1191 PR exp/11349.
1192 * testsuite/gdb.cp/ref-types.exp: Add test to examine
1193 use a reference local variable.
1194
8e1d0c49
JK
11952010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1196
1197 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
1198 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
1199 variable different_dir. Move debugfile into a full directory pathname
1200 under DIFFERENT_DIR.
1201 * lib/gdb.exp (separate_debug_filename): Remove.
1202 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
1203 variable debug_dir and mkdir of it. Update function comments.
1204
e66408ed
PA
12052010-04-29 Pedro Alves <pedro@codesourcery.com>
1206
1207 PR gdb/11557
1208
1209 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
1210 files.
1211
d7b32ed3
PM
12122010-04-29 Phil Muldoon <pmuldoon@redhat.com>
1213
1214 * gdb.python/py-param.exp: New File.
1215
6aecb9c2
JB
12162010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1217
1218 * gdb.base/default.exp: Fix "set language" test.
1219
bdf92a1c
PM
12202010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
1221
1222 PR breakpoints/11531.
1223 * gdb.base/gdb11531.c: New file.
1224 * gdb.base/gdb11531.exp: New file.
1225
3f172e24
TT
12262010-04-26 Tom Tromey <tromey@redhat.com>
1227
1228 * gdb.base/completion.exp: Add tests for completion and deprecated
1229 commands.
1230
64af4c92
JK
12312010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1232
1233 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
1234 (print /x char_array): Escape curly brackets.
1235
492928e4
JK
12362010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1237
1238 Fix deadlock on looped list of loaded shared objects.
1239 * gdb.base/solib-corrupted.exp: New.
1240
66d09542
DE
12412010-04-23 Doug Evans <dje@google.com>
1242
1243 * gdb.python/py-section-script.c: New file.
1244 * gdb.python/py-section-script.exp: New file.
1245 * gdb.python/py-section-script.py: New file.
1246
8bd10a10
CM
12472010-04-20 Chris Moller <cmoller@redhat.com>
1248
1249 PR 10179
1250
1251 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
1252 * gdb.base/pr10179-a.c:
1253 * gdb.base/pr10179-b.c:
1254 * gdb.base/pr10179.exp: New files.
1255
c0201579
JK
12562010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1257
1258 Fix crashes on dangling display expressions.
1259 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
1260 is SEP.
1261 (lib_flags): Remove the "debug" keyword.
1262 (libsepdebug): New variable for iterating new loop.
1263 (save_pf_prefix): New variable wrapping the loop.
1264 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
1265 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
1266
793b0ff8
PM
12672010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1268
1269 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
1270
097f51f7
PM
12712010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1272
1273 PR stabs/11479.
1274 * gdb.stabs/gdb11479.exp: New file.
1275 * gdb.stabs/gdb11479.c: New file.
1276
9a22f0d0
PM
12772010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1278
1279 * gdb.base/charset.c (Strin16, String32): New variables.
1280 * gdb.base/charset.exp (gdb_test): Test correct display
1281 of 16 or 32 bit strings.
1282
12832010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
1284
1285 PR 9167
1286 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
1287 * gdb.cp/pr9167.cc: New file.
1288 * gdb.cp/pr9167.exp: New file.
1289
1290
6e354e5e
PM
12912010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
1292
1293 PR pascal/11492.
1294 * gdb.pascal/gdb11492.pas: New file.
1295 * gdb.pascal/gdb11492.exp: New file.
1296
be942545
JB
12972010-04-20 Joel Brobecker <brobecker@adacore.com>
1298
1667e6e3 1299 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 1300
0c3acc09
JB
13012010-04-20 Joel Brobecker <brobecker@adacore.com>
1302
1303 * gdb.ada/dyn_loc: New testcase.
1304
ec31cde5
CM
13052010-04-20 Chris Moller <cmoller@redhat.com>
1306
1307 PR 10867
1308
1309 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
1310 * gdb.cp/pr10687.cc: New file.
1311 * gdb.cp/pr10687.exp: New file.
1312
1313
ce4b0682
SDJ
13142010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1315 Sergio Durigan Junior <sergiodj@redhat.com>
1316
1317 * gdb.fortran/logical.exp: New testcase.
1318 * gdb.fortran/logical.f90: New file.
1319
3436961f
DE
13202010-04-19 Doug Evans <dje@google.com>
1321
1322 * gdb.base/help.exp (help source): Update expected output.
1323
4d836c09
JK
13242010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1325
1326 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
1327 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
1328 gdb_exit and return.
1329 (executable): New variable.
1330 (binfile): Use it.
1331
6149aea9
PA
13322010-04-19 Pedro Alves <pedro@codesourcery.com>
1333
1334 PR breakpoints/8554.
1335
1336 * gdb.trace/save-trace.exp: Adjust.
1337
ed41462c
L
13382010-04-17 H.J. Lu <hongjiu.lu@intel.com>
1339
1340 PR corefiles/11511
1341 * gdb.arch/system-gcore.exp: New.
1342 * gdb.arch/gcore.c: Likewise.
1343
3f7b2faa
DE
13442010-04-15 Doug Evans <dje@google.com>
1345
fa33c3cd
DE
1346 * gdb.python/py-progspace.c: New file.
1347 * gdb.python/py-progspace.exp: New file.
1348
3f7b2faa
DE
1349 * gdb.base/source.exp: Add tests for "source -s".
1350
79f283fe
PM
13512010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1352
1353 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
1354 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
1355 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
1356 * gdb.python/py-mi.exp: New test for to_string returning None.
1357
fc8eb08a
PM
13582010-04-12 Phil Muldoon <pmuldoon@redhat.com>
1359
1360 * gdb.python/py-breakpoint.c: Make result global.
1361
26e197f6
JK
13622010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1363
1364 Fix non-GNU make compatibility.
1365 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
1366
adc36818
PM
13672010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1368
1369 * gdb.python/py-breakpoint.exp: New File.
1370 * gdb.python/py-breakpoint.C: Ditto.
1371
64e17368
SS
13722010-04-08 Stan Shebs <stan@codesourcery.com>
1373
1374 * gdb.trace/actions.exp: Clear default-collect.
1375 * gdb.trace/save-trace.exp: Clear default-collect.
1376
fff5cc64
PM
13772010-04-08 Phil Muldoon <pmuldoon@redhat.com>
1378
1379 * gdb.python/py-value: Add null string variable.
1380 (test_lazy_string): Test zero length, NULL address lazy
1381 strings.
1382
a055a187
L
13832010-04-07 H.J. Lu <hongjiu.lu@intel.com>
1384
1385 * gdb.arch/i386-avx.c: New.
1386 * gdb.arch/i386-avx.exp: Likewise.
1387
1388 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
1389
96e39866
DE
13902010-04-06 Doug Evans <dje@google.com>
1391
1392 * gdb.base/source-test.gdb: New file.
1393 * gdb.base/source.exp: Test source -v.
1394
5984a431
UW
13952010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1396
1397 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
1398
ec8a089a
PM
13992010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
1400
1401 * gdb.stabs/aout.sed: Convert all backslash to double backslash
1402 within one line, unless it is followed by a double quote.
1403 * gdb.stabs/hppa.sed: Idem.
1404 * gdb.stabs/weird.def: Add char and String constants
1405 * gdb.stabs/weird.exp: Check for correct parsing of
1406 chhar and string constants.
1407 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
1408 in .stabs to .stabx substitution.
1409
fce3c1f0
SS
14102010-04-05 Stan Shebs <stan@codesourcery.com>
1411
1412 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
1413 constant global.
1414 * gdb.trace/tfile.exp: Try to print them.
1415
d77f58be
SS
14162010-04-04 Stan Shebs <stan@codesourcery.com>
1417
1418 * gdb.base/completion.exp: Update for new "info watchpoints".
1419 * gdb.base/default.exp: Ditto.
1420 * gdb.base/help.exp: Ditto.
1421 * gdb.base/watchpoint.exp: Ditto.
1422 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
1423
af54718e
SS
14242010-04-04 Stan Shebs <stan@codesourcery.com>
1425
1426 * gdb.trace/tfile.exp: Sharpen tfind test.
1427
74d1f91e
JK
14282010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1429
1430 * gdb.base/break-entry.exp: New.
1431
eb8e76db
HZ
14322010-04-02 Hui Zhu <teawater@gmail.com>
1433 Michael Snyder <msnyder@vmware.com>
1434
1435 * gdb.reverse/i386-sse-reverse.exp: New file.
1436 * gdb.reverse/i386-sse-reverse.c: New file.
1437
bf65cad8
PA
14382010-04-02 Pedro Alves <pedro@codesourcery.com>
1439
1440 * gdb.trace/tfind.exp: Adjust expected disassembly output.
1441
fff87407
SS
14422010-04-01 Stan Shebs <stan@codesourcery.com>
1443
1444 * gdb.trace/actions.exp: Tweak expected output.
1445 * gdb.trace/while-stepping.exp: Tweak expected output.
1446
fe01d668
L
14472010-04-01 H.J. Lu <hongjiu.lu@intel.com>
1448
1449 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
1450
86b17b60
PA
14512010-04-01 Pedro Alves <pedro@codesourcery.com>
1452
1453 * gdb.base/commands.exp: Adjust.
1454 * gdb.cp/extern-c.exp: Adjust.
1455
2c58c0a9
PA
14562010-04-01 Pedro Alves <pedro@codesourcery.com>
1457
1458 * gdb.trace/collection.c (local_test_func): Define a local struct,
1459 and instanciate it.
1460
0db9b91c
PA
14612010-04-01 Pedro Alves <pedro@codesourcery.com>
1462
1463 * gdb.trace/collection.exp (gdb_collect_args_test)
1464 (gdb_collect_argarray_test): XFAIL the tests that assume the
1465 argarray argument's elements are collected.
1466
8072405b
JK
14672010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1468
1469 * gdb.dwarf2/dw2-bad-parameter-type.exp,
1470 gdb.dwarf2/dw2-bad-parameter-type.S: New.
1471
8bf6485c
SS
14722010-03-31 Stan Shebs <stan@codesourcery.com>
1473
1474 * gdb.trace/save-trace.exp: Test save/restore of default-collect
1475 and tracepoint conditionals.
1476 (gdb_verify_tracepoints): Delete unused return.
1477
fd7f724a
KS
14782010-03-26 Keith Seitz <keiths@redhat.com>
1479
1480 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
1481 appear in the output before main.
1482 Remove KFAIL for gdb/2215 aka bz 9320.
1483
8d9e7719
DE
14842010-03-30 Doug Evans <dje@google.com>
1485
0906dd0b
DE
1486 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
1487 by dejagnu.
1488 * gdb.arch/amd64-dword.exp: Ditto.
1489
8d9e7719
DE
1490 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
1491 match.
1492 (break printf): Ditto.
1493
1da644f0
SW
14942010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
1495
1496 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
1497 gcc < 4.4.
1498 * gdb.cp/shadow.exp: Ditto.
1499
a8121990
PA
15002010-03-29 Pedro Alves <pedro@codesourcery.com>
1501
1502 * gdb.trace/collection.exp (run_trace_experiment): Make sure
1503 "tstart" is silent.
1504
6e79d367
PA
15052010-03-29 Pedro Alves <pedro@codesourcery.com>
1506
1507 * gdb.trace/collection.exp (executable): New.
1508 (binfile): Use it.
1509 (fpreg, spreg, pcreg): New.
1510 (test_register): Use gdb_test_multiple. Pass /x to print.
1511 (prepare_for_trace_test): New.
1512 (run_trace_experiment): Use "continue", not gdb_run_cmd.
1513 (gdb_collect_args_test, gdb_collect_argstruct_test)
1514 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
1515 prepare_for_trace_test.
1516 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
1517 fpreg, spreg and pcreg.
1518 (gdb_collect_expression_test, gdb_collect_globals_test): Use
1519 prepare_for_trace_test.
1520 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
1521 try to detect tracing support here. Don't set breakpoints at
1522 `begin' or `end' here.
1523 <global scope>: Use clean_restart. Run to main before checking
1524 for tracing support. Check for for tracing support here.
1525
09248348
JK
15262010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1527
1528 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
1529 " as $displacement" to "seen displacement message".
1530
d350db38
PA
15312010-03-28 Pedro Alves <pedro@codesourcery.com>
1532
1533 * gdb.trace/while-dyn.exp (executable): New variable.
1534 (binfile): Use it.
1535 (test_while_stepping): New function. Move most tests here. Call
1536 it once for each of the while-stepping, stepping and ws aliases.
1537
907af001
UW
15382010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1539
1540 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
1541 that do not provide the tagless_struct type name at all.
1542 (test_print_anon_union): Do not check value of uninitialized
1543 union member. Do not use cp_test_ptype_class, so we can accept
1544 "long" as well as "long int".
1545
610197fd
PA
15462010-03-26 Pedro Alves <pedro@codesourcery.com>
1547
1548 * gdb.trace/tfile.c (tohex, bin2hex): New.
1549 (write_error_trace_file): Hexify error description.
1550
6c28cbf2
SS
15512010-03-25 Stan Shebs <stan@codesourcery.com>
1552
1553 * gdb.trace/tfile.c: Generate an additional trace file, improve
1554 portability.
1555 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
1556 files in a better way.
1557
e62b8c7e
KS
15582010-03-25 Keith Seitz <keiths@redhat.com>
1559
1560 * gdb.java/jprint.exp: XFAIL printing of static class members
1561 because of GCC debuginfo problem.
1562
82ccf5a5
JK
15632010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1564
1565 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
1566
293e2f9e
DJ
15672010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1568
1569 * gdb.base/completion.exp: Allow long instead of long int.
1570 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
1571 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
1572 variable p.
1573 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
1574 * gdb.base/pointers.exp: Allow long instead of long int.
1575 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
1576 * gdb.base/step-line.exp: Allow a directory before the source file name.
1577
95a42b64
TT
15782010-03-24 Tom Tromey <tromey@redhat.com>
1579
1580 PR breakpoints/9352:
1581 * gdb.base/default.exp: Update.
1582 * gdb.base/commands.exp: Update.
1583 * gdb.cp/extern-c.exp: Test setting commands on multiple
1584 breakpoints at once.
1585
2390201f
DJ
15862010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1587
1588 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
1589 if gdb,nosignals.
1590 * gdb.base/watchpoints.c: Do not include unnecessary headers.
1591 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
1592 exited".
1593
8c9a6790
SS
15942010-03-24 Stan Shebs <stan@codesourcery.com>
1595
1596 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
1597
a6c727b2
DJ
15982010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1599
1600 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
1601 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
1602 argument. Handle "short" and "long".
1603 (Top level): Pass overprototyped output for old_fptr and xptr.
1604
4dfd5423
PA
16052010-03-23 Pedro Alves <pedro@codesourcery.com>
1606
1607 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
1608 format strings and add casts to avoid compiler warnings.
1609
16102010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
1611
1612 * lib/trace-support.exp (gdb_trace_setactions):
1613 Don't expect whitespace after ">" prompt.
1614 * gdb.trace/actions.exp: Adjust for output changes.
1615 * gdb.trace/while-stepping.exp: Likewise.
1616
c847d045
JK
16172010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1618
1619 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
1620 and r157645).
1621
5f717f1d
JK
16222010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1623
1624 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
1625 New.
1626
7d6d51d5
DJ
16272010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
1628
1629 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
1630 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
1631
3b11a015
SS
16322010-03-19 Stan Shebs <stan@codesourcery.com>
1633
1634 * gdb.trace/ax.exp: New file.
1635
d7d158ed
DE
16362010-03-19 Doug Evans <dje@google.com>
1637
6bb85cd1
DE
1638 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
1639 output from gcc.
1640
d7d158ed
DE
1641 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
1642 named /usr/sbin/prelink<foo>.
1643
4daf5ac0
SS
16442010-03-18 Stan Shebs <stan@codesourcery.com>
1645
1646 * gdb.trace/circ.exp: Test circular-trace-buffer.
1647 * gdb.trace/tfile.exp: Update tstatus test.
1648
e8d05480
JB
16492010-03-18 Joel Brobecker <brobecker@adacore.com>
1650
1651 * gdb.dwarf2/dw2-anonymous-func.S: New file.
1652 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
1653
441b986a
UW
16542010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1655
1656 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
1657
4247603b
PA
16582010-03-18 Pedro Alves <pedro@codesourcery.com>
1659
1660 * gdb.base/default.exp: Adjust the expected output of the finish
1661 and until commands when the inferior is not being run.
1662
13387711
SW
16632010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
1664
1665 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
1666 * gdb.cp/nsusing.exp: Ditto.
1667
6e31430b
TT
16682010-03-15 Tom Tromey <tromey@redhat.com>
1669
1670 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
1671 * gdb.cp/userdef.cc (operator==): New function.
1672 (main): New locals mem1, mem2.
1673
e2d69cb5
JZ
16742010-03-15 Jie Zhang <jie@codesourcery.com>
1675
1676 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
1677 Declare and use new loadtimeout variable.
1678
f572f0a9
DJ
16792010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1680
1681 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
1682 Use gdb_load later.
1683
51f4c0b0
PA
16842010-03-14 Pedro Alves <pedro@codesourcery.com>
1685
1686 * gdb.base/solib-disc.c (main): Make format of fprintf a string
1687 literal. Add missing endlines to prints to stderr.
1688
1c809c68
TT
16892010-03-12 Tom Tromey <tromey@redhat.com>
1690
1691 PR c++/9708:
1692 * gdb.cp/m-static.exp: Add regression test.
1693 * gdb.cp/m-static.cc (method): New method.
1694 (main): Call it.
1695
00ae8fef
SW
16962010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
1697
1698 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
1699 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
1700
759f0f0b
PA
17012010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1702
21e24d21
PA
1703 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
1704
17052010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1706
759f0f0b
PA
1707 * lib/gdb.exp (skip_stl_tests): New.
1708 (gdb_compile): Symbian needs -ldl.
1709 (shlib_target_file): New.
1710 (shlib_symbol_file): New.
1711 (gdb_load_shlibs): Use shlib_target_file.
1712 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
1713 * gdb.cp/exception.exp: Use skip_stl_tests.
1714 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
1715 * gdb.cp/try_catch.exp: Use skip_stl_tests.
1716 * gdb.cp/mb-templates.exp: Ditto.
1717 * gdb.base/commands.exp: Relax regexes.
1718 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
1719 shlib_target_file and shlib_symbol_file.
1720 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
1721 sections.
1722 * gdb.base/ending-run.exp: Accept E32Main for symbian.
1723 * gdb.base/solib-disc.exp: Use
1724 shlib_target_file and shlib_symbol_file.
1725 * gdb.base/unload.exp: Don't skip on symbian. Use
1726 shlib_target_file and shlib_symbol_file.
1727 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
1728
6a8f2671
PA
17292010-03-12 Pedro Alves <pedro@codesourcery.com>
1730
1731 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
1732 * gdb.trace/report.exp: Adjust for x86 and x86_64.
1733 Issue a tfind end before looking for a tracepoint frame.
1734 * gdb.trace/tfind.exp: Adjust tstatus output.
1735 Adjust disassembly output.
1736 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
1737
ccf26247
JK
17382010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1739
1740 * gdb.base/break-interp.exp: Create new displacement parameter value
1741 for the test_ld calls.
1742 (reach): New parameter displacement, verify its content. New push of
1743 pf_prefix "reach-$func:". Import global expect_out.
1744 (test_core): New parameter displacement, verify its content. New push
1745 of pf_prefix "core:". New command "set verbose on". Import global
1746 expect_out.
1747 (test_attach): New parameter displacement, verify its content. New
1748 push of pf_prefix "attach:". New command "set verbose on". Import
1749 global expect_out.
1750 (test_ld): New parameter displacement, pass it to the reach, test_core
1751 and test_attach calls and verify its content in the "ld.so exit" test.
1752 * gdb.base/prelink.exp: Remove gdb_exit and final return.
1753 (prelink): Update expected text, use gdb_test.
1754
e469c7fb
DE
17552010-03-10 Doug Evans <dje@google.com>
1756
1757 * gdb.base/checkpoint.exp: Fix comment.
1758 Lengthen timeout while doing >600 checkpoints test.
1759 Rename duplicate "kill all one" test to keep test names unique.
1760
60e1c644
PA
17612010-03-10 Pedro Alves <pedro@codesourcery.com>
1762
1763 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
1764
cec808ec
KS
17652010-03-08 Keith Seitz <keiths@redhat.com>
1766
1767 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
1768 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
1769 (dm_type_long): New function.
1770 (dm_type_unsigned_short): New function.
1771 (dm_type_unsigned_long): New function.
1772 (myint): New typedef.
1773 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
1774 long, unsigned shor and long, operator char*, and typedef.
1775 (test_lookup_operator_functions): Add operator char* test.
1776 (test_paddr_operator_functions): Likewise.
1777 (test_paddr_overloaded_functions): Use probe values for
1778 short, long, and unsigned short and long.
1779 (test_paddr_hairy_functions): If the demangler probe detected
1780 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
1781 demangler.
1782 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
1783 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
1784 and "print null_pmf".
1785 Add test "ptype a.*pmf".
1786 * gdb.cp/overload.exp: Allow optional "int" to appear with
1787 "short" and "long".
1788 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
1789 long expect value for men_overload1arg.
1790 Allow "int" to appear with "short" and "long".
1791 When testing "info break", add argument for main (void).
1792 Also allow "int" to appear with "short" and "long".
1793 Ditto with "unsigned" and "long long".
1794 * gdb.java/jmain.exp: Do not enclose methods names in single
1795 quotes.
1796 * gdb.java/jmisc.exp: Likewise.
1797 * gdb.java/jprint.exp: Likewise.
1798 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
1799
1800 From Jan Kratochvil <jan.kratochvil@redhat.com>:
1801 * gdb.cp/exception.exp (backtrace after first throw)
1802 (backtrace after second throw): Allow a namespace before __cxa_throw.
1803 (backtrace after first catch, backtrace after second catch): Allow
1804 a namespace before __cxa_begin_catch.
1805
1806 * gdb.cp/cpexprs.exp: New file.
1807 * gdb.cp/cpexprs.cc: New file.
1808
1809 From Daniel Jacobowitz <dan@codesourcery.com>
1810 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
1811 to use string_to_regexp.
1812 (ctor, dtor): New functions. Use them to match constructor
1813 and destructor function types.
1814 (Top level): Use runto_main.
1815
f870a310
TT
18162010-03-05 Tom Tromey <tromey@redhat.com>
1817
1818 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
1819 gdb.target_charset.
1820 (pp_ns.to_string): Likewise.
1821
0c199f28
KS
18222010-03-04 Keith Seitz <keiths@redhat.com>
1823
1824 * gdb.cp/overload.exp: Test that the filename portion of a linespec
1825 can be quoted. Test that both the filename and function/line
1826 portions can be quoted at the same time.
1827
c7437ca6
PA
18282010-03-04 Pedro Alves <pedro@codesourcery.com>
1829
1830 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
1831
b111b805
DE
18322010-03-03 Doug Evans <dje@google.com>
1833
24486cb7
DE
1834 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
1835 libc contains libpthread.
1836
b111b805
DE
1837 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
1838 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
1839 of gdb_compile. Add another pattern to match android backtrace.
1840
a0e0ef55
TT
18412010-03-03 Tom Tromey <tromey@redhat.com>
1842
1843 PR gdb/11345:
1844 * gdb.base/printcmds.exp (test_printf): Add test.
1845
1ba53b71
L
18462010-03-02 H.J. Lu <hongjiu.lu@intel.com>
1847
1848 * gdb.arch/amd64-byte.exp: New.
1849 * gdb.arch/amd64-dword.exp: Likewise.
1850 * gdb.arch/amd64-pseudo.c: Likewise.
1851 * gdb.arch/amd64-word.exp: Likewise.
1852 * gdb.arch/i386-byte.exp: Likewise.
1853 * gdb.arch/i386-pseudo.c: Likewise.
1854 * gdb.arch/i386-word.exp: Likewise.
1855
f5dff777
DJ
18562010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1857
1858 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
1859 types. Add structreg, bitfields, and flags registers.
1860 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
1861 registers.
1862
90884b2b
L
18632010-03-01 H.J. Lu <hongjiu.lu@intel.com>
1864
1865 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
1866 (load_description): Set architecture if defined.
1867
dc00d89f
PM
18682010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1869
1870 * gdb.python/py-frame.exp: Add read_var block tests.
1871 * gdb.python/py-frame.c (block): New function.
1872
0e095b7e
JK
18732010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1874 Daniel Jacobowitz <dan@codesourcery.com>
1875
1876 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
1877
624f1a65
DM
18782010-02-25 David S. Miller <davem@davemloft.net>
1879
1880 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
1881 fix logic for setting all_syscalls_numbers.
1882
f3e9a817
PM
18832010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1884
1885 * Makefile.in: Add py-block and py-symbol.
1886 * gdb.python/py-symbol.exp: New File.
1887 * gdb.python/py-symtab.exp: New File.
1888 * gdb.python/py-block.exp: New File.
1889 * gdb.python/py-symbol.c: New File.
1890 * gdb.python/py-block.c: New File.
1891
f6bbabf0
PM
18922010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1893
1894 PR python/11314
1895 * lib/gdb.exp (skip_python_tests): New function.
1896 * gdb.python/py-cmd.exp: Use skip_python_tests.
1897 * gdb.python/py-frame.exp: Likewise.
1898 * gdb.python/py-function.exp: Likewise.
1899 * gdb.python/py-prettyprint.exp: Likewise.
1900 * gdb.python/py-template.exp: Likewise.
1901 * gdb.python/py-type.exp: Likewise.
1902 * gdb.python/py-value.exp: Likewise.
1903
85d721b8
PA
19042010-02-22 Pedro Alves <pedro@codesourcery.com>
1905
1906 PR9605
1907
1908 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
1909
48e32051
TT
19102010-02-19 Tom Tromey <tromey@redhat.com>
1911
1912 PR c++/8693, PR c++/9496:
1913 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
1914 regression tests.
1915
ac9c0048
JK
19162010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1917
1918 Fix compatibility with m68k as.
1919 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
1920 Use only /* comments */.
1921
57bb97a4
UW
19222010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1923
1924 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
1925 * configure: Regenerate.
1926
7d1bf85c
DJ
19272010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
1928
1929 * gdb.python/py-type.exp: Check for Python support.
1930
061b5285
PA
19312010-02-17 Pedro Alves <pedro@codesourcery.com>
1932
1933 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
1934 `regsub' syntax available.
1935
f8a8bc2c
PA
19362010-02-17 Pedro Alves <pedro@codesourcery.com>
1937
1938 * gdb.base/shmain.c (main): Remove printf call.
1939 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
1940 * gdb.base/unload.c (main): Make format of fprintf a string
1941 literal. Add missing endlines to prints to stderr.
1942 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
1943
6f451e5e
TT
19442010-02-17 Tom Tromey <tromey@redhat.com>
1945
1946 * gdb.java/jprint.java (jprint.props): New field.
1947 * gdb.java/jprint.exp (set_lang_java): Add regression test.
1948
12d79008
PA
19492010-02-17 Pedro Alves <pedro@codesourcery.com>
1950
ef801a0e 1951 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
1952 available.
1953
d252f7e5
DJ
19542010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1955
1956 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
1957 creation to support remote host testing.
1958
67bdab6c
DJ
19592010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1960
1961 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
1962 Recognize "command not found".
1963
bb391223
DJ
19642010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1965
1966 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
1967 single-stepping.
1968
70362913
DJ
19692010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1970
1971 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
1972 if arguments are not supported.
1973
493f3c00
DJ
19742010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1975
1976 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
1977 be const or non-const.
1978
8034c749
DJ
19792010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1980
1981 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
1982 mi_send_resuming_command to send -exec-continue.
1983
791dfb64
DJ
19842010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1985
1986 * gdb.base/list.exp (test_list_filename_and_function): Add test
1987 with single quotes.
1988 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
1989 matching.
1990 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
1991 Add KFAIL'd tests for PR gdb/11289.
1992
7c5fe868
DJ
19932010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1994
1995 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
1996
fdc498b8
DJ
19972010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1998
1999 * gdb.base/comp-dir/subdir/dummy.txt: New file.
2000 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
2001 a temporary directory.
2002
b519e2a6
DJ
20032010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2004
2005 * gdb.base/charset.exp: Use a single regular expression to match
2006 show host-charset and show target-charset output.
2007
74164c56
JK
20082010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2009
2010 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
2011 "Illegal process-id" expect string more exact.
2012 (attach to digits-starting nonsense is prohibited): New.
2013
701ed6dc
JK
20142010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2015
2016 * gdb.base/prelink.exp (set verbose on): New.
2017
fa19b4e5
MS
20182010-02-12 Tomas Holmberg <th@virtutech.com>
2019
2020 * mi-reverse.exp: New file. Test for reverse option to the
2021 following MI commands: exec-continue, exec-finish, exec-next,
2022 exec-step, exec-next-instruction, exec-step-instruction.
2023
dadf0e9c
JB
20242010-02-09 Joel Brobecker <brobecker@adacore.com>
2025
2026 * gdb.ada/ptype_tagged_param: New testcase.
2027
714f19d5
TT
20282010-02-08 Tom Tromey <tromey@redhat.com>
2029
2030 PR c++/8017:
2031 * gdb.cp/overload.exp: Add tests.
2032 * gdb.cp/overload.cc (struct K): New.
2033 (namespace N): New.
2034 (main): Call new functions.
2035 (K::staticoverload): Define.
2036
83b10087
CM
2037Mon Feb 8 13:18:22 2010 Chris Moller <moller@mollerware.com>
2038
2039 PR gdb/10728
2040 * gdb.cp/pr10728-x.h: New file.
2041 * gdb.cp/pr10728-x.cc: New file.
2042 * gdb.cp/pr10728-y.cc: New file.
2043 * gdb.cp/pr10728.exp: New file.
2044 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
2045
99903ae3
CM
2046Mon Feb 8 12:54:54 2010 Chris Moller <moller@mollerware.com>
2047
2048 PR gdb/9067
2049 * gdb.cp/pr9067.exp: New
2050 * gdb.cp/pr9067.cc: New
2051 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
2052
7b356089
JB
20532010-02-08 Joel Brobecker <brobecker@adacore.com>
2054
2055 * lib/gdb.exp (gdb_test_timeout): New global variable.
2056 Set it to timeout if not already set.
2057 (gdb_init): Reset the value of timeout to gdb_test_timeout.
2058
1be00882
DE
20592010-02-05 Doug Evans <dje@google.com>
2060
2061 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
2062 user.
2063
82856980
SW
20642010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
2065
2066 PR c++/7935:
2067 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
2068
1a334831
TT
20692010-02-04 Tom Tromey <tromey@redhat.com>
2070
2071 * gdb.cp/virtbase.exp: Make test case names unique.
2072
9c3c02fd
TT
20732010-02-02 Tom Tromey <tromey@redhat.com>
2074
2075 * gdb.cp/virtbase.exp: Add regression tests.
2076 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
2077 (main): Instantiate RHC.
2078
0cc2414c
TT
20792010-02-02 Tom Tromey <tromey@redhat.com>
2080
2081 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
2082 type-printing change.
2083
edf3d5f3
TT
20842010-02-02 Tom Tromey <tromey@redhat.com>
2085
2086 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
2087 * gdb.cp/virtbase.cc: New file.
2088 * gdb.cp/virtbase.exp: New file.
2089 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
2090
e4b7f41c
JK
20912010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2092
2093 PR libc/11214:
2094 * gdb.threads/current-lwp-dead.c: Include features.h.
2095 (HAS_NOMMU): New.
2096 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
2097
b381ea14
JK
20982010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2099
2100 * gdb.base/symbol-without-target_section.exp,
2101 gdb.base/symbol-without-target_section.c: New.
2102
c593ac0e
DJ
21032010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2104
2105 * gdb.base/bigcore.exp: Reset increased timeout.
2106 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
2107
db25f29d
DJ
21082010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2109
2110 * gdb.base/gcore.exp (capture_command_output): Use
2111 gdb_test_multiple.
2112
f9d67f43
DJ
21132010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2114
2115 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
2116 * gdb.arch/thumb2-it.exp (test_it_break): New function.
2117 (Top level): Call it.
2118
177321bd
DJ
21192010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2120
2121 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
2122
97f2ed50
DJ
21232010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2124
2125 * gdb.base/call-strs.exp, gdb.base/default.exp,
2126 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
2127 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
2128 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
2129 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
2130 gdb.base/watchpoint-solib.exp: Save and restore timeout.
2131 * gdb.base/ending-run.exp: Correct restore of timeout.
2132 * gdb.base/page.exp: Remove unnecessary timeout setting.
2133
e4e2711a
JB
21342010-01-29 Joel Brobecker <brobecker@adacore.com>
2135
2136 * gdb.ada/rec_return: New testcase.
2137
ba581dc1
JB
21382010-01-29 Joel Brobecker <brobecker@adacore.com>
2139
2140 * gdb.ada/call_pn: New testcase.
2141
4ea95be9
DJ
21422010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2143
2144 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
2145 (Top level): Use it to resume.
2146 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
2147 the Thumb mode displaced stepping error as unsupported.
2148
df83a9bf
SW
21492010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
2150
2151 * gdb.cp/nsusing.exp: Added more tests.
2152 * gdb.cp/nsrecurs.exp: Ditto.
2153 * gdb.cp/nsusing.cc: Added test functions.
2154 * gdb.cp/nsrecurs.cc: Ditto.
2155
40b27cdc
JK
21562010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2157
2158 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
2159 absolute directory pathnames in gdb.sum file.
2160
de958931
SW
21612010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
2162
2163 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
2164 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
2165
708ead4e
TT
21662010-01-26 Tom Tromey <tromey@redhat.com>
2167
2168 PR exp/7643:
2169 * gdb.base/printcmds.exp (test_print_string_constants): Remove
2170 setup_kfail.
2171
b14e635e
SW
21722010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
2173
2174 * gdb.cp/nsrecurs.exp: New test.
2175 * gdb.cp/nsrecurs.cc: New test program.
2176 * gdb.cp/nsstress.exp: New test.
2177 * gdb.cp/nsstress.cc: New test program.
2178 * gdb.cp/nsdecl.exp: New test.
2179 * gdb.cp/nsdecl.cc: New test program.
2180
8540c487
SW
21812010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
2182
2183 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
2184 imported into file scope.
2185 Marked test as xfail.
2186 * gdb.cp/namespace-using.cc (marker5): New function.
2187 * gdb.cp/shadow.exp: New test.
2188 * gdb.cp/shadow.cc: New test program.
2189 * gdb.cp/nsimport.exp: New test.
2190 * gdb.cp/nsimport.cc: New test program.
2191
421d5d99
TT
21922010-01-25 Tom Tromey <tromey@redhat.com>
2193
2194 PR gdb/11049:
2195 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
2196 with "set print null-stop on".
2197
691f8dc1
JK
21982010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2199
2200 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
2201 Adjust it for DISASSEMBLY_OMIT_FNAME.
2202
0b92b5bb
TT
22032010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2204
2205 PR symtab/11199:
2206 * gdb.dwarf2/member-ptr-forwardref.exp,
2207 gdb.dwarf2/member-ptr-forwardref.S: New.
2208
23787403
JK
22092010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2210
2211 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
2212 (thread1_func): Protect thread1_tid with thread1_tid_cond by
2213 thread1_tid_mutex. Remove gdbstop_mutex handling.
2214 (thread2_func): Protect thread2_tid with thread2_tid_cond by
2215 thread2_tid_mutex. Remove gdbstop_mutex handling.
2216 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
2217 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
2218 pthread_cond_wait conditionalizations by while loops.
2219
b966cb8a
TT
22202010-01-20 Tom Tromey <tromey@redhat.com>
2221
2222 PR backtrace/10770:
2223 * gdb.dwarf2/pr10770.exp: New file.
2224 * gdb.dwarf2/pr10770.c: New file.
2225 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
2226
fcae584b
VP
22272010-01-20 Vladimir Prus <vladimir@codesourcery.com>
2228
2229 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
2230 that target was removed, and the test always runs native anyway.
2231
a0f49112
JK
22322010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2233
2234 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
2235 gdb.base/watchpoint-cond-gone-stripped.c: New.
2236
ceeb3d5a
TT
22372010-01-19 Tom Tromey <tromey@redhat.com>
2238
2239 PR c++/8000:
2240 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
2241 existing tests.
2242 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
2243 (main): Use AAA::SomeEnum.
2244
dd322c54
JK
22452010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2246
2247 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
2248 (test_ignore_count): Declare line_callme_body global.
2249 (run to breakpoint with ignore count): Use line_callme_body.
2250 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
2251 (set line_main_hello, set line_main_return): Reindent.
2252 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
2253 New.
2254 (continue to callee4): Use line_callee4_body.
2255 (check *stopped from CLI command): Use line_callee4_next.
2256 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
2257 (set line_main_hello, set line_main_return): Reindent.
2258 (set line_callee4_head, set line_callee4_body): New.
2259 (continue to callee4): Use line_callee4_body.
2260
4e8f195d
TT
22612010-01-18 Tom Tromey <tromey@redhat.com>
2262
2263 PR c++/9680:
2264 * gdb.cp/casts.cc: Add new classes and variables.
2265 * gdb.cp/casts.exp: Test new operators.
2266
9e14a9ba
JB
22672010-01-18 Tom Tromey <tromey@redhat.com>
2268 Thiago Jung Bauermann <bauerman@br.ibm.com>
2269
2270 * gdb.python/source2.py: New file.
2271 * gdb.python/source1: New file.
2272 * gdb.python/python.exp: Test "source" command.
2273
00bf0b85
SS
22742010-01-15 Stan Shebs <stan@codesourcery.com>
2275
2276 * gdb.trace/tfile.c: New file.
2277 * gdb.trace/tfile.exp: New file.
2278
55235ad7
JK
22792010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2280
2281 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
2282
9f2982ff
JK
22832010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2284
2285 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
2286
bbfba9ed
JK
22872010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2288
2289 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
2290 (libfunc): New parameter action. Implement also selectable "sleep".
2291 * gdb.base/break-interp-main.c: Include assert.h.
2292 (libfunc): New parameter action.
2293 (main): New parameters argc and argv. Assert argc. Pass argv.
2294 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
2295 (test_attach): New proc.
2296 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
2297 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
2298
61f0d762
JK
22992010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2300
2301 * gdb.base/break-interp.exp (test_core): New proc.
2302 (test_ld): Call it.
2303
06a6f270
JK
23042010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2305
2306 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
2307 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
2308 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
2309 and gdb_compile_shlib. Use new -Wl compiler options.
2310 (dl bt, main bt): New tests.
2311
51bee8e9
JK
23122010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2313
2314 Support PIEs with no symfile_objfile.
2315 * gdb.base/break-interp.exp: New argument at the test_ld calls.
2316 (test_ld): New parameter trynosym.
2317 (test_ld <$trynosym>): New block.
2318
b8040f19
JK
23192010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2320
2321 * gdb.base/break-interp.exp: New file.
2322
be759fcf
PM
23232010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2324
2325 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
2326 * gdb.python/py-prettyprint.py (pp_ls): New printer.
2327 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
2328 test.
2329 * gdb.python/py-prettyprint.c: Define lazystring test structure.
2330 * gdb.python/py-mi.exp: Add lazy string test.
2331
dc146f7c
VP
23322010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2333
2334 * lib/mi-support.exp (mi_check_thread_states): Handle
2335 core number in thread listing.
2336
b4ba55a1
JB
23372010-01-12 Joel Brobecker <brobecker@adacore.com>
2338
2339 * gdb.base/maint.exp: Adjust the expected output for the
2340 "maint print type" test. Use gdb_test_multiple instead of
2341 gdb_sent/gdb_expect.
2342
08e24bd4
DE
23432010-01-11 Doug Evans <dje@google.com>
2344
6496a609
DE
2345 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
2346 from gdbserver_download. All callers updated.
2347
08e24bd4
DE
2348 * gdb.server/ext-run.exp: "info os processes" requires xml support.
2349
b5cfddf5
JK
23502010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2351
2352 Implement binary numbers parsing.
2353 * gdb.base/printcmds.exp (test_integer_literals_accepted)
2354 (test_integer_literals_rejected): New binary tests.
2355
3725885a
RW
23562010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2357
2358 * gdb.cell/configure: Regenerate.
2359
37aeb5df
JK
23602010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2361
2362 * gdb.base/corefile.exp: Move the core finding block out and call it as
2363 core_find, new variable $corefile, replace corefile by $corefile and
2364 [file tail $corefile] for usage vs. test names resp.
2365 * lib/gdb.exp (core_find): Move it as a new function here. New
2366 parameter binfile and deletefiles. New variable $destcore. Pre-delete
2367 $destcore. Return "" on error.
2368
d521f563
JK
23692010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2370
2371 Workaround PR binutils/10802.
2372 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
2373 (twice).
2374
28f24826
DJ
23752010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2376
2377 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
2378
2de75e71
JB
23792010-01-08 Joel Brobecker <brobecker@adacore.com>
2380
2381 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
2382 call, to avoid interruption.
2383
fe00719b 23842010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
2385
2386 * gdb.stabs/weird.def (args93): New.
2387
d0ef5df8
DE
23882010-01-07 Doug Evans <dje@google.com>
2389
2390 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
2391
3a08d52f
TT
23922010-01-07 Tom Tromey <tromey@redhat.com>
2393
2394 * gdb.base/source.exp: Use correct line number.
2395
7a697b8d
SS
23962010-01-05 Stan Shebs <stan@codesourcery.com>
2397
2398 * gdb.trace/tracecmd.exp: Test ftrace.
2399
7803799a
UW
24002010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2401
2402 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
2403
c54eabfa
JK
24042010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2405
2406 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
2407 "uint_for_mi_testing".
2408
02e7ef19
JB
24092010-01-01 Joel Brobecker <brobecker@adacore.com>
2410
2411 Test indented comment in file being sourced.
2412 * gdb.base/commands.exp: Test indented comment in file being sourced.
2413
abd775ce
JB
24142010-01-01 Joel Brobecker <brobecker@adacore.com>
2415
2416 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
2417 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
2418 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
2419 notice.
2420
79b55b82
JB
24212010-01-01 Joel Brobecker <brobecker@adacore.com>
2422
2423 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
2424 notice.
2425
8997583e
JK
24262010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2427
2428 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
2429 missing $after_stopped and comma (,) expectation.
2430
6da95a67
SS
24312009-12-31 Stan Shebs <stan@codesourcery.com>
2432
2433 * gdb.trace/actions.exp: Test teval action.
2434
218d2fc6
TJB
24352009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2436
2437 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
2438 (top level): Call test_watchpoint_in_big_blob.
2439 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
2440 watchpoints.
2441 (func3): Write to buf.
2442
236f1d4d
SS
24432009-12-29 Stan Shebs <stan@codesourcery.com>
2444
2445 * gdb.trace/actions.exp: Test default-collect.
2446
f61e138d
SS
24472009-12-28 Stan Shebs <stan@codesourcery.com>
2448
2449 * gdb.trace/tsv.exp: New file.
2450 * gdb.base/completion.exp: Update ambiguous info output.
2451
0219b378
DJ
24522009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2453
2454 * gdb.base/find.c (main): Reference search buffers.
2455 * gdb.base/included.c (main): Reference integer.
2456 * gdb.base/ptype.c (charfoo): Declare.
2457 (intfoo): Call charfoo.
2458 * gdb.base/scope0.c (useitp): New function.
2459 (usestatics): Use useitp.
2460 (useit): Add a type for val.
2461 * gdb.base/scope1.c (useit1): Take a pointer argument.
2462 (usestatics1): Update calls to useit1.
2463 * gdb.cp/call-c.cc: Declare foo.
2464 (main): Call foo.
2465 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
2466 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
2467 (main): Call C::ensureRefs and ensureOtherRefs.
2468 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
2469 variables.
2470 (ensureOtherRefs): New function.
2471 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
2472 * gdb.cp/templates.cc (main): Call t5i.value.
2473
3f78692f
JK
24742009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2475
2476 Fix compatibility with G++-4.5.
2477 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
2478 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
2479 (uncaught return): Remove.
2480
429374b8
JK
24812009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2482 Phil Muldoon <pmuldoon@redhat.com>
2483
2484 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
2485 (bp_location13, bp_location14, bp_location17, bp_location18)
2486 (marker3_proto, marker4_proto): New variables.
2487 (breakpoint info): Update output.
2488 (run until breakpoint at marker3, run until breakpoint at marker4): New
2489 tests.
2490
859825b8
JK
24912009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2492
2493 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
2494 Replace the printf call of Y by provided "y-set-1" label. New block
2495 for the second shared library.
2496 * gdb.base/unload.exp: Compile also the second library, call
2497 gdb_load_shlibs also for it. Use now gdb_breakpoint.
2498 (single pending breakpoint info): Rename to ...
2499 (pending breakpoint info before run): ... this extended test.
2500 (libfile2, libname2, libsrcfile2, libsrc2)
2501 (lib_sl2): New variables.
2502 (exec_opts): Set also SHLIB_NAME2.
2503 (pending breakpoint info on first run at shrfunc1)
2504 (pending breakpoint info on second run at shrfunc1)
2505 (pending breakpoint info on second run at shrfunc2)
2506 (print y from libfile, print y from libfile2): New tests.
2507 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
2508 * gdb.base/unloadshr2.c: New.
2509
e6a386cd
HZ
25102009-12-22 Hui Zhu <teawater@gmail.com>
2511
2512 * gdb.reverse/sigall-reverse.exp: Adjust.
2513
9e19b45e
VP
25142009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2515
2516 PR gdb/10884
2517
2518 * gdb.mi/var-cmd.c (do_bitfield_tests): New
2519 (main): Call do_bitfield_tests.
aacf5b1e 2520 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 2521
d53a7b30
JB
25222009-12-20 Joel Brobecker <brobecker@adacore.com>
2523
2524 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
2525 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
2526 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
2527 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
2528 gdb.modula2/unbounded1.c: Update copyright header.
2529
191ca0a1
CM
25302009-12-10 Chris Moller <moller@mollerware.com>
2531
2532 PR gdb/9399
2533 * gdb.cp/virtfunc2.exp: New tests
2534 * gdb.cp/virtfunc2.cc: New tests
2535 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
2536
0fa6cf1b
MS
25372009-12-10 Oza Pawandeep (paawan1982@yahoo.com
2538
2539 * gdb.reverse/i387-env-reverse.c: New file.
2540 * gdb.reverse/i387-env-reverse.exp: New file.
2541 * gdb.reverse/i387-stack-reverse.c: New file.
2542 * gdb.reverse/i387-stack-reverse.exp: New file.
2543
361ae042
PM
25442009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2545
2546 * gdb.python/py-type.exp (test_range): New test.
2547
bfd31e71
PM
25482009-12-03 Phil Muldoon <pmuldoon@redhat.com>
2549
2550 PR python/10805
2551
2552 * gdb.python/py-type.exp: New file.
2553 * gdb.python/py-type.c: New file.
2554 * Makefile.in: Add py-type.
2555
57a1d736
TT
25562009-12-03 Tom Tromey <tromey@redhat.com>
2557
2558 * gdb.python/py-value.exp (test_parse_and_eval): New
2559 function.
2560
1f3b5d1b
PP
25612009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2562
2563 PR gdb/11022
2564
2565 * gdb.base/pr11022.exp: New test.
2566 * gdb.base/pr11022.c: New test.
2567
8b7dbdc9
JK
25682009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2569
2570 Fix spurious false FAILs.
2571 * gdb.base/structs.c (chartest): New.
2572 (main): Fill-in chartest.
2573 * gdb.base/structs.exp (anychar_re, first): New.
2574 (start_structs_test): Import global anychar_re and first.
2575 New gdb_test call "set print elements 300; ${testfile}"
2576 (start_structs_test <$first>): New block.
2577 (any): Import global anychar_re. New variable ac. Use ${ac}.
2578
6a53b2ec
JK
25792009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2580
2581 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
2582
d7167b4c
JK
25832009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2584
2585 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
2586 Force $srcfile file.
2587 * gdb.base/foll-fork.c (callee): Comment out the printf call.
2588
b1798462
UW
25892009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2590
2591 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
2592 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2593 * gdb.threads/watchthreads-reorder.exp: Likewise.
2594
b6199126
DJ
25952009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2596
2597 PR gdb/8704
2598
2599 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
2600 "if", and "thread". Correct matching in the previous test.
2601
b22a0510
DJ
26022009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
2603
2604 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
2605
930636d2
MS
26062009-11-23 Michael Snyder <msnyder@vmware.com>
2607
2608 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
2609 * gdb.reverse-watch-precsave.exp: Ditto.
2610
21a0512e
PP
26112009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2612
2613 * gdb.asm/asm-source.exp: Adjust.
2614 * gdb.base/help.exp: Adjust.
2615
fc30d5e0
PA
26162009-11-22 Pedro Alves <pedro@codesourcery.com>
2617
2618 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
2619 (do_syscall_tests_without_xml): Set data-directory to
2620 /the/path/to/nowhere.
2621
f6bc2008
PA
26222009-11-21 Pedro Alves <pedro@codesourcery.com>
2623
2624 * gdb.threads/local-watch-wrong-thread.c,
2625 gdb.threads/local-watch-wrong-thread.exp: New files.
2626
8c2fb5de
PA
26272009-11-21 Pedro Alves <pedro@codesourcery.com>
2628
2629 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
2630 assume new `regsub' syntax available.
2631
ebec9a0f
PA
26322009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2633
a79d3c27
JK
2634 * gdb.base/watchpoint-hw-hit-once.exp,
2635 gdb.base/watchpoint-hw-hit-once.c: New.
2636
26372009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2638
2639 * gdb.threads/watchthreads-reorder.exp,
2640 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 2641
276a961b
MK
26422009-11-17 Nathan Sidwell <nathan@codesourcery.com>
2643
2644 * gdb.xml/tdesc-regs.exp: Use for m68k.
2645
4867c1fb
PA
26462009-11-15 Pedro Alves <pedro@codesourcery.com>
2647
2648 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
2649
f6838f81
DJ
26502009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2651
2652 * lib/gdb.exp (current_target_name): New procedure.
2653 (gdb_wrapper_target): New variable.
2654 (gdb_wrapper_init): Set gdb_wrapper_target.
2655 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
2656 wrapper.
2657
4ac4dd3f
DJ
26582009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2659
2660 * gdb.base/remote.exp: Delete the slowest load test.
2661 Do not load with fixed packet sizes.
2662
a7881759
DJ
26632009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2664
2665 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
2666
97a5b505
DJ
26672009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2668
2669 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
2670 srcfile when setting a breakpoint.
2671
d3e1fc54
DJ
26722009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
2673
2674 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
2675 macros.
2676
7cbcbded
DJ
26772009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2678
2679 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
2680 to be in memory.
2681 * gdb.base/display.c (force_mem): New.
2682 (do_loops): Use it. Add breakpoint comments.
2683 (do_vars): Add a breakpoint comment.
2684 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
2685 line numbers.
2686
bdea3a92
NF
26872009-11-13 Nathan Froyd <froydnj@codesourcery.com>
2688
2689 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
2690 instead of a bare "run".
2691
269f82e5
PP
26922009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
2693
2694 * gdb.python/py-prettyprint.exp: Adjust.
2695
a69b7d9d
DJ
26962009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2697
2698 * lib/cell.exp (skip_cell_tests): Clean up test files before
2699 returning.
2700
b598bfda
DJ
27012009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2702
2703 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
2704 and the breakpoint menu. Do not call perror if a prompt is seen.
2705 Consume the following GDB prompt.
2706 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
2707 * gdb.cp/namespace.exp: Use gdb_test.
2708 * gdb.cp/templates.exp: Use gdb_test.
2709 (test_template_breakpoints): Use gdb_test_multiple.
2710
87728fa0
DJ
27112009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2712
2713 * gdb.base/break1.c (struct some_struct, values): Move earlier.
2714 (marker4): Reference values.
2715
b67c692f
DJ
27162009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2717
2718 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
2719 is missing.
2720
f0df251a
DJ
27212009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2722
2723 * gdb.base/break.c (need_malloc): New.
2724 * gdb.base/constvars.c (main): Reference crass and crisp.
2725 * gdb.base/gdb1821.c (main): Reference bar.
2726 * gdb.cp/gdb1355.cc (main): Reference s1.
2727 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
2728 (main): Call them.
2729 * gdb.cp/hang2.cc (dummy2): Define.
2730 * gdb.cp/hang3.cc (dummy3): Define.
2731 * gdb.cp/m-data.cc (main): Reference shadow.
2732
bdf7534a
NF
27332009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2734 Nathan Froyd <froydnj@codesourcery.com>
2735
2736 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
2737 remote host.
2738
f24fce77
NF
27392009-11-12 Nathan Froyd <froydnj@codesourcery.com>
2740
2741 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
2742 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
2743 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2744 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2745 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2746 * gdb.dwarf2/dw2-producer.exp: Likewise.
2747 * gdb.dwarf2/mac-fileno.exp: Likewise.
2748 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
2749 py-prettyprint.py to the remote host.
2750 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
2751
40f0318e
KS
27522009-11-11 Keith Seitz <keiths@redhat.com>
2753
2754 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
2755 use it instead of "Foo".
2756 * gdb.cp/classes.exp (do_tests): Add a test to access
2757 a method through a typedef'd class name.
2758
f3d9f7fb
NF
27592009-11-11 Nathan Froyd <froydnj@codesourcery.com>
2760
2761 * gdb.base/long_long.exp: Permit leading zeros on floating-point
2762 exponents.
2763 * gdb.base/pointers.exp: Likewise.
2764 * gdb.cp/ref-types.exp: Likewise.
2765
a4216f37
KS
27662009-11-11 Keith Seitz <keiths@redhat.com>
2767
2768 * gdb.cp/cplusfuncs.cc (class foo): Add operators
2769 new[] and delete[].
2770 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
2771 "void".
2772 (probe_demangler): Remove all single-quoting of
2773 method and variable names.
2774 (info_func_regexp): Remove the word "void" from any
2775 occurrence of "(void)".
2776 (print_addr_2): Remove all single-quoting of
2777 method names.
2778 (print_addr_2_kfail): Likewise.
2779 (print_addr): Single-quote C function names before
2780 passing to print_addr_2.
2781 (test_paddr_operator_functions): Remove single-quoting
2782 for method names.
2783 Add tests for operator new[] and operator delete[].
2784
9b14d7aa
JK
27852009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2786
2787 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
2788
85feb311
KS
27892009-11-09 Keith Seitz <keiths@redhat.com>
2790
2791 * gdb.cp/overload.exp: Add tests for resolving overloaded
2792 methods in expression parsing/evaluation.
2793
fa335448
DJ
27942009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
2795
2796 * lib/gdb.exp (default_gdb_version): Use --version instead of
2797 --command.
2798
ec3c07fc
NS
27992009-11-10 Nathan Sidwell <nathan@codesourcery.com>
2800
2801 * lib/gdb.exp (gdb_compile_test): New.
2802 (skip_ada_tests, skip_java_tests): New.
2803 (gdb_compile): Use gdb_compile_test for f77.
2804 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
2805 * lib/java.exp (compile_java_from_source): Remove runtests check,
2806 use gdb_compile_test to record result.
2807 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
2808 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
2809 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
2810 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
2811 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
2812 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
2813 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
2814 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
2815 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
2816 adjust gdb_compile invocations.
2817
b8b4e42b
JK
28182009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2819
2820 * Makefile.in (abs_builddir): New.
2821 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
2822 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
2823 `$(abs_builddir)/site.exp'.
2824
f8b7eaf3
DJ
28252009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
2826
2827 * config/m68k-emc.exp, lib/emc-support.exp,
2828 gdb.trace/gdb_c_test.c: Delete.
2829 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
2830 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2831 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2832 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2833 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2834 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
2835 casing for m68k-*-elf.
2836
c4187697
NS
28372009-11-03 Pedro Alves <pedro@codesourcery.com>
2838
2839 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
2840 * gdb.arch/i386-prologue.exp: Likewise.
2841 * gdb.arch/i386-unwind.exp: Likewise.
2842
db16b772
DJ
28432009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2844
2845 * lib/gdb.exp (gdb_expect): Fix timeout typo.
2846
bcf71277
DJ
28472009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2848
2849 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
2850
0105cee2
DJ
28512009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2852
2853 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
2854
24ddea62
JK
28552009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2856
2857 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
2858
287ccc17
JK
28592009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2860
2861 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
2862 * gdb.base/sepdebug2.c: New file.
2863
08bca259 28642009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
2865
2866 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
2867 the modified warnings for catch syscall. Verify if GDB was compiled
2868 with support for lib expat, and choose which tests to run depending
2869 on this.
2870
5d4e2b76
VP
28712009-10-30 Vladimir Prus <vladimir@codesourcery.com>
2872
2873 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
2874 that composite commands are parsed OK. And also test
2875 that breakpoint commands do work.
2876
240e538a
MS
28772009-10-23 Michael Snyder <msnyder@vmware.com>
2878
2879 gdb.reverse/consecutive-precsave.exp: Change expect pattern
2880 to allow for new disassembly style.
2881
9c419145
PP
28822009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2883
2884 * gdb.asm/asm-source.exp: Adjust.
2885
02506ff1
MS
28862009-10-22 Michael Snyder <msnyder@vmware.com>
2887
2888 * gdb.reverse/break-precsave.exp: New test.
2889 * gdb.reverse/consecutive-precsave.exp: Ditto.
2890 * gdb.reverse/finish-precsave.exp: Ditto.
2891 * gdb.reverse/i386-precsave.exp: Ditto.
2892 * gdb.reverse/machinestate-precsave.exp: Ditto.
2893 * gdb.reverse/sigall-precsave.exp: Ditto.
2894 * gdb.reverse/solilb-precsave.exp: Ditto.
2895 * gdb.reverse/step-precsave.exp: Ditto.
2896 * gdb.reverse/until-precsave.exp: Ditto.
2897 * gdb.reverse/watch-precsave.exp: Ditto.
2898
4cf866a3
MS
28992009-10-22 Michael Snyder <msnyder@vmware.com>
2900
2901 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
2902 for gdb_expect. Adjust one test's expect strings for the new
2903 format of disassemble.
2904 * gdb.reverse/finish-reverse.exp: Delete 'return'.
2905 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
2906 gdb_test_multiple.
2907 * gdb.reverse/step-reverse.exp: Delete 'return'.
2908 * gdb.reverse/until-reverse.exp: Delete blank lines.
2909 * gdb.reverse/watch-reverse.exp: Delete blank lines.
2910
2b28d209
PP
29112009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2912
2913 * gdb.base/consecutive.exp: Adjust.
2914 * gdb.base/display.exp: Likewise.
2915 * gdb.base/pc-fp.exp: Likewise.
2916 * gdb.base/sigbpt.exp: Likewise.
2917
33b9c32b
MS
29182009-10-19 Michael Snyder <msnyder@vmware.com>
2919
2920 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
2921 * gdb.reverse/finish-reverse.c: Ditto.
2922 * gdb.reverse/sigall-reverse.c: Ditto.
2923 * gdb.reverse/solib-reverse.c: Ditto.
2924 * gdb.reverse/step-reverse.c: Ditto.
2925 * gdb.reverse/watch-reverse.c: Ditto.
2926
6c95b8df
PA
29272009-10-19 Pedro Alves <pedro@codesourcery.com>
2928 Stan Shebs <stan@codesourcery.com>
2929
2930 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
2931 * gdb.base/foll-exec.exp: Adjust to expect a process id before
2932 "Executing new program".
2933 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
2934 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
2935 left listed after having been killed.
2936 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
2937 * gdb.base/maint.exp: Adjust test.
2938
2939 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
2940 * gdb.multi/Makefile.in: New.
2941 * gdb.multi/base.exp: New.
2942 * gdb.multi/goodbye.c: New.
2943 * gdb.multi/hangout.c: New.
2944 * gdb.multi/hello.c: New.
2945 * gdb.multi/bkpt-multi-exec.c: New.
2946 * gdb.multi/bkpt-multi-exec.exp: New.
2947 * gdb.multi/crashme.c: New.
2948
279017b7
TG
29492009-10-13 Tristan Gingold <gingold@adacore.com>
2950
2951 * gdb.base/sepdebug.exp: Check debug info are found.
2952
0413d738
PA
29532009-10-08 Pedro Alves <pedro@codesourcery.com>
2954
2955 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
2956 bits.
2957
c628eecc
JK
29582009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2959
2960 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
2961
38af1bfe
JB
29622009-10-07 Joel Brobecker <brobecker@adacore.com>
2963
2964 * gdb.base/watchpoints.c: Add copyright header. Reformat one
2965 of the comments.
2966
2b0adecd
PM
29672009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
2968
2969 * gdb.base/annota1.exp: Remove obsolete match_max increase.
2970 * gdb.base/annota3.exp: Idem.
2971 * gdb.base/maint.exp: Idem.
2972
8d417781
PM
29732009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
2974
2975 * lib/gdb.exp (default_gdb_init): Set current value of match_max
2976 to default.
2977
bb61102d
PM
29782009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2979
2980 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
2981 mingw and cygwin targets.
2982
ace5c364
PM
29832009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2984 Pedro Alves <pedro@codesourcery.com>
2985
2986 * lib/gdb.exp (gdb_compile): Avoid adding
2987 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
2988
c2d494a0
PM
29892009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2990
e1b52ce2
PM
2991 * gdb.base/shr1.c: Use %p in format string.
2992 * gdb.base/unload.c: Avoid warning in fprintf.
2993 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 2994
209f53f5
PM
29952009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2996
2997 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
2998 long type.
2999 (test_unlink): Correct printf string.
3000 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
3001 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
3002
8172766a
JK
30032009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3004
3005 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
3006 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
3007 * gdb.arch/ia64-breakpoint-shadow.S: New file.
3008
0f73703c
UW
30092009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3010
3011 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
3012 * gdb.objc/nondebug.exp: Likewise.
3013
b32306ca
UW
30142009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3015
3016 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
3017 target_info setting.
3018
3019 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
3020 that detect new threads during "info threads".
3021
0057022f
UW
30222009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3023
3024 * gdb.threads/manythreads.c (main): Increase thread stack size
3025 to 2*PTHREAD_STACK_MIN.
3026 * gdb.threads/multi-create.c (main): Likewise.
3027 (create_function): Likewise.
3028
f29c0325
UW
30292009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3030
3031 * gdb.base/dump.exp: Pass difference of pointer types instead
3032 of integer types as offset to restore in intarr3.srec case.
3033
fcb34849
UW
30342009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3035
3036 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
3037
d5142e3b
UW
30382009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3039
3040 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
3041
087b74b2
PM
30422009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3043
3044 New test for two watchpoints, with disabling of
3045 the first inserted.
3046 * testsuite/gdb.base/watchpoints.c: New file.
3047 * testsuite/gdb.base/watchpoints.exp: New file.
3048
96c07c5b
TT
30492009-09-25 Tom Tromey <tromey@redhat.com>
3050
3051 * gdb.base/charset.exp: Test utf-16 strings with Python.
3052
b8899f2b
TT
30532009-09-25 Tom Tromey <tromey@redhat.com>
3054
3055 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
3056 UCS-4.
3057 * gdb.base/charset.c (utf_32_string): Rename.
3058 (init_utf32): Rename.
3059 (main): Update.
3060
329719ec
TT
30612009-09-22 Tom Tromey <tromey@redhat.com>
3062
3063 * gdb.python/py-function.exp: Add regression tests.
3064
11ef0d76
KS
30652009-09-21 Keith Seitz <keiths@redhat.com>
3066
3067 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
3068 with invalid operator.
3069
3fe8f3b3
KS
30702009-09-21 Keith Seitz <keiths@redhat.com>
3071
3072 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
3073 and destructor using typedef name of class.
3074 * gdb.cp/classes.cc (class Base1): Add a destructor.
3075 (base1): New typedef.
3076 (use_methods): Instanitate an object of type base1.
3077 * gdb.cp/templates.exp (test_template_typedef): New procedure.
3078 (do_tests): Call test_template_typedef.
3079 * gdb.cp/templates.cc (Baz::~Baz): New method.
3080 (intBazOne): New typedef.
3081 (main): Instantiate intBazOne.
3082
7a9fe101
PM
30832009-09-21 Phil Muldoon <pmuldoon@redhat.com>
3084
3085 PR python/10633
3086
3087 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
3088 Function.
3089 (run_lang_tests): Add print elements test.
3090
2e4d963f
PM
30912009-09-21 Phil Muldoon <pmuldoon@redhat.com>
3092
3093 * gdb.python/py-value.exp (test_subscript_regression): New
3094 function. Test for invalid subscripts.
3095 * gdb.python/py-value.c (main): Add test array, and pointer to it.
3096 (ptr_ref): New function.
3097
ec7e75e7
PP
30982009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3099
3100 * gdb.base/default.exp: Fix "show convenience".
3101
0cc7d26f
TT
31022009-09-15 Tom Tromey <tromey@redhat.com>
3103
3104 * lib/mi-support.exp (mi_create_varobj): Update.
3105 (mi_create_floating_varobj): Likewise.
3106 (mi_create_dynamic_varobj): New proc.
3107 (mi_varobj_update): Update.
3108 (mi_varobj_update_with_type_change): Likewise.
3109 (mi_varobj_update_kv_helper): New proc.
3110 (mi_varobj_update_dynamic_helper): Rewrite.
3111 (mi_varobj_update_dynamic): New proc.
3112 (mi_list_varobj_children): Update.
3113 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
3114 * gdb.python/python-prettyprint.py (pp_outer): New class.
3115 (pp_nullstr): Likewise.
3116 (lookup_function): Register new printers.
3117 * gdb.python/python-prettyprint.c (struct substruct): New type.
3118 (struct outerstruct): Likewise.
3119 (substruct_test): New function.
3120 (struct nullstr): New type.
3121 (string_1, string_2): New globals.
3122 (main): Add new tests.
3123 * gdb.python/python-mi.exp: Added regression tests.
3124 * gdb.mi/mi2-var-display.exp: Update.
3125 * gdb.mi/mi2-var-cmd.exp: Update.
3126 * gdb.mi/mi2-var-child.exp: Update.
3127 * gdb.mi/mi2-var-block.exp: Update.
3128 * gdb.mi/mi-var-invalidate.exp: Update.
3129 * gdb.mi/mi-var-display.exp: Update.
3130 * gdb.mi/mi-var-cmd.exp: Update.
3131 * gdb.mi/mi-var-child.exp: Update.
3132 * gdb.mi/mi-var-block.exp: Update.
3133 * gdb.mi/mi-break.exp: Update.
3134 * gdb.mi/gdb701.exp: Update.
3135
a96d9b2e
SDJ
31362009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3137
3138 * Makefile.in: Inclusion of catch-syscall object.
3139 * gdb.base/catch-syscall.c: New file.
3140 * gdb.base/catch-syscall.exp: New file.
3141
b43b923a
MS
31422009-09-12 Michael Snyder <msnyder@vmware.com>
3143
3144 * gdb.reverse/step-reverse.exp: Explicitly check for targets
3145 that can support reverse debuggnig.
3146
cec03d70
TT
31472009-09-11 Tom Tromey <tromey@redhat.com>
3148
3149 * gdb.dwarf2/valop.S: New file.
3150 * gdb.dwarf2/valop.exp: New file.
3151
e23bb3fc
MK
31522009-09-11 Mark Kettenis <kettenis@gnu.org>
3153
3154 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
3155
37c3696d
DE
31562009-09-10 Doug Evans <dje@google.com>
3157
3158 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
3159 Add $gdb_prompt to second breakpoint regexp.
3160
5172aecb
JB
31612009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
3162
3163 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
3164 names, add missing ones.
3165 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
3166 * gdb.python/py-frame.c: Rename from python-frame.c.
3167 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
3168 testfile name.
3169 * gdb.python/py-function.exp: Rename from python-function.exp.
3170 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
3171 testfile name.
3172 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
3173 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
3174 Adjust testfile name.
3175 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
3176 * gdb.python/py-template.cc: Rename from python-template.cc.
3177 * gdb.python/py-template.exp: Rename from python-template.exp.
3178 Adjust testfile name.
3179 * gdb.python/py-value.c: Rename from python-value.c.
3180 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
3181 testfile name.
3182
b554e4bd
JK
31832009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3184
3185 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
3186 $bpt2address.
3187 (Second breakpoint address is valid on ia64)
3188 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
3189
9a68ae16
JM
31902009-09-03 Joseph Myers <joseph@codesourcery.com>
3191
3192 * gdb.base/ending-run.exp: Restrict regular expression matching
3193 line number to require closing brace following.
3194
146b9145
DE
31952009-09-03 Doug Evans <dje@google.com>
3196
3197 * gdb.base/store.exp (check_set): Fix typo in expected value message.
3198
787d21e1
TT
31992009-09-02 Tom Tromey <tromey@redhat.com>
3200
3201 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
3202
e7802207
TT
32032009-09-02 Tom Tromey <tromey@redhat.com>
3204
3205 * gdb.dwarf2/callframecfa.exp: New file.
3206 * gdb.dwarf2/callframecfa.S: New file.
3207
817aadd2
JK
32082009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3209
3210 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
3211 gdb.base/solib-overlap-main.c: New.
3212
4a76eae5
DJ
32132009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
3214
3215 PR gdb/10565
3216
3217 * gdb.base/bitfields.c (struct container, container): New.
3218 (main): Initialize it and call break5.
3219 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
3220
d4b96c9a
JK
32212009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3222
3223 Support constant DW_AT_data_member_location by GCC PR debug/40659.
3224 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
3225
4e22772d
JK
32262009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3227
3228 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
3229
2efab443
MS
32302009-08-26 Michael Snyder <msnyder@vmware.com>
3231
3232 * gdb.base/i386-reverse.c: New file.
3233 * gdb.base/i386-reverse.exp: New file.
3234 * gdb.base/Makefile.in: Add new files to be removed.
3235
07ab73a0
JM
32362009-08-26 Joseph Myers <joseph@codesourcery.com>
3237
3238 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
3239 environment-pwd for remote host.
3240 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
3241
676accff
KS
32422009-08-24 Keith Seitz <keiths@redhat.com>
3243
3244 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
3245 Add two new C++ completer tests which limit the output to a
3246 given class.
3247
f9f7ad22
MS
32482009-08-24 Michael Snyder <msnyder@vmware.com>
3249
3250 * gdb.base/del.exp: Fix typo in comment.
3251 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
3252
81ecdfbb
RW
32532009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3254
3255 * configure: Regenerate.
3256 * gdb.hp/configure: Likewise.
3257 * gdb.hp/gdb.aCC/configure: Likewise.
3258 * gdb.hp/gdb.base-hp/configure: Likewise.
3259 * gdb.hp/gdb.compat/configure: Likewise.
3260 * gdb.hp/gdb.defects/configure: Likewise.
3261 * gdb.hp/gdb.objdbg/configure: Likewise.
3262 * gdb.stabs/configure: Likewise.
3263
cab0c772
UW
32642009-08-19 Doug Evans <dje@google.com>
3265
3266 * gdb.base/gdbvars.c: New file.
3267 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
3268
b8fa0bfa
PA
32692009-08-14 Pedro Alves <pedro@codesourcery.com>
3270
3271 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3272 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
3273
b84aa90a
PA
32742009-08-13 Pedro Alves <pedro@codesourcery.com>
3275
3276 * gdb.base/default.exp: Adjust "set language test": it's now an
3277 enum command. Larger help string moved to "help set language".
3278 * gdb.base/help.exp: Adjust "help set language" expected output,
3279 now lists all known languages.
3280
0d8f9b2c
NF
32812009-08-11 Nathan Froyd <froydnj@codesourcery.com>
3282
3283 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
3284 all frame arguments.
3285 * gdb.arch/altivec-regs.exp: Likewise.
3286
bda180e0
TT
32872009-08-07 Tom Tromey <tromey@redhat.com>
3288
3289 * gdb.base/setshow.exp: Add tests for changes to set language, set
3290 check range, and set check type.
3291
48cb2d85
VP
32922009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3293
3294 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
3295 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
3296 Call it.
3297
1ea34204
UW
32982009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3299
3300 * configure.ac: Run gdb.cell tests when appropriate.
3301 * configure: Regenerate.
3302 * lib/cell.exp: New file.
3303 * gdb.cell: New directory.
3304 * gdb.cell/configure.ac: New file.
3305 * gdb.cell/configure: New file.
3306 * gdb.cell/Makefile.in: New file.
3307 * gdb.cell/arch.exp: New file.
3308 * gdb.cell/break.c: New file.
3309 * gdb.cell/break.exp: New file.
3310 * gdb.cell/break-spu.c: New file.
3311 * gdb.cell/bt.c: New file.
3312 * gdb.cell/bt2-spu.c: New file.
3313 * gdb.cell/bt-spu.c: New file.
3314 * gdb.cell/bt.exp: New file.
3315 * gdb.cell/coremaker.c: New file.
3316 * gdb.cell/coremaker-spu.c: New file.
3317 * gdb.cell/core.exp: New file.
3318 * gdb.cell/gcore.exp: New file.
3319 * gdb.cell/data.c: New file.
3320 * gdb.cell/data.exp: New file.
3321 * gdb.cell/data-spu.c: New file.
3322 * gdb.cell/ea-cache.exp: New file.
3323 * gdb.cell/ea-cache.c: New file.
3324 * gdb.cell/ea-cache-spu.c: New file.
3325 * gdb.cell/ea-standalone.c: New file.
3326 * gdb.cell/ea-standalone.exp: New file.
3327 * gdb.cell/ea-test.c: New file.
3328 * gdb.cell/ea-test.exp: New file.
3329 * gdb.cell/f-regs.exp: New file.
3330 * gdb.cell/mem-access.c: New file.
3331 * gdb.cell/mem-access.exp: New file.
3332 * gdb.cell/mem-access-spu.c: New file.
3333 * gdb.cell/ptype.exp: New file.
3334 * gdb.cell/registers.exp: New file.
3335 * gdb.cell/size.c: New file.
3336 * gdb.cell/sizeof.exp: New file.
3337 * gdb.cell/size-spu.c: New file.
3338 * gdb.cell/solib.exp: New file.
3339 * gdb.cell/solib-symbol.exp: New file.
3340
85e747d2
UW
33412009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3342
3343 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
3344
58d6951d
DJ
33452009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3346
3347 * gdb.base/float.exp: Handle VFP registers.
3348
6e0a4f15
MS
33492009-07-14 Michael Snyder <msnyder@vmware.com>
3350
dcd5da87
MS
3351 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
3352 to bring gdb to the beginning of the calling line.
3353
6e0a4f15
MS
3354 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
3355 confusing the i386 epilogue unwinder.
3356
782b2b07
SS
33572009-07-14 Stan Shebs <stan@codesourcery.com>
3358
3359 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
3360
f662c3bc
MS
33612009-07-14 Michael Snyder <msnyder@vmware.com>
3362
3363 * gdb.reverse/step-reverse.exp (stepi into function call):
3364 Call instruction may not be first instruction in the line.
3365 (reverse stepi from a function call): Used wrong line number.
3366
8f313923
JK
33672009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3368
3369 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
3370
4662c76e
JK
33712009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3372
3373 Fix gdb.base/macscp.exp when using custom inputrc.
3374 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
3375 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
3376 env(TERM) set.
3377 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
3378 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
3379
aa81e255
JK
33802009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3381
3382 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
3383 * gdb.base/annota1.exp (thread_test): Import global $testfile.
3384 Change the compilation target to match the testcase name.
3385 * gdb.base/sect-cmd.exp: Change the compilation target to match the
3386 testcase name.
3387 * a2-run.exp: Use for setup prepare_for_testing. Change the
3388 compilation target to match the testcase name.
3389 * gdb.base/commands.exp: Likewise.
3390 * gdb.base/finish.exp: Likewise.
3391 * gdb.base/float.exp: Likewise.
3392 * gdb.base/info-target.exp: Likewise.
3393 * gdb.base/relational.exp: Likewise.
3394 * gdb.base/term.exp: Likewise.
3395 * gdb.base/until.exp: Likewise.
3396 * gdb.base/volatile.exp: Likewise.
3397 * gdb.base/whatis-exp.exp: Likewise.
3398
4c93b1d7
HZ
33992009-07-11 Hui Zhu <teawater@gmail.com>
3400
3401 * gdb.base/help.exp (disassemble): Update expected help text.
3402
812f7342
TT
34032009-07-09 Tom Tromey <tromey@redhat.com>
3404
3405 * lib/gdb.exp: Handle TRANSCRIPT.
3406 (remote_spawn, remote_close, send_gdb): New procs.
3407
fbb8f299
PM
34082009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3409
3410 * gdb.python/python-prettyprint.c: Add counted null string
3411 structure.
3412 * gdb.python/python-prettyprint.exp: Print null string. Test for
3413 embedded nulls.
3414 * gdb.python/python-prettyprint.py (pp_ns): New Function.
3415 * gdb.python/python-value.exp (test_value_in_inferior): Add
3416 variable length string fetch tests.
3417 * gdb.python/python-value.c (main): Add strings for string fetch tests.
3418
c0ac0ec7
JK
34192009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3420
3421 * gdb.base/dump.exp (inaccessible memory is reported): New test.
3422
30b66ecc
TT
34232009-07-07 Tom Tromey <tromey@redhat.com>
3424
3425 * gdb.base/call-rt-st.exp: Update for change to escape output.
3426 * gdb.base/callfuncs.exp: Likewise.
3427 * gdb.base/charset.exp: Likewise.
3428 * gdb.base/constvars.exp: Likewise.
3429 * gdb.base/long_long.exp: Likewise.
3430 * gdb.base/pointers.exp: Likewise.
3431 * gdb.base/printcmds.exp: Likewise.
3432 * gdb.base/setvar.exp: Likewise.
3433 * gdb.base/store.exp: Likewise.
3434 * gdb.cp/ref-types.exp: Likewise.
3435 * gdb.mi/mi-var-child.exp: Likewise.
3436 * gdb.mi/mi-var-display.exp: Likewise.
3437 * gdb.mi/mi2-var-display.exp: Likewise.
3438 * gdb.base/charset.exp: Test octal escape sequence length.
3439 Update for change to escape output.
3440
187c4a2b
JK
34412009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3442
3443 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
3444
d80a43f9
DJ
34452009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
3446
3447 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
3448
047427a8
JK
34492009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3450
3451 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
3452 gdbserver increasing $portnum if "Can't bind address" has been seen.
3453
8b5a0f4f
PA
34542009-07-05 Pedro Alves <pedro@codesourcery.com>
3455
3456 * gdb.base/ending-run.exp: Add "step out of main" pattern for
3457 mingw32ce.
3458
7d93ba58
PA
34592009-07-05 Pedro Alves <pedro@codesourcery.com>
3460
3461 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
3462 VFP format.
3463
2277426b
PA
34642009-07-02 Pedro Alves <pedro@codesourcery.com>
3465
3466 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
3467 linux. Adjust to use "inferior", "info inferiors", "detach
3468 inferior" and "kill inferior" instead of "restart", "info fork",
3469 "detach fork" and "delete fork".
3470 * gdb.base/ending-run.exp: Spell out "info".
3471 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
3472 the "kill" command.
3473
5af949e3
UW
34742009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3475
3476 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
3477 change to prefix TLS offset in hex with 0x.
3478
5d3729b5
UW
34792009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3480
3481 * gdb.base/default.exp: Update test case for "x" changes.
3482
af589bd0
TG
34832009-07-01 Tristan Gingold <gingold@adacore.com>
3484
3485 * gdb.base/bigcore.exp: Make darwin untested.
3486
40974f91
JK
34872009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3488
3489 * gdb.base/completion.exp (directory completion): Create the directory.
3490 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
3491 escapeuniquesub.
3492 (directory completion 2): Expect now ${escapeuniquesub}.
3493 (Glob remaining of directory test): Remove one excessive newline.
3494 Expect the real output.
3495
59dd3af6
JK
34962009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3497
3498 Fix `make check//%' target after `make check' has been ran.
3499 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
3500 a mkdir call.
3501 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
3502 (%/.dir): Remove.
3503
f4e164aa
JK
35042009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3505
3506 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
3507 the expected result record.
3508
69af2122
JK
35092009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3510
3511 Remove racy FAILs relying just on the timeouts.
3512 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
3513 (annotation_level 2): Remove racy FAILs.
3514
2fd481e1
PP
35152009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
3516
3517 gdb/10275
3518 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
3519
c38f313d
DJ
35202009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
3521
3522 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
3523
8b777f02
VP
35242009-06-30 Vladimir Prus <vladimir@codesourcery.com>
3525
3526 * gdb.mi/mi-stack.exp: Testing symbolic options
3527 to -stack-list-locals and -stack-list-arguments.
3528
00c7eacf
JK
35292009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3530
3531 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
3532
6bc80edc
TT
35332009-06-29 Tom Tromey <tromey@redhat.com>
3534
3535 * dg-extract-results.sh: New file.
3536 * Makefile.in (FORCE_PARALLEL): New variable.
3537 (CHECK_TARGET): New conditional variable.
3538 (check): Use CHECK_TARGET.
3539 (DO_RUNTEST): New variable.
3540 (check-single): New target.
3541 (TEST_DIRS): New variable.
3542 (TEST_TARGETS): Likewise.
3543 (check-parallel): New target.
3544 (check-gdb.%): New pattern.
3545 (BASE1_FILES): New variable.
3546 (BASE2_FILES): Likewise.
3547 (check-gdb.base%): New pattern.
3548 (%/.dir): New pattern.
3549 * configure: Rebuild.
3550 * aclocal.m4 (AM_CONDITIONAL): New defun.
3551 * configure.ac: Check whether user is using GNU make.
3552 (GMAKE): New conditional.
3553
794684b6
SW
35542009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
3555
3556 * gdb.cp/namespace-nested-import.cc: New test.
3557 * gdb.cp/namespace-nested-import.exp: New test.
3558
edb3359d
DJ
35592009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3560
3561 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
3562 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
3563 * gdb.opt/Makefile.in (EXECUTABLES): Update.
3564 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
3565 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
3566 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
3567 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
3568 gdb.opt/inline-markers.c: New files.
3569 * lib/gdb.exp (skip_inline_frame_tests): New function.
3570 (skip_inline_var_tests): New function.
3571
cf657a0c
AS
35722009-06-27 Andreas Schwab <schwab@linux-m68k.org>
3573
3574 * gdb.cp/exception.exp: Don't require $hex before inner frame in
3575 backtrace.
3576
28d41a99
MS
35772009-06-27 Michael Snyder <msnyder@vmware.com>
3578
3579 * gdb.reverse: New directory.
3580 * gdb.reverse/break-reverse.c: New test.
3581 * gdb.reverse/break-reverse.exp: New test.
3582 * gdb.reverse/consecutive-reverse.c: New test.
3583 * gdb.reverse/consecutive-reverse.exp: New test.
3584 * gdb.reverse/finish-reverse.c: New test.
3585 * gdb.reverse/finish-reverse.exp: New test.
3586 * gdb.reverse/machinestate.c: New test.
3587 * gdb.reverse/ms1.c: New test.
3588 * gdb.reverse/machinestate.exp: New test.
3589 * gdb.reverse/Makefile.in: New file.
3590 * gdb.reverse/shr2.c: New test.
3591 * gdb.reverse/solib-reverse.c: New test.
3592 * gdb.reverse/solib-reverse.exp: New test.
3593 * gdb.reverse/step-reverse.c: New test.
3594 * gdb.reverse/step-reverse.exp: New test.
3595 * gdb.reverse/until-reverse.c: New test.
3596 * gdb.reverse/ur1.c: New test.
3597 * gdb.reverse/until-reverse.exp: New test.
3598 * gdb.reverse/watch-reverse.c: New test.
3599 * gdb.reverse/watch-reverse.exp: New test.
3600 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
3601 * configure: Regenerate.
3602
fe3c8b0d
DE
36032009-06-26 Doug Evans <dje@google.com>
3604
3605 * gdb.base/psymtab.exp: Turn off pending breakpoints.
3606
3a72a602
PM
36072009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
3608
3609 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
3610 windows problem for 'file delete $binfile'.
3611
27aa8d6a
SW
36122009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
3613
3614 * gdb.cp/namespace-using.exp: New test.
3615 * gdb.cp/namespace-using.cc: New test.
3616
8ac055f8
JB
36172009-05-20 Joel Brobecker <brobecker@adacore.com>
3618
3619 * gdb.ada/variant_record_packed_array: New testcase.
3620
85e306ed
TT
36212009-06-23 Tom Tromey <tromey@redhat.com>
3622
3623 * gdb.base/charset.exp (test_combination): Regression test.
3624 * gdb.base/charset.c (my_wchar_t): New typedef.
3625 (myvar): New global.
3626 (main): Set myvar.
3627
56643c5e
PM
36282009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
3629
3630 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
3631 target.
3632
1fac167a
UW
36332009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3634
3635 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
3636
7ccb0be9
UW
36372009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3638
3639 * gdb.mi/gdb680.exp: Update test for error message.
3640
568d6575
UW
36412009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3642
3643 * gdb.base/annota1.exp: Allow multiple occurrences of the
3644 frames-invalid annotation.
3645 * gdb.cp/annota2.exp: Likewise.
3646
7cd1089b
PM
36472009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3648
3649 * gdb.cp/gdb2495.cc: New file.
3650 * gdb.cp/gdb2495.exp: New file.
3651
72c63395
JK
36522009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3653
3654 Report error on GDB crash during runto.
3655 * lib/gdb.exp (runto <eof>): New.
3656
3788363d
DJ
36572009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
3658
3659 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
3660 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
3661 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
3662 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
3663 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
3664 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
3665 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
3666 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
3667 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
3668 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
3669 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
3670 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
3671 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
3672 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
3673 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
3674 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
3675 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
3676 gdb.server/server-mon.exp, gdb.server/server-run.exp,
3677 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3678 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3679 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
3680 gdb.trace/passcount.exp, gdb.trace/report.exp,
3681 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
3682 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
3683 gdb.trace/while-stepping.exp: Use a unique name for the compiled
3684 executable.
3685
17592de3
PA
36862009-06-07 Pedro Alves <pedro@codesourcery.com>
3687
3688 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
3689 defined before referencing it.
3690
701e355d
DE
36912009-06-03 Doug Evans <dje@google.com>
3692
3693 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
3694 * gdb.arch/i386-see.c: Ditto.
3695
f2292c65
PM
36962009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
3697
3698 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
3699 (check_macro): Return 1 if undefined.
3700 If first test fails, check if macro debug information is available,
3701 and report unsupported test if no macro information is found.
3702
5a437975
DE
37032009-05-29 Doug Evans <dje@google.com>
3704
3705 * gdb.threads/hand-call-in-threads.exp: New.
3706 * gdb.threads/hand-call-in-threads.c: New.
3707
c141c696
MS
37082009-05-29 Michael Snyder <msnyder@vmware.com>
3709
3710 * gdb.base/break-always.exp: Change "1" to "on".
3711 Add confirmation check.
3712
b3444185
PA
37132009-05-28 Pedro Alves <pedro@codesourcery.com>
3714
3715 * gdb.threads/threxit-hop-specific.c: New.
3716 * gdb.threads/threxit-hop-specific.exp: New.
3717 * gdb.threads/thread-execl.c: New.
3718 * gdb.threads/thread-execl.exp: New.
3719
b6313243
TT
37202009-05-27 Tom Tromey <tromey@redhat.com>
3721 Thiago Jung Bauermann <bauerman@br.ibm.com>
3722
3723 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
3724 (mi_child_regexp): Likewise.
3725 (mi_list_varobj_children_range): Likewise.
3726 (mi_get_features): Likewise.
3727 (mi_list_varobj_children): Rewrite.
3728 * gdb.python/python-mi.exp: New file.
3729
a6bac58e
TT
37302009-05-27 Tom Tromey <tromey@redhat.com>
3731 Thiago Jung Bauermann <bauerman@br.ibm.com>
3732 Phil Muldoon <pmuldoon@redhat.com>
3733 Paul Pluzhnikov <ppluzhnikov@google.com>
3734
3735 * gdb.python/python-prettyprint.exp: New file.
3736 * gdb.python/python-prettyprint.c: New file.
3737 * gdb.python/python-prettyprint.py: New file.
3738 * gdb.base/display.exp: print/r is now valid.
3739
2c74e833
TT
37402009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3741 Tom Tromey <tromey@redhat.com>
3742 Pedro Alves <pedro@codesourcery.com>
3743 Paul Pluzhnikov <ppluzhnikov@google.com>
3744
3745 * gdb.python/python-template.exp: New file.
3746 * gdb.python/python-template.cc: New file.
3747 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3748 tests.
3749 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3750 Call it.
3751 (test_value_after_death): New proc.
3752 * gdb.python/python-value.c (PTR): New typedef.
3753 (main): New variable 'x'.
3754
89c73ade
TT
37552009-05-27 Tom Tromey <tromey@redhat.com>
3756
3757 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3758 tests.
3759 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3760 Call it.
3761
a75724bc
PA
37622009-05-27 Pedro Alves <pedro@codesourcery.com>
3763
3764 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
3765
e58b0e63
PA
37662009-05-24 Pedro Alves <pedro@codesourcery.com>
3767
3768 * gdb.threads/fork-thread-pending.c: New.
3769 * gdb.threads/fork-thread-pending.exp: New.
3770
4ac36638
JK
37712009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3772
3773 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
3774 * gdb.dwarf2/dw2-strp.S (a_string2): New.
3775
c28c63d8
JB
37762009-05-18 Jon Beniston <jon@beniston.com>
3777
3778 * gdb.asm/asm-source.exp: Add lm32 target.
3779
b242c3c2
PA
37802009-05-17 Pedro Alves <pedro@codesourcery.com>
3781
3782 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
3783 `gdb_get_line_number'. Call `callee' in both parent and child.
3784 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
3785 `gdb_get_line_number' instead of hardcoding line numbers.
3786 (catch_fork_unpatch_child): New procedure to test detaching
3787 breakpoints from child fork.
3788 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
3789 hardcoding line numbers.
3790 (do_fork_tests): Run `catch_fork_unpatch_child'.
3791
ee342b23
VP
37922009-05-17 Vladimir Prus <vladimir@codesourcery.com>
3793
3794 * gdb.mi/mi-cmd-var.exp: Check that when varobj
3795 of structure type enters or leaves the scope, it
3796 is reported by -var-update.
3797
e2009e98
DE
37982009-05-11 Doug Evans <dje@sebabeach.org>
3799
3800 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
3801 * gdb.threads/pending-step.c (main): Fix off-by-one error.
3802 * gdb.threads/schedlock.c (main): Fix off-by-one error.
3803
00903456
JK
38042009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3805
3806 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
3807
dc621c35
DE
38082009-04-30 Doug Evans <dje@google.com>
3809
3810 * gdb.threads/watchthreads2.exp: New testcase.
3811 * gdb.threads/watchthreads2.c: New testcase.
3812
9ab4e744
DE
38132009-04-29 Doug Evans <dje@google.com>
3814
3815 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
3816 * gdb.cp/mb-ctor.cc: Ditto.
3817 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
3818 * gdb.cp/mb-inline.h (multi_line_foo): New function.
3819 * gdb.cp/mb-inline1.cc: Call it.
3820 * gdb.cp/mb-inline2.cc: Ditto.
3821 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
3822 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
3823
484086b7
JK
38242009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3825
3826 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
3827 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
3828 Replace all uses of `decimal' by `nonzero'.
3829 (info macro FROM_COMMANDLINE): New test.
3830
379a77b5
TT
38312009-04-27 Tom Tromey <tromey@redhat.com>
3832
3833 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
3834
b92b73c2
DE
38352009-04-27 Doug Evans <dje@google.com>
3836
3837 * gdb.threads/watchthreads.c (main): Initialize args before starting
3838 the threads. Plus formatting cleanup.
3839 * gdb.threads/watchthreads.exp: Avoid errant failures due to
3840 biased scheduling of one thread.
3841
945a118d
JG
38422009-04-27 Jerome Guitton <guitton@adacore.com>
3843
3844 * gdb.cp/templates.cc (GetMax): New template.
3845 (main): Declare two instances of GetMax.
3846 * gdb.cp/templates.exp: Add new test.
3847
d389af10
JK
38482009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3849
3850 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
3851
e7f86de9
JM
38522009-04-22 Joseph Myers <joseph@codesourcery.com>
3853
3854 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
3855
334cc82d
TT
38562009-04-15 Tom Tromey <tromey@redhat.com>
3857
3858 * gdb.base/charset.exp: Add regression test.
3859
d12672cc
JB
38602009-04-14 Joel Brobecker <brobecker@adacore.com>
3861
3862 * gdb.base/exe-lock.exp: New testcase.
3863
18e8c3bc
TT
38642009-04-13 Tom Tromey <tromey@redhat.com>
3865
3866 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
3867 operator on Frame.
3868
5ecd5cbe
UW
38692009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3870
3871 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
3872 * gdb.server/ext-attach.exp: Likewise.
3873
7309f756
VP
38742009-04-03 Vladimir Prus <vladimir@codesourcery.com>
3875
3876 Eliminate some sleep usage.
3877
3878 * gdb.mi/basics.c (do_nothing): New.
3879 (main): Use do_nothing instead of printf, so that
3880 not to introduce race condition between output of
3881 inferiour and output of gdb. Do not use sleep as it
3882 is not generally available on embedded targets.
3883
f4b95f6f
PA
38842009-04-02 Pedro Alves <pedro@codesourcery.com>
3885
3886 * gdb.server/ext-attach.exp: Expect an optional process id after
3887 "Detached from remote process".
3888
de40b933
JK
38892009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3890
3891 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
3892 gdb.dwarf2/dw2-unresolved.exp: New.
3893
2ae101a4
PA
38942009-04-02 Pedro Alves <pedro@codesourcery.com>
3895
3896 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
3897 mi_run_to_main.
3898
56a8e183
PA
38992009-04-02 Pedro Alves <pedro@codesourcery.com>
3900
3901 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
3902 mi_run_to_main. Skip thread exit test on remote targets.
3903 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
3904 mi_run_to_main.
3905 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
3906 mi_run_to_main.
3907 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
3908 when expecting ^connected. Detect when the target doesn't support
3909 non-stop mode.
3910 (mi_run_cmd): Detect if non-stop mode was requested by isn't
3911 supported. Return -1 on error, 0 on success.
3912 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
3913 (mi_runto): Return mi_runto_helper's result explicitly.
3914
c35fafde
PA
39152009-04-01 Pedro Alves <pedro@codesourcery.com>
3916
3917 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
3918
f8a8dce6
JB
39192009-04-01 Tom Tromey <tromey@redhat.com>
3920
3921 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
3922 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
3923 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
3924 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
3925
71c25dea
TT
39262009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
3927 Jan Kratochvil <jan.kratochvil@redhat.com>
3928
3929 PR gdb/931
3930 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
3931 output.
3932 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
3933 for gdb/931.
3934 * dw2-strp.S (DW_AT_language): Change to C++.
3935 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
3936
02d9a9ce
JB
39372009-03-31 Joel Brobecker <brobecker@adacore.com>
3938
3939 * gdb.ada/tasks: New testcase.
3940
1042e4c0
SS
39412009-03-30 Stan Shebs <stan@codesourcery.com>
3942
3943 * gdb.trace/actions.exp: Update to match new info trace format.
3944 * gdb.trace/deltrace.exp: Ditto.
3945 * gdb.trace/infotrace.exp: Ditto.
3946 * gdb.trace/passcount.exp: Ditto.
3947 * gdb.trace/save-trace.exp: Ditto.
3948 * gdb.trace/while-stepping.exp: Ditto.
3949 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
3950
f8f6f20b
TJB
39512009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3952
3953 * gdb.python/python-frame.c: New file.
3954 * gdb.python/python-frame.exp: New file.
3955
c0c6f777
TJB
39562009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3957
3958 * gdb.python/python-value.exp: Add tests for the address
3959 attribute.
3960
3cb51905
AS
39612009-03-29 Andreas Schwab <schwab@linux-m68k.org>
3962
3963 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
3964
88fc996f
DE
39652009-03-26 Doug Evans <dje@google.com>
3966
3967 * gdb.mi/mi-nonstop-exit.exp: New file.
3968 * gdb.mi/non-stop-exit.c: New file.
3969
56ef84b1
TT
39702009-03-26 Tom Tromey <tromey@redhat.com>
3971
3972 Update for change to prologue skipping:
3973 * gdb.mi/mi2-simplerun.exp: Update.
3974 * gdb.mi/mi2-break.exp: Update.
3975 * gdb.mi/mi-simplerun.exp: Update.
3976 * gdb.mi/mi-break.exp: Update.
3977 * gdb.base/ending-run.exp: Update.
3978
def2b000
TJB
39792009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3980
3981 * gdb.python/python-value.exp (test_value_in_inferior): Test
3982 gdb.Value.is_optimized_out attribute.
3983
442ddf59
JK
39842009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3985
3986 * gdb.dwarf2/dw2-noloc-main.c: New file.
3987 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
3988 (.text): Remove.
3989 (.data): New.
3990 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
3991 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
3992 (DW_TAG_subprogram func_cu1, noloc): Remove.
3993 (main): New.
3994 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
3995 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
3996 (file_symbols): New procedure.
3997
a8df5de4
TT
39982009-03-25 Tom Tromey <tromey@redhat.com>
3999
4000 * gdb.base/charset.exp (valid_target_charset): New proc.
4001 Use it to skip tests on invalid charsets.
4002
cc1d7add
PM
40032009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
4004
4005 * gdb.base/completion.exp: Add a test for directory completion.
4006
bcd5727b
JK
40072009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4008
4009 Fix a racy FAIL.
4010 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
4011 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
4012
cc924cad
TJB
40132009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4014
4015 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
4016 * gdb.python/python-function.exp: Add test for function returning
4017 a GDB value.
4018
bc3b79fd
TJB
40192009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
4020
4021 * gdb.python/python-function.exp: New file.
4022
6c7a06a3
TT
40232009-03-20 Tom Tromey <tromey@redhat.com>
4024
4025 * gdb.base/store.exp: Update for change to escape output.
4026 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
4027 to escape output.
4028 * gdb.base/pointers.exp: Update for change to escape output.
4029 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
4030 to escape output.
4031 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
4032 escape output.
4033 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
4034 to escape output.
4035 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
4036 escape output.
4037 * gdb.base/setvar.exp: Update for change to escape output.
4038 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
4039 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
4040 to escape output.
4041 (test_print_string_constants): Likewise.
4042 * gdb.base/charset.exp (valid_host_charset): Check size of
4043 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
4044 cases. Handle "auto"-related output.
4045 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
4046 (uvar, Uvar): New globals.
4047
c31af87b
JG
40482009-03-19 Jerome Guitton <guitton@adacore.com>
4049
4050 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
4051 deltas.
4052 * gdb.ada/fixed_points.exp: Ditto.
4053
51272cf2
PA
40542009-03-18 Pedro Alves <pedro@codesourcery.com>
4055
4056 * return-nodebug.c: Don't include stdio.h.
4057 (init): Delete.
4058 (func): Delete definition and provide extern declaration.
4059 (t): New.
4060 (main): Don't call printf. Call func and store its result in t.
4061 * return-nodebug1.c: New.
4062 * return-nodebug.exp: Don't expect stdio output. Instead, print
4063 the global variable t. Drop printf formatters and cast types from
4064 foreach loop. Don't use prepare_for_testing. Compile
4065 return-nodebug.c and return-nodebug1.c in separate steps. Don't
4066 define FORMAT or CAST.
4067
d24948ac
PP
40682009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4069
4070 * gdb.base/solib-display.exp: Disable test for remote targers.
4071
61ff14c6
JK
40722009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4073
4074 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
4075
cb4dce93
JK
40762009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4077
4078 Fix a racy FAIL.
4079 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
4080 code from `follow parent, print pids'.
4081 (`follow child, print pids', `follow parent, print pids'): Call it.
4082 Replace `gdb_test "break..."' by gdb_breakpoint.
4083
f7c60c5e
VP
40842009-03-13 Vladimir Prus <vladimir@codesourcery.com>
4085
4086 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 4087 sync and async modes.
f7c60c5e 4088
383ace49
JB
40892009-03-12 Joel Brobecker <brobecker@adacore.com>
4090
4091 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
4092 that was checked in by mistake. Remove loading of ada.exp, since
4093 this is not necessary in this case.
4094
4ce102af
JB
40952009-03-12 Joel Brobecker <brobecker@adacore.com>
4096
4097 * gdb.ada/ptype_arith_binop.exp: New testcase.
4098
529a2aef
JB
40992009-03-12 Joel Brobecker <brobecker@adacore.com>
4100
4101 * gdb.ada/mod_from_name: New testcase.
4102
8a38181c
JB
41032009-03-12 Joel Brobecker <brobecker@adacore.com>
4104
4105 * gdb.ada/tick_last_segv: New testcase.
4106
11436dee
VP
41072009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4108
61ff14c6 4109 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 4110
1f31650a
VP
41112009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4112
61ff14c6
JK
4113 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
4114 include the token in ^running and frame info in *stopped.
1f31650a 4115
a3247a22
PP
41162009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4117
4118 * solib-display.exp: New file.
4119 * solib-display-main.c: New file.
4120 * solib-display-lib.c: New file.
61ff14c6 4121
aae64587
PA
41222009-03-05 Pedro Alves <pedro@codesourcery.com>
4123
4124 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
4125
44aabfbc
JK
41262009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4127
4128 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
4129 (list_and_check_macro): Use more specific test name.
4130 (next to definition): Make the test names unique.
4131
c087fcd3
PM
41322009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4133
4134 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 4135
c86cf029
VP
41362009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4137
4138 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
4139 notifications.
4140 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
4141 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
4142 * lib/mi-support.exp (library_loaded_re): New.
4143 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
4144
3ea85240
VP
41452009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4146
4147 * gdb.gdb/observer.exp: Use test_notification observer, not
4148 normal_stop, everywhere.
4149 (test_normal_stop_notifications): Rename to...
4150 (test_notifications): ...this.
4151 (test_observer_normal_stop): Rename to...
4152 (test_observer): ...this.
4153
1903f0e6
DE
41542009-02-16 Doug Evans <dje@google.com>
4155
4156 * gdb.arch/amd64-disp-step.S (test_int3): New test.
4157 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
4158 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
4159 (test_prefixed_syscall,test_int3): New tests.
4160 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
4161 (test_prefixed_syscall,test_int3): New tests.
4162
1d33d6ba
VP
41632009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4164
3cb51905
AS
4165 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
4166 (mi_expect_interrupt): Likewise.
4167 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
4168 response.
1d33d6ba 4169
faafb047
PM
41702009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4171
4172 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
4173 * gdb.base/pc-fp.exp (get_valueofx): Remove.
4174 Replace calls to get_valueofx by get_hexadecimal_valueof.
4175
417e16e2
PM
41762009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4177
4178 * lib/gdb.exp (get_valueof): Accept anything as a return value.
4179 (get_integer_valueof): New procedure.
4180 (get_sizeof): Use new get_integer_value_of.
4181 * gdb.base/sizeof.exp: Replace all uses of get_valueof
4182 by get_integer_valueof.
4183
7065b901
TT
41842009-02-13 Tom Tromey <tromey@redhat.com>
4185
4186 * gdb.base/remote.exp (get_sizeof): Remove.
4187 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
4188 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
4189 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
4190 * lib/gdb.exp (get_valueof): Move from long_long.exp.
4191 (get_sizeof): Likewise.
4192
5d7cb8df
JK
41932009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4194
4195 PR fortran/9806
4196 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
4197
b2febfff
PP
41982009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4199
4200 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
4201
4aa995e1
PA
42022009-02-06 Pedro Alves <pedro@codesourcery.com>
4203
4204 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
4205
d8906c6f
TJB
42062009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
4207
4208 * gdb.python/python-cmd.exp: New file.
4209
ff4ab08d
TG
42102009-02-06 Tristan Gingold <gingold@adacore.com>
4211
4212 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
4213
aacd552b
TG
42142009-02-05 Tristan Gingold <gingold@adacore.com>
4215
4216 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
4217 pointer is dereferenced and use this signal name in regexp.
4218 * gdb.base/signull.exp: Ditto.
4219 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
4220 * gdb.base/signull.c (main): Ditto.
4221
08c637de
TJB
42222009-02-04 Tom Tromey <tromey@redhat.com>
4223 Thiago Jung Bauermann <bauerman@br.ibm.com>
4224
4225 * gdb.python/python-value.exp: Use `gdb.history' instead of
4226 `gdb.value_from_history'.
4227 (test_value_numeric_ops): Add test for conversion of enum constant.
4228 * gdb.python/python-value.c (enum e): New type.
4229 (evalue): New global.
4230 (main): Use argv.
4231
20261af8
JG
42322009-02-04 Jerome Guitton <guitton@adacore.com>
4233
4234 * gdb.ada/uninitialized_vars: New test program.
4235 * gdb.ada/uninitialized_vars.exp: New testcase.
4236
52e44b43
TT
42372009-02-02 Tom Tromey <tromey@redhat.com>
4238
4239 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
4240 * gdb.cp/pr2489.cc: Rename...
4241 * gdb.cp/pr9594.cc: ... to this.
4242
1c71341a
TT
42432009-02-02 Tom Tromey <tromey@redhat.com>
4244
4245 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
4246 * gdb.cp/pr2489.cc: New file.
4247 * gdb.cp/cpcompletion.exp: New file.
4248
a4295225
TT
42492009-02-02 Tom Tromey <tromey@redhat.com>
4250
4251 PR exp/9059:
4252 * gdb.cp/call-c.exp: Add regression test.
4253 * gdb.cp/call-c.cc (FooHandle): New typedef.
4254 (main): New variable 'handle'.
4255
592375cd
VP
42562009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4257
4258 * lib/mi-support.exp (et_mi_thread_list)
4259 (check_mi_and_console_threads): Adjust for current thread in
4260 -thread-list-ids output.
4261
41447f92
VP
42622009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4263
4264 * gdb.mi/mi-break.exp (test_disabled_creation): New.
4265 Call it.
4266
35669430
DE
42672009-01-28 Doug Evans <dje@google.com>
4268
4269 * gdb.arch/amd64-disp-step.S: New file.
4270 * gdb.arch/amd64-disp-step.exp: New file.
4271 * gdb.arch/i386-disp-step.S: New file.
4272 * gdb.arch/i386-disp-step.exp: New file.
4273
09f00d9a
PM
42742009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
4275
4276 * gdb.base/find.exp: Set newline variable
4277 using quotes instead of braces to fix cygwin failures.
4278
1e8fb976
PA
42792009-01-23 Pedro Alves <pedro@codesourcery.com>
4280
4281 * gdb.base/radix.exp: Add tests to ensure that that set
4282 input-radix 0 and set output-radix 0 are really rejected.
4283
da061712
PA
42842009-01-23 Pedro Alves <pedro@codesourcery.com>
4285
4286 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
4287 copyright years.
4288
dd7e2d2b
PA
42892009-01-23 Pedro Alves <pedro@codesourcery.com>
4290
4291 PR gdb/9664:
4292 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
4293
392452f6
PA
42942009-01-22 Pedro Alves <pedro@codesourcery.com>
4295
4296 PR c++/9631:
4297 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
4298
8653e71c
PM
42992009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
4300
4301 * gdb.server/file-transfer.exp: Use EXEEXT variable for
4302 binfile definition to fix Windows OS failure.
4303
a12cc160
DJ
43042009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
4305
4306 PR gdb/9346
4307 * gdb.base/interrupt.c (sigint_handler): New.
4308 (main): Install a SIGINT handler if SIGNALS is defined. Exit
4309 on error.
4310 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
4311 Test "signal SIGINT".
4312
b89667eb
DE
43132009-01-19 Doug Evans <dje@google.com>
4314
4315 * gdb.base/break.exp: Update expected gdb output.
4316 * gdb.base/sepdebug.exp: Ditto.
4317 * gdb.mi/mi-syn-frame.exp: Ditto.
4318 * gdb.mi/mi2-syn-frame.exp: Ditto.
4319 * gdb.base/call-signal-resume.exp: New file.
4320 * gdb.base/call-signals.c: New file.
4321 * gdb.base/unwindonsignal.exp: New file.
4322 * gdb.base/unwindonsignal.c: New file.
4323 * gdb.threads/interrupted-hand-call.exp: New file.
4324 * gdb.threads/interrupted-hand-call.c: New file.
4325 * gdb.threads/thread-unwindonsignal.exp: New file.
4326
adb483fe
DJ
43272009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4328
4329 * gdb.base/define.exp: Test defining and hooking prefix commands.
4330 * gdb.python/python.exp: Update test for "show user" output.
4331
60023297
JK
43322009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4333
4334 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
4335 now the output exactly, using less wildcards. Expect also the output
4336 of gfortran-4.3. Update for the f-valprint.c modification from
4337 2008-04-22.
4338 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
4339 Remove gdb_test test names where matching the command.
4340
ccc57cf9
PA
43412009-01-01 Pedro Alves <pedro@codesourcery.com>
4342
4343 PR breakpoints/9681:
4344 * gdb.base/watchpoint.exp: Add regression test.
4345
c7a6ca08
PA
43462008-12-31 Pedro Alves <pedro@codesourcery.com>
4347
4348 * gdb.threads/attach-into-signal.exp: Don't use
4349 gdb_suppress_entire_file.
4350 * gdb.threads/attach-stopped.exp: Ditto.
4351 * gdb.threads/attachstop-mt.exp: Ditto.
4352
3a031f65
PA
43532008-12-31 Pedro Alves <pedro@codesourcery.com>
4354
4355 PR gdb/8812:
4356 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
4357
09e6485f
PA
43582008-12-29 Pedro Alves <pedro@codesourcery.com>
4359
4360 PR gdb/7536:
4361 * gdb.base/radix.exp: Add tests to ensure invalid input radices
4362 and unsupported output radices are really rejected.
4363
0cd53049
JK
43642008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4365
4366 * gdb.cp/punctuator.exp: Backslash the '$' signs.
4367
ba163c7e
TT
43682008-12-22 Tom Tromey <tromey@redhat.com>
4369
4370 * gdb.cp/punctuator.exp: New file.
4371
6f4de6c9
JK
43722008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4373
4374 * gdb.base/completion.exp (Completing non-existing component): New test.
4375
0f34d0b4
JK
43762008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4377
4378 Fix for PR gdb/8648.
4379 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
4380 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
4381 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
4382 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
4383
db2ad4c3
JK
43842008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4385
4386 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
4387
bb5ef15e
DP
43882008-12-16 Christophe Lyon <christophe.lyon@st.com>
4389
4390 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
4391 compiler actually generate code at the expected line number.
4392
90142adc
JZ
43932008-12-15 Jie Zhang <jie.zhang@analog.com>
4394
4395 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
4396
fad6eecd
TT
43972008-12-12 Tom Tromey <tromey@redhat.com>
4398
4399 * gdb.base/commands.exp (redefine_hook_test): New proc.
4400 Call it.
4401
17c8aaf5
TT
44022008-12-11 Tom Tromey <tromey@redhat.com>
4403
4404 * gdb.base/macscp.exp: New regression test.
4405
7c8adf68
TT
44062008-12-11 Tom Tromey <tromey@redhat.com>
4407
4408 * gdb.base/macscp.exp: Print "address.addr".
4409 * gdb.base/macscp1.c (struct outer): New struct.
4410 (address): New global.
4411
b05dcbb7
TT
44122008-12-09 Tom Tromey <tromey@redhat.com>
4413
4414 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
4415 Call it.
4416
2d476de1
DE
44172008-12-04 Doug Evans <dje@google.com>
4418
4419 * gdb.server/ext-run.exp: Relax regexp for init program.
4420
87bdc959
TG
44212008-12-03 Tristan Gingold <gingold@adacore.com>
4422
4423 * gdb.base/macscp.exp: Generate an object file during compilation
4424 to work around Darwin dsymutil limitations.
4425
e0740f77
JK
44262008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4427
4428 Test resolving external references to TLS variables.
4429 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
4430 FILE2_THREAD_LOCAL.
4431 (testfile2, srcfile2): New variables.
4432 * gdb.threads/tls.c (file2_thread_local)
4433 (function_referencing_file2_thread_local): New.
4434 * gdb.threads/tls2.c: New file.
4435
67f0aac5
JB
44362008-11-28 Joel Brobecker <brobecker@adacore.com>
4437
4438 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
4439 rather than integer, as integer might not be big enough when
4440 on 64bit targets.
67f0aac5 4441
c332165e
JG
44422008-11-27 Jerome Guitton <guitton@adacore.com>
4443
4444 * gdb.cp/formatted-ref.exp: Add equality test.
4445 * gdb.ada/formatted_ref.exp: Ditto.
4446
fc9b693c
JK
44472008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4448
4449 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
4450 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
4451
a9c64011
AS
44522008-11-20 Andreas Schwab <schwab@suse.de>
4453
4454 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
4455 matching syscall entry point.
4456 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4457 (tcatch_vfork_then_child_follow): Likewise. Finish through
4458 vfork even if we stopped at the syscall trampoline.
4459
e2fd701e
DE
44602008-11-20 Doug Evans <dje@google.com>
4461
4462 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
4463
69abc51c
TJB
44642008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4465
4466 * gdb.arch/ppc-dfp.exp: New file.
4467 * gdb.arch/ppc-dfp.c: New file.
4468
c14c28ba
PP
44692008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4470
4471 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 4472
2e74121d
DE
44732008-11-17 Doug Evans <dje@google.com>
4474
4475 * gdb.mi/mi-syn-frame.exp: Update expected output.
4476 * gdb.mi/mi2-syn-frame.exp: Update expected output.
4477
66bb093b
VP
44782008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4479
4480 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
4481 "thread N" results in =thread-selected.
4482 * lib/mi-support (mi_run_cmd, mi_expect_stop)
4483 (mi_send_resuming_command_raw): Be prepared for
4484 =thread-selected.
4485
3d043ef6
VP
44862008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4487
a9c64011
AS
4488 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
4489 * lib/mi-support.exp: Likewise.
3d043ef6 4490
808104c8
JB
44912008-11-16 Joel Brobecker <brobecker@adacore.com>
4492
4493 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
4494 commands from the expected output for "help catch".
4495
00b22944
JB
44962008-11-15 Joel Brobecker <brobecker@adacore.com>
4497
4498 * gdb.ada/int_deref.exp: New testcase.
4499
59669435
TT
45002008-11-14 Nick Roberts <nickrob@snap.net.nz>
4501
4502 * gdb.mi/gdb2549.exp: New file.
4503
de04a248
DE
45042008-11-11 Doug Evans <dje@google.com>
4505
4506 * gdb.base/callexit.exp: New file.
4507 * gdb.base/callexit.c: New file.
4508
6b8ce727
DE
45092008-11-10 Doug Evans <dje@google.com>
4510
4511 * lib/gdb.exp (GDBFLAGS): Move -nx ...
4512 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
4513 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
4514 (default_gdb_start,default_gdb_exit): Ditto.
4515 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
4516 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
4517 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
4518 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
4519 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
4520 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
4521
1b14b8aa
AS
45222008-11-03 Andreas Schwab <schwab@suse.de>
4523
4524 * gdb.base/hashline2.exp: Fix typo.
4525 * gdb.base/hashline3.exp: Likewise.
4526
f3134b88
TT
45272008-10-30 Tom Tromey <tromey@redhat.com>
4528
4529 * gdb.base/pointers.exp: Add test.
4530 * gdb.base/pointers.c (k, S): New typedefs.
4531 (instance): New global.
4532
c2226152
AS
45332008-10-30 Andreas Schwab <schwab@suse.de>
4534
4535 * gdb.base/args.exp: Add tests for newlines.
4536
462f405c
JB
45372008-10-30 Joel Brobecker <brobecker@adacore.com>
4538
4539 gdb.base/foll-exec.exp: Update the expected output of a couple
4540 of "info breakpoints" tests.
4541
79a45b7d
TT
45422008-10-28 Tom Tromey <tromey@redhat.com>
4543
4544 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
4545
adc13a14
PA
45462008-10-24 Pedro Alves <pedro@codesourcery.com>
4547
4548 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
4549 gdb_start_cmd.
4550 Use runto_main before any test that requires execution.
4551
252fbfc8
PA
45522008-10-23 Pedro Alves <pedro@codesourcery.com>
4553
4554 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
4555 instead of SIGINT.
4556
28148e3d
JB
45572008-10-22 Joel Brobecker <brobecker@adacore.com>
4558
4559 * gdb.base/completion.exp: Update expected output following
4560 the addition of the "info tasks" command.
4561
c209f847
TT
45622008-10-22 Tom Tromey <tromey@redhat.com>
4563
4564 * gdb.base/exprs.exp (test_expr): Add test for string
4565 concatenation.
4566
f177e350
PA
45672008-10-19 Pedro Alves <pedro@codesourcery.com>
4568
4569 * configure.ac: Output gdb.python/Makefile.
4570 * configure: Regenerate.
4571 * gdb.python/Makefile.in: New.
4572
cce89356
JB
45732008-10-16 Joel Brobecker <brobecker@adacore.com>
4574
4575 * gdb.base/foll-fork.exp: Adjust the expected output to match
4576 the new description for fork/vfork catchpoints in the "info
4577 breakpoints" output.
4578
176d289d
TJB
45792008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
4580
4581 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
4582
a08702d6
TJB
45832008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4584
4585 * gdb.python/python-value.c: New file.
4586 * gdb.python/python-value.exp: New file.
4587
1c5cfe86
PA
45882008-10-15 Pedro Alves <pedro@codesourcery.com>
4589
4590 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
4591
5a98ad69
DP
45922008-10-15 Denis Pilat <denis.pilat@st.com>
4593
41702f1b 4594 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 4595
dcb1a1e2
TT
45962008-10-09 Tom Tromey <tromey@redhat.com>
4597
4598 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
4599 'fprintf' and 'stderr'.
4600
9124fe48
JB
46012008-10-07 Joel Brobecker <brobecker@adacore.com>
4602
4603 * gdb.ada/ref_tick_size.exp: New testcase.
4604
45452591
DE
46052008-10-06 Doug Evans <dje@google.com>
4606
4607 * gdb.dwarf2/dw2-cu-size.exp: New file.
4608 * gdb.dwarf2/dw2-cu-size.S: New file.
4609
4610 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
4611 .Ltype_int for clarity.
4612
4fc5b208
PP
46132008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4614
4615 PR gdb/2384:
4616 * gdb.cp/gdb2384.exp: Extended to test more cases.
4617 * gdb.cp/gdb2384.cc: Likewise.
4618 * gdb.cp/gdb2384-base.h: Likewise.
4619 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 4620
d78df370
JK
46212008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4622
4623 * gdb.base/maint.exp (maint print type): Remove printing
4624 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
4625
9a044a89
TT
46262008-09-30 Tom Tromey <tromey@redhat.com>
4627
4628 * gdb.base/macscp.exp: Add completion tests.
4629 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
4630 (TWENTY_THREE): Likewise.
4631 (FORTY_EIGHT): Likewise.
4632
506800a9
TT
46332008-09-30 Tom Tromey <tromey@redhat.com>
4634
4635 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
4636 everywhere.
4637 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
4638
1a6f01b5
JK
46392008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4640
4641 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
4642 testcase is derived from. Fix racy dependency on an expected PID
4643 number. No longer support the testcase on Linux kernel 2.4.x.
4644
2fae03e8
TT
46452008-09-27 Tom Tromey <tromey@redhat.com>
4646
4647 * gdb.base/macscp.exp: Add tests for stringification, splicing,
4648 and varargs.
4649
1ad15515
PA
46502008-09-22 Pedro Alves <pedro@codesourcery.com>
4651
4652 * lib/mi-support.exp (mi_expect_interrupt): New.
4653 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
4654 from gdb.mi/mi-nonstop.exp.
4655 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
4656 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
4657 lib/mi-support.exp.
4658 Use mi_check_thread_states throughout. Avoid ".*" and do not
4659 require an anchor after -exec-run.
4660
d0b76dc6
DJ
46612008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4662
4663 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
4664 stop is pending. Avoid ".*" when two stops are pending.
4665 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
4666 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
4667 newlines in fullnames.
4668 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
4669 (mi_expect_stop): Update comments. Only anchor in sync mode.
4670 Do not match newlines.
4671 (mi_send_resuming_command_raw): Always return status.
4672 (mi_get_stop_line): Do not match more than one line by accident.
4673 Only anchor in sync mode.
4674 (mi_run_inline_test): If -exec-next fails, give up.
4675
9990c830
UW
46762008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4677
4678 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
4679 on SPU.
4680
ebcf6f00
JB
46812008-09-10 Joel Brobecker <brobecker@adacore.com>
4682
4683 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
4684
b6db24e5
JB
46852008-09-10 Joel Brobecker <brobecker@adacore.com>
4686
4687 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
4688 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4689 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
4690 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4691 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
4692 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
4693 gdb.ada/interface.exp, gdb.ada/null_array.exp,
4694 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4695 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4696 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4697 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
4698 Include the "= " sequence in the expected output of print tests.
4699
2bf448e0
JB
47002008-09-10 Joel Brobecker <brobecker@adacore.com>
4701
4702 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
4703 description for boolean types.
4704
d51fd4c8
PA
47052008-09-09 Pedro Alves <pedro@codesourcery.com>
4706
4707 * gdb.base/hook-stop-continue.c: New.
4708 * gdb.base/hook-stop-continue.exp: New.
4709
694182d2
DJ
47102008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4711
4712 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
4713
3b8a7fc0
JG
47142008-09-08 Jerome Guitton <guitton@adacore.com>
4715
4716 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
4717 (stack_check_probe_2, stack_check_probe_loop_1)
4718 (stack_check_probe_loop_2): New functions.
4719 (main): Add call to these new functions.
4720 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
4721 functions, check that the breakpoint is inserted at the appropriate
4722 location.
4723 (insert_breakpoint): Slightly refine this procedure so that it can
4724 be called several times in the test.
4725
96cc0ae8
JG
47262008-09-08 Jerome Guitton <guitton@adacore.com>
4727
4728 * gdb.base/stack-checking.c: New file.
4729 * gdb.base/stack-checking.exp: New file.
4730
1f08b409
TJB
47312008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4732
4733 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
4734 * gdb.arch/altivec-regs.exp: Likewise.
4735 * gdb.arch/vsx-regs.exp: Likewise.
4736
3099e1c4
TJB
47372008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4738
4739 * gdb.arch/ppc-fp.exp: New file.
4740 * gdb.arch/ppc-fp.c: New file.
4741
cc69bfc1
PP
47422008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4743
4744 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
4745 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 4746
b02a33db
MS
47472008-09-04 Michael Snyder <msnyder@vmware.com>
4748
4749 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
4750 as "at" (for non-debug functions such as _start).
4751
2992cbe0
UW
47522008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4753
4754 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
4755 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
4756 software watchpoints.
4757 * gdb.base/watch_thread_num.exp: Likewise.
4758
514f746b
AR
47592008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
4760
4761 * gdb.arch/i386-bp_permanent.exp: New test.
4762
876cecd0
TT
47632008-08-24 Tom Tromey <tromey@redhat.com>
4764
4765 * gdb.base/maint.exp: Update "maint print type".
4766
80f73d71
VP
47672008-08-21 Vladimir Prus <vladimir@codesourcery.com>
4768
4769 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
4770 support. Adjust the order of "*running" notifications.
4771 * gdb.mi/non-stop.c: Don't cast from int to void* and
4772 back.
4773
d9c78d7d
MK
47742008-08-20 Mark Kettenis <kettenis@gnu.org>
4775
4776 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
4777 expect to find it in the "info frame" output.
4778
97a2d1d3
DJ
47792008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4780
4781 * gdb.base/interp.exp: Always consume both prompts.
4782
b96e2927
PA
47832008-08-20 Pedro Alves <pedro@codesourcery.com>
4784
4785 * gdb.base/pending.exp: Test pending breakpoints without symbols
4786 loaded.
4787
8cf6e61a
VP
47882008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4789
4790 * lib/mi-support.exp (mi_expect_stop): Produce
4791 more details on failures.
4792 * gdb.mi/mi-nonstop.exp: New.
4793 * gdb.mi/non-stop.c: New.
4794
c6ebd6cf
VP
47952008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4796
a9c64011
AS
4797 * gdb.mi/mi-async.exp: Use 'set target-async'.
4798 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 4799
46a9b8ed
DJ
48002008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
4801
4802 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
4803
44feb3ce
TT
48042008-08-17 Tom Tromey <tromey@redhat.com>
4805
4806 * gdb.base/help.exp (help catch): Rewrite.
4807
311a4e6b
TJB
48082008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4809
4810 * gdb.base/define.exp: Test indented command documentation.
4811 * gdb.python/python.exp: Test indented multi-line command.
4812
604c2f83
LM
48132008-08-15 Luis Machado <luisgpm@br.ibm.com>
4814
4815 * testsuite/gdb.arch/vsx-regs.c: New source file.
4816 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
4817 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
4818
886a217c
TT
48192008-08-14 Tom Tromey <tromey@redhat.com>
4820
4821 * gdb.base/macscp.exp: Add regression test for "macro define" or
4822 "macro undef" with no arguments.
4823
c814a4f3
PP
48242008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4825
4826 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 4827
12ab8a60
UW
48282008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4829
4830 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
4831
d57a3c85
TJB
48322008-08-06 Tom Tromey <tromey@redhat.com>
4833
4834 * gdb.python/python.exp: New file.
4835
c7b778ff
JK
48362008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4837
4838 Fix for PR gdb/1543.
4839 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
4840 $LOCATION.
4841 (location): New variable.
4842 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
4843 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
4844 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
4845 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
4846 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
4847 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
4848 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
4849 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
4850 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
4851 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
4852 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
4853 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
4854 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
4855 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
4856 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4857 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
4858 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
4859 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
4860 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
4861 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4862 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
4863 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
4864 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
4865 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
4866 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
4867 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
4868 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
4869 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
4870 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
4871 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
4872 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
4873 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
4874 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
4875 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
4876 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
4877 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
4878 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
4879 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4880 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
4881 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
4882 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
4883 gdb.base/type-opaque.exp, gdb.base/until.exp,
4884 gdb.base/value-double-free.c, gdb.base/varargs.exp,
4885 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
4886 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
4887 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4888 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
4889 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
4890 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4891 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4892 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
4893 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
4894 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
4895 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
4896 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
4897 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
4898 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
4899 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
4900 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4901 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
4902 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
4903 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
4904 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
4905 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
4906 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
4907 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
4908 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
4909 gdb.pascal/types.exp, gdb.stabs/weird.exp,
4910 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
4911 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
4912 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
4913 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
4914 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
4915 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
4916 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4917 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4918 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4919 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4920 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4921 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4922 lib/mi-support.exp, lib/trace-support.exp: Remove reference
4923 to bug-gdb@prep.ai.mit.edu .
4924
5e06a3d1
VP
49252008-07-31 Vladimir Prus <vladimir@codesourcery.com>
4926
4927 * lib/mi-support.exp (mi_load_shlibs): New.
4928 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
4929
9d81d21b
VP
49302008-07-30 Vladimir Prus <vladimir@codesourcery.com>
4931
4932 * lib/mi-support.exp (get_mi_thread_list)
4933 (check_mi_and_console_threads): New, moved from ...
4934 * gdb.mi/mi-pthread.exp: ...here.
4935 * gdb.mi/gdb669.exp (get_mi_thread_list)
4936 (check_mi_and_console_threads): Delete.
4937 * gdb.mi/mi2-pthread.exp: Likewise.
4938
bae98fe0
TT
49392008-07-28 Tom Tromey <tromey@redhat.com>
4940
4941 * Makefile.in (just-check): Remove. Move body to...
4942 (check): ... here.
4943
57380f4e
DJ
49442008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4945
4946 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
4947 Add a test for duplicated SIGINTs.
4948
e09490f1
DJ
49492008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4950
4951 * gdb.threads/schedlock.exp (get_args): Update to work for any
4952 value of NUM.
4953 (Top level): Report the number of threads that did not resume.
4954
6387b45f
DJ
49552008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4956
4957 * gdb.dwarf2/dw2-compressed.S: Also define __start.
4958
62f64ff2
DJ
49592008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4960
4961 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
4962 non-MI prompt.
4963
fa8de41e
TT
49642008-07-26 Tom Tromey <tromey@redhat.com>
4965
4966 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
4967 (function_struct, function_struct_ptr): New globals.
4968 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
4969 function pointer in a struct.
4970
ccb3ac8a
TT
49712008-07-26 Tom Tromey <tromey@redhat.com>
4972
4973 * gdb.base/macscp.exp: Add test for macro lexing bug.
4974
d7d9f01e
TT
49752008-07-18 Tom Tromey <tromey@redhat.com>
4976
4977 * gdb.base/macscp.exp: Add macro tests.
4978
9bf07184
PP
49792008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4980
4981 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
4982
becf6477
PP
49832008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4984
4985 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
4986
0709f7d3
PP
49872008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4988
4989 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 4990
7093c834
PP
49912008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
4992
4993 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 4994
b432ffe3
JK
49952008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4996
4997 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
4998
b1a268e5
VP
49992008-07-12 Vladimir Prus <vladimir@codesourcery.com>
5000
5001 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
5002
e2995f8e
KB
50032008-07-11 Kevin Buettner <kevinb@redhat.com>
5004
5005 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
5006 of regexp to account for changes made to GDB in the printing of
5007 byte vectors.
5008
14032a66
TT
50092008-07-11 Tom Tromey <tromey@redhat.com>
5010
5011 * gdb.base/completion.exp: Add 'help' completion test.
5012
981505ef
JK
50132008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5014
5015 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
5016
10568435
JK
50172008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5018
5019 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
5020
4487aabf
PA
50212008-07-09 Pedro Alves <pedro@codesourcery.com>
5022
5023 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
5024
a4a9b1c4
PA
50252008-07-09 Pedro Alves <pedro@codesourcery.com>
5026
5027 * gdb.base/fullname.exp: Restore pwd if compiling failed.
5028
3c3185ac
JK
50292008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5030
5031 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
5032
7ebd49dc
VP
50332008-06-28 Vladimir Prus <vladimir@codesourcery.com>
5034
5035 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
5036 previous commit. Add a comment.
5037
84e46146
PA
50382008-06-28 Pedro Alves <pedro@codesourcery.com>
5039
5040 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
5041
0f8d4a2f
VP
50422008-06-28 Vladimir Prus <vladimir@codesourcery.com>
5043
5044 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
5045
f747e0ce
PA
50462008-06-27 Pedro Alves <pedro@codesourcery.com>
5047
5048 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
5049 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
5050 compiling an executable, link in an object that forces unbuffered
5051 output.
5052 * lib/set_unbuffered_mode.c: New file.
5053
734a5c36
JK
50542008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5055
5056 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
5057
a2840c35
VP
50582008-06-25 Vladimir Prus <vladimir@codesourcery.com>
5059
a9c64011
AS
5060 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
5061 mi_expect_stop.
5062 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
5063 Demand that *running is output.
5064 (detect_async): Perform checking every time.
5065 (mi_send_resuming_command): Extract everything into...
5066 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
5067 (mi_expect_stop): Don't accept any output before *stopped.
5068
6ae37fef
VP
50692008-06-13 Vladimir Prus <vladimir@codesourcery.com>
5070
5071 Robustify mi-simplerun.
a9c64011
AS
5072 * gdb.mi/basics.c (main): Add a call to sleep.
5073 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
5074 * gdb.mi/mi2-cli.exp: Likewise.
5075 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 5076
b4aa76f0 50772008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
5078
5079 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
5080
e1ac3328
VP
50812008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5082
a9c64011
AS
5083 * gdb.mi/mi-console.exp: Adjust.
5084 * gdb.mi/mi-syn-frame.exp: Adjust.
5085 * gdb.mi/mi2-console.exp: Adjust.
5086 * gdb.mi/mi2-syn-frame.exp: Adjust.
5087 * lib/mi-support.exp (mi_run_cmd): Adjust.
5088 (mi_send_resuming_command): Adjust.
e1ac3328 5089
f7f9a841
VP
50902008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5091
5092 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
5093 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
5094 testing of stopped.
5095 * gdb.mi/mi2-syn-frame.exp: Likewise.
5096 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
5097 (async, detect_async): New.
5098 (mi_expect_stop, mi_continue_to_line): Adjust expectation
5099 depending on if we're running in sync or async mode.
f7f9a841 5100
37cd5d19
TT
51012008-06-09 Tom Tromey <tromey@redhat.com>
5102
5103 * gdb.base/completion.exp: New tests for field name completion
5104 with spaces, and field name completion with '->'.
5105
65d12d83
TT
51062008-06-06 Tom Tromey <tromey@redhat.com>
5107
5108 * gdb.base/break1.c (struct some_struct): New struct.
5109 (values): New global.
5110 * gdb.base/completion.exp: Add field name completion test.
5111
ebfe2e3f
PP
51122008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5113
5114 * gdb.cp/call-c.exp: Test for incorrect handling of reference
5115 to pointer.
5116 * gdb.cp/call-c.cc: Likewise.
5117
bcf6fc3a
NR
51182008-06-06 Nick Roberts <nickrob@snap.net.nz>
5119
5120 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
5121 annotation.
5122
49fd4a42 51232008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 5124 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
5125
5126 * gdb.threads/execl.c, gdb.threads/execl1.c,
5127 gdb.threads/execl.exp: New tests.
a9c64011 5128
8a34ac3f
AR
51292008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
5130 Daniel Jacobowitz <dan@codesourcery.com>
5131
5132 * gdb.cp/exception.exp: Activate test, make it work with pending
5133 catchpoints.
5134
86ae69ef
JK
51352008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5136
5137 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
5138
f7f9ae2c
VP
51392008-05-28 Vladimir Prus <vladimir@codesourcery.com>
5140
a9c64011
AS
5141 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
5142 now printed.
5143 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 5144
2a2d4dc3
AS
51452008-05-27 Andreas Schwab <schwab@suse.de>
5146
5147 * gdb.base/frame-args.exp: Handle arguments that are optimized
5148 out.
5149
5099e4d9
LM
51502008-05-26 Luis Machado <luisgpm@br.ibm.com>
5151
5152 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
5153 quiet for ppc32 and group options into a single variable.
5154
d9c36a91
JB
51552008-05-23 Joel Brobecker <brobecker@adacore.com>
5156
5157 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
5158 of zero-size elements.
5159 * gdb.ada/null_array.exp: Test printing this new array.
5160
103a8671
JK
51612008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5162
5163 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
5164
07a4cc1a 51652008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
5166
5167 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
5168 of the "finish" command.
5169
55f996a7
NR
51702008-05-21 Nick Roberts <nickrob@snap.net.nz>
5171
5172 * gdb.base/annota1.exp: Test for new annotation.
5173
907fc202
UW
51742008-05-16 Pedro Alves <pedro@codesourcery.com>
5175
5176 * gdb.base/fixsection.exp: New file.
5177 * gdb.base/fixsection0.c: New file.
5178 * gdb.base/fixsection1.c: New file.
5179
e8f97270
UW
51802008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5181
5182 * gdb.base/annota1.exp: Accept printf@... in place of printf.
5183 * gdb.base/annota3.exp: Likewise.
5184
ac0bb574
NF
51852008-05-13 Nathan Froyd <froydnj@codesourcery.com>
5186
5187 * gdb.base/watch_thread_num.exp: Don't run tests that require
5188 watchpoints if the target doesn't support them.
5189
6fadd07a
DE
51902008-05-12 Doug Evans <dje@google.com>
5191
5192 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
5193
6e9a4a30
JB
51942008-05-09 Joel Brobecker <brobecker@adacore.com>
5195
5196 * gdb.ada/assign_1.exp: New testcase.
5197
08388c79
DE
51982008-05-09 Doug Evans <dje@google.com>
5199
a3c83fae
DE
5200 * gdb.base/find.exp: New file.
5201 * gdb.base/find.c: New file.
08388c79 5202
bd5ddfe8
DJ
52032008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
5204
5205 * gdb.base/commands.exp (watchpoint_command_test): Handle
5206 gdb,no_hardware_watchpoints.
5207 * gdb.base/float.exp: Allow ARM targets without floating point.
5208 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
5209
b5dd68e2 52102008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 5211 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
5212
5213 * gdb.ada/lang_switch: New test program.
5214 * gdb.ada/lang_switch.exp: New testcase.
5215
382d13d1
DE
52162008-05-05 Doug Evans <dje@google.com>
5217
5218 * gdb.base/help.exp (disassemble): Update expected help text.
5219
9dd789d0
PA
52202008-05-04 Pedro Alves <pedro@codesourcery.com>
5221
5222 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
5223
611c83ae
PA
52242008-05-04 Pedro Alves <pedro@codesourcery.com>
5225
5226 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
5227 different times.
5228
ff013f42
JK
52292008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5230
5231 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
5232 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
5233 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
5234 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
5235
96dff6a2
VP
52362008-05-04 Vladimir Prus <vladimir@codesourcery.com>
5237
5238 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
5239 notification to appear.
5240
55cd6f92
DJ
52412008-05-04 Daniel Jacobowitz <dan@debian.org>
5242
5243 * gdb.base/fullname.c: New file.
5244 * gdb.base/fullname.exp: New file.
5245 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
5246
d705c43c
PA
52472008-05-03 Pedro Alves <pedro@codesourcery.com>
5248
5249 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
5250 expressions with macros.
5251
333222e1
JK
52522008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5253
5254 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
5255
5ac01682
DJ
52562008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5257
5258 * gdb.base/completion.exp: Handle lack of other symbols beginning
5259 with "a".
5260
5261 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
5262
237fc4c9
PA
52632008-05-02 Jim Blandy <jimb@codesourcery.com>
5264
5265 * gdb.asm/asmsrc1.s: Add scratch space.
5266
ed5e9466
DJ
52672008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5268 Daniel Jacobowitz <dan@codesourcery.com>
5269
5270 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
5271 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
5272 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
5273
b39cc962
DJ
52742007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
5275
5276 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
5277
36d520f5
JB
52782008-05-01 Joel Brobecker <brobecker@adacore.com>
5279
5280 * gdb.base/info-target.exp: New testcase.
5281
8d4e3071
DJ
52822008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5283
5284 * gdb.cp/hang.exp: Use .cc instead of .C.
5285 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
5286 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
5287
6f3f3097
DJ
52882008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5289
5290 * gdb.base/gdb1250.exp: Remove perror.
5291 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
5292
5550a914
PA
52932008-04-30 Pedro Alves <pedro@codesourcery.com>
5294
5295 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
5296 .2byte.
5297
d848e687
DJ
52982008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
5299
5300 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
5301 (maybe_kfail): New.
5302
93b5768b
PA
53032008-04-25 Pedro Alves <pedro@codesourcery.com>
5304
5305 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
5306
721c02de
VP
53072008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5308
a9c64011
AS
5309 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
5310 * gdb.mi/mi2-syn-frame.exp: Likewise.
5311 * lib/mi-support.exp: Likewise.
721c02de 5312
74960c60
VP
53132008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5314
5315 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
5316 to specify regexp for the location to stop at.
5317 * gdb.base/break-always.c: New.
5318 * gdb.base/break-always.exp: New.
5319
d24317b4
VP
53202008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5321
5322 * lib/mi-support.exp (mi_runto_helper): Adjust
5323 for the original-location field.
5324 (mi_create_breakpoint, mi_list_breakpoints): New.
5325 * gdb.mi/mi-break.exp: Adjust.
5326 * gdb.mi/mi2-break.exp: Adjust.
5327 * gdb.mi/mi-pending.exp: Adjust.
5328 * gdb.mi/mi-simplerun.exp: Adjust.
5329 * gdb.mi/mi2-simplerun.exp: Adjust.
5330 * gdb.mi/mi-syn-frame.exp: Adjust.
5331 * gdb.mi/mi2-syn-frame.exp: Adjust.
5332 * gdb.mi/mi-until.exp: Adjust.
5333 * gdb.mi/mi2-until.exp: Adjust.
5334 * gdb.mi/mi-var-display.exp: Adjust.
5335 * gdb.mi/mi2-var-display.exp: Adjust.
5336 * gdb.mi/mi-watch.exp: Adjust.
5337 * gdb.mi/mi2-watch.exp: Adjust.
5338
fdc59709 53392008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 5340
a9c64011
AS
5341 * aclocal.m4: Add override.m4.
5342 * configure: Regenerate.
fdc59709 5343
8e91f023
VP
53442008-04-19 Vladimir Prus <vladimir@codesourcery.com>
5345
5346 * gdb.mi/var-cmd.c (do_at_tests): Verify that
5347 '-var-update --all-values' reports new value even the type
5348 of a variable object has changed.
5349
233a11ab
CS
53502008-04-18 Craig Silverstein <csilvers@google.com>
5351
5352 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
5353 files.
d24317b4 5354
9c1137ad
JB
53552008-04-18 Joel Brobecker <brobecker@adacore.com>
5356
5357 * gdb.ada/atomic_enum: New test program.
5358 * gdb.ada/atomic_enum.exp: New testcase.
5359
66d0bbc7
DE
53602008-04-17 Doug Evans <dje@google.com>
5361
5362 * gdb.opt/Makefile.in: Fix whitespace.
5363
100906b0
UW
53642008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
5365
5366 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
5367
4584e32e
DE
53682008-04-17 Doug Evans <dje@google.com>
5369
5370 * gdb.base/hashline1.exp: New testcase.
5371 * gdb.base/hashline2.exp: New testcase.
5372 * gdb.base/hashline2.exp: New testcase.
5373
0a320680
PA
53742008-04-17 Pedro Alves <pedro@codesourcery.com>
5375
5376 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
5377
18ac113b
AR
53782008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
5379
5380 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
5381 temporary breakpoint to match "Temporary breakpoint".
5382 * gdb.base/break.exp (delete_breakpoints): Likewise.
5383 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
5384 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
5385 * gdb.base/display.exp: Likewise.
5386 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
5387 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
5388 * gdb.base/restore.exp (restore_tests): Likewise.
5389 * gdb.base/sepdebug.exp: Likewise.
5390 * gdb.base/watchpoint.exp: Likewise.
5391 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
5392 * gdb.mi/mi-pending.exp: Likewise.
5393 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
5394 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
5395 * gdb.mi/mi-var-cmd.exp: Likewise.
5396 * gdb.mi/mi-var-display.exp: Likewise.
5397 * gdb.mi/mi2-cli.exp: Likewise.
5398 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
5399 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
5400 * gdb.mi/mi2-var-display.exp: Likewise.
5401 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
5402 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
5403 new "disp" field.
a9c64011 5404 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
5405 reason. This is to support fix for PR2424.
5406
add38693
JK
54072008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5408
5409 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
5410
fcacd99f
VP
54112008-04-13 Vladimir Prus <vladimir@codesourcery.com>
5412
5413 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 5414 field. Add more floating varobj tests.
fcacd99f 5415 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
5416 field.
5417 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
5418 (main): Call do_at_tests.
5419 * lib/mi-support.exp (mi_create_floating_varobj)
5420 (mi_varobj_update_with_type_change): New.
fcacd99f 5421
de051565
MK
54222008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5423
5424 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
5425 option of -var-evaluate-expression.
5426 * gdb.mi/mi2-var-display.exp: Likewise.
5427
dbc52822
VP
54282008-04-07 Vladimir Prus <vladimir@codesourcery.com>
5429
5430 Introduce test setup helpers.
a9c64011
AS
5431 * lib/gdb.exp (build_executable, clean_restart)
5432 (prepare_for_testing): New.
5433 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
5434 * gdb.base/return.exp: Likewise.
5435 * gdb.base/ending-run.exp: Likewise.
dbc52822 5436
473591da
NR
54372008-04-07 Nick Roberts <nickrob@snap.net.nz>
5438
5439 * gdb.mi/mi-async.exp: New test for asynchronous Machine
5440 Interface (MI) responses.
5441
2b2d9e11
VP
54422008-04-06 Vladimir Prus <vladimir@codesourcery.com>
5443
a9c64011
AS
5444 * gdb.cp/breakpoint.cc: New code to test conditions involving
5445 member variables.
5446 * gdb.cp/breakpoint.exp: Test condition involving member
5447 variables.
2b2d9e11 5448
bb378428
VP
54492008-04-05 Vladimir Prus <vladimir@codesourcery.com>
5450
5451 * lib/mi-support.exp (mi_expect_stop): New.
5452 (mi_run_cmd): Change the
5453 token. Use mi_send_resuming_command, use
5454 mi_expect_stop.
5455 (mi_execute_to_helper): Rename to mi_execute_to.
5456 (mi_send_resuming_command): Add more error patterns.
5457 (mi_wait_for_stop): Renamed to...
5458 (mi_get_stop_line): ...this.
5459 (mi_run_inline_test): Adjust.
5460
5461 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
5462 * gdb.mi/mi-console.exp: Likewise.
5463 * gdb.mi/mi-pending.exp: Likewise.
5464 * gdb.mi/mi-simplerun.exp: Likewise.
5465 * gdb.mi/mi-stack.exp: Likewise.
5466 * gdb.mi/mi-stepi.exp: Likewise.
5467 * gdb.mi/mi-syn-frame.exp: Add comment.
5468 * gdb.mi/mi-until.exp: Likewise.
5469 * gdb.mi/mi-var-display.exp: Likewise.
5470 * gdb.mi/mi-watch.exp: Likewise.
5471 * gdb.mi/mi2-cli.exp: Likewise.
5472 * gdb.mi/mi2-console.exp: Likewise.
5473 * gdb.mi/mi2-simplerun.exp: Likewise.
5474 * gdb.mi/mi2-stack.exp: Likewise.
5475 * gdb.mi/mi2-stepi.exp: Likewise.
5476 * gdb.mi/mi2-until.exp: Likewise.
5477 * gdb.mi/mi2-var-display.exp: Likewise.
5478 * gdb.mi/mi2-watch.exp: Likewise.
5479
62172bb9
UW
54802008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5481
5482 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
5483
5484 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
5485
a13e061a
PA
54862008-04-04 Pedro Alves <pedro@codesourcery.com>
5487
5488 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
5489 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
5490 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
5491 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
5492 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
5493 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
5494 expect an mi error duplicated in stderr.
5495
eae06beb
JB
54962008-04-03 Joel Brobecker <brobecker@adacore.com>
5497
5498 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
5499 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
5500 Add a couple of tests that verify the behavior when the new setting
5501 is set to "cancel" and "all".
5502 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
5503 "ask" before we start the testing.
5504
79c6ced6
AR
55052008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
5506
5507 * gdb.cp/casts.cc: Add class reference variables.
5508 * gdb.cp/casts.exp: New test cases for up/down casting references.
5509
6c2d1a6b
MK
55102008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
5511
5512 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
5513 instead of beginning to make an extra test pass.
5514 * gdb.mi/mi2-var-display.exp: Likewise.
5515
55b411d9
MR
55162008-03-31 Maciej W. Rozycki <macro@mips.com>
5517
5518 * gdb.base/break.exp: Mark failures as such. Fix formatting.
5519
c6140da2
MD
55202008-03-31 Markus Deuling <deuling@de.ibm.com>
5521 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5522
5523 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
5524 value. Add xfail for older kernels.
5525
79732189
AR
55262008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
5527
5528 Bring mi-support in line with gdb.exp.
5529 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
5530 (mi_gdb_start): New function.
5531
33c3676e
MR
55322008-03-28 Maciej W. Rozycki <macro@mips.com>
5533
5534 * gdb.mi/mi-var-cmd.exp: Fix a typo.
5535
92e28119
VP
55362008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5537
5538 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
5539 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 5540
9e8e3afe
VP
55412008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5542
5543 * lib/mi-support.exp (mi_create_varobj_checked): New.
5544 (mi_list_varobj_children): Allow to check for a
5545 value.
5546 (mi_list_array_varobj_children): New.
5547
5548 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
5549 and mi_list_varobj_children, as opposed to hardcoding
5550 expected strings.
5551 * gdb.mi/gdb701.exp: Likewise.
5552 * gdb.mi/gdb792.exp: Likewise.
5553 * gdb.mi/mi-var-block.exp: Likewise.
5554 * gdb.mi/mi-var-cmd.exp: Likewise.
5555 * gdb.mi/mi-var-invalidate.exp: Likewise.
5556 * gdb.mi/mi2-var-block.exp: Likewise.
5557 * gdb.mi/mi2-var-child.exp: Likewise.
5558 * gdb.mi/mi2-var-cmd.exp: Likewise.
5559 * gdb.mi/mi2-var-display.exp: Likewise.
5560
9df50351
JK
55612008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5562
5563 Fix random false FAILs on i386.
5564 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
5565
31e5d73a
DJ
55662008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5567
5568 PR gdb/544
5569 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
5570
12f4afab
DJ
55712008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5572
5573 PR gdb/544
5574 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
5575
b562a0cb
DJ
55762008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5577
5578 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
5579 fixed PR gdb/544.
5580
17faa917
DJ
55812008-03-21 Pedro Alves <pedro@codesourcery.com>
5582
5583 * gdb.threads/fork-child-threads.exp: Test next over fork.
5584
6214f497
DJ
55852008-03-21 Chris Demetriou <cgd@google.com>
5586
5587 * gdb.base/break.exp (rbreak junk): New test for rbreak
5588 "Junk at end of arguments" issue.
5589
63092375
DJ
55902008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5591
5592 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
5593 *& to work on created array elements.
5594 (Top level): Test print $pc with a file. Test string operations
5595 without a target.
5596 * gdb.base/ptype.exp: Do not expect *& to work on created array
5597 elements.
5598
b21991b0
DJ
55992008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5600
5601 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5602 gdb.threads/staticthreads.exp: Update exit query.
5603
c4b347c7
SL
56042008-03-07 Sandra Loosemore <sandra@codesourcery.com>
5605
5606 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
5607
fa4727a6
DJ
56082008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5609
5610 * gdb.base/watchpoint.c (global_ptr, func4): New.
5611 (main): Call func4.
5612 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
5613 (test_inaccessible_watchpoint): New.
5614
2f34202f
MR
56152008-02-29 Maciej W. Rozycki <macro@mips.com>
5616
5617 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
5618 select the largest.
5619
0d6ba1b1
DJ
56202008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5621
5622 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
5623 frames-invalid annotations.
5624
e691325a
PM
56252008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
5626
a9c64011 5627 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 5628
f85b5ecc
DE
56292008-02-27 Doug Evans <dje@google.com>
5630
5631 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
5632 for bug 1738.
5633 (breakpoint_to_handler_entry): Ditto.
5634
b40e7bf3
JB
56352008-02-27 Joel Brobecker <brobecker@adacore.com>
5636
5637 * gdb.base/ending-run.exp: Use the first line of code inside
5638 function body to test breakpoints.
5639 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
5640 location where the breakpoint is inserted when using the line
5641 where a function is declared. Fix typo in the description of
5642 one of the tests.
5643 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
5644
2faca73a
PM
56452008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5646
5647 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 5648 tests.
2faca73a 5649
6f439c36
PM
56502008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5651
5652 * gdb.base/args.exp: avoid same output for tests
5653 with single quotes.
5654
54e52265
VP
56552008-02-26 Vladimir Prus <vladimir@codesourcery.com>
5656
a9c64011
AS
5657 * gdb.base/annota1.exp: Adjust for 'info break'
5658 format changes.
5659 * gdb.base/annota3.exp: Likewise.
5660 * gdb.base/break.exp: Likewise.
5661 * gdb.base/condbreak.exp: Likewise.
5662 * gdb.base/pending.exp: Likewise.
5663 * gdb.base/sepdebug.exp: Likewise.
5664 * gdb.base/unload.exp: Likewise.
5665 * gdb.cp/ovldbreak.exp: Likewise.
5666 * gdb.mi/mi-pending.exp: Likewise.
54e52265 5667
897b09ca
DE
56682008-02-07 Doug Evans <dje@google.com>
5669
5670 * gdb.cp/mb-inline.exp: New.
5671 * gdb.cp/mb-inline.h: New.
5672 * gdb.cp/mb-inline1.cc: New.
5673 * gdb.cp/mb-inline2.cc: New.
5674
b1c32d35
PM
56752008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
5676
5677 * gdb.pascal/floats.pas: New test program.
5678 * gdb.pascal/floats.exp: New testcase.
5679
1a4ca44a
TJB
56802008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5681
5682 * gdb.base/callfuncs.c (t_float_many_args): New function.
5683 (t_double_many_args): New function.
5684 * gdb.base/callfuncs.exp: Add tests for exceeding float
5685 and double parameters passed through the stack.
5686
439048e8
JB
56872008-02-05 Joel Brobecker <brobecker@adacore.com>
5688
5689 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
5690 gdb.ada/complete/foo.adb: New files.
5691 * gdb.ada/complete.exp: New testcase.
5692
81fe8080
DE
56932008-02-03 Doug Evans <dje@google.com>
5694
301f0ecf
DE
5695 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
5696
81fe8080
DE
5697 * gdb.cp/gdb2384.exp: New file.
5698 * gdb.cp/gdb2384.cc: New file.
5699 * gdb.cp/gdb2384-base.h: New file.
5700 * gdb.cp/gdb2384-base.cc: New file.
5701
4b071aec
DE
57022008-02-02 Doug Evans <dje@google.com>
5703
5704 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
5705
61137ba6
JB
57062007-02-01 Joel Brobecker <brobecker@adacore.com>
5707
5708 * gdb.ada/sym_print_name: New test program.
5709 * gdb.ada/sym_print_name.exp: New testcase.
5710
57112007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
5712
5713 * gdb.ada/nested/hello.adb: New file.
5714 * gdb.ada/nested.exp: New testcase.
5715 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5716
98deb0da
VP
57172008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5718
5719 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
5720 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
5721 don't cause future evaluations of function to report
5722 creation of internal breakpoints.
98deb0da 5723
723a2275
VP
57242008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5725
5726 * gdb.mi/mi-break.exp (test_error): New.
5727 Call it.
5728
fb546a2f
LM
57292008-01-31 Luis Machado <luisgpm@br.ibm.com>
5730
5731 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
5732 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
5733
2d8fd90a
PM
57342008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5735
5736 * gdb.pascal/integers.pas: New test program.
5737 * gdb.pascal/integers.exp: New testcase.
5738
a7fa0ded
PM
57392008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5740
5741 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
5742
5e1a1926
TJB
57432008-01-30 Luis Machado <luisgpm@br.ibm.com>
5744
5745 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
5746 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
5747
8d04f9f0
JB
57482008-01-30 Paul Hilfinger <hilfinger@adacore.com>
5749
5750 * gdb.ada/formatted_ref: New test program.
5751 * gdb.ada/formatted_ref.exp: New testcase.
5752
5753 * gdb.cp/formatted-ref.cc: New file.
5754 * gdb.cp/formatted-ref.exp: New testcase.
5755
ce75a98f
JB
57562008-01-30 Joel Brobecker <brobecker@adacore.com>
5757
5758 * gdb.base/ptype.exp: Add testing of "ptype $pc".
5759
e835f6bf
NR
57602008-01-30 Nick Roberts <nickrob@snap.net.nz>
5761
5762 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
5763 (test_file_list_exec_source_file): Update to new macro-info field.
5764
d118ef87
PH
57652008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
5766
5767 * gdb.ada/exprs: New test program.
5768 * gdb.ada/exprs.exp: New testcase.
5769
7d35ab09
TJB
57702008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5771
5772 * dfp-test.c (DELTA, DELTA_B): New definitions.
5773 (double_val1, double_val2, double_val3, double_val4, double_val5,
5774 double_val6, double_val7, double_val8, double_val9, double_val10,
5775 double_val11, double_val12, double_val13, double_val14, dec32_val1,
5776 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
5777 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
5778 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
5779 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
5780 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
5781 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
5782 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
5783 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
5784 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
5785 dec128_val16): New global variables.
5786 (decimal_dec128_align): New function.
5787 (decimal_mixed): Likewise.
5788 (decimal_many_args_dec32): Likewise.
5789 (decimal_many_args_dec64): Likewise.
5790 (decimal_many_args_dec128): Likewise.
5791 (decimal_many_args_mixed): Likewise.
5792 * dfp-test.exp: Add tests calling new inferior functions.
5793
2d717e4f
DJ
57942008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5795
5796 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
5797 gdb.server/ext-run.exp: New files.
5798 * lib/gdbserver-support.exp (gdbserver_download): New.
5799 (gdbserver_start): New. Update gdbserver expected
5800 output.
5801 (gdbserver_spawn): Use them.
5802 (gdbserver_start_extended): New.
5803
e85a822c
DJ
58042008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5805
5806 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
5807 Run on GNU/Linux.
5808 (do_exec_tests): Check for systems which do not support catchpoints.
5809 Do not match START.
5810 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
5811 Run on GNU/Linux. Enable verbose output.
5812 (check_fork_catchpoints): New.
5813 (explicit_fork_child_follow, catch_fork_child_follow)
5814 (tcatch_fork_parent_follow): Update expected messages.
5815 (do_fork_tests): Use check_fork_catchpoints.
5816 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
5817 Run on GNU/Linux. Enable verbose output.
5818 (check_vfork_catchpoints): New.
5819 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
5820 expected messages.
5821 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
5822
401ea829
JB
58232008-01-29 Jim Blandy <jimb@red-bean.com>
5824
5825 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
5826 host' errors.
5827 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
5828
aceaf3ad
JB
58292008-01-29 Jim Blandy <jimb@red-bean.com>
5830
5831 * gdb.threads/sigthread.c: Use barriers to ensure that
5832 child_thread and child_thread_two are always initialized before we
5833 start to use them.
5834
a5606eee
VP
58352008-01-29 Vladimir Prus <vladimir@codesourcery.com>
5836
5837 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
5838 * gdb.base/watchpoint-solib.c: New.
5839 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 5840
c55a82bb
PM
58412008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
5842
5843 * gdb.base/gdb1056.exp: Add unsigned integer test.
5844
0993fe05
DE
58452008-01-28 Doug Evans <dje@google.com>
5846
5847 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
5848
4fe42e7f
JB
58492008-01-27 Jim Blandy <jimb@codesourcery.com>
5850
c7a69933
JB
5851 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
5852
4fe42e7f
JB
5853 * gdb.base/expand-psymtabs.exp: Doc fix.
5854
5def8285
MK
58552008-01-26 Mark Kettenis <kettenis@gnu.org>
5856
5857 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
5858
5313c911
NR
58592008-01-24 Nick Roberts <nickrob@snap.net.nz>
5860
a9c64011 5861 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
5862 -var-set-format.
5863
93815fbf
VP
58642008-01-23 Chris Demetriou <cgd@google.com>
5865
5866 * gdb.threads/thread_events.c: New testcase source file.
5867 * gdb.threads/thread_events.exp: New testcase expect file.
5868
467a88ee
NR
58692008-01-23 Nick Roberts <nickrob@snap.net.nz>
5870
5871 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
5872
5873 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
5874 -var-set-format.
5875
d8f82aba
DJ
58762008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
5877 Vladimir Prus <vladimir@codesourcery.com>
5878
5879 * gdb.base/float.exp: Allow missing floating point for m68k and
5880 PowerPC.
5881
60c46647
VP
58822008-01-22 Vladimir Prus <vladimir@codesourcery.com>
5883
5884 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
5885 ignore count.
5886 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
5887 * gdb.mi/mi-cli.exp: Adjust.
5888 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 5889
c7dd36a1
PA
58902008-01-17 Pedro Alves <pedro@codesourcery.com>
5891
5892 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
5893 and 'dummy_ptr' integer pointer. Initialize struct_declarations
5894 with dummy_ptr's address.
5895 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
5896 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
5897 all targets.
5898 * gdb.mi/mi2-var-child.exp: Likewise.
5899
39d5313e
JB
59002008-01-09 Joel Brobecker <brobecker@adacore.com>
5901
5902 * gdb.ada/null_array: New test program.
5903 * gdb.ada/null_array.exp: New testcase.
5904
0aea4bf3
LM
59052008-01-09 Luis Machado <luisgpm@br.ibm.com>
5906
5907 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
5908 with required float modifiers.
5909
0b354900
JB
59102008-01-08 Joel Brobecker <brobecker@adacore.com>
5911
5912 * gdb.ada/funcall_param: New test program.
5913 * gdb.ada/funcall_param.exp: New testcase.
5914
cdb7f5d4
JB
59152008-01-08 Joel Brobecker <brobecker@adacore.com>
5916
5917 * gdb.ada/arrayparam: New test program.
5918 * gdb.ada/arrayparam.exp: New testcase.
5919
88e2547f
JB
59202008-01-08 Joel Brobecker <brobecker@adacore.com>
5921
5922 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
5923 landed. Should also fix random failures in the test following it.
5924
f6867ce0
TJB
59252008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5926
5927 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
5928 for expressions with decimal float values.
5929 (test_dfp_conversions): New function to test casts to and from
5930 decimal float types.
5931 Call test_dfp_conversions.
5932 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
5933 elements.
5934 (main): Initialize ds.float4 and ds.double8 elements.
5935 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
5936 string to new error message.
5937 (d64_set_tests): Likewise.
5938 (d128_set_tests): Likewise.
5939 Add tests for expressions with decimal float variables. Add tests for
5940 conversions to and from decimal float types.
5941
f9c11282
JB
59422008-01-05 Joel Brobecker <brobecker@adacore.com>
5943
5944 * gdb.ada/packed_tagged/comp_bug.adb: New file.
5945 * gdb.ada/packed_tagged.exp: New testcase.
5946
0ecbca72
JB
59472008-01-04 Joel Brobecker <brobecker@adacore.com>
5948
5949 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
5950 gdb.ada/homonym/homonym_main.adb: New files.
5951 * gdb.ada/homonym.exp: New testcase.
5952
c18d3d89
JB
59532008-01-04 Joel Brobecker <brobecker@adacore.com>
5954
5955 * gdb.ada/packed_array.exp: Add testing of references to
5956 a packed array.
5957
ecc7085b
JB
59582008-01-04 Joel Brobecker <brobecker@adacore.com>
5959
5960 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
5961 New files.
5962 * gdb.ada/type_coercion.exp: New testcase.
5963
c474c922
JB
59642008-01-04 Joel Brobecker <brobecker@adacore.com>
5965
5966 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
5967 gdb.ada/tagged/foo.adb: New file.
5968 * gdb.ada/tagged.exp: New testcase.
5969
9005b927
JB
59702008-01-04 Joel Brobecker <brobecker@adacore.com>
5971
5972 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
5973 gdb.ada/ptype_field/foo.adb: New files.
5974 * gdb.ada/ptype_field.exp: New testcase.
5975
1a6aaad8
JB
59762008-01-03 Joel Brobecker <brobecker@adacore.com>
5977
5978 * gdb.ada/print_pc.exp: New testcase.
5979
0ef22f53
JB
59802008-01-03 Joel Brobecker <brobecker@adacore.com>
5981
5982 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
5983 gdb.ada/taft_type/p.adb: New files.
5984 * gdb.ada/taft_type.exp: New testcase.
5985
1689ecf8
JB
59862008-01-03 Joel Brobecker <brobecker@adacore.com>
5987
5988 * gdb.ada/array_bounds/bar.adb: New file.
5989 * gdb.ada/array_bounds.exp: New testcase.
5990
a4d0b9c3
JB
59912008-01-03 Joel Brobecker <brobecker@adacore.com>
5992
5993 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
5994 gdb.ada/arrayptr/foo.adb: New files.
5995 * gdb.ada/arrayptr.exp: New testcase.
5996
a31ace00
JB
59972008-01-03 Joel Brobecker <brobecker@adacore.com>
5998
5999 * gdb.base/set-lang-auto.exp: New testcase.
6000
a97fced3
JB
60012008-01-03 Joel Brobecker <brobecker@adacore.com>
6002
6003 * gdb.ada/fun_addr/foo.adb: New file.
6004 * gdb.ada/fun_addr.exp: New testcase.
6005
ef29ce1a
JK
60062008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6007
6008 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
6009 New files
6010
0fafefe3
JB
60112008-01-02 Joel Brobecker <brobecker@adacore.com>
6012
6013 * array_subscript_addr/p.adb: New file.
a9c64011 6014 * array_subscript_addr.exp: New testcase.
0fafefe3 6015
c4359f8d
JB
60162008-01-02 Joel Brobecker <brobecker@adacore.com>
6017
a9c64011 6018 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
6019 New files.
6020 * gdb.ada/str_cmp_ref.exp: New testcase.
6021
1aa1b15b
JB
60222008-01-01 Joel Brobecker <brobecker@adacore.com>
6023
6024 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
6025 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 6026 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 6027
81c9b2cf
JB
60282008-01-01 Joel Brobecker <brobecker@adacore.com>
6029
6030 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
6031 gdb.ada/ref_param/pck.ads: New files.
6032 * gdb.ada/ref_param.exp: New testcase.
6033
319e4674
JB
60342008-01-01 Joel Brobecker <brobecker@adacore.com>
6035
6036 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
6037 gdb.ada/interface/foo.adb: New files.
6038 * gdb.ada/interface.exp: New testcase.
6039
ef682c56
JB
60402007-12-31 Jim Blandy <jimb@codesourcery.com>
6041
6042 * gdb.base/multi-forks.exp: Consume all output from child
6043 processes before proceeding to next test.
6044
f6f3eb6c
JB
60452007-12-29 Jim Blandy <jimb@codesourcery.com>
6046
6047 * configure: Regenerated.
6048
f652e42f
JB
60492007-12-27 Joel Brobecker <brobecker@adacore.com>
6050
6051 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
6052 gdb.ada/fixed_cmp/fixed.adb: New files.
6053 * gdb.ada/fixed_cmp.exp: New testcase.
6054
6943e596
JB
60552007-12-27 Joel Brobecker <brobecker@adacore.com>
6056
6057 * gdb.ada/boolean_expr.exp: New testcase.
6058
aad9a193
JB
60592007-12-26 Jim Blandy <jimb@codesourcery.com>
6060
6061 * gdb.base/multi-forks.exp: Doc fix.
6062
fb5f3683
JB
60632007-12-26 Joel Brobecker <brobecker@adacore.com>
6064
6065 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
6066 * gdb.ada/char_param.exp: Do not compile our test program with
6067 -gnata, this is unnecessary.
6068 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
6069
384e4a9c
JB
60702007-12-24 Joel Brobecker <brobecker@adacore.com>
6071
6072 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
6073 gdb.ada/print_chars/foo.adb: New files.
6074 * gdb.ada/print_chars.exp: New testcase.
6075
01e044f7
JB
60762007-12-24 Joel Brobecker <brobecker@adacore.com>
6077
6078 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
6079 gdb.ada/char_param/foo.adb: New files.
6080 * gdb.ada/char_param.exp: New testcase.
6081
0ce17860
JB
60822007-12-22 Jim Blandy <jimb@codesourcery.com>
6083
6084 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
6085 hard-coding source line numbers into the test.
6086 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
6087 gdb_get_line_number to find.
6088
919809b9
JB
60892007-12-22 Joel Brobecker <brobecker@adacore.com>
6090
6091 * gdb.base/ptype.c (highest): New struct type.
6092 (the_highest): New variable of that type.
6093 (main): Add dummy assignment to a field of variable the_highest.
6094 * gdb.base/ptype.exp: Test type printing of our new variable.
6095
abc8a88d
PM
60962007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
6097
6098 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 6099 and record first explicitly generated thread number.
abc8a88d
PM
6100 Use that thread number for thread specific watchpoint test.
6101 Add iteration number to repetitive tests.
6102
5158f3e3
CES
61032007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
6104 Jim Blandy <jimb@codesourcery.com>
6105
6106 * gdb.base/expand-psymtabs.c: New testcase
6107 source file.
6108 * gdb.base/expand-psymtabs.exp: New testcase
6109 expect file.
6110
37e4754d
LM
61112007-12-17 Luis Machado <luisgpm@br.ibm.com>
6112
6113 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
6114 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
6115
551e5d04
JB
61162007-12-17 Joel Brobecker <brobecker@adacore.com>
6117
6118 * gdb.ada/frame_args/foo.adb: New file.
6119 * gdb.ada/frame_args/pck.ads: New file.
6120 * gdb.ada/frame_args/pck.adb: New file.
6121 * gdb.ada/frame_args.exp: New testcase.
6122
a05ee097
JB
61232007-12-17 Joel Brobecker <brobecker@adacore.com>
6124
6125 * gdb.base/frame-args.c: New file.
6126 * gdb.base/frame-args.exp: New testcase.
6127
c162e8c9 61282007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 6129 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
6130
6131 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
6132
afe8ab22 61332007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6134
afe8ab22
VP
6135 * gdb.mi/mi-pending.exp: New.
6136 * gdb.mi/mi-pending.c: New.
6137 * gdb.mi/mi-pendshr.c: New.
6138
dfdfb3ca
JB
61392007-12-06 Jim Blandy <jimb@codesourcery.com>
6140
6141 * gdb.base/default.exp: Update expected output for 'info catch'.
6142
b7fca990
JK
61432007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6144
6145 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
6146 must be set to binary.
6147
6a1afc1e
PA
61482007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
6149
6150 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
6151
a6b151f1
DJ
61522007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6153
6154 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
6155 gdb.mi/mi-file-transfer.exp: New.
6156
43039443
JK
61572007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6158
6159 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
6160
0ef2251b
MR
61612007-11-22 Maciej W. Rozycki <macro@mips.com>
6162
6163 * gdb.trace/backtrace.exp: Fix a typo.
6164 * gdb.trace/circ.exp: Likewise.
6165 * gdb.trace/collection.exp: Likewise.
6166 * gdb.trace/limits.exp: Likewise.
6167 * gdb.trace/report.exp: Likewise.
6168 * gdb.trace/tfind.exp: Likewise.
6169 * gdb.trace/while-dyn.exp: Likewise.
6170
5443631e
NR
61712007-11-21 Nick Roberts <nickrob@snap.net.nz>
6172
6173 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
6174 objects of pointers that can't be dereferenced are now
6175 "noneditable".
6176
a4ce5b0d
UW
61772007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6178
6179 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6180 (target_cpu): Remove.
6181
d6e956e5
VP
61822007-10-15 Vladimir Prus <vladimir@codesourcery.com>
6183
6184 * gdb.base/ending-run.exp: Expect the list of cleared
6185 breakpoint to come in natural order, not the reversed one.
a9c64011 6186
214270ab
VP
61872007-11-07 Vladimir Prus <vladimir@codesourcery.com>
6188
6189 * gdb.mi/mi-var-child.c (do_child_deletion): New.
6190 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 6191
1a619819
LM
61922007-11-05 Luis Machado <luisgpm@br.ibm.com>
6193
6194 * gdb.base/printcmds.exp: New function
6195 test_printf_with_dfp.
6196
5b01a6fa
DE
61972007-11-02 Doug Evans <dje@google.com>
6198
6199 * gdb.disasm/t01_mov.s: Remove carriage returns.
6200 * gdb.disasm/t02_mova.s: Ditto.
6201 * gdb.disasm/t03_add.s: Ditto.
6202 * gdb.disasm/t04_sub.s: Ditto.
6203 * gdb.disasm/t05_cmp.s: Ditto.
6204 * gdb.disasm/t06_ari2.s: Ditto.
6205 * gdb.disasm/t07_ari3.s: Ditto.
6206 * gdb.disasm/t08_or.s: Ditto.
6207 * gdb.disasm/t09_xor.s: Ditto.
6208 * gdb.disasm/t10_and.s: Ditto.
6209 * gdb.disasm/t11_logs.s: Ditto.
6210 * gdb.disasm/t12_bit.s: Ditto.
6211 * gdb.disasm/t13_otr.s: Ditto.
6212
ec33ab7f
JK
62132007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6214
6215 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
6216
ae0d01ff
UW
62172007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6218
6219 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
6220 provide DFP support.
6221
55eddb0f
DJ
62222007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6223
6224 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
6225 Test "set powerpc vector-abi". Skip auto-detection tests for old
6226 toolchains.
6227
7020f05c
PA
62282007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6229
6230 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
6231 with [string compare].
6232
84bc3db9
PA
62332007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6234
6235 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
6236 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
6237
5876dc88
LM
62382007-10-25 Luis Machado <luisgpm@br.ibm.com>
6239
6240 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
6241 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
6242 * gdb.opt/Makefile.in: New makefile.
6243 * Makefile.in: Create new directory "gdb.opt".
6244 * configure.ac: Add "gdb.opt" directory.
6245 * configure: Regenerated.
a9c64011 6246
c3ea9a14
DE
62472007-10-25 Doug Evans <dje@google.com>
6248
6249 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
6250 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
6251
a9c64011 62522007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
6253 Thiago Jung Bauermann <bauerman@br.ibm.com>
6254
6255 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
6256 Floating Point expressions.
6257 * gdb.base/dfp-test.exp: new file adding tests for Decimal
6258 Floating Point variables.
6259 * gdb.base/dfp-test.c: new file containing program with Decimal
6260 Floating variables, used by gdb.base/dfp-test.exp.
6261
62a24a2b
DJ
62622007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
6263
6264 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
6265
e7b1eae6
UW
62662007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6267
6268 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
6269 compiling test case with GCC.
6270 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
6271
c641edcc
UW
62722007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6273
6274 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6275 format changes.
6276
5e5ebfe6
MS
62772007-10-18 Michael Snyder <msnyder@specifix.com>
6278
6279 * gdb.base/dbx.exp: Add missing "-re " operator.
6280
e831e7b6
GM
62812007-10-16 Gaius Mulley <gaius@glam.ac.uk>
6282
6283 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
6284 * configure.ac: Removed trailing spaces after backslash.
6285 * gdb.modula2: New directory.
6286 * gdb.modula2/Makefile.in: New file.
6287 * gdb.modula2/unbounded-array.exp: New file.
6288 * gdb.modula2/unbounded1.c: New file.
6289
7cc46491
DJ
62902007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6291
6292 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
6293
62942007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
6295
6296 * gdb.base/sigstep.c (main): Add checks for
6297 return values for setitimer call.
6298 Call setitimer again with itimer = ITIMER_REAL
6299 if first call to setitimer fails.
6300
e91528f0
KH
63012007-10-11 Kazu Hirata <kazu@codesourcery.com>
6302
6303 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
6304 of $timeout.
6305
2ec9a4f8
DJ
63062007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
6307
6308 * gdb.server/server-run.exp: Test for dynamic linker symbols.
6309
63102007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
6311
6312 * lib/gdb.exp (gdb_run_cmd): Move comment outside
6313 of gdb_expect call, to avoid interruption.
6314
64b2fa04
PA
63152007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
6316
6317 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
6318 (v_unsigned_long_long, v_long_long_array)
6319 (v_signed_long_long_array, v_unsigned_long_long_array)
6320 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
6321 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
6322 [!NO_LONG_LONG]: New.
6323 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
6324 v_long_long_member.
6325
6326 (v_long_long_func, v_signed_long_long_func)
6327 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
6328 (main) [!NO_LONG_LONG]: Initialize long long variants.
6329
6330 * gdb.base/whatis.exp: If board file requests no_long_long, build
6331 test with NO_LONG_LONG defined. Test long long, signed long long,
6332 and unsigned long long variants but only if board file doesn't
6333 disable it.
6334
a912286e 63352007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 6336 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
6337
6338 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
6339 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
6340 * configure: Regenerated.
6341 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
6342 gdb.pascal/types.exp, lib/pascal.exp: New files.
6343
471ba8c9
DJ
63442007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
6345
6346 * gdb.cp/classes.exp (do_tests): Always step to the line after the
6347 call.
6348 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
6349 to return to the call.
6350 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
6351 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
6352 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
6353 * gdb.mi/mi-until.exp (test_until): Likewise.
6354 * gdb.mi/mi2-until.exp (test_until): Likewise.
6355
fef8a650
DJ
63562007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
6357
6358 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
6359 two-char array.
6360 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
6361
d983da9c
DJ
63622007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6363
6364 * gdb.threads/watchthreads.c (thread_function): Sleep between
6365 iterations.
6366 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
6367 at once for S/390. Generate matching fails and passes.
6368
17f62551
VP
63692007-09-27 Vladimir Prus <vladimir@codesourcery.com>
6370
6371 * gdb.mi/var-cmd.c (do_children_tests): Initialize
6372 the 'struct_declarations' variable to zeros.
a9c64011 6373
ed0616c6
VP
63742007-09-24 Vladimir Prus <vladimir@codesourcery.com>
6375
6376 * gdb.cp/mb-ctor.cc: New.
6377 * gdb.cp/mb-ctor.exp: New.
6378 * gdb.cp/mb-templates.cc: New.
6379 * gdb.cp/mb-templates.exp: New.
6380
41f1b697
DJ
63812007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
6382
6383 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
6384
3f213f78
PA
63852007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
6386
6387 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
6388 targets.
6389 * configure: Regenerate.
6390
0d381245 63912007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6392
0d381245
VP
6393 * gdb.base/annota1.exp: Adjust for 'info break'
6394 format changes.
6395 * gdb.base/annota3.exp: Likewise.
6396 * gdb.base/break.exp: Likewise.
6397 * gdb.base/condbreak.exp: Likewise.
6398 * gdb.base/pending.exp: Likewise.
6399 * gdb.base/sepdebug.exp: Likewise.
6400 * gdb.base/unload.exp: Likewise.
6401 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 6402
fe3f5fa8
VP
64032007-09-22 Vladimir Prus <vladimir@codesourcery.com>
6404
6405 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
6406 messages.
6407 * gdb.base/chng-syms.exp: Likewise.
6408 * gdb.base/unload.exp: Likewise.
a9c64011 6409
a75cf6c0
DJ
64102007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
6411
6412 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
6413
18ecae38
DJ
64142007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6415
6416 * schedlock.c (NUM): Change to 1.
6417 (main): Use args[0] for the main thread.
6418 * schedlock.exp: Only expect two threads. Only issue one pass or fail
6419 regardless of the number of threads.
6420
5509918f
MR
64212007-09-14 Maciej W. Rozycki <macro@mips.com>
6422
4a543daf
MR
6423 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
6424 type down.
6425 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6426 test.
6427 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
6428 watchpoint type down.
6429 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6430 test.
6431
64322007-09-14 Maciej W. Rozycki <macro@mips.com>
6433
5509918f
MR
6434 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
6435 Move all the tests here and run them twice, once using software
6436 watchpoints and once using hardware watchpoints.
6437 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
6438
40b53987
DJ
64392007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
6440
6441 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
6442 test.
6443
695e2681
MK
64442007-09-10 Mark Kettenis <kettenis@gnu.org>
6445
8b3fc8d8
MK
6446 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
6447 build-id.
6448
695e2681
MK
6449 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
6450 know about $ORIGIN. Calculate output dir from $dest instead of
6451 using ${objdir}/{$subdir}.
6452
58d69f29
MK
64532007-09-09 Mark Kettenis <kettenis@gnu.org>
6454
6455 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
6456 gcore, before continuing with the test.
6457
3e347599
DJ
64582007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
6459
6460 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
6461 * gdb.mi/mi-watch.exp: Likewise.
6462
ea37ba09
DJ
64632007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6464 Jim Blandy <jimb@codesourcery.com>
6465
6466 * gdb.arch/i386-sse.exp: Do not expect character constants.
6467 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
6468 * gdb.base/display.exp: Allow print/s.
6469 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
6470 and unsigned char array changes.
6471
2025a643
DJ
64722007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6473
6474 * gdb.base/display.exp: Add tests for printf %p.
6475
26669a27
PA
64762007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
6477
6478 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
6479 the dll name to unicode.
6480
c8f021f8
JK
64812007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6482
6483 * gdb.base/default.exp (show version): Update the version text.
6484 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
6485
4cf31eea
JK
64862007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6487
6488 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
6489 New files.
6490
4935890f
JK
64912007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6492
6493 * lib/gdb.exp (build_id_debug_filename_get): New function.
6494 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
6495 Remove the generate DEBUG file for the future testcase runs.
6496 New testcase for the NT_GNU_BUILD_ID retrieval.
6497 Move the final testing step to ...
6498 (test_different_dir): ... a new function.
6499 New parameter XFAIL to XFAIL all the tests performed.
6500 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
6501 New parameter TYPE to PF_PREFIX all the tests performed.
6502
02142340
VP
65032007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6504
6505 * gdb.mi/mi-var-cp.cc (path_expression): New
6506 function.
6507 * gdb.mi/mi-var-cp.exp: Run path exression tests.
6508
36acd84e
UW
65092007-08-27 Markus Deuling <deuling@de.ibm.com>
6510
6511 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
6512 to fit into SPU Local Store memory.
6513
a896d121
JB
65142007-08-23 Joel Brobecker <brobecker@adacore.com>
6515
6516 * gdb.base/default.exp: Adjust the expected output of "info
6517 warranty" after the switch to GPLv3.
6518
7b433602
JB
65192007-08-23 Joel Brobecker <brobecker@adacore.com>
6520
6521 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
6522 to 30000 (from 20000).
6523
e22f8b7c
JB
65242007-08-23 Joel Brobecker <brobecker@adacore.com>
6525
6526 Switch the license of all .exp files to GPLv3.
6527 Switch the license of all .f and .f90 files to GPLv3.
6528 Switch the license of all .s and .S files to GPLv3.
6529
5a0e3bd0
JB
65302007-08-23 Joel Brobecker <brobecker@adacore.com>
6531
6532 * configure.ac: Switch license to GPLv3.
6533
cc00619d
JB
65342007-08-23 Joel Brobecker <brobecker@adacore.com>
6535
6536 Switch the licensing to GPLv3 for all .ads and .adb files.
6537
8d26208a
DJ
65382007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
6539
6540 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
6541 and t_int_double.
6542 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
6543
4fcb9948
JB
65442007-08-17 Joel Brobecker <brobecker@adacore.com>
6545
6546 * gdb.base/step-line.c: Switch license to GPL version 3, and
6547 update copyright year.
6548 * gdb.base/step-line.inp: Likewise.
6549
b9c34f67
JB
65502007-08-17 Joel Brobecker <brobecker@adacore.com>
6551
6552 * gdb.base/gdb1555.exp: Make expected output immune to formatting
6553 changes inside gdb1555.c.
6554 * gdb.base/pending.exp: Likewise.
6555
2cc17678
DJ
65562007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
6557
6558 * config/default.exp: New file.
6559
e48883f7
DJ
65602007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6561
6562 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
6563 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
6564
1ab80e5b
MR
65652007-07-30 Maciej W. Rozycki <macro@mips.com>
6566
6567 * gdb.base/dump.exp: Force the correct endianness for binary
6568 formats not carrying this information.
6569
aba471f5
DJ
65702007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6571
6572 * gdb.threads/staticthreads.exp: Match .*sem_post.
6573
d4e07204
DJ
65742007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6575
6576 * gdb.base/readline.exp (operate_and_get_next): Match the final
6577 prompt.
6578
2b97317d
KB
65792007-07-23 Kevin Buettner <kevinb@redhat.com>
6580
6581 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
6582 to restarting SID.
6583
44efa07a
KB
65842007-07-18 Kevin Buettner <kevinb@redhat.com>
6585
6586 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
6587 prior to `gdb_start'.
6588
7b5ebade
KB
65892007-07-18 Kevin Buettner <kevinb@redhat.com>
6590
6591 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
6592 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
6593 Remove call to gdb_unload.
6594
255e7678
DJ
65952007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
6596 Daniel Jacobowitz <dan@codesourcery.com>
6597
6598 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
6599 for __WIN32__.
6600 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
6601 * gdb.base/unload.exp: Use shared library test routines.
6602
3a40aaa0
UW
66032007-07-03 Markus Deuling <deuling@de.ibm.com>
6604
6605 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
6606 * gdb.base/solib-symbol-lib.c: Likewise.
6607 * gdb.base/solib-symbol-main.c: Likewise.
6608
b0f4b84b
DJ
66092007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6610
6611 * config/gdbserver.exp (gdb_reconnect): New.
6612 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
6613 gdb.base/solib-disc.exp: New files.
6614 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
6615 remote debugging".
6616 (gdb_compile): Add shlib_load flag.
6617 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
6618 port.
6619 (gdbserver_reconnect): New.
6620
1b05479a
DJ
66212007-07-01 Nick Roberts <nickrob@snap.net.nz>
6622 Daniel Jacobowitz <dan@codesourcery.com>
6623
6624 * gdb.base/annota3.exp: Test for if construct.
6625
86f78eb2
DJ
66262007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
6627
6628 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
6629
6a2eb474 66302007-06-21 Chris Dearman <chris@mips.com>
a9c64011 6631 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
6632
6633 * gdb.base/display.exp: Allow a newline after display/i.
6634 * gdb.base/pc-fp.exp: Likewise.
6635 * gdb.base/sigbpt.exp: Likewise.
6636
f8b73d13
DJ
66372007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6638
6639 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
6640 required features to be included.
6641
4339e69e
DJ
66422007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6643
6644 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
6645 in info threads output.
6646
23d964e7
UW
66472007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6648 Markus Deuling <deuling@de.ibm.com>
6649
6650 * gdb.arch/spu-info.exp: New testcase.
6651 * gdb.arch/spu-info.c: New file.
6652
fd20f75b
DJ
66532007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
6654
6655 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
6656 tpcs_offset. Restore lr after the call.
6657 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
6658
2226f861
DJ
66592007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
6660
6661 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
6662 (gdbserver_run): Kill any running gdbserver.
6663 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
6664
d12371a9
MR
66652007-05-17 Maciej W. Rozycki <macro@mips.com>
6666
6667 * gdb.base/sigbpt.exp: Preset segv_addr.
6668
93f02886
DJ
66692007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6670
6671 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
6672 (gdb_compile_shlib): Likewise.
6673 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
6674 (default_gdb_init): Clear cleanfiles.
6675 (gdb_finish): Delete recorded cleanfiles.
6676 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
6677
6678 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
6679 Do not use isnative.
6680 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
6681 gdb.base/so-impl-ld.exp: Likewise.
6682 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
6683 * gdb.base/unload.exp: Likewise. Do not pass empty option to
6684 gdb_compile.
6685
b04e06d7
VP
66862007-05-15 Vladimir Prus <vladimir@codesourcery.com>
6687
6688 * config/unknown.exp: Remove.
6689
069ed931
UW
66902007-05-15 Markus Deuling <deuling@de.ibm.com>
6691
6692 * gdb.base/info-proc.exp: Check is_remote.
6693
09db0d03
UW
66942007-05-14 Markus Deuling <deuling@de.ibm.com>
6695
6696 * gdb.base/gcore.exp: Initialize variable core_supported.
6697
af2cbe8c
DJ
66982007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6699
6700 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
6701
027c0295
DJ
67022007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6703
6704 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
6705 * gdb.threads/print-threads.exp (test_all_threads): Allow
6706 negative and hexadecimal thread IDs.
6707
dc5000e7
DJ
67082007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6709
6710 * gdb.java/jprint.java (public): Avoid invalid call to static
6711 method.
6712
2e74ed18
DP
67132007-05-14 Denis Pilat <denis.pilat@st.com>
6714
6715 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
6716 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
6717 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
6718 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
6719 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
6720
83547f02
UW
67212007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6722
6723 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 6724 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
6725 this mode.
6726 * gdb.base/ovlymgr.c: Provide stubs for spu target.
6727 * gdb.base/spu.ld: New file.
6728
b18be20d
DJ
67292007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
6730
6731 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
6732
be444858
DJ
67332007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
6734
6735 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
6736
b1d53152
DJ
67372007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6738
6739 * gdb.java/jmain.exp: Handle demangled names with and without method
6740 signatures.
6741
d084b331
DJ
67422007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6743
6744 * gdb.mi/mi-syn-frame.c (main, foo, bar)
6745 (have_a_very_merry_interrupt): Remove calls to puts.
6746 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
6747 inferior output.
6748 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
6749 test names.
6750
db9d7fc5
DJ
67512007-04-29 Markus Deuling <deuling@de.ibm.com>
6752 Daniel Jacobowitz <dan@codesourcery.com>
6753
6754 * gdb.base/auxv.exp (core_works): Also check is_remote.
6755 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
6756
ef783a7d 67572007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6758
ef783a7d
VP
6759 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
6760 message, not the undefined 'module' variable.
6761 * gdb.base/siginfo.exp: Likewise.
6762 * gdb.base/sigstep.exp: Likewise.
6763 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
6764 serialport.
6765 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
6766
b7b73cae
CV
67672007-04-25 Corinna Vinschen <vinschen@redhat.com>
6768
6769 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
6770 target sim fails. Return 0 otherwise.
6771 (gdb_load): Return prematurely if gdb_target_sim fails.
6772
7d90fdfa
DP
67732007-04-16 Denis Pilat <denis.pilat@st.com>
6774
6775 * gdb.base/setshow.exp: Reset height after having set it to 100.
6776
5d3e9c85
DP
67772007-04-16 Denis Pilat <denis.pilat@st.com>
6778
6779 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
6780
18e75969
DP
67812007-04-16 Denis Pilat <denis.pilat@st.com>
6782
6783 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
6784
25d5ea92
VP
67852007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6786
6787 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
6788 tests. Run the frozen varobjs test.
6789 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 6790 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 6791
0b49cb80
JK
67922007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6793
6794 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
6795 gdb.base/type-opaque.exp: New files.
6796
a73bafbc 67972007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
6798
6799 * gdb.mi/mi-var-child.c
a73bafbc
VP
6800 (do_children_tests): User char[2] instead of
6801 char so that automatic printing of pointers to char
6802 don't give unpredicable result.
6803 * gdb.mi/var-cmd.c (do_locals_test): Initialize
6804 local variables.
6805 * gdb.mi/mi-var-child.exp: Step to right line
6806 of do_children_tests.
6807 * gdb.mi/mi2-var-child.exp: Likewise.
6808 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 6809 do_locals_tests.
a73bafbc
VP
6810 (do_children_tests): User char[2] instead of
6811 char so that automatic printing of pointers to char
a9c64011 6812 don't give unpredicable result.
a73bafbc 6813 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 6814 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
6815 Pass test name to mi_wait_for_stop.
6816
7ce59000
DJ
68172007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6818
6819 * gdb.asm/asm-source.exp: Remove d10v case.
6820 * lib/gdb.exp (skip_cplus_tests): Likewise.
6821 * gdb.asm/d10v.inc: Deleted.
6822
20389057
DJ
68232007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6824
6825 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
6826
8807d78b
DJ
68272007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6828
6829 * config/netware.exp: Delete file.
6830
aa3edb8e
JB
68312007-03-29 Joel Brobecker <brobecker@adacore.com>
6832
6833 * gdb.dwarf2/dw2-noloc.S: New file.
6834 * gdb.dwarf2/dw2-noloc.exp: New file.
6835
297561ac
PA
68362007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
6837
6838 * gdb.cp/method2.cc: New test.
6839 * gdb.cp/method2.exp: New test.
6840 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
6841
1f81bd39
DJ
68422007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6843
6844 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
6845
9453113a
DJ
68462007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6847
6848 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
6849
b741e217
DJ
68502007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6851
6852 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
6853 (gdb_load): Delete, replace with...
6854 (gdb_reload): ...this.
6855 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
6856 * gdb.server/server-mon.exp: Likewise.
6857 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
6858 (gdb_start_cmd): New.
6859 (gdb_file_cmd): Save the last loaded file.
6860 (gdb_reload): New.
6861 (gdb_gnu_strip_debug): Use transform.
6862 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
6863 support here. Use new $last_loaded_file. Check mtime.
6864 (gdb_target_cmd): Handle ObjC failure case.
6865 (infer_host_exec): Delete.
6866 (gdbserver_load): Rename to...
6867 (gdbserver_run): ...this. Simplify.
6868 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
6869 (mi_gdb_load): Move most contents to a new function...
6870 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
6871 (mi_run_cmd): Use mi_gdb_target_load.
6872 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
6873 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
6874 Use gdb_run_cmd.
6875 * gdb.base/charsign.exp: Remove incorrect comment.
6876 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
6877 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
6878 gdb.base/start.exp: Use gdb_start_cmd.
6879
446ab585 68802007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 6881 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
6882
6883 * gdb.base/sigbpt.exp: Fix the message when skipping test.
6884 * gdb.base/signull.exp: Similarly.
6885
bbb88ebf
UW
68862007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6887
6888 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
6889 messages available to test cases (like chng-sym.exp).
6890
cb8c4a99
AS
68912007-03-14 Andreas Schwab <schwab@suse.de>
6892
6893 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6894 format changes.
6895
4e463ff5
DJ
68962007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
6897
6898 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
6899 (optimized_1): New.
6900 (main): Call optimized_1.
6901 (gdb2029): Correct typos. Call gdb2029_marker.
6902 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
6903 for gdb2029.
6904
b6db2c47
MK
69052007-03-12 Mark Kettenis <kettenis@gnu.org>
6906
6907 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
6908 as tabs. Remove redundant test pattern.
6909
70ed3737
UW
69102007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6911
6912 * gdb.base/long_long.exp: Accept optional symbol name in <...>
6913 for /a format output.
6914
47b67b60
DJ
69152007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
6916
6917 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
6918 collect output incrementally.
6919
b8953b0e
UW
69202007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6921
6922 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
6923 for -var-create lpcharacter test.
6924 * gdb.mi/mi2-var-cmd.exp: Likewise.
6925
7acd5c40
UW
69262007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6927
6928 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
6929 pass on targets where address zero is readable.
6930
9c6759c1
UW
69312007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6932
6933 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
6934 just a single architecture.
6935
a2f1aeb4
UW
69362007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6937
6938 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
6939 (fetch_all_registers): New function, uses gdb_test_multiple and
6940 exp_continue to fetch inferior output line-by-line.
6941 Replace all uses of do_get_all_registers by fetch_all_registers.
6942
46579ac2
UW
69432007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6944
6945 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
6946 in target_info.
6947
fc133f24
MS
69482007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6949
a9c64011 6950 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
6951 consistancy; add a default (timeout) case.
6952
7646a51d
MS
69532007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6954
6955 * gdb.base/watchpoint.exp: Fix truncated comment.
6956
dcfff61f
MS
69572007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6958
6959 * Makefile.in: Remove spurious single-quotes from sed command.
6960
664e3ee9
DJ
69612007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6962
6963 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
6964 func.
6965 * gdb.mi/mi2-var-cmd.exp: Likewise.
6966
d7cc6f2f
JB
69672007-02-27 Joel Brobecker <brobecker@adacore.com>
6968
a9c64011
AS
6969 * gdb.dwarf2/dw2-producer.S: New file.
6970 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
6971
69722007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
6973
6974 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6975 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6976 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6977 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6978 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
6979 Revert tests to use mi_gdb_test and include value field in output
6980 of -var-create.
6981
93d42b30
DJ
69822007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6983
6984 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
6985
c499ed39
DJ
69862007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6987
6988 * gdb.base/maint.exp: Remove full paths from test names.
6989 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
6990 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
6991
9836f81b
JB
69922007-02-27 Joel Brobecker <brobecker@adacore.com>
6993
6994 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
6995
c74d0ad8
DJ
69962007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6997
6998 * gdb.server/server-mon.exp: New test.
6999
2711e456
DJ
70002007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7001
7002 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
7003
ff6f572f
DJ
70042007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7005
7006 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
7007 register capitalization.
7008
fada3feb
DP
70092007-02-13 Denis Pilat <denis.pilat@st.com>
7010
7011 * gdb.mi/mi-var-invalidate.exp: New file.
7012
fb1e4ffc
DJ
70132007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7014
7015 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
7016
3da939d7
DJ
70172007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7018
7019 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
7020
123dc839
DJ
70212007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7022
7023 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
7024 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
7025
877e3645 70262007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
7027
7028 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
7029 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
7030 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
7031 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
7032 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 7033 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 7034 Update tests to include value field in output of -var-create.
a9c64011 7035
3c0a2960
AS
70362007-02-08 Andreas Schwab <schwab@suse.de>
7037
7038 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
7039
108546a0
DJ
70402007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7041
7042 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
7043 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
7044
d701dcab
DP
70452007-02-02 Denis Pilat <denis.pilat@st.com>
7046
7047 * gdb.threads/threadapply.exp: check that frame is not changed by
7048 the thread apply all command.
7049
783e3e2f
AS
70502007-01-31 Andreas Schwab <schwab@suse.de>
7051
6d9c3a87
AS
7052 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
7053
3c50d7b9
AS
7054 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
7055 in the dwarf sections.
7056 * gdb.dwarf2/mac-fileno.S: Likewise.
7057
783e3e2f
AS
7058 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
7059 bspstore register on ia64.
7060
78ff580e
AS
70612007-01-29 Andreas Schwab <schwab@suse.de>
7062
cc8e9b12
AS
7063 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
7064 "frame-begin" annotation.
7065
78ff580e
AS
7066 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
7067 number of "frames-invalid" annotations.
7068
704a4f78
DJ
70692007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7070
7071 * gdb.base/commands.exp: Call if_commands_test.
7072 (gdb_test_no_prompt, if_commands_test): New.
7073
e741bf94
MK
70742007-01-28 Mark Kettenis <kettenis@gnu.org>
7075
7076 * gdb.threads/sigthread.c (NSIGS): Make bigger.
7077
474d0ad3
AS
70782007-01-27 Andreas Schwab <schwab@suse.de>
7079
7080 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
7081 .short/.int/.quad in the dwarf sections.
7082 * gdb.dwarf2/dw2-intercu.S: Likewise.
7083 * gdb.dwarf2/dw2-intermix.S: Likewise.
7084
e784b426
JK
70852007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7086
7087 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
7088 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
7089 array.
e784b426
JK
7090 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
7091 * gdb.base/setvar.exp: Likewise.
7092
37f08e04
AS
70932007-01-26 Andreas Schwab <schwab@suse.de>
7094
9a01813a
AS
7095 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
7096 test.
7097
37f08e04
AS
7098 * gdb.base/multi-forks.exp ("restart $i"): Also match
7099 __kernel_syscall_via_break.
7100
6e2a9270
VP
71012007-01-24 Vladimir Prus <vladimir@codesourcery.com>
7102
7103 * lib/mi-support.exp (mi_delete_varobj): New.
7104 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
7105 testcase.
7106 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
7107 (main): Call the above.
7108 (reference_update_test, base_in_reference_test)
7109 (reference_to_pointer): Delete the created varobjs.
a9c64011 7110
e515b470
DJ
71112007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
7112
7113 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
7114 * configure: Regenerated.
7115 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
7116 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
7117 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
7118 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
7119 * lib/gdb.exp (gdb_skip_xml_test): New function.
7120
08d8bcd7
DJ
71212007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
7122
7123 * gdb.base/sigrepeat.exp: Correct error message.
7124
71252007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
7126 Daniel Jacobowitz <dan@codesourcery.com>
7127
7128 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
7129 gdb.arch/i386-gnu-cfi-asm.S: New files.
7130
97c3f1f3
JK
71312007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7132
7133 * lib/gdb.exp: Abort on missing `site.exp'.
7134
cb1df416
DJ
71352007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7136 Daniel Jacobowitz <dan@codesourcery.com>
7137
7138 * gdb.base/included.c, gdb.base/included.exp,
7139 gdb.base/included.h: New files.
7140
35990120
DJ
71412007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7142
7143 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
7144 (maximize_rlimit): Reduce limits on 64-bit systems.
7145
6e81a116 71462007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
7147
7148 From Marcus Deuling <deuling@de.ibm.com>:
7149 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
7150 every case.
7151
6c3c41f3
NR
71522007-01-13 Nick Roberts <nickrob@snap.net.nz>
7153
7154 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
7155 (test_path_specification): Use objdir instead of srcdir to always
7156 get an absolute filename.
7157
2f12c312
DJ
71582007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
7159
7160 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
7161
81121995
VP
71622007-01-11 Vladimir Prus <vladimir@codesourcery.com>
7163
7164 * gdb.mi/mi-var-cp.cc (reference_update_tests):
7165 Make sure the variable we're using is in scope.
7166 (reference_to_pointer): Likewise.
7167
4741b737
DJ
71682007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7169
7170 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
7171 has no debug information.
7172
054410c3
DJ
71732007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7174
7175 * gdb.base/annota1.exp: Remove extra send_gdb.
7176
818f79f6
DJ
71772007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7178
7179 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
7180
f7a6bb70
DJ
71812007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7182
7183 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
7184
57e66780
DJ
71852007-01-08 Nick Roberts <nickrob@snap.net.nz>
7186 Daniel Jacobowitz <dan@codesourcery.com>
7187
7188 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
7189 lcharacter or linteger change. Correct duplicated test name.
7190 * gdb.mi/mi2-var-cmd.exp: Likewise.
7191
3d799a95
DJ
71922007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7193
7194 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
7195
71962007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 7197
a9c64011
AS
7198 * gdb.base/nofield.c: New file.
7199 * gdb.base/nofield.exp: New testcase.
51679ba9 7200
eafb94e8
NR
72012007-01-05 Nick Roberts <nickrob@snap.net.nz>
7202
7203 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
7204
7205 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
7206 test.
7207
5e572bb4
DJ
72082007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7209
7210 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
7211
74a44383
DJ
72122007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7213
7214 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
7215 when continuing.
7216
1b572db9
DJ
72172007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7218
7219 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
7220 Expect ".exe" extension.
7221
381bc39b
DJ
72222007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7223
7224 * gdb.base/charset.exp: Add explicit filename to break.
7225 * gdb.base/dbx.exp: Add explicit filename to breaks.
7226
2b70e4c6
DJ
72272007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7228
7229 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
7230 * gdb.mi/mi2-file.exp: Likewise.
7231
303b6f5d
DJ
72322007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7233
7234 Implement specification of MI tests as comments
7235 in C and C++ sources.
7236 * lib/mi-support.exp (mi_autotest_data): New variable.
7237 (mi_autotest_source): New variable.
7238 (count_newlines, mi_prepare_inline_tests)
7239 (mi_get_inline_test, mi_continue_to_line)
7240 (mi_run_inline_test, mi_tbreak)
7241 (mi_send_resuming_command, mi_wait_for_stop): New functions.
7242 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
7243 Run inline tests.
7244 * gdb.mi/mi-var-cp.cc: Define tests here.
7245
23da0d94
VP
72462007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7247
7248 Simplify usage of mi_continue_to.
7249 * lib/mi-support.exp (mi_runto_helper): Renamed
7250 from mi_runto, added new parameter 'run_or_continue'.
7251 (mi_runto): Use mi_runto_helper.
7252 (mi_continue_to): Accept just function name as parameter.
7253 Use mi_runto_helper.
7254 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
7255 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 7256
f9e18282
JB
72572006-01-04 Joel Brobecker <brobecker@adacore.com>
7258
7259 Make this testcase a bit more realistic. The current code
7260 is too simplistic, and allows the compiler to optimize out
7261 some of the entities we need for this testcase.
7262 * gdb.ada/null_record/bar.ads (Void_Star): New type.
7263 (Do_Nothing): Add extra parameter.
7264 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
7265 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
7266 by using a variable of type Void_Star.
7267
fd678c65
JB
72682006-01-04 Joel Brobecker <brobecker@adacore.com>
7269
7270 * gdb.ada/catch_ex/foo.adb: New file.
7271 * gdb.ada/catch_ex.exp: New testcase.
7272
05cfdb42
DJ
72732007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
7274
7275 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
7276 pass --image-base to linker.
7277
2e03ee74
DJ
72782007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7279 Daniel Jacobowitz <dan@codesourcery.com>
7280
7281 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
7282 secondary prompts.
7283
0d5de010
DJ
72842007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7285
7286 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
7287 output. Test the types of members and member pointers.
7288 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
7289 gdb/2092.
7290 * gdb.cp/member-ptr.exp: Search for a comment instead of a
7291 statement. Enable for GCC. Update expected output for some tests
7292 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
7293 layout.
7294 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
7295 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
7296 (Diamond::vget_base): New.
7297 (main): Add new tests.
7298 * gdb.cp/printmethod.exp: Update expected output for member functions.
7299 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
7300 print pEe->D::vg().
7301
61a771aa
DJ
73022007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7303
7304 * gdb.threads/tls.exp: Allow stops in sem_post.
7305
2fa63963
DJ
73062006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
7307
7308 * gdb.base/annota1.exp: Allow .*printf in backtraces.
7309 * gdb.base/annota3.exp: Likewise.
7310 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
7311 again (instead of timing out).
7312 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
7313 GCC bug 26475.
7314 * gdb.java/jmisc.exp: Adjust to work with method signatures including
7315 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
7316 test from jmisc1.exp.
7317 * gdb.java/jmisc1.exp: Delete.
7318 * gdb.java/jprint.exp: Adjust to work with method signatures including
7319 return types.
7320 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
7321 * gdb.threads/linux-dp.exp: Don't be confused by program output.
7322 * lib/java.exp (compile_java_from_source): Pass the correct type
7323 to target_compile.
7324
5eefc2b7
JB
73252006-12-31 Joel Brobecker <brobecker@adacore.com>
7326
7327 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
7328 (stack_align_edx): New function.
7329 (stack_align_eax): New function.
7330 (main): Add calls to stack_align_edx and stack_align_eax.
7331 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
7332 Add testing for the cases where the register used during a stack
7333 realignment is edx. Same for eax.
7334
227c54da
DJ
73352006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
7336
7337 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
7338 and generic PE targets.
7339
cab8ac94
JB
73402006-12-29 Joel Brobecker <brobecker@adacore.com>
7341
7342 * gdb.ada/array_return.exp: Update copyright date list.
7343
ba54f318
JB
73442006-12-27 Joel Brobecker <brobecker@adacore.com>
7345
7346 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
7347 (Create_Small_Float_Vector): New function.
7348 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
7349 function body.
7350 * gdb.ada/array_return/p.adb: Use new type and function from
7351 package Pck.
7352 * gdb.ada/array_return.exp: Add a test verifying that GDB is
7353 able to print the value returned by a function returning an
7354 array of float.
7355
6b7a35dd
JB
73562006-12-20 Joel Brobecker <brobecker@adacore.com>
7357
7358 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
7359 The associated tests should be PASSing.
7360
038224f6
VP
73612006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7362
7363 Test for base in references.
7364 * gdb.mi/mi-var-cp.cc: Add test code.
7365 * gdb.mi/mi-var-cp.exp: Test for bases in references.
7366 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
7367 * gdb.mi/mi2-watch.exp: Likewise.
7368 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
7369 (mi_list_varobj_children): New function.
7370
b26ed50d
VP
73712006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7372
7373 * lib/mi-support.exp
7374 (mi_runto): Accept "()" after function name.
7375 (mi_create_varobj): New function.
7376 (mi_varobj_update): New function.
7377 (mi_Check_varobj_value): New function.
7378 * gdb.mi/mi-var-cp.exp: New file.
7379 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 7380
08232497
DJ
73812006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
7382
7383 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
7384 gdb.base/weaklib2.c: New files.
7385
d394c993 73862006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 7387
ac6c2fba
NS
7388 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
7389 info. Adjust test names.
7390
8ec659a0 7391 * gdb.base/break.c (main): Move position of malloc.
d394c993 7392 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 7393
acd65feb
VP
73942006-11-28 Vladimir Prus <vladimir@codesourcery.com>
7395
7396 * gdb.mi/mi-var-cmd.exp: Check -var-update after
7397 assignement of arrays and function pointers.
7398 * gdb.mi/var-cmd.c: Add declaration necessary for above
7399 tests.
7400
f556d5e5
NS
74012006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7402
7403 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
7404
7405 * gdb.threads/linux-dp.exp: Read thread table before and after
7406 creating each philosopher and verify it.
7407
697bc68d
NS
74082006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7409 Paul Brook <paul@codesourcery.com>
7410 Daniel Jacobowitz <dan@codesourcery.com>
7411
7412 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 7413 main to remove duplication. Add start function of the form
697bc68d
NS
7414 '_*start[1-9]*'. Add RVDS start function.
7415
29d73ae4
DJ
74162006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7417
7418 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
7419
c1d88655
UW
74202006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7421
7422 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
7423 * gdb.asm/spu.inc: New file.
7424 * gdb.base/term.exp: Disable if [target_info exists noargs].
7425 * gdb.gdb/complaints.exp: Disable if ![isnative].
7426 * gdb.gdb/selftest.exp: Likewise.
7427 * gdb.gdb/observer.exp: Likewise.
7428 * gdb.gdb/xfullpath.exp: Likewise.
7429 * gdb.base/attach.exp: Disable on SPU target.
7430 * gdb.cp/bs145503.exp: Likewise.
7431 * gdb.cp/exception.exp: Likewise.
7432 * gdb.cp/userdef.exp: Likewise.
7433
32a13b1a
DJ
74342006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7435
7436 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
7437
d8295fe9
VP
74382006-11-10 Vladimir Prus <vladimir@codesourcery.com>
7439
7440 * gdb.base/completion.exp: Fix completion tests for
7441 'info' and 'info '.
7442 * gdb.base/help.exp (help_test_raw, test_class_help)
7443 (test_prefix_command_help): Move...
7444 * lib/gdb.exp: Here.
7445 * gdb.base/main.exp: Adjust.
7446 * gdb.cp/maint.exp: Adjust.
7447 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 7448
8c394015
VP
74492006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7450
7451 * gdb.stabs/weird.exp (print_weird_var): Use
7452 gdb_test_multiple instead of gdb_expect.
7453
027fc1bc
VP
74542006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7455
7456 * gdb.base/help.exp (help_test_raw): New.
7457 (test_class_help): New.
7458 (test_prefix_command_help): New.
7459 Adjust testcases.
7460
67609209
FR
74612006-11-09 Christophe Lyon <christophe.lyon@st.com>
7462
7463 * gdb.base/constvars.c (main): Write to crass and crips, so that
7464 they are allocated by the compiler.
7465
f73adfeb
AS
74662006-10-27 Andreas Schwab <schwab@suse.de>
7467
7468 * gdb.base/multi-forks.exp: Use "detach fork" instead of
7469 "detach-fork".
7470
2f83a18e
DJ
74712006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
7472
7473 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
7474 of patterns.
7475
94277a38
DJ
74762006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7477
7478 * gdb.base/sepdebug.exp: Remove debug format test.
7479 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
7480 Handle no-symtab.
7481 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
7482
5bd2f6e2
DJ
74832006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7484
7485 * gdb.threads/manythreads.c (thread_function, main): Don't cast
7486 int to pointer or pointer to int.
7487 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
7488
8c008720
DJ
74892006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
7490
7491 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
7492
9e35dae4
DJ
74932006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7494
7495 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
7496
d9639e13
DJ
74972006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
7498
7499 PR c++/2116
7500 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
7501
390a1bd0
JB
75022006-10-06 Joel Brobecker <brobecker@adacore.com>
7503
7504 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
7505 the corresponding bug has been fixed in GDB (PR/2018).
7506
dd920c33
JB
75072006-10-06 Joel Brobecker <brobecker@adacore.com>
7508
7509 * gdb.base/subst.exp: New testcase.
7510
53bbefe9
JB
75112006-10-06 Joel Brobecker <brobecker@adacore.com>
7512
7513 * gdb.ada/array_return/pck.ads: Add copyright notice.
7514 * gdb.ada/array_return/pck.adb: Likewise.
7515 * gdb.ada/array_return/p.adb: Likewise.
7516 * gdb.ada/exec_changed/first.adb: Likewise.
7517 * gdb.ada/exec_changed/second.adb: Likewise.
7518
09851417
JB
75192006-10-06 Joel Brobecker <brobecker@adacore.com>
7520
7521 * gdb.ada/watch_arg/watch.adb: New file.
7522 * gdb.ada/watch_arg.exp: New testcase.
7523
041bf30d
VP
75242006-10-02 Vladimir Prus <vladimir@codesourcery.com>
7525
7526 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 7527 via string_to_regexp.
041bf30d 7528 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 7529
f286fbdd 75302006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
7531
7532 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
7533 Remove unused / obsolete files.
7534
7c07f349
NR
75352006-09-19 Nick Roberts <nickrob@snap.net.nz>
7536
7537 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
7538
cd5ff84a
VP
75392006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7540
7541 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
7542 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 7543 the number of frames.
cd5ff84a 7544
ae018d1a
DJ
75452006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
7546
7547 * gdb.base/args.c (main): Add breakpoint marker.
7548 * gdb.base/args.exp: Use args_test for tests. Add new tests which
7549 really test empty arguments.
7550 (args_load): Delete.
7551 (args_test): New.
7552
b399c549
NR
75532006-09-13 Nick Roberts <nickrob@snap.net.nz>
7554
7555 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
7556 check for one file.
7557
2ab1eb7a
VP
75582006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
7559
7560 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
7561 HIGH_FRAME argument to -stack-list-locals can be larger than
7562 the number of frames.
a9c64011 7563
476308bf
FF
75642006-08-18 Fred Fish <fnf@specifix.com>
7565
7566 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
7567 '$' in front of skip_vmx_tests_saved when setting that.
7568
8625200f
AS
75692006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
7570
7571 * gdb.base/trace-commands.exp: New file.
7572
089ec8f1
DJ
75732006-08-10 Joel Brobecker <brobecker@adacore.com>
7574 Daniel Jacobowitz <dan@codesourcery.com>
7575
7576 * gdb.base/step-bt.exp: Make hexadecimal address optional in
7577 expected output of the backtrace commands.
7578
b60f0898
JB
75792006-08-09 Joel Brobecker <brobecker@adacore.com>
7580
7581 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
7582 untested followed by return combination.
7583 * gdb.arch/altivec-regs.exp: Likewise.
7584 * gdb.arch/e500-abi.exp: Likewise.
7585 * gdb.arch/e500-regs.exp: Likewise.
7586 * gdb.arch/gdb1291.exp: Likewise.
7587 * gdb.arch/gdb1431.exp: Likewise.
7588 * gdb.arch/gdb1558.exp: Likewise.
7589 * gdb.arch/i386-prologue.exp: Likewise.
7590 * gdb.arch/i386-unwind.exp: Likewise.
7591 * gdb.asm/asm-source.exp: Likewise.
7592 * gdb.base/a2-run.exp: Likewise.
7593 * gdb.base/advance.exp: Likewise.
7594 * gdb.base/all-bin.exp: Likewise.
7595 * gdb.base/annota1.exp: Likewise.
7596 * gdb.base/annota3.exp: Likewise.
7597 * gdb.base/args.exp: Likewise.
7598 * gdb.base/arithmet.exp: Likewise.
7599 * gdb.base/assign.exp: Likewise.
7600 * gdb.base/async.exp: Likewise.
7601 * gdb.base/attach.exp: Likewise.
7602 * gdb.base/bang.exp: Likewise.
7603 * gdb.base/bigcore.exp: Likewise.
7604 * gdb.base/bitfields.exp: Likewise.
7605 * gdb.base/bitfields2.exp: Likewise.
7606 * gdb.base/break.exp: Likewise.
7607 * gdb.base/call-sc.exp: Likewise.
7608 * gdb.base/call-strs.exp: Likewise.
7609 * gdb.base/callfuncs.exp: Likewise.
7610 * gdb.base/checkpoint.exp: Likewise.
7611 * gdb.base/chng-syms.exp: Likewise.
7612 * gdb.base/code-expr.exp: Likewise.
7613 * gdb.base/commands.exp: Likewise.
7614 * gdb.base/completion.exp: Likewise.
7615 * gdb.base/cond-expr.exp: Likewise.
7616 * gdb.base/condbreak.exp: Likewise.
7617 * gdb.base/consecutive.exp: Likewise.
7618 * gdb.base/constvars.exp: Likewise.
7619 * gdb.base/corefile.exp: Likewise.
7620 * gdb.base/cvexpr.exp: Likewise.
7621 * gdb.base/dbx.exp: Likewise.
7622 * gdb.base/define.exp: Likewise.
7623 * gdb.base/detach.exp: Likewise.
7624 * gdb.base/display.exp: Likewise.
7625 * gdb.base/dump.exp: Likewise.
7626 * gdb.base/ena-dis-br.exp: Likewise.
7627 * gdb.base/ending-run.exp: Likewise.
7628 * gdb.base/environ.exp: Likewise.
7629 * gdb.base/eval-skip.exp: Likewise.
7630 * gdb.base/exprs.exp: Likewise.
7631 * gdb.base/fileio.exp: Likewise.
7632 * gdb.base/finish.exp: Likewise.
7633 * gdb.base/float.exp: Likewise.
7634 * gdb.base/foll-exec.exp: Likewise.
7635 * gdb.base/foll-fork.exp: Likewise.
7636 * gdb.base/foll-vfork.exp: Likewise.
7637 * gdb.base/freebpcmd.exp: Likewise.
7638 * gdb.base/funcargs.exp: Likewise.
7639 * gdb.base/gcore.exp: Likewise.
7640 * gdb.base/gdb1090.exp: Likewise.
7641 * gdb.base/gdb1250.exp: Likewise.
7642 * gdb.base/huge.exp: Likewise.
7643 * gdb.base/info-proc.exp: Likewise.
7644 * gdb.base/interrupt.exp: Likewise.
7645 * gdb.base/jump.exp: Likewise.
7646 * gdb.base/langs.exp: Likewise.
7647 * gdb.base/lineinc.exp: Likewise.
7648 * gdb.base/list.exp: Likewise.
7649 * gdb.base/logical.exp: Likewise.
7650 * gdb.base/long_long.exp: Likewise.
7651 * gdb.base/macscp.exp: Likewise.
7652 * gdb.base/maint.exp: Likewise.
7653 * gdb.base/mips_pro.exp: Likewise.
7654 * gdb.base/miscexprs.exp: Likewise.
7655 * gdb.base/multi-forks.exp: Likewise.
7656 * gdb.base/opaque.exp: Likewise.
7657 * gdb.base/overlays.exp: Likewise.
7658 * gdb.base/pc-fp.exp: Likewise.
7659 * gdb.base/pointers.exp: Likewise.
7660 * gdb.base/printcmds.exp: Likewise.
7661 * gdb.base/psymtab.exp: Likewise.
7662 * gdb.base/ptype.exp: Likewise.
7663 * gdb.base/recurse.exp: Likewise.
7664 * gdb.base/relational.exp: Likewise.
7665 * gdb.base/relocate.exp: Likewise.
7666 * gdb.base/remote.exp: Likewise.
7667 * gdb.base/reread.exp: Likewise.
7668 * gdb.base/restore.exp: Likewise.
7669 * gdb.base/return.exp: Likewise.
7670 * gdb.base/return2.exp: Likewise.
7671 * gdb.base/scope.exp: Likewise.
7672 * gdb.base/sect-cmd.exp: Likewise.
7673 * gdb.base/sep.exp: Likewise.
7674 * gdb.base/sepdebug.exp: Likewise.
7675 * gdb.base/setshow.exp: Likewise.
7676 * gdb.base/setvar.exp: Likewise.
7677 * gdb.base/sigall.exp: Likewise.
7678 * gdb.base/sigbpt.exp: Likewise.
7679 * gdb.base/signals.exp: Likewise.
7680 * gdb.base/signull.exp: Likewise.
7681 * gdb.base/sizeof.exp: Likewise.
7682 * gdb.base/solib.exp: Likewise.
7683 * gdb.base/step-line.exp: Likewise.
7684 * gdb.base/step-test.exp: Likewise.
7685 * gdb.base/structs.exp: Likewise.
7686 * gdb.base/structs2.exp: Likewise.
7687 * gdb.base/term.exp: Likewise.
7688 * gdb.base/twice.exp: Likewise.
7689 * gdb.base/until.exp: Likewise.
7690 * gdb.base/varargs.exp: Likewise.
7691 * gdb.base/volatile.exp: Likewise.
7692 * gdb.base/watchpoint.exp: Likewise.
7693 * gdb.base/whatis-exp.exp: Likewise.
7694 * gdb.base/whatis.exp: Likewise.
7695 * gdb.cp/ambiguous.exp: Likewise.
7696 * gdb.cp/annota2.exp: Likewise.
7697 * gdb.cp/annota3.exp: Likewise.
7698 * gdb.cp/bool.exp: Likewise.
7699 * gdb.cp/breakpoint.exp: Likewise.
7700 * gdb.cp/casts.exp: Likewise.
7701 * gdb.cp/class2.exp: Likewise.
7702 * gdb.cp/classes.exp: Likewise.
7703 * gdb.cp/cplusfuncs.exp: Likewise.
7704 * gdb.cp/ctti.exp: Likewise.
7705 * gdb.cp/derivation.exp: Likewise.
7706 * gdb.cp/exception.exp: Likewise.
7707 * gdb.cp/gdb1355.exp: Likewise.
7708 * gdb.cp/hang.exp: Likewise.
7709 * gdb.cp/inherit.exp: Likewise.
7710 * gdb.cp/local.exp: Likewise.
7711 * gdb.cp/m-data.exp: Likewise.
7712 * gdb.cp/m-static.exp: Likewise.
7713 * gdb.cp/member-ptr.exp: Likewise.
7714 * gdb.cp/method.exp: Likewise.
7715 * gdb.cp/misc.exp: Likewise.
7716 * gdb.cp/namespace.exp: Likewise.
7717 * gdb.cp/overload.exp: Likewise.
7718 * gdb.cp/ovldbreak.exp: Likewise.
7719 * gdb.cp/pr-1023.exp: Likewise.
7720 * gdb.cp/pr-1210.exp: Likewise.
7721 * gdb.cp/pr-574.exp: Likewise.
7722 * gdb.cp/printmethod.exp: Likewise.
7723 * gdb.cp/psmang.exp: Likewise.
7724 * gdb.cp/ref-params.exp: Likewise.
7725 * gdb.cp/ref-types.exp: Likewise.
7726 * gdb.cp/rtti.exp: Likewise.
7727 * gdb.cp/templates.exp: Likewise.
7728 * gdb.cp/try_catch.exp: Likewise.
7729 * gdb.cp/userdef.exp: Likewise.
7730 * gdb.cp/virtfunc.exp: Likewise.
7731 * gdb.disasm/am33.exp: Likewise.
7732 * gdb.disasm/h8300s.exp: Likewise.
7733 * gdb.disasm/mn10300.exp: Likewise.
7734 * gdb.disasm/sh3.exp: Likewise.
7735 * gdb.disasm/t01_mov.exp: Likewise.
7736 * gdb.disasm/t02_mova.exp: Likewise.
7737 * gdb.disasm/t03_add.exp: Likewise.
7738 * gdb.disasm/t04_sub.exp: Likewise.
7739 * gdb.disasm/t05_cmp.exp: Likewise.
7740 * gdb.disasm/t06_ari2.exp: Likewise.
7741 * gdb.disasm/t07_ari3.exp: Likewise.
7742 * gdb.disasm/t08_or.exp: Likewise.
7743 * gdb.disasm/t09_xor.exp: Likewise.
7744 * gdb.disasm/t10_and.exp: Likewise.
7745 * gdb.disasm/t11_logs.exp: Likewise.
7746 * gdb.disasm/t12_bit.exp: Likewise.
7747 * gdb.disasm/t13_otr.exp: Likewise.
7748 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
7749 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
7750 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
7751 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
7752 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
7753 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
7754 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
7755 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
7756 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
7757 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
7758 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
7759 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
7760 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
7761 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
7762 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
7763 * gdb.mi/gdb701.exp: Likewise.
7764 * gdb.mi/gdb792.exp: Likewise.
7765 * gdb.mi/mi-basics.exp: Likewise.
7766 * gdb.mi/mi-break.exp: Likewise.
7767 * gdb.mi/mi-cli.exp: Likewise.
7768 * gdb.mi/mi-console.exp: Likewise.
7769 * gdb.mi/mi-disassemble.exp: Likewise.
7770 * gdb.mi/mi-eval.exp: Likewise.
7771 * gdb.mi/mi-file.exp: Likewise.
7772 * gdb.mi/mi-read-memory.exp: Likewise.
7773 * gdb.mi/mi-regs.exp: Likewise.
7774 * gdb.mi/mi-return.exp: Likewise.
7775 * gdb.mi/mi-simplerun.exp: Likewise.
7776 * gdb.mi/mi-stack.exp: Likewise.
7777 * gdb.mi/mi-stepi.exp: Likewise.
7778 * gdb.mi/mi-syn-frame.exp: Likewise.
7779 * gdb.mi/mi-until.exp: Likewise.
7780 * gdb.mi/mi-var-block.exp: Likewise.
7781 * gdb.mi/mi-var-child.exp: Likewise.
7782 * gdb.mi/mi-var-cmd.exp: Likewise.
7783 * gdb.mi/mi-var-display.exp: Likewise.
7784 * gdb.mi/mi-watch.exp: Likewise.
7785 * gdb.mi/mi2-basics.exp: Likewise.
7786 * gdb.mi/mi2-break.exp: Likewise.
7787 * gdb.mi/mi2-cli.exp: Likewise.
7788 * gdb.mi/mi2-console.exp: Likewise.
7789 * gdb.mi/mi2-disassemble.exp: Likewise.
7790 * gdb.mi/mi2-eval.exp: Likewise.
7791 * gdb.mi/mi2-file.exp: Likewise.
7792 * gdb.mi/mi2-read-memory.exp: Likewise.
7793 * gdb.mi/mi2-regs.exp: Likewise.
7794 * gdb.mi/mi2-return.exp: Likewise.
7795 * gdb.mi/mi2-simplerun.exp: Likewise.
7796 * gdb.mi/mi2-stack.exp: Likewise.
7797 * gdb.mi/mi2-stepi.exp: Likewise.
7798 * gdb.mi/mi2-syn-frame.exp: Likewise.
7799 * gdb.mi/mi2-until.exp: Likewise.
7800 * gdb.mi/mi2-var-block.exp: Likewise.
7801 * gdb.mi/mi2-var-child.exp: Likewise.
7802 * gdb.mi/mi2-var-cmd.exp: Likewise.
7803 * gdb.mi/mi2-var-display.exp: Likewise.
7804 * gdb.mi/mi2-watch.exp: Likewise.
7805 * gdb.stabs/exclfwd.exp: Likewise.
7806 * gdb.stabs/weird.exp: Likewise.
7807 * gdb.threads/gcore-thread.exp: Likewise.
7808 * gdb.trace/actions.exp: Likewise.
7809 * gdb.trace/backtrace.exp: Likewise.
7810 * gdb.trace/circ.exp: Likewise.
7811 * gdb.trace/collection.exp: Likewise.
7812 * gdb.trace/deltrace.exp: Likewise.
7813 * gdb.trace/infotrace.exp: Likewise.
7814 * gdb.trace/limits.exp: Likewise.
7815 * gdb.trace/packetlen.exp: Likewise.
7816 * gdb.trace/passc-dyn.exp: Likewise.
7817 * gdb.trace/passcount.exp: Likewise.
7818 * gdb.trace/report.exp: Likewise.
7819 * gdb.trace/save-trace.exp: Likewise.
7820 * gdb.trace/tfind.exp: Likewise.
7821 * gdb.trace/tracecmd.exp: Likewise.
7822 * gdb.trace/while-dyn.exp: Likewise.
7823 * gdb.trace/while-stepping.exp: Likewise.
7824
f4b618d1
JB
78252006-08-08 Joel Brobecker <brobecker@adacore.com>
7826
7827 * gdb.base/step-bt.c: New file.
7828 * gdb.base/step-bt.exp: New testcase.
7829
3d00d119
DJ
78302006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7831
7832 * config/monitor.exp (gdb_load): Remove support for obsolete
7833 download-write-size.
7834 * gdb.base/remote.exp: Likewise. Update all callers of
7835 gdb_timed_load.
7836
017b5bd4
DJ
78372006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
7838
7839 * cursal.exp: Pass binfile to gdb_load.
7840
837c599d
DJ
78412006-08-01 Nathan Sidwell <nathan@codesourcery.com>
7842
7843 * gdb.base/cursal.exp: Add "" to gdb_load call.
7844
8dd4540b
MK
78452006-07-29 Mark Kettenis <kettenis@gnu.org>
7846
7847 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
7848 NetBSD/ELF targets.
7849
ab5c9f60
DJ
78502006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
7851
7852 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
7853 operator*.
7854
4c42eaff
DJ
78552006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
7856
7857 * gdb.base/completion.exp: Update for change in "file" behavior.
7858 * gdb.stabs/weird.exp: Likewise.
7859 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
7860 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
7861
0155cc76
NS
78622006-07-24 Nathan Sidwell <nathan@codesourcery.com>
7863
7864 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
7865 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
7866
16026cd7
AS
78672006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7868
7869 * gdb.base/default.exp: Update source command error message.
7870 * gdb.base/help.exp: Update 'help source' message.
7871
16963cb6
DJ
78722006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
7873
7874 * gdb.cp/bs15503.exp: Update comment for no longer crashing
7875 test.
7876
6d7fd486
AS
78772006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
7878
7879 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
7880
29e8a844
DJ
78812006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7882
7883 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
7884
6afcfa39
DJ
78852006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7886
7887 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
7888
267a692b
MK
78892006-07-17 Mark Kettenis <kettenis@gnu.org>
7890
7891 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
7892 *-*-openbsd* from targets for wich we expect ARM FPA floating
7893 point format.
7894
85d2fec4
NR
78952006-07-17 Nick Roberts <nickrob@snap.net.nz>
7896
7897 * gdb.cp/annota3.exp: Expect frame-begin annotation.
7898
78992006-07-17 Mark Kettenis <kettenis@gnu.org>
7900
7901 * gdb.base/annota3.exp: Expect frame-begin annotation.
7902
85b4c6e8
JB
79032006-07-14 Joel Brobecker <brobecker@adacore.com>
7904
7905 * gdb.base/help.exp: Adjust "help unset" test to accept
7906 any list of unset commands.
7907
fb933624
DJ
79082006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
7909 Daniel Jacobowitz <dan@codesourcery.com>
7910
7911 * gdb.cp/ref-params.exp: New test.
7912 * gdb.cp/ref-params.cc: New source file.
7913 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
7914
1dff4b64
MK
79152006-07-08 Mark Kettenis <kettenis@gnu.org>
7916
7917 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
7918 spaces/tabs in regular expressions since they might not be there.
7919
40d2e0e3
AS
79202006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
7921
7922 * gdb.base/ifelse.exp: New file.
7923
f6c957d2
NS
79242006-07-04 Nathan Sidwell <nathan@codesourcery.com>
7925
7926 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
7927 line.
7928 * gdb.base/huge.exp: Loop over compilation to find a size that
7929 is acceptable.
7930 * gdb.base/remote.exp: Correct expected strings.
7931 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
7932
b9c5a23d
DJ
79332006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7934
7935 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
7936
9af2e58d
DJ
79372006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7938
7939 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
7940 native.
7941
30930ca5
DJ
79422006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7943
7944 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
7945 enable stabs testing.
7946
aa32fa1d
DJ
79472006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7948
bd4a4c80 7949 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
7950 gdb_test_multiple does.
7951
321fef15
DJ
79522006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7953
7954 * Makefile.in (host_alias): Remove.
7955 (target_alias): Use @target_noncanonical@.
7956 (site.exp): Don't set host_alias.
7957 * aclocal.m4: Remove contents. Include acx.m4.
7958 * configure: Regenerated.
7959 * configure.ac: Use ACX_NONCANONICAL_TARGET.
7960
e1c2defa
NS
79612006-06-13 Nathan Sidwell <nathan@codesourcery.com>
7962
e63b55d1
NS
7963 * lib/gdb.exp (gdb_load_cmd): New.
7964
5600ea19
NS
7965 * gdb.base/fileio.c: Add system(NULL) test.
7966 * gdb.base/fileio.exp: Check it.
7967
e1c2defa
NS
7968 * gdb.base/break.c: Add 10a breakpoint at }
7969 * gdb.base/break.exp: Add test for breakpoint at }
7970 * gdb.cp/anon-union.cc: Add code at end of function.
7971 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
7972 * gdb.mi/var-cmd.c: Add code at end of function.
7973 * gdb.mi/mi-var-display.exp: Adjust end of next.
7974 * gdb.mi/mi2-var-display.exp: Likewise.
7975 * gdb.base/fileio.c: Add stop function and insert calls at
7976 stopping places.
7977 * gdb.base/fileio.exp: Breakpoint stop function and remove
7978 explicit line number references.
7979
6c0112ec
JB
79802006-05-19 Joel Brobecker <brobecker@adacore.com>
7981
a9c64011
AS
7982 * gdb.base/del.exp (test_delete_alias): New function.
7983 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 7984
154189a4
FF
79852006-05-18 Fred Fish <fnf@specifix.com>
7986
7987 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
7988 required. Check for spurious output after program exits normally.
7989
582e64c2
FF
79902006-05-17 Fred Fish <fnf@specifix.com>
7991
7992 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
7993 gdb_load, so it works in the simulator.
7994
8ef6493a
FF
79952006-05-11 Fred Fish <fnf@specifix.com>
7996
7997 * gdb.base/bang.exp: Ignore unexpected output between the
7998 "program exited normally" and the gdb prompt, as many other
7999 tests do.
8000
692b141c
MK
80012006-05-07 Mark Kettenis <kettenis@gnu.org>
8002
8003 * gdb.base/help.exp: Make "delete checkpoint" part option for
8004 "help d" and "help delete" tests.
8005
540b8a30
UW
80062006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8007
a9c64011 8008 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
8009 expected output in some mi_gdb_test statements.
8010 * gdb.mi/mi2-basics.exp: Likewise.
8011
9b6462d9
JB
80122006-05-05 Joel Brobecker <brobecker@adacore.com>
8013
8014 * gdb.base/del.c: New file.
8015 * gdb.base/del.exp: New testcase.
8016
954de43b
DM
80172006-05-05 David S. Miller <davem@sunset.davemloft.net>
8018
8019 * gdb.base/break.exp: Do not assume a breakpoint on
8020 main will actually be in $srcfile when optimizing.
1303f75e
DM
8021 * gdb.base/savedregs.exp: Do not require that the dummy
8022 frame location match up to a symbol and source file location.
c3242428
DM
8023 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
8024 will get printed without a mi_cmd_data_list_register_values prefix.
8025 (*-data-list-register-*): Correct regular expressions to expect the new
8026 pseudo d? floating point registers.
8027 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 8028
c7e64c9a
DJ
80292006-05-05 Christophe Lyon <christophe.lyon@st.com>
8030
8031 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
8032 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
8033 is allocated by the compiler.
8034 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
8035 anons, e, anone to force their allocation by the compiler.
8036
80372006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
8038
8039 * gdb.base/help.exp: Update expected text for help d and
8040 help delete.
8041
27ce9a6d
MK
80422006-05-02 Mark Kettenis <kettenis@gnu.org>
8043
8044 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
8045 NetBSD/ELF targets.
8046
8608915f
MK
80472006-04-30 Mark Kettenis <kettenis@gnu.org>
8048
8049 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
8050 single-step breakpoint fails; make this a KFAIL on
8051 sparc*-*-openbsd*.
8052 * gdb.base/siginfo.exp: Likewise.
8053 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8054
b8db102d
MS
80552006-04-26 Michael Snyder <msnyder@redhat.com>
8056
8057 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
8058 which may have to consume output from other forks.
8059 Add tests to make sure that "delete fork" succeeded.
8060
c702009a
MS
80612006-04-20 Michael Snyder <msnyder@redhat.com>
8062
8063 * 2006-03-22 Jim Blandy <jimb@redhat.com>
8064 Add support for the Renesas M32C and M16C.
8065
8066 * gdb.asm/asm-source.exp: Add m32c target.
8067 * gdb.asm/m32c.inc: Support for m32c target.
8068
e28493f2
AS
80692006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
8070
8071 * gdb.base/commands.exp (recursive_source_test): New test.
8072
880da185
DM
80732006-04-04 David S. Miller <davem@sunset.davemloft.net>
8074
8075 * gdb.base/float.exp: Add pattern for sparc targets.
8076
61d9b92f
DJ
80772006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8078
8079 * gdb.base/commands.exp (stray_arg0_test): New test.
8080
bd717df8
PB
80812006-03-30 Paul Brook <paul@codesourcery.com>
8082
8083 * gdb.mi/mi-until.exp: kfail broken until command.
8084 * gdb.mi/mi2-until.exp: Ditto.
8085
ec793d3c
NR
80862006-03-27 Nick Roberts <nickrob@snap.net.nz>
8087
8088 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
8089
831004b7
AO
80902006-03-08 Alexandre Oliva <aoliva@redhat.com>
8091
8092 * gdb.base/prelink.exp: Anchor tested-for regular expression
8093 on gdb prompt.
8094
effe49a0
PB
80952006-03-07 Paul Brook <paul@codesourcery.com>
8096
8097 * gdb.base/assign.exp: Correct fail message.
8098
e5461016
PB
80992006-03-07 Paul Brook <paul@codesourcery.com>
8100
8101 * lib/compiler.c: Extract armcc version number.
8102 * lib/compiler.cc: Ditto.
8103
fc91c6c2
PB
81042006-03-07 Paul Brook <paul@codesourcery.com>
8105
8106 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
8107 additional_flags=-w.
8108 * gdb.arch/altivec-regs.exp: Ditto.
8109 * gdb.arch/e500-abi.exp: Ditto.
8110 * gdb.arch/e500-regs.exp: Ditto.
8111 * gdb.base/all-bin.exp: Ditto.
8112 * gdb.base/annota1.exp: Ditto.
8113 * gdb.base/annota3.exp: Ditto.
8114 * gdb.base/args.exp: Ditto.
8115 * gdb.base/arithmet.exp: Ditto.
8116 * gdb.base/assign.exp: Ditto.
8117 * gdb.base/async.exp: Ditto.
8118 * gdb.base/bang.exp: Ditto.
8119 * gdb.base/break.exp: Ditto.
8120 * gdb.base/call-rt-st.exp: Ditto.
8121 * gdb.base/completion.exp: Ditto.
8122 * gdb.base/cond-expr.exp: Ditto.
8123 * gdb.base/condbreak.exp: Ditto.
8124 * gdb.base/consecutive.exp: Ditto.
8125 * gdb.base/define.exp: Ditto.
8126 * gdb.base/display.exp: Ditto.
8127 * gdb.base/ena-dis-br.exp: Ditto.
8128 * gdb.base/environ.exp: Ditto.
8129 * gdb.base/eval-skip.exp: Ditto.
8130 * gdb.base/info-proc.exp: Ditto.
8131 * gdb.base/jump.exp: Ditto.
8132 * gdb.base/logical.exp: Ditto.
8133 * gdb.base/long_long.exp: Ditto.
8134 * gdb.base/maint.exp: Ditto.
8135 * gdb.base/miscexprs.exp: Ditto.
8136 * gdb.base/pc-fp.exp: Ditto.
8137 * gdb.base/pointers.exp: Ditto.
8138 * gdb.base/relational.exp: Ditto.
8139 * gdb.base/reread.exp: Ditto.
8140 * gdb.base/sect-cmd.exp: Ditto.
8141 * gdb.base/sep.exp: Ditto.
8142 * gdb.base/sepdebug.exp: Ditto.
8143 * gdb.base/until.exp: Ditto.
8144 * gdb.base/whatis-exp.exp: Ditto.
8145 * gdb.cp/annota2.exp: Ditto.
8146 * gdb.cp/annota3.exp: Ditto.
8147 * gdb.trace/actions.exp: Ditto.
8148 * gdb.trace/backtrace.exp: Ditto.
8149 * gdb.trace/circ.exp: Ditto.
8150 * gdb.trace/collection.exp: Ditto.
8151 * gdb.trace/deltrace.exp: Ditto.
8152 * gdb.trace/infotrace.exp: Ditto.
8153 * gdb.trace/limits.exp: Ditto.
8154 * gdb.trace/packetlen.exp: Ditto.
8155 * gdb.trace/passc-dyn.exp: Ditto.
8156 * gdb.trace/passcount.exp: Ditto.
8157 * gdb.trace/report.exp: Ditto.
8158 * gdb.trace/save-trace.exp: Ditto.
8159 * gdb.trace/tfind.exp: Ditto.
8160 * gdb.trace/tracecmd.exp: Ditto.
8161 * gdb.trace/while-dyn.exp: Ditto.
8162 * gdb.trace/while-stepping.exp: Ditto.
8163 * lib/gdb.exp: Ditto.
8164 (gdb_compile): Handle nowarning option.
8165
5f4a23d9
AO
81662006-03-07 Alexandre Oliva <aoliva@redhat.com>
8167
8168 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
8169 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
8170 Rename executable to prelinkt. Don't re-prelink if we didn't
8171 get a core file. Test prelink -u exit status to tell whether
8172 prelinking failed. Use gdb_test_multiple.
8173
9733fc94
DJ
81742006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
8175
8176 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
8177 (do_tests): Call it.
8178
cc10cae3
AO
81792006-02-28 Alexandre Oliva <aoliva@redhat.com>
8180
8181 * gdb.base/prelink.exp: New test.
8182 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
8183
15c46491
WZ
81842006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
8185
8186 * gdb.fortran/derived-type.f90: New file.
8187 * gdb.fortran/derived-type.exp: New testcase.
8188
5c9f7ded
DJ
81892006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
8190
8191 * gdb.base/default.exp: Allow ';' as a directory separator.
8192
5b96932b
AS
81932006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8194
8195 * gdb.base/help.exp (help add-symbol-file): Update.
8196
1986bccd
AS
81972006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8198
8199 * gdb.base/help.exp (help load): Update expected results.
8200
a8b7528f
FF
82012006-02-19 Fred Fish <fnf@specifix.com>
8202
8203 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
8204 specifix hex value as part of results.
8205 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 8206
f8261448
FF
82072006-02-16 Fred Fish <fnf@specifix.com>
8208
8209 * gdb.base/whatis.c: Define variables using typedefs char_addr,
8210 ushort_addr, and slong_addr, so the typedefs are not optimized
8211 away.
8212 * gdb.base/whatis.exp: Add tests using type name for struct type,
8213 union type, enum type, and typedef.
a9c64011 8214
31d8bdd2
MK
82152006-02-13 Mark Kettenis <kettenis@gnu.org>
8216
8217 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
8218
34e41e63
JB
82192006-02-13 Jim Blandy <jimb@redhat.com>
8220
8221 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
8222 case where it takes two "next" commands to skip past the init
8223 call.
8224
ac6e4f31
FF
82252006-02-12 Fred Fish <fnf@specifix.com>
8226
8227 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
8228 to handle cases where it takes two "next" commands to skip
8229 past the init call.
8230
2db2d571
JB
82312006-02-07 Joel Brobecker <brobecker@adacore.com>
8232
8233 * gdb.ada/array_return.exp: Mark the last test as expected to fail
8234 on hppa32 targets.
8235
38fcd64c
DJ
82362006-02-06 Vladimir Prus <ghost@cs.msu.su>
8237
8238 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
8239 field.
8240
1315ad46
MK
82412006-01-29 Mark Kettenis <kettenis@gnu.org>
8242
8243 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
8244
5625b943
DJ
82452006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8246
8247 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
8248 files.
8249
80df1bbe
DJ
82502006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8251
8252 * gdb.cp/maint.exp: Set complaints to a positive value.
8253
9078e690
DJ
82542006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8255
8256 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
8257 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
8258 function name.
8259
9c903399
DJ
82602006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8261
8262 * gdb.base/checkpoint.c: Update copyright notice. Include
8263 <stdlib.h>.
8264
761ae4d6
JB
82652006-01-04 Jim Blandy <jimb@redhat.com>
8266
8267 * gdb.asm/asm-source.exp: Independently provide default values for
8268 asm-flags and debug-flags. Use 'string equal' to do the
8269 comparison, not the implicit expr's '==' operator. Remove
8270 now-unneeded assignments to asm-flags. In h8300 case, place
8271 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
8272
099ac3dd
MS
82732006-01-04 Michael Snyder <msnyder@redhat.com>
8274
8275 * gdb.base/checkpoint.c: New file.
8276 * gdb.base/checkpoint.exp: New file.
8277 * gdb.base/multi-fork.c: New file.
8278 * gdb.base/multi-fork.exp: New file.
8279 * gdb.base/pi.txt: New file (data for checkpoint.c test).
8280
f4d85314
FF
82812006-01-04 Fred Fish <fnf@specifix.com>
8282
8283 * gdb.base/ptype.c (foo): Add typedef.
8284 (intfoo): Add function.
8285 * gdb.base/ptype1.c: New file.
8286 * gdb.base/ptype.exp: Handle compilation and linking with two
8287 source files. Test that proper type for "foo" is found based
8288 on source context rather than first match found in symtabs.
8289
a1b06f35
MK
82902005-12-28 Mark Kettenis <kettenis@gnu.org>
8291
8292 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
8293 * gdb.asm/openbsd.inc: Indent commands.
8294
d082a1e2
MK
82952005-12-26 Mark Kettenis <kettenis@gnu.org>
8296
c65016bd
MK
8297 * gdb.base/freebpcmd.exp: Increase timeout.
8298
d082a1e2
MK
8299 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
8300
d3c32a0e
DJ
83012005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
8302
8303 * gdb.base/default.exp: Update check for "show version".
8304
9fdb1f50
RC
83052005-12-09 Randolph Chung <tausq@debian.org>
8306
8307 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
8308 * gdb.asm/pa64.inc: New file.
8309
5f2c56f7
RC
83102005-12-09 Randolph Chung <tausq@debian.org>
8311
8312 * gdb.asm/common.inc: Indent commands.
8313 * gdb.asm/asmsrc1.s: Likewise.
8314 * gdb.asm/asmsrc2.s: Likewise.
8315
8117349c
RC
83162005-12-09 Randolph Chung <tausq@debian.org>
8317
8318 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
8319 (get_addr_of_sym): Remove duplicate print.
8320 (gen_core): xfail hppa*-*-hpux*, update expected output.
8321 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
8322 * gdb.arch/pa64-nullify.s: New file.
8323
8f07f25a
RC
83242005-12-09 Randolph Chung <tausq@debian.org>
8325
8326 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
8327
55b39184
DJ
83282005-12-07 Christophe Lyon <christophe.lyon@st.com>
8329
8330 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
8331 code generation for these functions.
8332 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
8333 error message.
8334
31e2b00f
AS
83352005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8336
8337 * gdb.base/help.exp (help b, help br, help bre, help brea)
8338 (help break): Update the expected message.
8339
c3d0b56e
SC
83402005-11-11 Stephane Carrez <stcarrez@nerim.fr>
8341
8342 * gdb.asm/m68hc11.inc: Setup the data section.
8343 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
8344 script for this test.
8345 (m6812-*-*): Likewise.
8346
36ae0ea9
RC
83472005-11-09 Randolph Chung <tausq@debian.org>
8348
8349 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
8350
9d6f42e9
WZ
83512005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
8352
8353 * gdb.base/break.exp: Fix a comment typo.
8354
e2126a14
EZ
83552005-11-03 Jim Blandy <jimb@redhat.com>
8356
a9c64011
AS
8357 Checked in by Elena Zannoni <ezannoni@redhat.com>
8358
e2126a14
EZ
8359 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
8360
e0ac7199
CV
83612005-11-02 Corinna Vinschen <vinschen@redhat.com>
8362
8363 * gdb.arch/gdb1558.c: Include stdio.h.
8364
31d3fb18
MK
83652005-10-31 Mark Kettenis <kettenis@gnu.org>
8366
8367 * gdb.asm/asm-source.exp: Use -e instead of --entry.
8368
e52b687c
MK
83692005-10-31 Mark Kettenis <kettenis@gnu.org>
8370
8371 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
8372
f4711d79
PG
83732005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
8374
a9c64011
AS
8375 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8376 vscr" tests to better match output.
f4711d79 8377
987a9106
JB
83782005-10-12 Jim Blandy <jimb@redhat.com>
8379
8380 * gdb.base/structs.exp (any): New function.
8381 (test_struct_returns): Don't make any assumptions at all about
8382 what value the function returns when GDB can't set the return
8383 value.
8384
2336bb58
JB
83852005-10-09 Joel Brobecker <brobecker@adacore.com>
8386
8387 * gdb.ada/arrayidx/p.adb: New file.
8388 * gdb.ada/arrayidx.exp: New testcase
8389
83902005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
8391
8392 * gdb.ada/array_return/pck.ads: New file.
8393 * gdb.ada/array_return/pck.adb: New file.
8394 * gdb.ada/array_return/p.adb: New file.
8395 * gdb.ada/array_return.exp: New testcase.
8396
705335ea
JB
83972005-10-03 Joel Brobecker <brobecker@adacore.com>
8398
a9c64011
AS
8399 * gdb.base/arrayidx.c: New file.
8400 * gdb.base/arrayidx.exp: New testcase.
705335ea 8401
11ee9940
NR
84022005-09-29 Nick Roberts <nickrob@snap.net.nz>
8403
8404 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
8405 frames-invalid and breakpoints-invalid are no longer generated
8406 with level 3 so don't expect them in the output.
8407
39fb8e9e
BR
84082005-09-27 Bob Rossi <bob@brasko.net>
8409
a9c64011 8410 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
8411 from test. Escape the | in mi_gdb_test call.
8412 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
8413 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
8414 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
8415 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
8416 expected regex's in mi_gdb_test calls.
8417 * lib/mi-support.exp: Remove arbitrary .* from tests.
8418 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
8419 Fully anchor GDB/MI expected results in mi_gdb_test.
8420 * lib/gdb.exp (string_to_regexp): Escape the ] character.
8421 * gdb.base/sizeof.exp: Remove escape character. Correct test.
8422
2af48f68
PB
84232005-09-26 Paul Brook <paul@codesourcery.com>
8424
8425 * long_long.exp: Exclude eabi targets from arm FPA float format test.
8426
f34502bc
WZ
84272005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8428
8429 * bfp-test.c: New file.
8430 * bfp-test.exp: New testcase.
8431
ca929517
WZ
84322005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8433
8434 * gdb.fortran/subarray.exp: New testcase to test the evaluation
8435 of subarray and substring variable.
8436 * gdb.fortran/subarray.f: New source file for the test of subarray
8437 and substring variable evaluation.
8438 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
8439 of string constant.
8440
c761af65
DJ
84412005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
8442
8443 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
8444 copyright dates.
8445
561d7a1d
PG
84462005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
8447
8448 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
8449 powerpc altivec' test with an almost identical 'info vector' test.
8450
b2b64cc9
PG
84512005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8452
a9c64011
AS
8453 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8454 vscr" tests to match output.
b2b64cc9 8455
6ac4d15a
PG
84562005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8457
a9c64011
AS
8458 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
8459 output.
6ac4d15a 8460
40e55bef
BR
84612005-09-11 Bob Rossi <bob@brasko.net>
8462
8463 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
a9c64011 8464 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
40e55bef
BR
8465 commands that return an MI output command and an asyncronous MI output
8466 command.
8467 * gdb.mi/mi-console.exp: Ditto.
8468
3c7385ec
BR
84692005-09-11 Bob Rossi <bob@brasko.net>
8470
8471 * gdb.mi/mi-var-child.c: Include <string.h>.
8472
a6cd0eb3
DJ
84732005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
8474
8475 * killed.exp: Correct gdb_expect syntax.
8476
2f168eed
CV
84772005-08-09 Corinna Vinschen <vinschen@redhat.com>
8478
8479 * lib/mi-support.exp (mi_gdb_load): Fix typo.
8480
ecd3fd0f
BR
84812005-08-02 Bob Rossi <bob@brasko.net>
8482
8483 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
8484 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
8485 Change tests to inferior-tty-set/show.
8486 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
8487 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
8488 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
8489 inferior. Use mi_gdb_test to get GDB and Inferior output.
8490 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
8491 descriptor.
8492 (mi_inferior_tty_name): Add inferior PTY file name.
8493 (mi_gdb_start): Add INFERIOR_PTY parameter.
8494 (mi_gdb_test): Add IPATTERN parameter.
8495
f1ea48cb 84962005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 8497
f1ea48cb
BR
8498 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
8499 parameter to mi_gdb_test.
8500 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
8501
6e650a67
DJ
85022005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8503
8504 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
8505 struct_declarations.
8506 * gdb.mi/mi-var-child.exp: Step over the initialization of
8507 struct_declarations.
8508
8be260b6
DJ
85092005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8510
8511 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
8512 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
8513 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
8514 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
8515 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
8516 file.
8517
4e660f07
NR
85182005-07-27 Nick Roberts <nickrob@snap.net.nz>
8519
8520 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
8521 (do_children_tests): Assign values to the extra elements.
8522
8523 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
8524 them for tests for "-var-update --no-values" and
a9c64011 8525 "-var-update --all-values".
4e660f07
NR
8526 Add test for "-var-list-children --simple-values".
8527
8528 * gdb.mi/basics.c (callee4): Add integer array D[3]...
8529
8530 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
8531 "-stack-list-locals --simple-values" Improve doc strings and
8532 comments.
8533
6bdae935
MK
85342005-07-18 Mark Kettenis <kettenis@gnu.org>
8535
598b7a6f
MK
8536 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
8537 *-*-openbsd*.
8538 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
8539
6bdae935
MK
8540 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
8541 sigaltsatck'.
8542
1323e929 85432005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 8544
1323e929
BR
8545 * gdb.base/default.exp (tty): Changed output of command.
8546 * gdb.base/help.exp (help tty): Ditto.
8547
b1a9c082
MK
85482005-07-12 Mark Kettenis <kettenis@gnu.org>
8549
8550 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
8551
10a844a2
MK
85522005-07-10 Mark Kettenis <kettenis@gnu.org>
8553
8554 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
8555 -stack-select-frame without arguments.
8556 (test_stack_frame_listing): Add test for newly implemented command
8557 -stack-info-frame.
8558
3cb3b8df
BR
85592005-07-06 Bob Rossi <bob@brasko.net>
8560
8561 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
8562 command.
8563 (Copyright): Update copyright.
8564
a0c5fbcf
WZ
85652005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
8566
8567 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
8568 tests to evaluate exponentiation expression.
8569
984971d0
AS
85702005-06-29 Andreas Schwab <schwab@suse.de>
8571
8572 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
8573 main to avoid warnings.
8574
8575 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
8576
fe03833f
NR
85772005-06-20 Nick Roberts <nickrob@snap.net.nz>
8578
8579 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
8580 -stack-select-frame without arguments.
8581 (test_stack_frame_listing): Add test for newly implemented command
8582 -stack-info-frame.
a9c64011 8583
7a55f279
WZ
85842005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
8585
0ffa0ea5
DJ
8586 * gdb.fortran/array-element.f: New file.
8587 * gdb.fortran/array-element.exp: New testcase.
7a55f279 8588
26585198
DJ
85892005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8590
8591 * gdb.base/bigcore.exp: Correct checks for systems which can
8592 not dump a large core file.
8593
c1bd25fd
DJ
85942005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8595
8596 * gdb.base/relocate.c: Add a copyright notice.
8597 (dummy): Remove.
8598 * gdb.base/relocate.exp: Test printing the values of variables
8599 from a relocatable file.
8600
589e074d
DJ
86012005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8602
8603 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
8604 excess MI output after an error.
8605
0915f927
JB
86062005-05-29 Joel Brobecker <brobecker@adacore.com>
8607
8608 * gdb.arch/alpha-step.c: New file.
8609 * gdb.arch/alpha-step.exp: New testcase.
8610
76ff342d
DJ
86112005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8612 Dennis Brueni <dennis@slickedit.com>
8613
8614 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
8615 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
8616 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
8617 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
8618 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8619 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
8620 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
8621
96b0c7ac
DJ
86222005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
8623 Wu Zhou <woodzltc@cn.ibm.com>
8624
8625 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
8626 IBM's xlc compiler.
8627 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
8628 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
8629
f21565d2
JB
86302005-05-13 Jim Blandy <jimb@redhat.com>
8631
8632 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
8633 calling gdb_suppress_entire_file.
8634 * gdb.base/charset.exp: Same.
8635 * gdb.base/call-rt-st.exp: Same.
8636
6006a3a1
BR
86372005-05-05 Bob Rossi <bob_rossi@cox.net>
8638
8639 * lib/gdb.exp (fullname_syntax): Added global regex.
8640 (fullname_syntax_POSIX): Ditto.
8641 (fullname_syntax_UNC): Ditto.
8642 (fullname_syntax_DOS_CASE): Ditto.
8643 (fullname_syntax_DOS): Ditto.
8644 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
8645 fullname_syntax variable to scope and use it.
8646 (test_file_list_exec_source_files): Ditto.
8647 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
8648
c3b69c04
DJ
86492005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
8650
8651 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
8652
3c95e6af
PG
86532004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
8654
a9c64011
AS
8655 * lib/gdb.exp (skip_altivec_tests): New function, based on
8656 check_vmx_hw_available from the GCC testsuite.
8657 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
8658 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 8659
78df6c56
JB
86602005-05-02 Jim Blandy <jimb@redhat.com>
8661
8662 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
8663 calling gdb_suppress_entire_file.
8664
1690f9cf
DJ
86652005-04-30 Randolph Chung <tausq@debian.org>
8666
8667 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
8668 Slightly relax "sem_post" name checking.
8669
5ea106f7
PG
86702005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8671
8672 * gdb.base/unload.exp: Use new shared library infrastructure.
8673
bf7234cf
PG
86742005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8675
8676 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 8677 infrastructure.
bf7234cf 8678
547b869a
CV
86792005-04-29 Corinna Vinschen <vinschen@redhat.com>
8680
8681 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
8682 * gdb.asm/h8300.inc: New file.
8683
f07e55f0
PG
86842005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8685
8686 * gdb.base/shlib-call.exp: Change to use new shared library
8687 infrastructure.
8688
3cbba3d1
PG
86892005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8690
a9c64011
AS
8691 * gdb.base/pending.exp: Change to use new shared library
8692 infrastructure.
3cbba3d1 8693
ed6df200
PG
86942005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8695
a9c64011
AS
8696 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
8697 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 8698
8c8f4ebe
PG
86992005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
8700
a9c64011
AS
8701 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
8702 shared objects being adjusted and update copyright years.
8c8f4ebe 8703
607fbc54
DJ
87042005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
8705
8706 * ChangeLog: Correct some 2003-01-13 dates.
8707 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
8708 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
8709 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
8710 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
8711 gdb.trace/tfind.exp: Update copyright years.
8712
57bf0e56
DJ
87132005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
8714 Daniel Jacobowitz <dan@codesourcery.com>
8715
8716 * lib/gdb.exp (gdb_compile): Handle shlib=.
8717 (gdb_compile_shlib): New function.
8718
9b593790
PG
87192005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
8720
a9c64011 8721 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 8722
9494c6a5
DJ
87232005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8724
8725 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
8726 gdb.server.
8727 * configure.ac: Likewise.
8728 * configure: Regenerated.
8729 * gdb.gdbserver/Makefile.in: Moved to...
8730 * gdb.server/Makefile.in: ... here.
8731 * gdb.gdbserver/server.c: Moved to...
8732 * gdb.server/server.c: ... here.
8733 * gdb.gdbserver/server-run.exp: Moved to...
8734 * gdb.server/server-run.exp: ... here.
8735
6f8eac0e
DJ
87362005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8737
8738 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
8739 * configure.ac: Create gdb.gdbserver/Makefile.
8740 * configure: Regenerated.
8741 * lib/gdbserver-support.exp: New file, derived from
8742 config/gdbserver.exp.
8743 * config/gdbserver.exp: Use gdbserver-support.exp.
8744 * gdb.gdbserver/Makefile.in: New file.
8745 * gdb.gdbserver/server.c: New file.
8746 * gdb.gdbserver/server-run.exp: New file.
8747
6e87504d
PG
87482005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
8749
a9c64011
AS
8750 * lib/gdb.exp (test_compiler_info): Return compiler_info
8751 if no arguments are given.
6e87504d 8752
d1779be4
PG
87532005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
8754
8755 * gdb.arch/altivec-abi.exp: Check for compiler and set
8756 use altivec' flag accordingly.
8757 * gdb.arch/altivec-regs.exp: Likewise.
8758
88750304
DJ
87592005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
8760
8761 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
8762
f3fb768d
AS
87632005-03-27 Andreas Schwab <schwab@suse.de>
8764
8765 * gdb.base/bigcore.c (main): Add missing mode argument in open
8766 call.
8767
7e813ac5
DJ
87682005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
8769
8770 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
8771 downloads.
8772 * config/gdbserver.exp (gdb_load): Likewise.
8773
8e3049aa
PB
87742005-03-14 Paul Brook <paul@codesourcery.com>
8775
8776 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
8777 targets.
8778
a9df7c44
JB
87792005-03-09 Joel Brobecker <brobecker@adacore.com>
8780
8781 * gdb.dwarf2/dup-psym.S: New file.
8782 * gdb.dwarf2/dup-psym.exp: New testcase.
8783
9f0d94e8
JB
87842005-03-09 Joel Brobecker <brobecker@adacore.com>
8785
8786 * gdb.ada/exec_changed/first.adb: New file.
8787 * gdb.ada/exec_changed/second.adb: New file.
8788 * gdb.ada/exec_changed.exp: New testcase.
8789
5f579bc5
NS
87902005-03-08 Nathan Sidwell <nathan@codesourcery.com>
8791
36e9969c
NS
8792 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
8793 (A2): New class.
8794 (main): Test operator+.
8795 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
8796 breakpoint test.
8797
5f579bc5
NS
8798 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
8799 * gdb.base/signull.exp: Disable if gdb,nosignals.
8800 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
8801 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
8802 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
8803 * gdb.mi/mi2-console.exp: Likewise.
8804 * gdb.trace/collection.exp (run_trace_experiment): Consume the
8805 continue output at start.
8806 (gdb_collect_locals_test): Robustify regexp.
8807 * gdb.trace/passc-dyn.exp: Fix comment typo.
8808 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
8809
be46087e
CV
88102005-03-08 Corinna Vinschen <vinschen@redhat.com>
8811
8812 * gdb.asm/asm-source.exp: Add iq2000 case.
8813 * gdb.asm/iq2000.inc: New file.
8814
384e1a61 88152005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 8816
384e1a61
MI
8817 * gdb.base/command.exp: Change hardcoded value to regular expression.
8818 * gdb.base/float.exp: Add powerpc to the list of targets checked.
8819
584b6e9e
DJ
88202005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
8821
8822 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
8823 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
8824 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
8825 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
8826 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
8827
ab5b5d61
MK
88282005-03-05 Mark Kettenis <kettenis@gnu.org>
8829
8830 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
8831 changes.
8832
ae051c1b
PG
88332004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
8834
a9c64011
AS
8835 * lib/compiler.c: Add test for IBM's xlc compiler.
8836 * lib/compiler.cc: Likewise.
ae051c1b 8837
3f0f6ed2
JB
88382004-02-24 Joel Brobecker <brobecker@adacore.com>
8839
8840 * gdb.ada/fixed_points.exp: Create compilation object directory
8841 before running the test.
8842 * gdb.ada/null_record.exp: Likewise.
8843 * gdb.ada/packed_array.exp: Likewise.
8844 * gdb.ada/start.exp: Likewise.
8845
724f452b
JB
88462005-02-15 Joel Brobecker <brobecker@adacore.com>
8847
8848 * gdb.ada/packed_array/pa.adb: New file.
8849 * gdb.ada/packed_array.exp: New testcase.
8850
57f5cdfb 88512005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 8852
1f393151
MK
8853 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
8854 files.
8855
ebdda337
MK
8856 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
8857 on *-*-openbsd*. Correctly match whitespace in regukar
8858 expressions.
8859
cf309262
DJ
88602005-02-10 Daniel Jacobowitz <dan@debian.org>
8861
8862 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
8863 PR exp/1821
8864 * gdb.base/gdb1821.c: New test file.
8865 * gdb.base/gdb1821.exp: New test file.
8866
3be49e7a
JB
88672005-02-09 Joel Brobecker <brobecker@adacore.com>
8868
8869 * gdb.base/start.c: New file.
8870 * gdb.base/start.exp: New testcase.
8871
e292e67d
JB
88722005-02-09 Joel Brobecker <brobecker@adacore.com>
8873
8874 * gdb.ada/start/dummy.adb: New file.
8875 * gdb.ada/start.exp: New testcase.
8876
dbdfa66c
CV
88772005-02-09 Corinna Vinschen <vinschen@redhat.com>
8878
8879 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
8880 for printing symbols and statistics.
8881 Add test for using relative pathnames in "maint print msymbols" test.
8882 Mark "maint info sections DATA" XFAIL on Cygwin.
8883 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
8884 tests.
8885
d7941671
AC
88862005-02-09 Andreas Schwab <schwab@suse.de>
8887
8888 Committed by Andrew Cagney <cagney@gnu.org>
8889 * gdb.base/remotetimeout.exp: New file.
8890
74e5ef44
MK
88912005-02-07 Mark Kettenis <kettenis@gnu.org>
8892
8893 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
8894
464dd14d
JB
88952005-02-03 Joel Brobecker <brobecker@adacore.com>
8896
8897 * gdb.ada/gnat_ada.gpr: New file.
8898 * gdb.ada/gnat_ada.gin: Delete, no longer used.
8899 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
8900 * configure.ac: No longer generate gnat_ada.gpr.
8901 * configure: Regenerate.
8902 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
8903 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
8904 * gdb.ada/null_record/bar.ads: Likewise.
8905 * gdb.ada/null_record/bar.adb: Likewise.
8906 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
8907 * gdb.ada/null_record.exp (testdir): New variable.
8908 (testfile): executable is now in testdir subdirectory.
8909 (srcfile): Use full path to the main compilation unit.
8910 * gdb.ada/fixed_points.exp: Same changes as above.
8911
30d756ae
NR
89122005-02-03 Nick Roberts <nickrob@snap.net.nz>
8913
8914 * gdb.base/interp.exp: New test.
8915
9d799f85
AC
89162005-01-24 Andrew Cagney <cagney@gnu.org>
8917
8918 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
8919
15656118
AC
89202005-01-19 Andrew Cagney <cagney@gnu.org>
8921
a892c31b
AC
8922 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
8923 configure.ac not configure.in.
8924
15656118
AC
8925 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
8926 of powerpc*-*-*.
8927 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 8928 * gdb.base/list.exp (test_list_function)
15656118
AC
8929 (test_list_filename_and_function): Ditto.
8930 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
8931
a7b01baf
AC
89322005-01-16 Andrew Cagney <cagney@gnu.org>
8933
17d92a02
AC
8934 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
8935
a7b01baf
AC
8936 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
8937
bc8332bb
AC
89382005-01-14 Andrew Cagney <cagney@gnu.org>
8939
8940 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
8941 * gdb.mi/mi2-var-cmd.exp: Ditto.
8942
4d074752
CV
89432005-01-10 Corinna Vinschen <vinschen@redhat.com>
8944
8945 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
8946
bec39cab
AC
89472005-01-07 Andrew Cagney <cagney@gnu.org>
8948
8949 * configure.ac: Rename configure.in, require autoconf 2.59.
8950 * configure: Re-generate.
8951 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
8952 * gdb.stabs/configure: Re-generate.
8953 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
8954 * gdb.hp/configure: Re-generate.
8955 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
8956 autoconf 2.59.
8957 * gdb.hp/gdb.objdbg/configure: Re-generate.
8958 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
8959 autoconf 2.59.
8960 * gdb.hp/gdb.defects/configure: Re-generate.
8961 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
8962 autoconf 2.59.
8963 * gdb.hp/gdb.compat/configure: Re-generate.
8964 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
8965 autoconf 2.59.
8966 * gdb.hp/gdb.base-hp/configure: Re-generate.
8967 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
8968 autoconf 2.59.
8969 * gdb.hp/gdb.aCC/configure: Re-generate.
8970
f10b16d4
JB
89712004-12-15 Jim Blandy <jimb@redhat.com>
8972
8973 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
8974 under NPTL when there is debugging info available for libpthread.
8975
fb6e1814
JG
89762004-12-13 Jerome Guitton <guitton@gnat.com>
8977
8978 * gdb.ada/fixed_points.c: New file.
8979 * gdb.ada/fixed_points.exp: New file.
8980
fe46cd3a
RC
89812004-12-03 Randolph Chung <tausq@debian.org>
8982
8983 * gdb.arch/pa-nullify.exp: New file.
8984 * gdb.arch/pa-nullify.s: New file.
8985
8de0841b
RC
89862004-11-30 Randolph Chung <tausq@debian.org>
8987
8988 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
8989 instead of "tbug". Fix regexp to work properly with gdb_test.
8990
c8170782
PH
89912004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
8992
8993 * gdb.base/bitfields2.exp: New test.
8994 * gdb.base/bitfields2.c: New file.
8995
954269c2
RE
89962004-11-28 Richard Earnshaw <rearnsha@arm.com>
8997
8998 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
8999
0107feed
RC
90002004-11-16 Randolph Chung <tausq@debian.org>
9001
9002 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
9003
f073ae8c
DJ
90042004-11-14 Daniel Jacobowitz <dan@debian.org>
9005
9006 * gdb.threads/threadapply.exp: Correct "macro details" test.
9007
19ad59e7
JJ
90082004-11-11 Jeff Johnston <jjohnstn@redhat.com>
9009
9010 * gdb.threads/threadapply.exp: New test.
9011 * gdb.threads/threadapply.c: New file.
9012
9cf0961b
MK
90132004-11-07 Mark Kettenis <kettenis@gnu.org>
9014
9015 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
9016 frames.
9017
c789492a
FL
90182004-11-05 Felix Lee <felix+log1@specifixinc.com>
9019
9020 * gdb.base/cursal.exp: New file.
9021 * gdb.base/cursal.c: New file.
9022
a1e167bb
AC
90232004-11-03 Andrew Cagney <cagney@gnu.org>
9024
9025 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
9026
b7cbf173
MK
90272004-10-30 Mark Kettenis <kettenis@gnu.org>
9028
9029 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
9030 NetBSD/ELF targets.
9031
88f9d34f
JB
90322004-10-29 Joel Brobecker <brobecker@gnat.com>
9033
9034 * gdb.threads/bp_in_thread.c: New file, copied from
9035 pthread_cond_wait.c.
9036 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
9037 file, rather than reusing the .c file from another testcase.
9038
ca7d6a0c
JB
90392004-10-20 Joel Brobecker <brobecker@gnat.com>
9040
9041 * gdb.ada/null_record.exp: Check where we stopped after
9042 sending the start command, instead of where the associated
9043 temporary breakpoint was inserted.
9044
0d863d03
AC
90452004-10-14 Andrew Cagney <cagney@gnu.org>
9046
9047 * gdb.mi/gdb701.c (main): Return 0.
9048
d11e72cb
DJ
90492004-10-13 Daniel Jacobowitz <dan@debian.org>
9050
d40539a4 9051 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 9052
e1923096
JJ
90532004-10-12 Jeff Johnston <jjohnstn@redhat.com>
9054
9055 * gdb.threads/schedlock.c: Add comment markers to use to find
9056 line numbers.
9057 * gdb.threads/schedlock.exp: Adjust regex to handle the new
9058 comments.
9059 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
9060 breakpoint lines.
9061
ec8ba2c9
DJ
90622004-10-12 Daniel Jacobowitz <dan@debian.org>
9063
9064 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
9065
0eb3658b
DJ
90662004-10-12 Daniel Jacobowitz <dan@debian.org>
9067
9068 * configure.in: Add gdb.dwarf2.
9069 * configure: Regenerated.
9070 * Makefile.in: Add gdb.dwarf2.
9071 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
9072 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
9073 gdb.dwarf2/file1.txt: New files.
9074
a271cc33
OF
90752004-10-11 Orjan Friberg <orjanf@axis.com>
9076
a9c64011 9077 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
9078 of "run", since the latter doesn't work with remote targets. Adjust
9079 the breakpoint numbering accordingly.
9080 * gdb.threads/pthread_cond_wait.exp: Ditto.
9081
895ce074
MC
90822004-10-08 Michael Chastain <mec.gnu@mindspring.com>
9083
9084 * gdb.base/overlays.exp: Update copyright years.
9085
6be3092d
KI
90862004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
9087
9088 * gdb.base/overlays.exp: Disable if target is Linux.
9089
e05389b8
FL
90902004-10-06 Felix Lee <felix+log1@specifixinc.com>
9091
9092 * config/gdbserver.exp (gdb_load): Use right filename on remote.
9093
73cb587d
KI
90942004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
9095
9096 * gdb.asm/asm-source.exp: Add m32r-linux target.
9097 * gdb.asm/m32r-linux.inc: New file.
9098
3c0edcdc
AC
90992004-09-24 Andrew Cagney <cagney@redhat.com>
9100 David Anderson <anderson@redhat.com>
9101
9102 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
9103 command fails, assume things will work.
9104 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
9105 (_GNU_SOURCE): Define.
9106 (print_unsigned, print_hex): Change parameter to "long long".
9107 (print_byte_count): New function, use to print byte counts.
9108 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
9109 O_LARGEFILE.
9110 (main): Compute an upper bound on a corefile in max_core_size.
9111 Limit memory chunk size to max_core_size. Limit total memory
9112 allocated to max_core_size.
9113
4bb3667f
AC
91142004-09-23 Andrew Cagney <cagney@gnu.org>
9115
9116 * gdb.base/bigcore.exp: Replace the code that creates a corefile
9117 from a separate process with code that creates a corefile by
9118 making the inferior dump core.
9119
60fe1a51
MK
91202004-09-23 Mark Kettenis <kettenis@gnu.org>
9121
9122 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
9123 block.
9124
8e937346
MC
91252004-09-23 Michael Chastain <mec.gnu@mindspring.com>
9126
9127 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
9128 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
9129 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
9130 Likewise.
9131
7213f6d6
JJ
91322004-09-20 Jeff Johnston <jjohnstn@redhat.com>
9133
9134 * gdb.java/jprint.exp: New test case for java inferior call.
9135 * gdb.java/jprint.java: Ditto.
9136
eac69dca
JB
91372004-09-15 Joel Brobecker <brobecker@gnat.com>
9138
9139 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
9140
22227696
MC
91412004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9142
9143 * gdb.threads/killed.c: Include <stdlib.h>.
9144 * gdb.threads/pthreads.c: Likewise.
9145
7dd403a4
MC
91462004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9147
9148 * gdb.threads/killed.c: Add copyright notice.
9149
33f2d567
JM
91502004-09-10 Jason Molenda (jmolenda@apple.com)
9151
a9c64011
AS
9152 * gdb.base/define.exp: Two new tests to verify zero space chars
9153 after 'if' and 'while' commands in a user-defined command is correctly
9154 parsed.
33f2d567 9155
e05b62ac
AC
91562004-09-08 Andrew Cagney <cagney@gnu.org>
9157
9158 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
9159 delivery test with duplicate at end of file.
9160
9cbe82da
MK
91612004-09-06 Mark Kettenis <kettenis@jive.nl>
9162
9163 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
9164
564803d9
MC
91652004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9166
9167 * config/hppro.exp: Removed.
9168
7c6807ce
MC
91692004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9170
9171 * config/sparclet.exp: Removed.
9172
bf7e26dd
MC
91732004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9174
9175 * config/udi.exp: Removed.
9176
714e341b
MC
91772004-09-02 Michael Chastain <mec.gnu@mindspring.com>
9178
9179 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
9180 of "exp_continue".
9181 (advancei): Likewise.
9182
1236e623
JJ
91832004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9184
9185 * gdb.base/unload.exp: Fix so messages aren't duplicated.
9186
3bdcad15
MI
91872004-09-01 Manoj Iyer <manjo@austin.ibm.com>
9188
228af206 9189 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
9190 to check for nodebug in executable.
9191 * gdb.gdb/observer.exp (setup_test): Likewise.
9192 * gdb.gdb/selftest.exp (test_with_self): Likewise.
9193 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
9194
c72b934c
AC
91952004-09-01 Andrew Cagney <cagney@gnu.org>
9196
9197 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9198 files.
9199
edd9b715
JJ
92002004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9201
9202 * gdb.base/unload.exp: Fix expected warning message to match
9203 latest format.
9204
fb4ce06b
CV
92052004-09-01 Corinna Vinschen <vinschen@redhat.com>
9206
9207 * gdb.base/call-rt-st.exp: Fix typos.
9208
ce78e7c3
MI
92092004-08-31 Manoj Iyer <manjo@austin.ibm.com>
9210
9211 * gdb.threads/thread_check.exp: New testcase.
9212 * gdb.threads/thread_check.c: New testcase.
9213
2dedb159
AC
92142004-08-31 Andrew Cagney <cagney@gnu.org>
9215
9216 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
9217 (skip_to_handler_entry): New procedures. Test stepping into a
9218 handler when the breakpoint is at the handler's entry point.
9219
68f53502
AC
92202004-08-30 Andrew Cagney <cagney@gnu.org>
9221
9222 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
9223 gdb/1757.
9224
3e3ffd2b
MC
92252004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9226
9227 With code from Manoj Iyer <manjo@austin.ibm.com>:
9228 * lib/gdb.exp (gdb_file_cmd): Return more information in the
9229 return value. Add an arm for "no debugging symbols found".
9230 Change a stray "error" to "perror".
9231 (gdb_run_cmd): Adapt to new return value.
9232 * gdb.base/remote.exp: Adapt to new return value.
9233 * gdb.gdb/complaints.exp: Likewise.
9234 * gdb.gdb/observer.exp: Likewise.
9235 * gdb.gdb/selftest.exp: Likewise.
9236 * gdb.gdb/xfullpath.exp: Likewise.
9237
4b6f5fd2
JB
92382004-08-27 Joel Brobecker <brobecker@gnat.com>
9239
9240 * gdb.threads/bp_in_thread.exp: New testcase.
9241
e5b25496
MC
92422004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9243
9244 Fix PR testsuite/1735.
9245 * gdb.threads/schedlock.c (thread_function): Add a cast
9246 to suppress a gcc warning.
9247 * gdb.threads/thread-specific.c (thread_function): Likewise.
9248
934353d6
MC
92492004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9250
9251 * gdb.base/unload.c: Include <stdlib.h>.
9252
f98a0aef 92532004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 9254
f98a0aef 9255 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
9256 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
9257 synchronized after the "return".
9258
5a2e8882
MC
92592004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9260
9261 * gdb.mi/basics.c: Include <stdio.h>.
9262 * gdb.mi/pthreads.c: Include <stdlib.h>.
9263 * gdb.mi/var-cmd.c: Include <stdlib.h>.
9264
a9640423
MC
92652004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9266
9267 * gdb.threads/schedlock.c: Add copyright notice.
9268
b04e311d
AC
92692004-08-25 Andrew Cagney <cagney@gnu.org>
9270
9271 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
9272 (skip_over_handler, breakpoint_over_hander): New test procedures.
9273 (advance, advancei): Add a proper prefix, do not use
9274 rerun_to_main.
9275 * gdb.base/sigstep.c (main): Change to use an infinite loop.
9276
7c27f15b
MC
92772004-08-24 Michael Chastain <mec.gnu@mindspring.com>
9278
9279 * gdb.mi/basics.c: Add copyright notice.
9280 * gdb.mi/var-cmd.c: Add copyright notice.
9281
fffc87ae
MC
92822004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9283
9284 * lib/gdb.exp: Remove signed_keyword_not_used.
9285 * lib/compiler.c: Likewise.
9286 * lib/compiler.cc: Likewise.
9287
d782e0bf
MC
92882004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9289
9290 * gdb.base/whatis.c: Remove conditional disabling of "signed".
9291 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
9292
96033e83
MC
92932004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9294
9295 * gdb.base/whatis.c: Add copyright notice.
9296
cf38c229
MK
92972004-08-20 Mark Kettenis <kettenis@gnu.org>
9298
9299 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
9300 it to skip the breakpoints encoded in the inline assembly.
9301
f4b49756
MC
93022004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9303
9304 * Makefile.in: Add gdb.fortran.
9305
2f193b69
MC
93062004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9307
9308 * gdb.base/call-sc.exp (test_scalar_returns):
9309 Fix cut-and-paste glitch in "Make fun return now".
9310
89a237cb
MC
93112004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9312
9313 * configure.in: Add gdb.fortran.
9314 * configure: Regenerate.
9315 * gdb.fortran/Makefile.in: New file.
9316 * lib/gdb.exp (skip_fortran_tests): New procedure.
9317
469aff8e
MC
93182004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9319
9320 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
9321 reference to bug-gnu@prep.ai.mit.edu.
9322 * gdb.mi/mi-var-child.exp: Likewise.
9323 * gdb.mi/mi-var-cmd.exp: Likewise.
9324 * gdb.mi/mi-var-display.exp: Likewise.
9325 * gdb.mi/mi2-var-block.exp: Likewise.
9326 * gdb.mi/mi2-var-child.exp: Likewise.
9327 * gdb.mi/mi2-var-cmd.exp: Likewise.
9328 * gdb.mi/mi2-var-display.exp: Likewise.
9329
00b51b9f
MK
93302004-08-15 Mark Kettenis <kettenis@gnu.org>
9331
9332 * gdb.base/unload.c (main): Make local variable msg const.
9333
45f07fef
MC
93342004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9335
9336 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
9337 to bug-gnu@prep.ai.mit.edu.
9338 * gdb.mi/mi-disassemble.exp: Likewise.
9339 * gdb.mi/mi-eval.exp: Likewise.
9340 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
9341 default line number.
9342 * gdb.mi/mi-return.exp: Likewise.
9343 * gdb.mi/mi-simplerun.exp: Likewise.
9344 * gdb.mi/mi-stack.exp: Likewise.
9345 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
9346 number with explicit range test.
9347 * gdb.mi/mi-watch.exp: Likewise.
9348 * gdb.mi/mi2-break.exp: Likewise.
9349 * gdb.mi/mi2-cli.exp: Likewise.
9350 * gdb.mi/mi2-disassemble.exp: Likewise.
9351 * gdb.mi/mi2-eval.exp: Likewise.
9352 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
9353 default line number.
9354 * gdb.mi/mi2-return.exp: Likewise.
9355 * gdb.mi/mi2-simplerun.exp: Likewise.
9356 * gdb.mi/mi2-stack.exp: Likewise.
9357 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
9358 number with explicit range test.
9359 * gdb.mi/mi2-watch.exp: Likewise.
9360
dd8c8ee7
MC
93612004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9362
9363 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
9364 * gdb.cp/m-static.exp: Likewise.
9365 * gdb.cp/rtti.exp: Likewise.
9366
4e838464
MK
93672004-08-14 Mark Kettenis <kettenis@gnu.org>
9368
9369 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
9370
8d8cb839
EZ
93712004-08-14 Eli Zaretskii <eliz@gnu.org>
9372
9373 * ChangeLog: Prefix Local Variables with semi-colons and indent
9374 the reference to older ChangeLog files, to fix fontification in
9375 Emacs.
9376
deea8bb0
MC
93772004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9378
9379 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
9380 * gdb.mi/mi2-break.exp: Likewise.
9381
c3297504
MC
93822004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9383
9384 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
9385
25808999
MC
93862004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9387
9388 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
9389
226a8d71
MC
93902004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9391
9392 * gdb.cp/classes.exp: Remove unused declarations. Just let
9393 test names default instead of providing special names. Remove
9394 extraneous demangler test.
9395
37fdf854
JJ
93962004-08-12 Jeff Johnston <jjohnstn@redhat.com>
9397
9398 * gdb.base/unload.exp: New test for breakpoints in dynamically
9399 loaded libraries.
9400 * gdb.base/unload.c: Ditto.
9401 * gdb.base/unloadshr.c: Ditto.
9402
2d3a7986
MC
94032004-08-12 Michael Chastain <mec.gnu@mindspring.com>
9404
9405 * gdb.cp/classes.exp (test_ptype_class_objects): Call
9406 cp_test_ptype_class.
9407 (test_enums): Likewise.
9408
c72b934c
AC
94092004-08-10 Andrew Cagney <cagney@gnu.org>
9410
9411 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9412 files.
9413
cc503c8a
AC
94142004-08-10 Andrew Cagney <cagney@gnu.org>
9415
9416 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
9417 init_malloc call.
9418
902f2ccb
MC
94192004-08-10 Michael Chastain <mec.gnu@mindspring.com>
9420
9421 * ChangeLog: Add copyright notice. The notice is copied
9422 from emacs 21.3 top level ChangeLog.
9423
78c90502
MC
94242004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9425
9426 * lib/cp-support.exp: New file.
9427 * lib/cp-support.exp (cp_test_type_class): New function.
9428 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
9429 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
9430 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
9431 cp_test_ptype_class.
9432
88e5ea78
MC
94332004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9434
9435 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
9436 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9437 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
9438 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
9439 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
9440 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
9441 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
9442 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
9443 gdb.mi/mi2-watch.exp: Update copyright years.
9444
6a89fc9c
MK
94452004-08-09 Mark Kettenis <kettenis@gnu.org>
9446
9447 * gdb.base/sigaltstack.exp: Provide proper anchoring.
9448
1482e0de
MC
94492004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9450
9451 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
9452 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
9453 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
9454 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9455 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
9456 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
9457 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
9458 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9459 gdb.mi/mi-watch.exp: Update copyright years.
9460
1a5ce3f3
DJ
94612004-08-08 Daniel Jacobowitz <dan@debian.org>
9462
9463 PR gdb/1738
9464 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
9465 from a breakpoint with a pending signal.
9466
04f6ecf2
DJ
94672004-08-08 Daniel Jacobowitz <dan@debian.org>
9468
9469 PR gdb/1736
9470 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
9471 * gdb.base/sigaltstack.exp (finish_test): Consume output until
9472 the prompt.
9473 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
9474
54d90d35
DJ
94752004-08-08 Daniel Jacobowitz <dan@debian.org>
9476
9477 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
9478
d2f6abb0
DJ
94792004-08-08 Daniel Jacobowitz <dan@debian.org>
9480
9481 PR gdb/1736
9482 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
9483 for i?86-*-linux*.
9484
5598c03d
DJ
94852004-08-08 Daniel Jacobowitz <dan@debian.org>
9486
9487 * gdb.arch/i386-prologue.exp: Compile without debug information.
9488
c6fee705
MC
94892004-08-08 Michael Chastain <mec.gnu@mindspring.com>
9490
9491 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
9492 rather than asking gdb to search.
9493
dd90efdb
MC
94942004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9495
9496 * gdb.base/gcore.c: Include <string.h>.
9497
1e84bec1
MC
94982004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9499
9500 * gdb.base/gcore.c: Add copyright notice.
9501
e425eb2b
MC
95022004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9503
9504 * gdb.base/freebpcmd.c: Include <stdio.h>.
9505 * gdb.base/long_long.c: Include <string.h>.
9506 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
9507 * gdb.base/siginfo.c: Include <string.h>.
9508 * gdb.base/sigstep.c: Include <string.h>.
9509
cb9aaed5
MC
95102004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9511
9512 * gdb.base/complex.c: Include <stdlib.h>.
9513
55944f3d
MC
95142004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9515
9516 * gdb.base/complex.c: Add copyright notice.
9517
7b2953d9
MC
95182004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9519
9520 * gdb.base/charset.c: Include <stdlib.h>.
9521
c9133d23
MC
95222004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9523
9524 * gdb.base/auxv.c: Include <stdlib.h>.
9525
0a8490ad
MC
95262004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9527
9528 * gdb.base/auxv.c: Add copyright notice.
9529
3426d5ec
MC
95302004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9531
9532 * gdb.base/coremaker.c: Add copyright notice.
9533 * gdb.base/coremaker2.c: Add copyright notice.
9534
8da195dd
AC
95352004-08-04 Andrew Cagney <cagney@gnu.org>
9536
9537 * gdb.base/store.exp: Update copyright.
9538 (check_set, up_set, check_struct, up_struct): Add a prefix to test
9539 names, do not import gdb_prompt.
9540
8d394f98
AC
95412004-08-01 Andrew Cagney <cagney@gnu.org>
9542
9543 Fix PR testsuite/1729.
9544 * gdb.base/dump.exp: Add test name to callers of capture_value, do
9545 not use capture_value with value 4.
9546 (capture_value): Add optional test name parameter.
9547 (test_reload_saved_value, test_restore_saved_value): Use $msg as
9548 the prefix, pass to capture_value.
9549
b6702b23
MK
95502004-08-01 Mark Kettenis <kettenis@gnu.org>
9551
9552 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
9553 * gdb.arch/i386-prologue.c (standard): New prototype and function.
9554 (main): Call new function.
9555
c203e0ca
MC
95562004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9557
9558 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
9559
a7995a30
MC
95602004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9561
9562 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
9563
9366563b
MC
95642004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9565
b6eeaf26 9566 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
9567 Accept more values of vtbl pointer. Remove some messages
9568 about "obsolete gcc or gdb".
9569
2fc1f950
MC
95702004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9571
9572 * gdb.cp/classes.exp: Accept more varieties of ptype output.
9573
c724d49b
MC
95742004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9575
9576 * gdb.base/asm-source.exp: Properly convert target board
9577 debug flags from gcc format to binutils format.
9578
736b0fce
MK
95792004-07-28 Mark Kettenis <kettenis@gnu.org>
9580
9581 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
9582 gdb1718". PR backtrace/1718 partially fixed.
9583
5633ea5c
JJ
95842004-07-27 Jeff Johnston <jjohnstn@redhat.com>
9585
9586 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
9587
575eebb1
NC
95882004-07-26 Nick Clifton <nickc@redhat.com>
9589
9590 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
9591 good default value for a specific architecture is available then
9592 set it to that value. Otherwise default to the -gstabs switch.
9593 Remove the -g... switches from the asm-flags variable. Allow the
9594 target board info to override the value if it wants to. Pass the
9595 switch on the assembler command line.
9596
62104619
MK
95972004-07-23 Mark Kettenis <kettenis@gnu.org>
9598
9599 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
9600 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
9601 (main): Call new function.
9602
4a1135b8
MC
96032004-07-22 Michael Chastain <mec.gnu@mindspring.com>
9604
9605 Test for PR exp/1715.
9606 * gdb.base/radix.exp: Refactor common procedures. Make all
9607 test names unique. Change XFAIL to KFAIL.
9608
8a12c1f0
MC
96092004-07-20 Michael Chastain <mec.gnu@mindspring.com>
9610
9611 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
9612 * gdb.ada/gnat_ada.gin: ... to here.
9613 * configure.in: Use gnat_ada.gin.
9614 * configure: Regenerate.
9615
23b451cf
AC
96162004-07-20 Andrew Cagney <cagney@gnu.org>
9617
9618 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
9619 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
9620 XFAILs. Clean up test messages and comments. Check backtraces.
9621 Delete re-sync code.
9622
ab618a02
MC
96232004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9624
9625 Fix PR cli/740.
9626 * gdb.base/annota1.exp: Honor gdb,nosignals.
9627 * gdb.base/annota3.exp: Likewise.
9628
46dad340
MC
96292004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9630
9631 * lib/java.exp: Update copyright notice.
9632
756d8c70
AC
96332004-07-19 Andrew Cagney <cagney@gnu.org>
9634
9635 * gdb.base/selftest.exp: Copy file from here ...
9636 * gdb.gdb/selftest.exp: ... to here.
9637
586027e6
AC
96382004-07-16 Andrew Cagney <cagney@redhat.com>
9639
9640 * lib/insight-support.exp: Delete file.
9641 * lib/java.exp (java_init): Fix copyright.
9642
029d2200
AC
96432004-07-16 Andrew Cagney <cagney@gnu.org>
9644
9645 * gdb.base/restore.c: Append "prologue" to comments marking the a
9646 function's prologue.
9647 * gdb.base/restore.exp: Update copyright, re-indent.
9648 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
9649 callerN" prefix where needed. Update patterns that match a
9650 function's prologue.
9651
653b62c5
MC
96522004-07-16 Michael Chastain <mec.gnu@mindspring.com>
9653
9654 * gdb.base/restore.c: Add copyright notice.
9655
f7d690e5
AC
96562004-07-16 Andrew Cagney <cagney@gnu.org>
9657
9658 * gdb.base/logical.exp: Update copyright.
9659 (evaluate): New procedure. Use to re-implement tests using
9660 several tables.
9661
d629a7cb
MH
96622004-07-14 Martin Hunt <hunt@redhat.com>
9663
9664 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
9665 which fixes some problems where init.tcl was not found.
9666
9c7bb332
AC
96672004-07-13 Andrew Cagney <cagney@gnu.org>
9668
6bf46641
AC
9669 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
9670 (check_sizeof, check_valueof): Do not include the output in the
9671 test name. Use gdb_test.
9672 (get_valueof): Use gdb_test_multiple.
9673
c4ffd4c0
AC
9674 * gdb.base/step-test.exp: Update copyright. Use
9675 gdb_test_multiple. Ensure that test names do not include
9676 architecture dependent output.
9677
ab89363a
AC
9678 * gdb.gdb/observer.exp: Update copyright.
9679 (setup_test): Use gdb_test_multiple.
9680 (attach_first_observer, attach_second_observer)
9681 (attach_third_observer, detach_first_observer)
9682 (detach_second_observer, detach_third_observer)
9683 (reset_counters, check_counters): Make $message a prefix.
9684 (test_normal_stop_notifications): Add "args" parameter - a list of
9685 init functions to be called. Make $message a prefix,
9686 (test_observer_normal_stop): Change the message prefixes so that
9687 they are unique, pass the attach / detach procedures to
9688 test_normal_stop_notifications.
9689
ec58997a
AC
9690 * gdb.base/signull.exp (test_segv): Prefix all tests with
9691 "${name}". Clean up test messages.
9692
b475183b
AC
9693 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
9694
9c7bb332
AC
9695 * gdb.base/ena-dis-br.exp: Update copyright.
9696 (break_at): New function. Replace send_gdb with gdb_test,
9697 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
9698 ignore count, not stopped at bpt", with KFAIL.
9699
2dd95497
CV
97002004-07-13 Corinna Vinschen <vinschen@redhat.com>
9701
9702 * gdb.base/attach.exp: Remove cleanupfile handling.
9703
419e626b
AC
97042004-07-12 Andrew Cagney <cagney@gnu.org>
9705
9706 * gdb.base/annota1.exp: Cleanup corefile test name.
9707 * gdb.base/annota3.exp: Ditto.
9708
8b1b3228
AC
97092004-07-12 Andrew Cagney <cagney@gnu.org>
9710
78650829
AC
9711 * gdb.base/signals.exp: Clean up copyright, re-indent.
9712
8b1b3228
AC
9713 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
9714 gdb_test and gdb_test_multiple.
9715
935c2760
JJ
97162004-07-08 Jeff Johnston <jjohnstn@redhat.com>
9717
9718 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 9719 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
9720 provide line number info for first statement in main.
9721
1544280f
AC
97222004-07-08 Andrew Cagney <cagney@gnu.org>
9723
1279f4ff
AC
9724 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
9725
1544280f
AC
9726 * gdb.base/sigbpt.exp: Make the common part of each test name a
9727 prefix instead of suffix.
9728
bcc82369
BR
97292004-07-07 Bob Rossi <bob_rossi@cox.net>
9730
9731 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
9732 test from test_tbreak_creation_and_listing to
9733 test_file_list_exec_source_file
9734 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
9735 Changed name of test from test_tbreak_creation_and_listing to
9736 test_file_list_exec_source_file
9737
23f4b0aa
JJ
97382004-07-07 Jeff Johnston <jjohnstn@redhat.com>
9739
9740 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
9741 the jmisc() constructor instead of <init>.
9742 * gdb.java/jmisc1.exp: Ditto.
9743
56401cd5
AC
97442004-07-07 Andrew Cagney <cagney@gnu.org>
9745
9746 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
9747 corrupting the PC.
9748
44ae2f6a
MC
97492004-07-06 Michael Chastain <mec.gnu@mindspring.com>
9750
9751 * gdb.cp/templates.exp: Accept whitespace change in demangler
9752 output.
9753
45a83408
AC
97542004-07-06 Andrew Cagney <cagney@gnu.org>
9755
9756 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
9757
d205ad70
MC
97582004-07-02 Michael Chastain <mec.gnu@mindspring.com>
9759
9760 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
9761 * lib/compiler.cc: Likewise.
9762
06ea1a61
MC
97632004-06-30 Michael Chastain <mec.gnu@mindspring.com>
9764
9765 * lib/compiler.cc: Work around string preprocessing problem
9766 with old hp c++ compiler.
9767 * lib/compiler.c: Likewise.
9768
daab1251
CV
97692004-06-29 Corinna Vinschen <vinschen@redhat.com>
9770
9771 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
9772 directives to conditionalize symbol prefixing.
9773 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
9774 additional_flags handling. Add underscore prefix for Cygwin.
9775 * gdb.arch/i386-unwind.c: Use preprocessor directives to
9776 conditionalize symbol prefixing.
9777 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
9778 additional_flags handling. Add underscore prefix for Cygwin.
9779
cc984116
CV
97802004-06-29 Corinna Vinschen <vinschen@redhat.com>
9781
9782 * gdb.base/bigcore.exp: Skip test on Cygwin.
9783
c279b077
MC
97842004-06-28 Michael Chastain <mec.gnu@mindspring.com>
9785
9786 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
9787 formats for "info register". Use gdb_test_multiple. Fix
9788 the "invalid register" test.
9789
0e915747
CV
97902004-06-28 Corinna Vinschen <vinschen@redhat.com>
9791
9792 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
9793 PID for Cygwin. Add Cygwin specific strings to check for in some
9794 tests.
9795 (do_attach_tests): Add a test for user interaction when attaching
9796 to a process with no matching symbol table already loaded.
9797
11422c86
AC
97982004-06-26 Andrew Cagney <cagney@gnu.org>
9799
9800 Test PR java/1567 and PR java/1565.
9801 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
9802 * gdb.java/jmisc2.exp: Delete file.
9803
cefbce26
MC
98042004-06-26 Michael Chastain <mec.gnu@mindspring.com>
9805
9806 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
9807
e19f872c
CV
98082004-06-25 Corinna Vinschen <vinschen@redhat.com>
9809
9810 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
9811 attach process.
9812
d931ba3b
MC
98132004-06-23 Michael Chastain <mec.gnu@mindspring.com>
9814
9815 * gdb.cp/pr-1553.exp: Remove.
9816
aef68c48
MC
98172004-06-22 Michael Chastain <mec.gnu@mindspring.com>
9818
9819 * gdb.cp/pr-1553.cc: Remove.
9820 * gdb.cp/pr-1553.exp: Disable this test.
9821
8d5df71a
JB
98222004-06-20 Jim Blandy <jimb@redhat.com>
9823
a9c64011 9824 Fix PR testsuite/1680.
8d5df71a
JB
9825 * gdb.arch/i386-sse.exp: Properly quote curly braces in
9826 regular expressions.
9827
4ac6f39d
MC
98282004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9829
9830 Fix PR testsuite/1679.
9831 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
9832 Issue an UNSUPPORTED result instead.
9833
1b413552
JB
98342004-06-18 Jim Blandy <jimb@redhat.com>
9835
9836 * gdb.base/charset.exp: Only send a control-C if we see a new
9837 prompt and incomplete command.
9838
6daa6ebd
MC
98392004-06-18 Michael Chastain <mec.gnu@mindspring.com>
9840
9841 * gdb.cp/pr-574.cc: Add copyright notice.
9842
51fa4ae0
JB
98432004-06-17 Jim Blandy <jimb@redhat.com>
9844
9845 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
9846 cases where the regexp has no groups; this grabs random text from
9847 the previous test suite, whatever that was.
9848
8fea26c5
MC
98492004-06-17 Michael Chastain <mec.gnu@mindspring.com>
9850
9851 * gdb.cp/printmethod.cc: Add copyright notice.
9852
1e3aeb41
MC
98532004-06-16 Michael Chastain <mec.gnu@mindspring.com>
9854
9855 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
9856
9d9030bc
AC
98572004-06-16 Andrew Cagney <cagney@gnu.org>
9858
9859 * gdb.base/signull.c: Update copyright. Include <string.h>.
9860 (bowler): Replace data_pointer with data_read
9861 and data_write cases. Add code_descriptor case.
9862 (zero, desc): New array and pointer.
9863 (data, code): Change to simple pointers.
9864 * gdb.base/signull.exp: Fix probe pattern matching a function
9865 descriptor SIGSEGV. Replace data_pointer with data_read and
9866 data_write tests.
9867
acd4ad44
AC
98682004-06-16 Andrew Cagney <cagney@gnu.org>
9869
9870 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
9871
08fd625c
MC
98722004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9873
9874 * gdb.base/long_long.c: Add copyright notice.
9875
1903502c
MC
98762004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9877
9878 * gdb.base/long_long.exp: Remove reference to
9879 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
9880 to gdb_breakpoint and gdb_continue_to_breakpoint.
9881
83313cb1
JB
98822004-06-14 Jim Blandy <jimb@redhat.com>
9883
9884 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
9885 endian case.
9886
1bf404ef
AC
98872004-06-14 Andrew Cagney <cagney@gnu.org>
9888
9889 * gdb.base/gcore.exp (capture_command_output): Delete the always
9890 passing tests containing inferior values.
9891 * gdb.base/ending-run.exp: Do not include the breakpoint address
9892 in the test message. Update copyright.
9893 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
9894 size in the test name, use gdb_test_multiple. Update copyright.
9895
ef220b33
MC
98962004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9897
9898 * gdb.cp/ref-types.cc: Add copyright notice.
9899
4f70a4c9
MC
99002004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9901
9902 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
9903 hp_aCC_compiler.
9904 * lib/compiler.cc: Likewise.
9905 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
9906 'set' commands. Log diagnostics for other lines. Set
9907 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
9908
335928ac
MC
99092004-06-13 Michael Chastain <mec.gnu@mindspring.com>
9910
9911 * gdb.cp/try_catch.cc: Add copyright notice.
9912
2efb12e8
MC
99132004-06-12 Michael Chastain <mec.gnu@mindspring.com>
9914
9915 * gdb.cp/userdef.cc: Add copyright notice.
9916
0bbed51a
MC
99172004-06-11 Michael Chastain <mec.gnu@mindspring.com>
9918
9919 * gdb.cp/virtfunc.cc: Add copyright notice.
9920
e12a46c9
RC
99212004-06-11 Randolph Chung <tausq@debian.org>
9922
9923 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
9924 problem.
9925
338e05af
AC
99262004-06-10 Andrew Cagney <cagney@gnu.org>
9927
9928 * lib/compiler.cc, lib/compiler.c: Append either
9929 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
9930 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
9931 instead of gcc-3-3.
9932
dc3f10cb
AC
99332004-06-09 Andrew Cagney <cagney@gnu.org>
9934
b4d946af
AC
9935 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
9936 gdb/1455, bug is specific to "long long" and "double".
a9c64011 9937
dc3f10cb
AC
9938 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
9939 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
9940 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
9941 fixed.
9942
b5c0bfa2
AC
99432004-06-09 Andrew Cagney <cagney@gnu.org>
9944
9945 * gdb.base/structs.exp (test_struct_returns): Replace
9946 "return_value_unknown" and "finish_value_unknown" by
9947 "return_value_known" and "finish_value_known". Instead of
9948 "return_value_unknown" iff "finish_value_unknown", check
9949 "return_value_known" implies "finish_value_known".
9950
caeb605f
MH
99512004-06-08 Martin Hunt <hunt@redhat.com>
9952
9953 * gdb.base/float.exp: Add pattern for mips targets.
9954
c892bb64
RC
99552004-06-08 Randolph Chung <tausq@debian.org>
9956
9957 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
9958 message for unknown architectures more clear.
9959
48306d3e
JB
99602004-06-08 Joel Brobecker <brobecker@gnat.com>
9961
9962 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
9963 start the execution of the program.
9964
83ecb59f
JB
99652004-06-07 Jim Blandy <jimb@redhat.com>
9966
9967 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
9968 * gdb.arch/i386-cpuid.h: New helper file.
9969
55264cb4
RC
99702004-06-07 Randolph Chung <tausq@debian.org>
9971
9972 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
9973 has started.
9974
23cadb28
RM
99752004-06-04 Roland McGrath <roland@redhat.com>
9976
9977 Fix PR gdb/1647.
9978 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
9979 differently to be robust to output buffering differences.
9980
51d01eda
MC
99812004-06-04 Michael Chastain <mec.gnu@mindspring.com>
9982
9983 * gdb.threads/pthreads.exp: Update copyright years.
9984 (check_control_c): Change asynchronous 'after' to synchronous.
9985
f4fc3b93
RM
99862004-06-04 Roland McGrath <roland@redhat.com>
9987
9988 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
9989 next gdb prompt.
9990
4013522b
MC
99912004-06-02 Michael Chastain <mec.gnu@mindspring.com>
9992
9993 Fix PR gdb/1636.
9994 * gdb.threads/manythreads.exp: Change asynchronous 'after'
9995 calls to synchronous.
9996
7a8f1e6b
JB
99972004-05-26 Jim Blandy <jimb@redhat.com>
9998
9999 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
10000
81bb3443
RC
100012004-05-24 Randolph Chung <tausq@debian.org>
10002
10003 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
10004 * gdb.asm/pa.inc: New file.
10005
8f5a3103
MK
100062004-05-22 Mark Kettenis <kettenis@gnu.org>
10007
10008 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
10009
734b8fe8 100102004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 10011 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
10012
10013 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
10014 GDB prompt.
10015
725603e1
UW
100162004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10017
f4fc3b93 10018 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
10019 setjmp/longjmp. Use sigaction instead of signal.
10020
8b923272 100212004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 10022 Michael Snyder <msnyder@redhat.com>
8b923272
JB
10023
10024 * gdb.threads/pthread_cond_wait.c: New file.
10025 * gdb.threads/pthread_cond_wait.exp: New testcase.
10026
8bfabb04
AC
100272004-05-13 Andrew Cagney <cagney@redhat.com>
10028
10029 * gdb.base/signull.exp, gdb.base/signull.c: New files.
10030 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
10031
42edda50
AC
100322004-05-11 Andrew Cagney <cagney@redhat.com>
10033
10034 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
10035 fixed but revealed gdb/1639.
10036
d303a6c7
AC
100372004-05-10 Andrew Cagney <cagney@redhat.com>
10038
10039 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
10040 func1" and "next to 2nd alarm", kernel bug avoided.
10041
bf08c2a1
DJ
100422004-05-10 Daniel Jacobowitz <dan@debian.org>
10043
10044 PR external/1568
10045 * gdb.base/bigcore.exp: Check the size of the dumped core file.
10046 XFAIL if it is smaller than bytes_allocated.
10047 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
10048 (main): Make chunks_allocated unsigned. Correct comment.
10049
c0586a34
JB
100502004-05-07 Joel Brobecker <brobecker@gnat.com>
10051
10052 * gdb.arch/powerpc-aix-prologue.c: New file.
10053 * gdb.arch/powerpc-aix-prologue.exp: New file.
10054
f2785d12
JB
100552004-05-07 Jim Blandy <jimb@redhat.com>
10056
10057 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
10058 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
10059
bd7f6e30
JB
100602004-05-06 Joel Brobecker <brobecker@gnat.com>
10061
10062 * gdb.base/sep.exp: No longer setup_kfail when the program was
10063 built with dwarf2.
10064
0a5e7efe
JI
100652004-05-05 Jim Ingham <jingham@apple.com>
10066
10067 * gdb.base/pending.exp: Make sure pending breakpoints
10068 preserve the ignore count.
f4fc3b93 10069
a8958849
MK
100702004-04-27 Jerome Guitton <guitton@gnat.com>
10071
10072 * i386-prologue.exp: Add testcase for jump instruction as first
10073 instruction of the real code.
10074 * i386-prologue.c (jump_at_beginning): New function.
10075
7e103f5b
MK
100762004-04-28 Mark Kettenis <kettenis@gnu.org>
10077
10078 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
10079 x86_64-*-*.
10080
5d38b224
MK
100812004-04-28 Mark Kettenis <kettenis@gnu.org>
10082
10083 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
10084 i*86-*-*.
10085
0ef32fd9
MK
100862004-04-25 Mark Kettenis <kettenis@gnu.org>
10087
10088 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
10089 expression that checks the return type.
10090
71d7dd7c
AC
100912004-04-23 Andrew Cagney <cagney@redhat.com>
10092
10093 * gdb.base/call-sc.exp: New test of scalar call/return values.
10094 * gdb.base/call-sc.c: Ditto.
10095
1e9f977e
JJ
100962004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10097
10098 * gdb.threads/manythreads.c: Reduce thread stack size.
10099
899d9e3a
JJ
101002004-04-23 Jeff Johnston <jjohnstn@redhat.com>
10101
10102 * gdb.threads/manythreads.c: Add copyright notice.
10103
61bcae62
AC
101042004-04-23 Andrew Cagney <cagney@redhat.com>
10105
10106 * gdb.base/siginfo.exp: Better handle step out of signal.
10107 * gdb.base/sigstep.exp: Ditto.
10108
7339a42e 101092004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 10110 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
10111
10112 * gdb.threads/manythreads.c: New testcase.
10113 * gdb.threads/manythreads.exp: Ditto.
10114
5c98409b
JB
101152004-04-22 Jim Blandy <jimb@redhat.com>
10116
10117 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
10118 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
10119
3b611f1a
MC
101202004-04-21 Michael Chastain <mec.gnu@mindspring.com>
10121
10122 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
10123
f0fd9238
AC
101242004-04-21 Andrew Cagney <cagney@redhat.com>
10125
10126 * gdb.base/sigstep.c: New file.
10127 * gdb.base/sigstep.exp: New file.
10128
90990674
JB
101292004-04-16 Joel Brobecker <brobecker@gnat.com>
10130
10131 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
10132 call to observer_notify_normal_stop.
10133
78cef34b
AC
101342004-04-15 Andrew Cagney <cagney@redhat.com>
10135
10136 * gdb.base/siginfo.c: New file.
10137 * gdb.base/siginfo.exp: New file.
10138
d2343407
JB
101392004-04-12 J. Brobecker <brobecker@gnat.com>
10140
10141 * gdb.base/sep.exp: Fix typo in comment.
10142
a2dba3c8
JB
101432004-04-12 J. Brobecker <brobecker@gnat.com>
10144
10145 * gdb.base/sep.c: New file.
10146 * gdb.base/sep-proc.c: New file.
10147 * gdb.base/sep.exp: New testcase.
10148
15f7b60e
MK
101492004-04-09 Mark Kettenis <kettenis@gnu.org>
10150
10151 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
10152 support.
10153
44f4de1a
AC
101542004-04-05 Andrew Cagney <cagney@redhat.com>
10155
10156 * gdb.base/sigaltstack.c: New file.
10157 * gdb.base/sigaltstack.exp: New file.
10158
ef04f396
JB
101592004-04-04 Joel Brobecker <brobecker@gnat.com>
10160
10161 * gdb.base/foll-fork.exp: Update the expected output for
10162 "help set follow-fork-mode", to match a change that was made
10163 to the help of this variable on 2004-01-13.
10164
d40d2c92
JB
101652004-04-01 Joel Brobecker <brobecker@gnat.com>
10166
10167 * lib/ada.exp: Add copyright notice.
10168 * bar.ads: Likewise.
10169 * bar.adb: Likewise.
10170 * null_record.adb: Likewise.
10171 * null_record.exp: Likewise.
10172 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
10173
f86ef5a3
JB
101742004-04-01 Joel Brobecker <brobecker@gnat.com>
10175
10176 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
10177 * configure: Regenerate.
10178
414e70e3
JB
101792004-04-01 Joel Brobecker <brobecker@gnat.com>
10180
10181 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
10182 to build the application. Remove the message printed when in
10183 verbose mode, redundant with the UNSUPPORTED message above.
10184
f0aaee49
JB
101852004-03-31 Joel Brobecker <brobecker@gnat.com>
10186
10187 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
10188 * gdb.ada (null_record.exp): New testcase.
10189
ac81cb54
JB
101902004-03-31 Joel Brobecker <brobecker@gnat.com>
10191
10192 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
10193
854af2f7
JB
101942004-03-31 Joel Brobecker <brobecker@gnat.com>
10195
10196 * gdb.ada: New subdirectory.
10197 * gdb.ada/Makefile.in: New file.
10198 * gdb.ada/gnat_ada.gpr.in: New file.
10199
034cb681
JB
102002004-03-31 Joel Brobecker <brobecker@gnat.com>
10201
10202 * lib/ada.exp: New file.
10203
78a1a894
DJ
102042004-03-24 Daniel Jacobowitz <drow@mvista.com>
10205
10206 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
10207 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
10208
4b2b3b3e
AC
102092004-03-22 Andrew Cagney <cagney@redhat.com>
10210
10211 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
10212 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
10213 Problem identified by Ulrich Weigand.
10214
23c73aa3
DC
102152004-03-17 David Carlton <carlton@kealia.com>
10216
10217 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
10218 PR c++/826.
10219
d63a86f8
RM
102202004-03-16 Roland McGrath <roland@redhat.com>
10221
10222 * gdb.base/auxv.exp: New file.
10223 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
10224
0e02aa50
DC
102252004-03-12 David Carlton <carlton@kealia.com>
10226
10227 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
10228 * gdb.cp/pr-1553.cc: Ditto.
10229 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
10230 pass branch.
10231
c20b71be
MC
102322004-03-12 Michael Chastain <mec.gnu@mindspring.com>
10233
10234 * gdb.cp/templates.exp: Accept more template types.
10235
c7414a01
MC
102362004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10237
10238 From Corinna Vinschen with modifications.
10239 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
10240 local variable obj_with_enum.
10241 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
10242 results with obj_with_enum.
10243
ed69573c
MC
102442004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10245
10246 * gdb.cp/classes.cc: New file, copied from misc.cc.
10247 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
10248
28301461
MC
102492004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10250
10251 * gdb.cp/misc.cc: Add copyright notice.
10252
1198ecbe
DC
102532004-03-05 David Carlton <carlton@kealia.com>
10254
10255 * gdb.cp/rtti.exp: Add 'print *obj3' test.
10256 * gdb.cp/rtti.h: Update copyright.
10257 (namespace n2::n3): New.
10258 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
10259 (n2::n3::func3): New.
10260 (main): Call n2::n3::func3.
10261 * gdb.cp/rtti2.cc: Update copyright.
10262 (n2::create3): New.
10263
9e08c470
MK
102642004-03-04 Mark Kettenis <kettenis@gnu.org>
10265
10266 * gdb.asm/openbsd.inc: Fix typo.
10267
4bebc3aa
FF
102682004-03-03 Fred Fish <fnf@redhat.com>
10269
10270 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
10271 "val" instead of unused "size". Update copyright year.
10272
6ea9fb37
DJ
102732004-02-29 Daniel Jacobowitz <drow@mvista.com>
10274
10275 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
10276 to use unsigned char.
10277 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
10278 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
10279
23b23974
DJ
102802004-02-29 Daniel Jacobowitz <drow@mvista.com>
10281
10282 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
10283 line of output.
10284
7574fd53
DJ
102852004-02-28 Daniel Jacobowitz <drow@mvista.com>
10286
10287 * gdb.base/relocate.c (dummy): Initialize.
10288
a195357f
DJ
102892004-02-28 Daniel Jacobowitz <drow@mvista.com>
10290
10291 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
10292 a breakpoint at exit.
10293
72fd54a9
FF
102942004-02-27 Fred Fish <fnf@redhat.com>
10295
10296 * gdb.base/chng-syms.exp: Add expect condition to match failing
10297 case that isn't a timeout.
10298
b9d23137
AC
102992004-02-27 Andrew Cagney <cagney@redhat.com>
10300
10301 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
10302 support.
10303
15d208f6 103042004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 10305
15d208f6
FF
10306 * gdb.arch/gdb1431.c: Remove.
10307 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
10308 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
10309 of "until" incorrectly.
10310
98f9cd2d
JB
103112004-02-26 J. Brobecker <brobecker@gnat.com>
10312
10313 * gdb.cp/class2.cc (empty): New class.
10314 (refer): New function.
10315 (main): Declare an object of type empty and use it.
10316 * gdb.cp/class2.exp: Print the value of an object of type empty.
10317
9b50c11b
JJ
103182004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10319
10320 * gdb.base/langs.exp: Update query string to match the
10321 new nquery format used for pending breakpoints.
10322
0dcd613f
AC
103232004-02-26 Andrew Cagney <cagney@redhat.com>
10324
10325 Fix PR i18n/1570.
10326 * gdb.base/charset.c: Update copyright notice.
10327 (main, init_string): Remove the escape character '\e' tests.
10328 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
10329 * gdb.base/charset.exp (valid_host_charset): Ditto.
10330 * gdb.base/setvar.exp: Ditto.
10331
b8a56647
AC
103322004-02-24 Andrew Cagney <cagney@redhat.com>
10333
90d59e34
AC
10334 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
10335 mmapped data in core file" PASS and FAIL messages consistent.
10336
b8a56647
AC
10337 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
10338 setting a breakpoint. Work around PR java/1565.
10339
9f27c604
JJ
103402004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10341
10342 * lib/gdb.exp (gdb_breakpoint): Update query string to match
10343 new nquery format.
10344 * gdb.base/pending.exp: Ditto.
10345
3224a706
MK
103462004-02-22 Mark Kettenis <kettenis@gnu.org>
10347
10348 * configure.in: Run stabs tests on *BSD.
10349 * configure: Regenerated.
10350
41e0a9ca
MK
103512004-02-21 Mark Kettenis <kettenis@gnu.org>
10352
10353 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
10354
1e1b3428
FF
103552004-02-20 Fred Fish <fnf@redhat.com>
10356
10357 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
10358 blank in test for "returns short", for consistency with other
10359 "returns xxx" tests. Update copyright year.
10360
f9a7572a
FF
103612004-02-19 Fred Fish <fnf@redhat.com>
10362
10363 New testcase for PR breakpoint/1558.
10364 * gdb.arch/gdb1558.exp: New file.
10365 * gdb.arch/gdb1558.c: New file.
10366
b2ce2854
EZ
103672004-02-19 Elena Zannoni <ezannoni@redhat.com>
10368
10369 * gdb.base/nodebug.exp: Fix typo.
10370
e7c9ff01
JB
103712004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10372
10373 Committed by Jim Blandy <jimb@redhat.com>.
10374
62f4b920
JB
10375 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
10376
2db536a1
JB
10377 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
10378
e7c9ff01
JB
10379 * gdb.base/float.exp: Support s390*-*-* targets.
10380
f3205b34
AF
103812004-02-17 Adam Fedor <fedor@gnu.org>
10382
10383 * gdb.base/gdb1555.exp: New file.
10384 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
10385
9d62932d
EZ
103862004-02-17 Elena Zannoni <ezannoni@redhat.com>
10387
10388 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
10389
344c9711
FF
103902004-02-16 Fred Fish <fnf@redhat.com>
10391
10392 * gdb.arch/gdb1291.c: Remove
10393 * gdb.arch/gdb1291.s: New test input file.
10394 * gdb.arch/gdb1291.exp: Expand test to check case that should not
10395 fail. Test for correct result, known incorrect result, other
10396 failures and timeouts.
10397
2d822687
AC
103982004-02-16 Andrew Cagney <cagney@redhat.com>
10399
10400 * gdb.base/bigcore.exp: New file.
10401 * gdb.base/bigcore.c: New file.
10402
dac15b66
AC
104032004-02-13 Andrew Cagney <cagney@redhat.com>
10404
10405 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
10406 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
10407 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
10408 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
10409 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
10410 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
10411 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
10412 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
10413 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
10414 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
10415
6bdfc2c4
JJ
104162004-02-11 Jeff Johnston <jjohnstn@redhat.com>
10417
10418 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
10419 executed is an alloc instruction.
10420
87b3ede8
DC
104212004-02-11 David Carlton <carlton@kealia.com>
10422
10423 * gdb.cp/breakpoint.exp: New.
10424 * gdb.cp/breakpoint.cc: New.
10425
6e19e2bf
MC
104262004-02-11 Michael Chastain <mec.gnu@mindspring.com>
10427
10428 Partial fix for PR gdb/1543.
10429 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
10430 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
10431 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
10432 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
10433 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
10434 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
10435 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
10436 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
10437 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
10438 to bug-gdb@prep.ai.mit.edu .
10439 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
10440 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
10441 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
10442 Likewise.
10443
5c5455dc
AC
104442004-02-10 Andrew Cagney <cagney@redhat.com>
10445
10446 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
10447 using gdb_internal_error_resync.
10448
9cf689d7
DJ
104492004-02-09 Daniel Jacobowitz <drow@mvista.com>
10450
10451 * gdb.threads/thread-specific.exp: Stop early if no threads are
10452 found.
10453
d2dc51db
MC
104542004-02-09 Michael Chastain <mec.gnu@mindspring.com>
10455
10456 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
10457
14b1a056
DJ
104582004-02-08 Daniel Jacobowitz <drow@mvista.com>
10459
10460 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
10461 breakpoints.
10462
83f66e8f
DJ
104632004-02-07 Daniel Jacobowitz <drow@mvista.com>
10464
10465 * config/sim.exp (gdb_load): Handle $arg == "".
10466 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
10467 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
10468
30fc0091
EZ
104692004-02-07 Elena Zannoni <ezannoni@redhat.com>
10470
a9c64011
AS
10471 * gdb.base/maint.exp: Update test to reflect
10472 obstack changes.
30fc0091 10473
4d806929
JJ
104742004-02-04 Jeff Johnston <jjohnstn@redhat.com>
10475
10476 * gdb.base/pendshr.c (pendfunc): New function that calls
10477 pendfunc1.
10478 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
10479
7bfdd688
FF
104802004-02-04 Fred Fish <fnf@redhat.com>
10481
10482 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
10483 function symbols and update copyright years.
10484 * gdb.arch/gdb1291.c: Ditto.
10485
aaa08ee4
MC
104862004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10487
10488 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
10489
dbad7755
MC
104902004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10491
10492 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
10493
ec4646ef
MC
104942004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10495
10496 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
10497
1b802196
FF
104982004-02-02 Fred Fish <fnf@redhat.com>
10499
10500 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
10501 remote targets. Update copyright years.
10502
18fe2033
JJ
105032004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10504
10505 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
10506 support.
10507 * gdb.base/langs.exp: Fix test which attempts to create
10508 breakpoint on non-existent function to handle new pending
10509 support.
10510 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
10511 a breakpoint.
10512 * gdb.base/pending.exp: New test.
10513 * gdb.base/pending.c: New file.
10514 * gdb.base/pendshr.c: Ditto.
10515
8d577d32
DC
105162004-02-02 David Carlton <carlton@kealia.com>
10517
10518 * gdb.cp/overload.exp: Add overloadNamespace tests.
10519 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
10520 (overloadNamespace, XXX): New.
10521 (main): Call XXX::marker2.
10522
3ad13771
FF
105232004-02-01 Fred Fish <fnf@redhat.com>
10524
10525 * gdb.base/dump.exp: Use runto_main instead of "runto main".
10526 * gdb.base/finish.exp: Ditto.
10527 * gdb.base/gcore.exp: Ditto.
10528 * gdb.base/huge.exp: Ditto.
10529 * gdb.base/info-proc.exp: Ditto.
10530 * gdb.base/return2.exp: Ditto.
10531 * gdb.threads/gcore-thread.exp: Ditto.
10532
44c75849
DJ
105332004-02-01 Daniel Jacobowitz <drow@mvista.com>
10534
10535 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
10536
005bc093
MK
105372004-02-01 Mark Kettenis <kettenis@gnu.org>
10538
10539 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
10540 that opening the file succeeds on OpenBSD.
10541
c47cebdb
DJ
105422004-02-01 Daniel Jacobowitz <drow@mvista.com>
10543
10544 * gdb.threads/thread-specific.c: New file.
10545 * gdb.threads/threads-specific.exp: New test script.
10546 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
10547 to expect_out.
10548
5a01311c
MK
105492004-02-01 Mark Kettenis <kettenis@gnu.org>
10550
10551 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
10552 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
10553 only on the "print_small_structs from print_long_arg_list" test.
10554
ce22a4f1
DJ
105552004-02-01 Daniel Jacobowitz <drow@mvista.com>
10556
10557 * gdb.base/completion.exp: Kill a stray backslash.
10558
10559 From Jim Ingham <jingham@apple.com>:
10560 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
10561 agrees with the result from sending a tab.
10562
abbab9d3
DJ
105632004-01-31 Daniel Jacobowitz <drow@mvista.com>
10564
10565 * gdb.base/chng-syms.exp: Remove stray newline.
10566
53904d1e
MK
105672004-01-31 Mark Kettenis <kettenis@gnu.org>
10568
10569 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
10570 *-*-openbsd*.
10571 * gdb.asm/openbsd.inc: New file.
10572
3a4b3aac
MK
105732004-01-30 Mark Kettenis <kettenis@gnu.org>
10574
10575 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
10576 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
10577 *-*solaris2*. Remove commented out default settings for
10578 asm-flags. Replace gdb_compile with target_link.
10579
ebac27b4
MC
105802004-01-29 Michael Chastain <mec.gnu@mindspring.com>
10581
10582 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
10583 for all tests. Remove old hp-ux and cygnus xfail cases.
10584
d8679d84
PH
105852004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
10586
10587 * gdb.base/chng-syms.exp: New file.
10588 * gdb.base/chng-syms.c: New file.
10589
0a55bc22
MC
105902004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10591
10592 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
10593 Provide arms for current output in all my configurations.
10594
94b8e876
MC
105952004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10596
10597 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
10598 * lib/compiler.cc: Likewise.
10599 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
10600 get the right preprocessor. Eval the output directly. Remove
10601 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
10602 hp_f77_compiler and hp_f90_compiler completely.
10603 (gdb_preprocess): Delete.
10604 (get_compiler): Delete.
10605
7cf03d44
MK
106062004-01-24 Mark Kettenis <kettenis@gnu.org>
10607
10608 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
10609 <string.h>.
10610
68b6dce9
NR
106112004-01-24 Nick Roberts <nick@nick.uklinux.net>
10612
10613 * gdb.mi/mi-stack.exp: Update copyright.
10614
b368761e
DC
106152004-01-23 David Carlton <carlton@kealia.com>
10616
10617 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
10618 test for cp_lookup_transparent_type.
10619 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
10620 call them.
10621
f2061b53
DJ
106222004-01-23 Daniel Jacobowitz <drow@mvista.com>
10623
10624 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
10625 after -var-update.
10626
37fc574a
DC
106272004-01-23 David Carlton <carlton@kealia.com>
10628
10629 * gdb.cp/namespace.cc (C::ensureRefs): New.
10630 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
10631
8e94b928
NR
106322004-01-20 Nick Roberts <nick@nick.uklinux.net>
10633
10634 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
10635 case "-stack-list-locals 2".
10636 * gdb.mi/mi-var-child.exp: Test for case
10637 "-var-list-children --all-values NAME".
10638
997b0952
MC
106392004-01-18 Michael Chastain <mec.gnu@mindspring.com>
10640
10641 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
10642
52470da3
MK
106432004-01-18 Mark Kettenis <kettenis@gnu.org>
10644
7049b4b8
MK
10645 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
10646 used with gdb_test_multiple.
10647
52470da3
MK
10648 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
10649 read at address 0. This fixes PR testsuite/1504.
10650
da6012e5
DJ
106512004-01-18 Daniel Jacobowitz <drow@mvista.com>
10652
10653 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
10654 Remove downloading, guessing the host executable, the calls to
10655 gdb_file_cmd and gdb_target_cmd, and "load" support.
10656 (infer_host_exec): New function broken out from gdb_load.
10657 (gdb_load): New wrapper for gdbserver_gdb_load.
10658 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
10659 gdb_target_cmd. Use -target-select.
10660 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
10661 Download binaries to the host. Clear last_mi_remote_file when
10662 we load a new binary.
10663 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
10664 call gdbserver_gdb_load and mi_gdb_target_cmd.
10665
32c70722
MC
106662004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10667
10668 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
10669 type patterns.
10670
b0cecf36
MC
106712004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10672
10673 * gdb.cp/templates.exp: Fix typo in test name of
10674 "print Foo<volatile char*>::foo".
10675
4120d7e6
MC
106762004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10677
10678 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
10679
f679e530
BE
106802004-01-16 Ben Elliston <bje@wasabisystems.com>
10681
10682 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
10683 (clean mostlyclean): Remove empty rm.
10684
091c48f6
MC
106852004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10686
10687 * gdb.base/setvar.exp: Add copyright years.
10688
3e5fc8d2
DC
106892004-01-14 David Carlton <carlton@bactrian.org>
10690
10691 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
10692 PR c++/1511 and update coment.
10693 * gdb.cp/templates.exp: Update patterns to match current output.
10694 If changes involve something other than whitespace, KFAIL
10695 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
10696
63d06c5c
DC
106972004-01-14 David Carlton <carlton@kealia.com>
10698
10699 * gdb.cp/namespace.exp: Add tests involving classes defined within
10700 namespaces.
10701 * gdb.cp/namespace.cc (C::CClass): New.
10702 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
10703
a51dab88
EZ
107042004-01-14 Elena Zannoni <ezannoni@redhat.com>
10705
10706 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
10707 what debug info we have. Print a better message if something goes
10708 wrong while producing the separate debug info file.
10709
a476ccc9
MC
107102004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10711
10712 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
10713
f453692c
MC
107142004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10715
10716 * gdb.base/callfuncs.c: Add copyright notice.
10717
f40063a5
MC
107182004-01-13 Michael Chastain <mec.gnu@mindspring.com>
10719
10720 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
10721 inheritance. PR gdb/1498, PR gcc/13539.
10722
19ac3974
EZ
107232004-01-13 Elena Zannoni <ezannoni@redhat.com>
10724
a9c64011
AS
10725 * gdb.threads/gcore-thread.exp: Prefix name of binary with
10726 test specific name.
10727 * gdb.mi/gdb669.exp: Ditto.
10728 * gdb.mi/mi-pthreads.exp: Ditto.
10729 * gdb.mi/mi1-pthreads.exp: Ditto.
10730 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 10731
56c97c6e
MC
107322004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10733
10734 * gdb.cp/member-ptr.cc: Add copyright notice.
10735
a0644324
MC
107362004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10737
10738 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
10739 some patterns for recent versions of gcc and hpacc. Delete
10740 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
10741 Delete tests that access a NULL pointer-to-member-data. This
10742 script is still disabled for gcc.
10743
32fabe09
EZ
107442004-01-12 Elena Zannoni <ezannoni@redhat.com>
10745
10746 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 10747 escaped correctly.
32fabe09 10748
1f8a6abb
EZ
107492004-01-12 Elena Zannoni <ezannoni@redhat.com>
10750
10751 * gdb.base/sepdebug.exp: New file.
10752 * gdb.base/sepdebug.c: New file.
10753 * lib/gdb.exp (separate_debug_filename): New procedure.
10754 (gdb_gnu_strip_debug): New procedure.
10755
48efe704
AC
107562004-01-12 Andrew Cagney <cagney@redhat.com>
10757
10758 * gdb.mi/ChangeLog: Delete file. Renamed to ...
10759 * gdb.mi/ChangeLog-1999-2003: New file.
10760
a9415475
AC
107612004-01-12 Andrew Cagney <cagney@redhat.com>
10762
10763 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
10764 "Renaming a directory to a non-empty directory returns ENOTEMPTY
10765 or EEXIST", treat EBUSY as an XFAIL.
10766
83b8cf9d
MC
107672004-01-11 Michael Chastain <mec.gnu@mindspring.com>
10768
10769 * gdb.base/scope.exp: Remove obsolete setup_xfail for
10770 hp_cc_compiler.
10771
9939d2a8
MC
107722004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10773
10774 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
10775 decorations.
10776
1ff8cadf
MC
107772004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10778
10779 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
10780 and "(aCC)" decorations. Remove obsolete doco about old
10781 test results.
10782
6fa9022e
MC
107832004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10784
10785 * gdb.cp/exception.exp: Fix typo in doco.
10786
209721fe
MK
107872004-01-09 Mark Kettenis <kettenis@gnu.org>
10788
10789 * gdb.base/gdb1476.exp: Fix typo.
10790
ef11303e
MC
107912004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10792
10793 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
10794 file.
10795
041ab88c
MC
107962004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10797
10798 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
10799 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
10800 Use gdb_compile. Remove restriction on gcc. Add some patterns
10801 for recent version of gdb. Delete second half, which was a copy
10802 of the first half with different build flags. This test is
10803 still disabled because it is still not ready for production.
10804
e36d075a
MC
108052004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10806
10807 * gdb.cp/exception.cc: Add copyright notice.
10808 * gdb.cp/exception.exp: Add a notice that this file is broken
10809 because of line number changes caused by addition of copyright
10810 notice.
10811
42b190ad
MC
108122004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10813
10814 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
10815 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
10816
8f25f06b
MC
108172004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10818
10819 * gdb.cp/classes.exp: Accept gnu abi 2.
10820 * gdb.cp/derivation.exp: Likewise.
10821 * gdb.cp/overload.exp: Likewise.
10822 * gdb.cp/virtfunc.exp: Likewise.
10823
06ded8b8
MC
108242004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10825
10826 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
10827 semicolon after end of function.
10828
77c26ae3
MC
108292004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10830
10831 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
10832 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
10833 boilerplate code for compiling and running the program under
10834 test. Add some string method tests.
10835
20757486
MC
108362004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10837
10838 * gdb.cp/bs15503.cc: Add copyright notice.
10839 * gdb.cp/bs15503.exp: Adjust line number.
10840
0fd3b503
MC
108412004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10842
10843 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
10844 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
10845
10d1bea8
MC
108462004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10847
10848 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
10849 hp_cc_compiler.
10850
2789202a
MC
108512004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10852
10853 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
10854 * gdb.cp/ctti.exp: Use the marker instead of "next".
10855 With gcc, run further before bailing.
10856
b862f14c
MC
108572004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10858
10859 * gdb.cp/cttiadd.cc: Add copyright notice.
10860 * gdb.cp/cttiadd1.cc: Likewise.
10861 * gdb.cp/cttiadd2.cc: Likewise.
10862 * gdb.cp/cttiadd3.cc: Likewise.
10863
96da2469
MC
108642004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10865
10866 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
10867 Use gdb_test, gdb_test_multiple. Use floating-point values that
10868 have exact representations in IEEE-ish formats.
10869
053248ff
MC
108702004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10871
10872 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
10873 compilers. Delete duplicate call to get_compiler_info.
10874 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
10875 * gdb.base/volatile.exp: Likewise.
10876
84acecdd
MK
108772004-01-07 Mark Kettenis <kettenis@gnu.org>
10878
10879 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
10880 memory at address 0.
10881
fe11a27f
MC
108822004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10883
10884 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
10885 to test for hp-ux assembler. Fix copyright years.
10886
60ad077b
AC
108872004-01-07 Andrew Cagney <cagney@redhat.com>
10888
10889 * gdb.base/fileio.c (strerrno): Add "EBUSY".
10890
1c9b8f33
AC
108912004-01-07 Andrew Cagney <cagney@redhat.com>
10892
10893 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
10894 when creating the read-only file. From analysis by Roland McGrath
10895 and Elena Zannoni.
10896
753ccc7a
MC
108972004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10898
10899 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
10900
eca3e36b
MC
109012004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10902
10903 * gdb.base/cvexpr.c: Be type-safe with function pointers and
10904 data pointers.
10905
f8d4bac4
MC
109062004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10907
10908 * gdb.cp/m-static.exp: Compile one source file at a time.
10909 Delete unused call to get_compiler_info.
10910
9b4e0f94
MC
109112004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10912
10913 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
10914 * gdb.base/call-rt-st.exp: Likewise.
10915 * gdb.base/nodebug.exp: Likewise.
10916 * gdb.base/volatile.exp: Likewise.
10917 * gdb.cp/ref-types.exp: Likewise.
10918 * gdb.cp/templates.exp: Likewise.
10919
023c1024
MK
109202004-01-05 Mark Kettenis <kettenis@gnu.org>
10921
10922 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
10923
19703c4a
MC
109242004-01-05 Michael Chastain <mec.gnu@mindspring.com>
10925
10926 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
10927 hppa*-hp-hpux*.
10928
18b67037
MK
109292004-01-04 Mark Kettenis <kettenis@gnu.org>
10930
ba6219c8
MK
10931 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10932 x86_64-*-*.
10933
18b67037
MK
10934 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10935 sparc64-*-* and sparc*-solaris2*.
10936
1bfbbb9d
MK
109372004-01-04 Mark Kettenis <kettenis@gnu.org>
10938
10939 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
10940 return ${tests}" test. The ${tests} already mentions the
10941 filename.
10942
06846494
MC
109432004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10944
10945 * gdb.cp/local.exp: Accept gcc abi 2.
10946
3b0cb202
MC
109472004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10948
10949 * gdb.cp/templates.exp: Accept gcc abi 2.
10950
0643ec3f
MC
109512004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10952
10953 * lib/compiler.cc: Remove supports_template_debugging.
10954 * gdb.cp/templates.exp: Do not test supports_template_debugging.
10955
d231d0b1
MC
109562004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10957
10958 * gdb.cp/namespace.exp: Accept gcc abi 2.
10959
44ffb27c
MC
109602004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10961
10962 * gdb.cp/method.exp: Accept gcc abi 2.
10963
184ad485
MC
109642004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10965
10966 * gdb.cp/classes.exp: Generate identical results as old version.
10967 * gdb.cp/derivation.exp: Likewise.
10968 * gdb.cp/overload.exp: Likewise.
10969 * gdb.cp/virtfunc.exp: Likewise.
10970
116f09e7
MC
109712004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10972
10973 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
10974 mysterious bug with sourceware version of expect.
10975
b1379776
MC
109762004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10977
10978 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
10979 current versions of gcc, including gcc abi 2. Remove gratuitous
10980 restart of test program. Use gdb_test_multiple and gdb_test for
10981 all tests. Add patterns to xfail missing "const" in "const char *"
10982 and kfail PR gdb/1155.
10983
6b7a4c0e
MC
109842004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10985
10986 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
10987 current versions of gcc, including gcc abi 2. Remove gratuitous
10988 restart of test program. Use gdb_test_multiple and gdb_test for
10989 all tests. Add patterns to kfail PR gdb/1498.
10990
51615d72
MC
109912003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10992
10993 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
10994 current versions of gcc, including gcc abi 2. Use "breakpoint"
10995 and "continue" instead of restarting the target program. Use
10996 gdb_test_multiple and gdb_test for all tests.
10997
7b79a9d7
MK
109982004-01-01 Mark Kettenis <kettenis@gnu.org>
10999
11000 * gdb.asm/asm-source.exp: Update copyright year. Link statically
11001 for *-*-solaris2*.
11002
1cd3489f
MC
110032003-12-31 Michael Chastain <mec.gnu@mindspring.com>
11004
11005 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
11006 current versions of gcc, including gcc abi 2. Use "breakpoint"
11007 and "continue" instead of restarting the target program several
11008 times. Use gdb_test_multiple and gdb_test for all tests.
11009
850742db
MC
110102003-12-18 Michael Chastain <mec.gnu@mindspring.com>
11011
11012 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
11013 source files.
11014
eb4bbda8
MC
110152003-12-16 Michael Chastain <mec.gnu@mindspring.com>
11016
11017 * gdb.base/environ.exp: Handle compiling test case from multiple
11018 source files.
11019
e42c7771
MC
110202003-12-16 Michael Chastain <mec.gnu@mindspring.com>
11021
11022 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
11023
80e4b428
JB
110242003-12-17 Jim Blandy <jimb@redhat.com>
11025
5f06973a
JB
11026 * gdb.base/freebpcmd.c: Add copyright notice.
11027
80e4b428
JB
11028 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
11029
0ab84fb7
MC
110302003-12-16 Michael Chastain <mec.gnu@mindspring.com>
11031
11032 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
11033
1b3bb3d0
JB
110342003-12-13 Jim Blandy <jimb@redhat.com>
11035
11036 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
11037
3a4c9371
KB
110382003-12-12 Kevin Buettner <kevinb@redhat.com>
11039
11040 * gdb.asm/frv.inc: New file.
11041 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
11042
a1dea79a
FF
110432003-12-09 Fred Fish <fnf@redhat.com>
11044
11045 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
11046 functions to break1.c and leave prototypes behind. Add more
11047 "set breakpoint NN here" comments.
11048 * gdb.base/break1.c: New file.
11049
11050 * gdb.base/break.exp: Handle compiling test case from multiple
11051 source files and change source file references as needed.
11052 * gdb.base/completion.exp: Ditto.
11053 * gdb.base/condbreak.exp: Ditto.
11054 * gdb.base/define.exp: Ditto.
11055 * gdb.base/ena-dis-br.exp: Ditto.
11056 * gdb.base/info-proc.exp: Ditto.
11057 * gdb.base/maint.exp: Ditto.
11058 * gdb.base/until.exp: Ditto.
11059
11060 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
11061 hardcoded line numbers.
11062 * gdb.base/define.exp: Ditto.
11063 * gdb.base/ena-dis-br.exp: Ditto.
11064 * gdb.base/maint.exp: Ditto.
11065 * gdb.base/until.exp: Ditto.
11066
11067 * gdb.base/completion.exp: Use "break1" for completion tests since
11068 "break" is no longer a unique prefix.
11069
5266b69c
AC
110702003-12-06 Andrew Cagney <cagney@redhat.com>
11071
11072 * gdb.base/structs.exp (test_struct_returns): When applicable, set
11073 "return_value_unimplemented". When an unimplemented struct return
11074 architecture, report incorrect values as a KFAIL
11075
374451f0
MC
110762003-12-05 Michael Chastain <mec.gnu@mindspring.com>
11077
11078 * gdb.cp/rtti.exp: Accept new wording of warning from
11079 cp_lookup_rtti_type.
11080
ba9b20a7
MC
110812003-12-05 Michael Chastain <mec.gnu@mindspring.com>
11082
11083 Partial fix for PR testsuite/1456.
11084 * gdb.base/scope.exp (test_at_main): Replace references to
11085 gcc_compiled with calls to test_compiler_info.
11086 (test_at_foo): Likewise.
11087 (test_at_bar): Likewise.
11088
b74b6d0b
MC
110892003-12-04 Michael Chastain <mec.gnu@mindspring.com>
11090
11091 Partial fix for PR testsuite/1456.
11092 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
11093 to test_compiler_info.
11094
ccfa3402
MC
110952003-12-03 Michael Chastain <mec.gnu@mindspring.com>
11096
11097 * gdb.base/so-impl-ld.exp: Update copyright notice.
11098
f6246aba
MC
110992003-12-02 Michael Chastain <mec.gnu@mindspring.com>
11100
11101 Partial fix for PR testsuite/1456.
11102 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
11103 to test_compiler_info.
11104
13ae734a
MC
111052003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11106
11107 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
11108 from current versions of gdb. Clean up regular expressions.
11109 Delete redundant timeout case.
11110
d8e1cdee
MC
111112003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11112
11113 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
11114 from current versions of gdb. Clean up regular expressions.
11115 Delete redundant timeout case.
11116
96457b64
MC
111172003-12-01 Michael Chastain <mec.gnu@mindspring.com>
11118
11119 Partial fix for PR testsuite/1456.
11120 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
11121 gcc_compiled with call to test_compiler_info.
11122
f35309fc
MC
111232003-11-30 Michael Chastain <mec.gnu@mindspring.com>
11124
11125 Partial fix for PR testsuite/1456.
11126 * gdb.base/list.exp (test_list_function): Delete unused declaration
11127 of gcc_compiled.
11128
d7afdf9b
MC
111292003-11-29 Michael Chastain <mec.gnu@mindspring.com>
11130
11131 Partial fix for PR testsuite/1456.
11132 * gdb.base/complex.exp: Replace reference to gcc_compiled with
11133 call to test_compiler_info.
11134
71507b56
MK
111352003-11-29 Mark Kettenis <kettenis@gnu.org>
11136
11137 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
11138 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
11139 it to create the appropriate note.inc.
11140 * gdb.asm/asmsrc1.s: Include "note.inc".
11141 * gdb.asm/netbsd.inc: New file.
11142 * gdb.asm/empty.inc: New file.
11143
f81f93f7
MC
111442003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11145
11146 Partial fix for PR testsuite/1456.
11147 * gdb.base/constvars.exp: Replace references to gcc_compiled with
11148 calls to test_compiler_info.
11149
9a77938e
MC
111502003-11-27 Michael Chastain <mec.gnu@mindspring.com>
11151
11152 Partial fix for PR testsuite/1456.
11153 * gdb.base/volatile.exp: Replace references to gcc_compiled with
11154 calls to test_compiler_info.
11155
e8367dc7
MK
111562003-11-27 Mark Kettenis <kettenis@gnu.org>
11157
11158 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
11159 pattern for the KFAILs.
11160
526c61ee
AF
111612003-11-25 Adam Fedor <fedor@gnu.org>
11162
11163 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
11164 * gdb.objc/objcdecode.m: New file.
11165
28f2d600
AF
111662003-11-25 Adam Fedor <fedor@gnu.org>
11167
11168 * gdb.objc/nondebug.exp: Test for PR objc/1236.
11169 * gdb.objc/nondebug.m: New file.
11170
a3895cee
BE
111712003-11-26 Ben Elliston <bje@wasabisystems.com>
11172
11173 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11174 NetBSD as it does on FreeBSD. Modelled on a similar change by
11175 Mark Kettenis on 2003-05-30.
11176 (link-flags): Set to "--entry _start" regardless of target.
11177 Special linker flags are to be appended to $link-flags.
11178 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
11179
c9f2c8a3
MC
111802003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11181
11182 * gdb.cp/method.exp: Accept output of new demangler.
11183
15a0587a 111842003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
11185
11186 * gdb/class2.exp: New file.
11187 * gdb/class2.cc: New file.
11188
3c00b570
MC
111892003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11190
11191 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
11192 of new demangler.
11193
7027acc7
MK
111942003-11-23 Mark Kettenis <kettenis@gnu.org>
11195
11196 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
11197 of gdb_test "run".
11198
b0e1598a
MK
111992003-11-23 Mark Kettenis <kettenis@gnu.org>
11200
11201 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
11202 "continue" into "run".
11203
4d9eda44
MC
112042003-11-23 Michael Chastain <mec.gnu@mindspring.com>
11205
11206 Partial fix for PR testsuite/1456.
11207 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
11208 call to test_compiler_info.
11209 * gdb.cp/ctti.exp: Likewise.
11210 * gdb.cp/derivation.exp: Likewise.
11211 * gdb.cp/member-ptr.exp: Likewise.
11212 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
11213 reference to gcc_compiled.
11214
112152003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
11216
11217 Fix PR testsuite/1463.
11218 * gdb.base/structs.exp (start_structs_test): Call
11219 get_debug_format before using the debug format.
11220
d422fe19
AC
112212003-11-22 Andrew Cagney <cagney@redhat.com>
11222
11223 * lib/gdb.exp (gdb_test_multiple): Add simple example.
11224 * gdb.base/structs.exp: Use gdb_test_multiple.
11225
039cf96d
AC
112262003-11-20 Andrew Cagney <cagney@redhat.com>
11227
6882279b
AC
11228 * gdb.base/structs.exp: Handle and recover from internal errors.
11229 Replace "foo${n}" with "foo<n>" in test messages.
11230
e53890ae
AC
11231 * gdb.base/structs.exp: Update copyright. Rewrite.
11232 * gdb.base/structs.c: Update copyright. Rewrite.
11233
2b211c59
AC
11234 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
11235 resync count exceeded.
d63a86f8 11236
039cf96d
AC
11237 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
11238 from the internal error.
11239 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
11240 Original from Jim Blandy.
11241 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 11242
eac98b22
AC
112432003-11-19 Andrew Cagney <cagney@redhat.com>
11244
11245 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
11246 KFAIL.
11247
67455b2a
MK
112482003-11-17 Mark Kettenis <kettenis@gnu.org>
11249
11250 New testcase for PR backtrace/1435.
11251 * gdb.arch/i386-unwind.exp: New file.
11252 * gdb.arch/i386-unwind.c: New file.
11253
853d6e5b
AC
112542003-11-17 Andrew Cagney <cagney@redhat.com>
11255
11256 * lib/gdb.exp (compiler_info): New global.
11257 (test_compiler_info): New function.
11258 (get_compiler_info): Set compiler_info.
11259 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
11260 "compiler_info" to gcc-<major>-<minor>.
11261
38cf6e11
MC
112622003-11-15 Michael Chastain <mec.gnu@mindspring.com>
11263
11264 * gdb.trace/configure: Remove.
11265
a50d3602
EZ
112662003-11-13 Elena Zannoni <ezannoni@redhat.com>
11267
11268 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 11269 breakpoints.
a50d3602
EZ
11270 * gdb.base/break.exp: Remove all references to explicit line
11271 numbers.
11272
d9407aaa
NC
112732003-11-11 Nick Clifton <nickc@redhat.com>
11274
11275 * gdb.base/shreloc.exp: Do not run for targets which do not
11276 support shared objects.
11277
db488fc1
CV
112782003-11-10 Corinna Vinschen <vinschen@redhat.com>
11279
11280 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
11281 Don't run tests if nofileio flag is given.
11282
6a90a18e
EZ
112832003-11-07 Elena Zannoni <ezannoni@redhat.com>
11284
11285 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 11286 as well as 'Watchpoint'.
6a90a18e 11287
0b915e9c
EZ
112882003-11-06 Elena Zannoni <ezannoni@redhat.com>
11289
11290 Reported by Jim Ingham <jingham@apple.com>:
11291 * gdb.base/annota1.exp: Match at least one occurrence of the
11292 signal handler annotation.
11293
d7e4b55f
EZ
112942003-11-06 Elena Zannoni <ezannoni@redhat.com>
11295
a9c64011
AS
11296 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
11297 as well as 'Watchpoint'.
d7e4b55f 11298
2fe4e8d0
MC
112992003-11-05 Michael Chastain <mec@shout.net>
11300
11301 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
11302
6ef88553
KW
113032003-11-03 Kris Warkentin <kewarken@qnx.com>
11304
11305 * gdb.arch/gdb1291.c: New test file.
11306 * gdb.arch/gdb1291.exp: New test script.
11307 * gdb.arch/gdb1431.c: New test file.
11308 * gdb.arch/gdb1431.exp: New test script.
11309
ae7dc4d8
MC
113102003-10-22 Michael Chastain <mec@shout.net>
11311
11312 * gdb.mi/pthreads.c: Add copyright notice.
11313
c39d7427
MC
113142003-10-22 Michael Chastain <mec@shout.net>
11315
11316 * gdb.threads/pthreads.c: Add copyright notice.
11317
8b7d96c1
MC
113182003-10-20 Michael Chastain <mec@shout.net>
11319
11320 * gdb.base/gdb1056.exp: New test script.
11321
d1d69fdd
DJ
113222003-10-13 Daniel Jacobowitz <drow@mvista.com>
11323
11324 * gdb.threads/killed.exp: Use gdb_run_cmd.
11325
7d605576
DJ
113262003-10-13 Daniel Jacobowitz <drow@mvista.com>
11327
11328 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
11329 create a core file.
11330 * gdb.threads/gcore-thread.exp: Likewise.
11331
618ec112
CV
113322003-10-13 Corinna Vinschen <vinschen@redhat.com>
11333
11334 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
11335 type, based on char type.
11336 (struct bit_flags_short_t): New bitfield type, based on short type.
11337 (init_bit_flags_char): New fuction.
11338 (init_bit_flags_short): Ditto.
11339 (print_bit_flags_char): Ditto.
11340 (print_bit_flags_short): Ditto.
11341 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
11342
9367a73c
MC
113432003-10-11 Michael Chastain <mec@shout.net>
11344
11345 * gdb.base/call-rt-st.exp: Update copyright year.
11346
1decf120
KI
113472003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
11348
11349 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
11350 * gdb.disasm/sh3.s: Ditto.
11351
5445b2ae
DJ
113522003-10-07 Daniel Jacobowitz <drow@mvista.com>
11353
11354 * gdb.threads/switch-threads.exp: New test.
11355 * gdb.threads/switch-threads.c: New source file.
11356
aec24853
CV
113572003-10-07 Corinna Vinschen <vinschen@redhat.com>
11358
11359 * gdb.base/ending-run.exp: Add sh specific case.
11360
adc7428d
AC
113612003-10-06 Andrew Cagney <cagney@redhat.com>
11362
11363 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
11364 * gdb.disasm/mn10200.exp: Delete obsolete file.
11365
c9d37158
DJ
113662003-09-29 Daniel Jacobowitz <drow@mvista.com>
11367
11368 * ChangeLog: Correct an entry command.exp -> commands.exp.
11369 * gdb.base/commands.exp (bp_deleted_in_command_test)
11370 (temporary_breakpoint_commands): Check noargs.
11371
79c2c32d
DC
113722003-09-25 David Carlton <carlton@kealia.com>
11373
11374 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
11375 of some print tests, where appropriate. Add tests for C::D::cd,
11376 E::ce, F::cXfX, G::XgX.
11377 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
11378
594e6d67
RE
113792003-09-25 Richard Earnshaw <rearnsha@arm.com>
11380
11381 * lib/java.exp (java_init): Import target_alias before using it.
11382
10f0d451
DC
113832003-09-25 David Carlton <carlton@kealia.com>
11384
11385 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
11386
274bcba0
EZ
113872003-09-23 Elena Zannoni <ezannoni@redhat.com>
11388
d63a86f8 11389 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 11390 weirdness.
274bcba0 11391
cdbf20f7
MC
113922003-09-17 Michael Chastain <mec@shout.net>
11393
11394 * gdb.cp/gdb1355.exp: New file.
11395 * gdb.cp/gdb1355.c: New file.
11396
71e06f80
CV
113972003-09-15 Corinna Vinschen <vinschen@redhat.com>
11398
11399 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
11400 * gdb.asm/sh.inc: New file.
11401
5c4e30ca
DC
114022003-09-11 David Carlton <carlton@kealia.com>
11403
bd45b7af
DC
11404 * gdb.cp/namespace.exp: Add tests for namespace types.
11405 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
11406 (test_namespace): New.
11407
1c199746
EZ
114082003-09-11 Elena Zannoni <ezannoni@redhat.com>
11409
a9c64011 11410 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 11411 * gdb.stabs/weird.exp: Ditto.
1c199746 11412
04ed252f
MC
114132003-09-08 Michael Chastain <mec@shout.net>
11414
11415 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
11416
d8a2d9e7
MC
114172003-09-07 Michael Chastain <mec@shout.net>
11418
11419 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
11420 'parse error'.
11421
161afb24
MK
114222003-09-07 Mark Kettenis <m.kettenis@osp.nl>
11423
11424 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
11425
49f2741a
MC
114262003-08-30 Michael Chastain <mec@shout.net>
11427
11428 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
11429 * gdb.gdb/observer.exp: Ditto.
11430 * gdb.gdb/xfullpath.exp: Ditto.
11431
8afa723e
MK
114322003-08-29 Mark Kettenis <kettenis@gnu.org>
11433
11434 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
11435 *-*-*bsd*.
11436
f31dfe3b
JJ
114372003-08-28 Jeff Johnston <jjohnstn@redhat.com>
11438
11439 * gdb.base/dump.exp: Skip for ia64.
11440
4630e498
JJ
114412003-08-25 Jeff Johnston <jjohnstn@redhat.com>
11442
11443 * gdb.asm/asm-source.exp: Add ia64 support.
11444 * gdb.asm/ia64.inc: New file.
11445
1105b7ef
MC
114462003-08-22 Michael Chastain <mec@shout.net>
11447
11448 * gdb.cp: New directory.
11449 * gdb.cp/*: Copy from gdb.c++/*.
11450 * gdb.c++/*: Remove.
11451 * Makefile.in: Change gdb.c++ to gdb.cp.
11452 * configure.in: Ditto.
11453 * configure: Regnerate.
11454
c945b932
MK
114552003-08-18 Mark Kettenis <kettenis@gnu.org>
11456
11457 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
11458 * gdb.arch/i386-prologue.c (gdb1338): Add function.
11459
2b66634b
DJ
114602003-08-17 Daniel Jacobowitz <drow@mvista.com>
11461
11462 * mi-var-display.exp (-var-list-children weird): Accept function
11463 pointers with argument types.
11464 * mi1-var-display.exp (-var-list-children weird): Likewise.
11465 * mi2-var-display.exp (-var-list-children weird): Likewise.
11466
a356f73b
DJ
114672003-08-17 Daniel Jacobowitz <drow@mvista.com>
11468
11469 * gdb.base/annota3.exp: Add missing newline.
11470
483417b8
MC
114712003-08-06 Michael Chastain <mec@shout.net>
11472
11473 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
11474
c99c59c3
MS
114752003-08-12 Michael Snyder <msnyder@redhat.com>
11476
11477 * gdb.base/float.exp: Add test for SH.
11478
55ed7501
MK
114792003-08-10 Mark Kettenis <kettenis@gnu.org>
11480
11481 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
11482
1a371f2e
EZ
114832003-08-07 Elena Zannoni <ezannoni@redhat.com>
11484
11485 * gdb.base/completion.exp: Remove reduntant completion test
11486 on filename.
11487
e0f353ce
EZ
114882003-08-07 Elena Zannoni <ezannoni@redhat.com>
11489
a9c64011
AS
11490 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
11491 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
11492 gdb.trace/save-trace.exp: Make sure that full pathnames are
11493 escaped correctly.
e0f353ce 11494
5710a1af 114952003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 11496
a9c64011
AS
11497 * configure.in: Don't generate config.h from config.hin.
11498 * configure: Regenerate.
11499 * config.hin: Remove file.
11500 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
11501 * gdb.threads/pthreads.c: Ditto.
5710a1af 11502
dcd81ce9
DJ
115032003-08-07 Daniel Jacobowitz <drow@mvista.com>
11504
11505 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11506 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
11507 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
11508 Replace ld24 with seth/add3.
11509
6009d884
AC
115102003-08-02 Andrew Cagney <cagney@redhat.com>
11511
11512 * gdb.base/annota3.exp: New file.
11513 * gdb.base/annota3.c: New file.
11514 * gdb.c++/annota3.exp: New file.
11515 * gdb.c++/annota3.cc: New file.
11516
51514e06
MC
115172003-07-29 Michael Chastain <mec@shout.net>
11518
11519 * gdb.threads/tls.c (spin): Check errno only if sem_wait
11520 actually failed.
11521 (do_pass): Likewise.
11522 * gdb.threads/tls.exp: Always initialize no_of_threads.
11523
4ee6625b
DJ
115242003-07-27 Daniel Jacobowitz <drow@mvista.com>
11525
11526 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
11527 pattern.
11528 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
11529 * gdb.threads/tls.exp: Recognize one case of the host library not
11530 supporting TLS.
11531
225f2bf6
AC
115322003-07-27 Andrew Cagney <cagney@redhat.com>
11533
11534 * gdb.base/fileio.exp: Use SH when running commands using
11535 remote_exec.
11536
bcb27c9f
DJ
115372003-07-24 Daniel Jacobowitz <drow@mvista.com>
11538
11539 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11540 * gdb.base/relocate.c (dummy): New padding array.
11541
3d67be83
MS
115422003-07-22 Michael Snyder <msnyder@redhat.com>
11543
d63a86f8 11544 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
11545
11546 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
11547 patterns to be more general, accepting old and new output.
11548 Some output chars (such as '+') also must be quoted.
d63a86f8 11549 Some addresses are displayed numerically instead of
3d67be83
MS
11550 symbolically.
11551
57ba3b85
MS
115522003-07-23 Michael Snyder <msnyder@redhat.com>
11553
686d097c
MS
11554 * gdb.base/return2.exp: Don't test long-long return.
11555
57ba3b85
MS
11556 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
11557 * gdb.disasm/t01_mov.exp: Ditto.
11558 * gdb.disasm/t02_mova.s: Ditto.
11559 * gdb.disasm/t02_mova.exp: Ditto.
11560 * gdb.disasm/t03_add.s: Ditto.
11561 * gdb.disasm/t03_add.exp: Ditto.
11562 * gdb.disasm/t04_sub.s: Ditto.
11563 * gdb.disasm/t04_sub.exp: Ditto.
11564 * gdb.disasm/t05_cmp.s: Ditto.
11565 * gdb.disasm/t05_cmp.exp: Ditto.
11566 * gdb.disasm/t06_ari2.s: Ditto.
11567 * gdb.disasm/t06_ari2.exp: Ditto.
11568 * gdb.disasm/t07_ari3.s: Ditto.
11569 * gdb.disasm/t07_ari3.exp: Ditto.
11570 * gdb.disasm/t08_or.s: Ditto.
11571 * gdb.disasm/t08_or.exp: Ditto.
11572 * gdb.disasm/t09_xor.s: Ditto.
11573 * gdb.disasm/t09_xor.exp: Ditto.
11574 * gdb.disasm/t10_and.s: Ditto.
11575 * gdb.disasm/t10_and.exp: Ditto.
11576 * gdb.disasm/t11_logs.s: Ditto.
11577 * gdb.disasm/t11_logs.exp: Ditto.
11578 * gdb.disasm/t12_bit.s: Ditto.
11579 * gdb.disasm/t12_bit.exp: Ditto.
11580 * gdb.disasm/t13_otr.s: Ditto.
11581 * gdb.disasm/t13_otr.exp: Ditto.
11582
e00759ef
EZ
115832003-07-22 Elena Zannoni <ezannoni@redhat.com>
11584
11585 * gdb.threads/tls.exp :Add kfail for 'info address' case.
11586
8bc2021f
EZ
115872003-07-22 Elena Zannoni <ezannoni@redhat.com>
11588
a9c64011
AS
11589 * gdb.threads/tls.c : New file.
11590 * gdb.threads/tls.exp : New file.
11591 * gdb.threads/tls-main.c : New file.
11592 * gdb.threads/tls-shared.c : New file.
11593 * gdb.threads/tls-shared.exp : New file.
8bc2021f 11594
89320c4c
AS
115952003-07-22 Andreas Schwab <schwab@suse.de>
11596
11597 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
11598
180dea7c
AS
115992003-07-20 Andreas Schwab <schwab@suse.de>
11600
11601 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
11602 due to insn reordering.
11603
0714963c
AC
116042003-07-15 Andrew Cagney <cagney@redhat.com>
11605
11606 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
11607
98a23b3f
MC
116082003-07-15 Michael Chastain <mec@shout.net>
11609
11610 * gdb.base/gdb1250.exp: New file.
11611 * gdb.base/gdb1250.c: New file.
11612
27e417a2
ML
116132003-07-09 Michal Ludvig <mludvig@suse.cz>
11614
11615 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
11616 expansion of size_t to 'unsigned long', not only to 'unsigned'.
11617
8bc2021f
EZ
116182003-07-09 Elena Zannoni <ezannoni@redhat.com>
11619
a9c64011
AS
11620 * gdb.threads/tls.c: New file.
11621 * gdb.threads/tls.exp: New file.
11622 * gdb.threads/tls-main.c: New file.
11623 * gdb.threads/tls-shared.c: New file.
11624 * gdb.threads/tls-shared.exp: New file.
8bc2021f 11625
d99968dc
EZ
116262003-07-09 Elena Zannoni <ezannoni@redhat.com>
11627
11628 * gdb.base/annota1.exp: Make sure that we properly escape the
11629 full path of the source file. Xfail more permissive patterns,
d63a86f8 11630 due to a compiler debug info problem.
d99968dc 11631
83876b3b
AS
116322003-07-07 Andreas Schwab <schwab@suse.de>
11633
2705e972
AS
11634 * gdb.asm/m68k.inc: New file.
11635 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
11636
83876b3b
AS
11637 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
11638 arguments"): Also match negative number.
11639
11640 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
11641
3a871b37
DJ
116422003-07-03 Daniel Jacobowitz <drow@mvista.com>
11643
11644 * gdb.base/store.c (charest): New typedef.
11645 (add_char): Rename to add_charest, update.
11646 (wack_char): Rename to wack_charest, update types. Return l + r
11647 to keep r live across the call.
11648 (wack_short, wack_int, wack_long, wack_longest, wack_float)
11649 (wack_double, wack_doublest): Return l + r to keep r live across
11650 the call.
11651 * gdb.base/store.exp: Accomodate store.c changes.
11652
b2a7f303
DC
116532003-06-30 David Carlton <carlton@kealia.com>
11654
11655 * gdb.c++/maint.exp (test_invalid_name): New.
11656 (test_first_component): Add tests for invalid names.
11657
3c6cb4a1
MC
116582003-06-29 Michael Chastain <mec@shout.net>
11659
11660 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
11661 output of '<VTT for class>' for virtual base classes.
11662
f1c2644b
DJ
116632003-06-29 Daniel Jacobowitz <drow@mvista.com>
11664
11665 * gdb.base/completion.exp: Tab-complete "complet" instead of
11666 "compl".
11667 * gdb.base/complex.exp, gdb.base/complex.c: New files.
11668
18080350
DJ
116692003-06-29 Daniel Jacobowitz <drow@mvista.com>
11670
11671 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
11672 * gdb.base/volatile.exp: Likewise.
11673
f56973f8
DJ
116742003-06-29 Daniel Jacobowitz <drow@mvista.com>
11675
11676 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
11677 gdb/1265.
11678
116792003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
11680 Daniel Jacobowitz <drow@mvista.com>
11681
11682 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
11683 initial line count of 'captured_main' from 26 to 32.
11684 (test_with_self): Allow xmalloc call to be interleaved with the
11685 preceding two lines.
11686
e766d4d6
JB
116872003-06-24 Joel Brobecker <brobecker@gnat.com>
11688
11689 * gdb.base/bang.exp: New testcase.
11690
f125c9a4
JB
116912003-06-23 Joel Brobecker <brobecker@gnat.com>
11692
11693 * gdb.base/langs.exp: Add some tests for the "minimal" language
11694 support.
11695
6e25beaf
EZ
116962003-06-23 Elena Zannoni <ezannoni@redhat.com>
11697
11698 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
11699 the testcase.
11700
2f816dda
DJ
117012003-06-22 Daniel Jacobowitz <drow@mvista.com>
11702
11703 * gdb.base/relocate.exp: Test add-symbol-file with a variable
11704 offset.
11705
db5a5748
DJ
117062003-06-22 Daniel Jacobowitz <drow@mvista.com>
11707
11708 * gdb.c++/pr-1210.cc: New file.
11709 * gdb.c++/pr-1210.exp: New file.
11710
1df0c130
DJ
117112003-06-21 Daniel Jacobowitz <drow@mvista.com>
11712
11713 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
11714 000-exec-continue.
11715
a92feac0
MK
117162003-06-15 Mark Kettenis <kettenis@gnu.org>
11717
11718 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
11719 on *-*-*bsd* instead of *-*-freebsd*.
11720
81a58f5b
AC
117212003-06-14 Andrew Cagney <cagney@redhat.com>
11722
11723 * gdb.base/store.exp: Test longest and doublest. Test all
11724 parameters. Weaken return statement match.
11725 * gdb.base/store.c: Add longest and doublest - aka long long and
11726 long double functions. Put all parameters into local register
11727 variables. Use negative values.
11728
b257a0d3
AC
117292003-06-14 Andrew Cagney <cagney@redhat.com>
11730
11731 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
11732 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
11733 exit status.
11734 * gdb.base/fileio.exp: Disable target when nointerrupts and
11735 noinferiorio, instead of limiting it to remote. Use remote_exec
11736 instead of system.
d63a86f8 11737
21c38304
JJ
117382003-06-12 Jeff Johnston <jjohnstn@redhat.com>
11739
11740 * gdb.base/float.exp: Add ia64 support.
11741
1bcdb424
CV
117422003-06-12 Corinna Vinschen <vinschen@redhat.com>
11743
11744 * gdb.base/fileio.exp: Run only on remote targets.
11745
6aeb981f
CV
117462003-06-10 Corinna Vinschen <vinschen@redhat.com>
11747
11748 * gdb.base/fileio.c: New file, testing File-I/O.
11749 * gdb.base/fileio.exp: Ditto.
11750
53df362e
RG
117512003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
11752
11753 * gdb.base/shreloc.exp: New file, check symbol values obtained from
11754 shared objects after relocation at load time (gdb PR/1132).
11755 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 11756 as above, part of the shared object relocation test.
53df362e 11757
ffee1b46
MK
117582003-06-08 Mark Kettenis <kettenis@gnu.org>
11759
b5ca3722
MK
11760 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
11761 fully filled history list.
11762 * gdb.base/gdb_history: New file.
11763
03ed860d
MK
11764 * gdb.base/signals.exp: XFAIL "continue to func1" on
11765 i*86-*-freebsd*.
11766
ffee1b46
MK
11767 * gdb.base/attach.exp: When trying to attach to a nonexistent
11768 process, make it possible to specify the PID based on the target,
11769 and do so for *-*-freebsd*.
11770
d80dbb52
RH
117712003-06-02 Richard Henderson <rth@redhat.com>
11772
11773 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
11774
6dd77b81
RH
117752003-06-02 Richard Henderson <rth@redhat.com>
11776
11777 * gdb.base/selftest.exp: Next over lim_at_start initialization.
11778
f6347e16
RH
117792003-06-02 Richard Henderson <rth@redhat.com>
11780
11781 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
11782
2c161407
DJ
117832003-06-01 Daniel Jacobowitz <drow@mvista.com>
11784
11785 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
11786 of globalvar.
11787
572eb746
MK
117882003-06-01 Mark Kettenis <kettenis@gnu.org>
11789
11790 * gdb.asm/asm-source.exp: Check for memory read errors in
11791 disassembler test on *BSD too.
11792
9e9617a5
RH
117932003-06-01 Richard Henderson <rth@redhat.com>
11794
11795 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
11796 for .frame.
11797 (gdbasm_call): Lose ldgp.
11798 (gdbasm_startup): Add frame information.
11799 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
11800
7b34ad4e
MK
118012003-05-31 Mark Kettenis <kettenis@gnu.org>
11802
11803 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
11804 i?86-*-*.
11805
10059fdf
MK
118062003-05-30 Mark Kettenis <kettenis@gnu.org>
11807
11808 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11809 FreeBSD.
11810
acf4b816
RH
118112003-05-29 Richard Henderson <rth@redhat.com>
11812
11813 * gdb.asm/alpha.inc: New file.
11814 * gdb.asm/asm-source.exp: Use it.
11815
e9ecd949
JB
118162003-05-29 Jim Blandy <jimb@redhat.com>
11817
11818 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
11819 'core.PID'.
11820
e3e5a4f3
JB
118212003-05-22 Jim Blandy <jimb@redhat.com>
11822
11823 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
11824 backtrace.
d63a86f8 11825
72fe3d25
DC
118262003-05-20 David Carlton <carlton@math.stanford.edu>
11827
11828 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
11829 this time.
11830
58da2eb2
DC
118312003-05-19 David Carlton <carlton@bactrian.org>
11832
11833 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
11834 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
11835
1fcb5155
DC
118362003-05-19 David Carlton <carlton@bactrian.org>
11837
11838 * gdb.c++/namespace.exp: Add namespace scope and anonymous
11839 namespace tests.
11840 Bump copyright date.
11841 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
11842 (main): Call C::D::marker2.
11843 * gdb.c++/namespace1.cc: New file.
11844
85e85163
JJ
118452003-05-14 Jeff Johnston <jjohnstn@redhat.com>
11846
11847 Roland McGrath <roland@redhat.com>
d63a86f8 11848 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
11849 there is no manager thread.
11850
a25fbfec
JJ
118512003-05-08 Jeff Johnston <jjohnstn@redhat.com>
11852
d63a86f8
RM
11853 * gdb.threads/schedlock.exp: Remove assumption that all threads
11854 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
11855 in one of the child threads rather than the main thread.
11856
be375bae
JB
118572003-05-07 Jim Blandy <jimb@redhat.com>
11858
09bf6082
JB
11859 Add support for assembly source testing on the s390x.
11860 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
11861 architecture.
11862 * gdb.asm/s390x.inc: New file.
11863
be375bae
JB
11864 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
11865 succession of 'if' statements.
11866
00905d52
AC
118672003-05-05 Andrew Cagney <cagney@redhat.com>
11868
11869 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
11870
b1e29e33
AC
118712003-05-05 Andrew Cagney <cagney@redhat.com>
11872
11873 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
11874 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
11875
e33d66ec
EZ
118762003-05-02 Elena Zannoni <ezannoni@redhat.com>
11877
11878 * gdb.base/charset.exp: Update based on new behavior of set/show
11879 charset commands.
11880
2b6fd0d8
AC
118812003-05-01 Andrew Cagney <cagney@redhat.com>
11882
11883 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
11884 variable do not give memory errors.
11885
130cacce
AF
118862003-04-30 Adam Fedor <fedor@gnu.org>
11887
11888 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
11889 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
11890 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
11891 gdb.objc/basicclass.m: : New files
11892
11893 * lib/gdb.exp (gdb_compile_objc): New procedure.
11894
bea71854
DJ
118952003-04-27 Daniel Jacobowitz <drow@mvista.com>
11896
11897 * gdb.base/signals.exp: Make backtrace tests more specific.
11898
0f20eeea
DC
118992003-04-23 David Carlton <carlton@bactrian.org>
11900
11901 * gdb.c++/maint.exp (test_first_component): Add tests for
11902 'operator' in more locations.
11903
c8c4d8dc
KB
119042003-04-16 Kevin Buettner <kevinb@redhat.com>
11905
11906 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
11907
3fe60e3c
EZ
119082003-04-16 Elena Zannoni <ezannoni@redhat.com>
11909
11910 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 11911 func marke' instead. Update test name.
3fe60e3c 11912
9219021c
DC
119132003-04-15 David Carlton <carlton@math.stanford.edu>
11914
11915 * gdb.c++/maint.exp: New file.
11916
5dd55bdd
EZ
119172003-04-14 Elena Zannoni <ezannoni@redhat.com>
11918
11919 * gdb.threads/schedlock.c: Change type of thread function argument
11920 to long, to avoid warnings on 64-bit platforms.
11921
00890572
EZ
119222003-04-14 Elena Zannoni <ezannoni@redhat.com>
11923
a9c64011
AS
11924 * gdb.base/attach.exp: Add new message from ptrace in case of
11925 attaching to nonexistent process.
d63a86f8 11926
93201743
JB
119272003-04-11 Jim Blandy <jimb@redhat.com>
11928
11929 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11930 gdb.c++/userdef.cc: Place comments on the lines to which the
11931 marker function might return.
11932 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11933 gdb.c++/userdef.exp: Look for those comments to check that we've
11934 returned to the right place, instead of checking line numbers.
11935
2a11c64d
EZ
119362003-04-11 Elena Zannoni <ezannoni@redhat.com>
11937
a9c64011
AS
11938 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
11939 match on sourcefile name, instead of directory name.
2a11c64d 11940
68ab8fc5
EZ
119412003-04-10 Elena Zannoni <ezannoni@redhat.com>
11942
d63a86f8 11943 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
11944 working directory name.
11945
5624293a
JB
119462003-04-09 Jim Blandy <jimb@redhat.com>
11947
11948 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11949 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
11950 after an inferior function call, report the failure, but allow the
11951 test to continue.
11952
f1f02ee4
SC
119532003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11954
11955 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11956 with -DPROTOTYPES.
11957
6eb79af0
SC
119582003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11959
11960 * gdb.base/break.exp: Revert last patch.
11961
8dfb4cf0
SC
119622003-04-04 Stephane Carrez <stcarrez@nerim.fr>
11963
11964 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11965 with -DPROTOTYPES.
11966
ed4c619a
AC
119672003-04-02 Andrew Cagney <cagney@redhat.com>
11968
11969 * gdb.base/callfuncs.exp: Make "print add" messages unique.
11970 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
11971 matching directories by the name breakpoint.
11972 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
11973 Make "continue to marker1" consistent.
11974 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
11975 message consistent.
11976 * lib/gdb.exp: Put "the program is no longer running", and "the
11977 program exited" in parenthesis.
11978 * lib/mi-support.exp: Ditto.
d63a86f8 11979
4e35d5f0 119802003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 11981
4e35d5f0
BR
11982 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
11983
71900fe8
AC
119842003-03-29 Andrew Cagney <cagney@redhat.com>
11985
11986 * gdb.base/sizeof.c (main): Print the value of '\377'.
11987 * gdb.base/sizeof.exp: Check the sign of '\377'.
11988
c0655a16
MC
119892003-03-27 Michael Chastain <mec@shout.net>
11990
11991 * gdb.base/gdb1090.exp: New file.
11992 * gdb.base/gdb1090.cc: New file.
11993
5b2a3989
JB
119942003-03-27 J. Brobecker <brobecker@gnat.com>
11995
11996 * gdb.gdb/observer.exp: New regression test.
11997
79876890
MC
119982003-03-27 Michael Chastain <mec@shout.net>
11999
12000 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
12001 * gdb.base/ptype.exp: Likewise.
12002
6eac95e3
CV
120032003-03-27 Corinna Vinschen <vinschen@redhat.com>
12004
12005 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
12006
e8c71839
MC
120072003-03-26 Michael Chastain <mec@shout.net>
12008
12009 * gdb.base/ptype.exp: Actually use some typedef'd types.
12010
71b10041
SC
120112003-03-21 Stephane Carrez <stcarrez@nerim.fr>
12012
12013 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
12014 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
12015
2512cf80
CV
120162003-03-20 Corinna Vinschen <vinschen@redhat.com>
12017
12018 * gdb.base/default.exp: Fix regular expression.
12019
0d195a4f
CV
120202003-03-20 Corinna Vinschen <vinschen@redhat.com>
12021
12022 * gdb.base/args.exp: Fix regular expression.
12023
8a2dbca8
CV
120242003-03-20 Corinna Vinschen <vinschen@redhat.com>
12025
12026 * gdb.base/help.exp: Allow Win32 child process.
12027
bf028682
CV
120282003-03-20 Corinna Vinschen <vinschen@redhat.com>
12029
12030 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
12031 when stepping out of main().
12032
182dbe85
CV
120332003-03-20 Corinna Vinschen <vinschen@redhat.com>
12034
12035 * gdb.base/default.exp: Check for win32 specific message when calling
12036 "run" without executable.
12037
d67a6ba5
CV
120382003-03-20 Corinna Vinschen <vinschen@redhat.com>
12039
12040 * gdb.base/args.exp: Expect .exe in output.
12041
a955b5bb
CV
120422003-03-20 Corinna Vinschen <vinschen@redhat.com>
12043
12044 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
12045 Cygwin native.
12046
bf6bad4b
AC
120472003-03-17 Andrew Cagney <cagney@redhat.com>
12048
12049 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
12050 vector registes.
12051 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
12052 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
12053
293e9a31
DC
120542003-03-17 David Carlton <carlton@math.stanford.edu>
12055
12056 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
12057 test, for PR breakpoints/38.
12058 Call test_watchpoint_and_breakpoint.
12059 * gdb.base/watchpoint.c (func3): New function.
12060 (main): Call func3.
12061
5330f2db
DC
120622003-03-04 David Carlton <carlton@math.stanford.edu>
12063
12064 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
12065 Garply<Garply<char> >:: garply".
12066 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
12067 with respect to PR c++/1111; note also PR c++/1113.
12068 (test_template_breakpoints): KFAIL "constructor breakpoint" with
12069 respect to PR c++/1062.
12070 KFAIL "destructor breakpoint" with respect to PR c++/1112.
12071
6ece72da
DC
120722003-03-03 David Carlton <carlton@math.stanford.edu>
12073
12074 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
12075 with respect to PR c++/57.
12076 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
12077 c++/826.
12078 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
12079 respect to PR c++/57.
12080
85ca1584
DC
120812003-03-03 David Carlton <carlton@math.stanford.edu>
12082
12083 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
12084 respect to PR c++/33 into FAILs.
12085
98e9c5b8
MC
120862003-03-03 Michael Chastain <mec@shout.net>
12087
7bedbf27
MC
12088 * configure.in: Update copyright years.
12089
120902003-03-03 Michael Chastain <mec@shout.net>
12091
12092 * Makefile.in: Update copyright years.
98e9c5b8 12093
f683e100
DC
120942003-02-28 David Carlton <carlton@math.stanford.edu>
12095
12096 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
12097 print class instead of struct and/or superfluous protection
12098 specifiers, as long as the resulting output is equivalent to the
12099 source code.
12100 Delete FIXME from end of messages on tests that don't need
12101 fixing.
12102
a9e0cf2c
DC
121032003-02-28 David Carlton <carlton@math.stanford.edu>
12104
12105 * gdb.c++/templates.exp (do_tests): Allow const in the two
12106 Foo<volatile char *>::foo tests.
12107
e8d359df
MS
121082003-02-27 Michael Snyder <msnyder@redhat.com>
12109
d63a86f8 12110 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
12111 will be consistant.
12112
0b71dc91
DC
121132003-02-26 David Carlton <carlton@math.stanford.edu>
12114
12115 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
12116 char *>::foo" test with respect to PR c++/33. Create a new test
12117 which is identical to that one except that it doesn't put the
12118 space between the "char" and the "*"; KFAIL it, too.
12119
dd14ab43
DC
121202003-02-26 David Carlton <carlton@math.stanford.edu>
12121
12122 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
12123 template types into either PASSes or KFAILs (corresponding to PR
12124 c++/57). Tweak indentation. Update copyright.
12125
1146c7f1
SC
121262003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12127
12128 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
12129
74641dfb
MC
121302003-02-13 Michael Chastain <mec@shout.net>
12131
12132 * gdb.base/exprs.exp: Remove i960 remnants.
12133 * gdb.base/funcargs.exp: Likewise.
12134 * gdb.base/list.exp: Likewise.
12135 * gdb.base/ptype.exp: Likewise.
12136
559cd2d0
DC
121372003-02-14 David Carlton <carlton@math.stanford.edu>
12138
12139 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
12140 pEe->D::vg()" from XFAIL to KFAIL.
12141
c4f90d87
JM
121422003-02-13 Jason Molenda (jmolenda@apple.com)
12143
12144 * gdb.base/maint.exp: Update maint print statistics regexp to include
12145 new entries.
12146
cbc4d97c
MC
121472003-02-13 Michael Chastain <mec@shout.net>
12148
12149 * gdb.c++/inherit.exp: Remove call to get_debug_format.
12150
40f235b7
MC
121512003-02-12 Michael Chastain <mec@shout.net>
12152
12153 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
12154 * gdb.c++/inherit.exp: Likewise.
12155 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
12156 * gdb.c++/templates.exp: Likewise.
12157 * gdb.c++/virtfunc.exp: Likewise.
12158
c56716b0
JM
121592003-02-06 Jason Molenda (jason-cl@molenda.com)
12160
12161 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
12162 why the code is written that way.
12163
070afcf8
MC
121642003-02-05 Michael Chastain <mec@shout.net>
12165
12166 * gdb.base/dump.exp: Add missing copyright line.
12167
5d0331e5
JM
121682003-02-05 Jason Molenda (jason-cl@molenda.com)
12169
f7ae6d3e 12170 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
12171 at the beginning so the breakpoint doesn't get set on the loop.
12172
92851186
MC
121732003-02-05 Michael Chastain <mec@shout.net>
12174
12175 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
12176 output for configurations with gcc 2.95.3.
12177
cbf1e085
AC
121782003-02-05 Keith Seitz <keiths@redhat.com>
12179 Andrew Cagney <ac131313@redhat.com>
12180
12181 * gdb.mi/mi-cli.exp: New file.
d63a86f8 12182
29518e1e
MC
121832003-02-04 Michael Chastain <mec@shout.net>
12184
12185 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
12186 Call perror and then continue.
12187
5af1d5f3
MC
121882003-02-03 Michael Chastain <mec@shout.net>
12189
12190 * gdb.c++/pr-1023.cc: New file.
12191 * gdb.c++/pr-1023.exp: New file.
12192
6b549786
JB
121932003-02-05 Jim Blandy <jimb@redhat.com>
12194
12195 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
12196 it's local to foobar. Check for it there, and check that it's not
12197 present in main.
12198 * gdb.c++/local.cc (marker2): New function.
12199 (foobar): Call marker1.
12200 (main): Call marker2 instead of marker1.
12201
67f16606
AC
122022003-02-04 Andrew Cagney <ac131313@redhat.com>
12203
12204 * gdb.disasm/mn10200.exp: Obsolete file.
12205 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
12206 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
12207 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
12208
1c5cb38e
DC
122092003-02-04 David Carlton <carlton@math.stanford.edu>
12210
12211 * gdb.c++/overload.exp: Test intToChar(1).
12212 * gdb.c++/overload.cc (intToChar): New.
12213 (main): Call intToChar.
12214
d1fe6965
DC
122152003-02-03 David Carlton <carlton@math.stanford.edu>
12216
12217 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
12218 'might_kfail' arg.
12219 KFAIL some of the continue_to_bp_overloaded calls, according to
12220 PR c++/1025.
12221
9ba61c5d
MC
122222003-02-01 Michael Chastain <mec@shout.net>
12223
12224 * gdb.base/advance.c (marker1): New marker function.
12225 * gdb.base/advance.exp: When the 'advance' command lands on the
12226 return breakpoint, it can legitimately stop on either the
12227 current line or the next line. Accommodate both outcomes.
12228 * gdb.base/until.exp: Likewise.
12229
e7494ffb
AC
122302003-02-02 Andrew Cagney <ac131313@redhat.com>
12231
12232 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
12233 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
12234 now a list, not a tuple.
12235 * gdb.mi/mi-var-display.exp: Ditto.
12236 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 12237
075559bc
AC
122382003-02-01 Andrew Cagney <ac131313@redhat.com>
12239
12240 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
12241 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
12242 stack backtraces.
12243 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 12244
2bd4c7b1
MK
122452003-02-01 Mark Kettenis <kettenis@gnu.org>
12246
12247 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12248 gdb.mi/mi1-pthreads.exp: Return instead of calling
12249 gdb_suppress_entire_file.
12250
eabd8992
MS
122512003-02-01 Mark Salter <msalter@redhat.com>
12252
12253 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
12254
71469e2f
MS
122552003-01-31 Mark Salter <msalter@redhat.com>
12256
12257 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
12258 Support empty arg.
12259
38a94d44
MC
122602003-01-30 Michael Chastain <mec@shout.net>
12261
12262 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
12263 This was a workaround for a UTF-8 bug in readline 4.3. The bug
12264 has been fixed in gdb/readline on 2003-01-09.
12265
19ea9e73
MS
122662003-01-29 Michael Snyder <msnyder@redhat.com>
12267
e8d359df
MS
12268 * gdb.base/maint.exp: Allow for leading underscore in symbol.
12269 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
12270 * gdb.base/args.exp: Skip if target does not support args passing.
12271
2307bd6a
DJ
122722003-01-22 Daniel Jacobowitz <drow@mvista.com>
12273
19ea9e73 12274 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
12275 gdb_test. Accept a list of expect arguments as the third
12276 parameter.
12277 (gdb_test): Use it.
12278
f2dd3617
EZ
122792003-01-20 Elena Zannoni <ezannoni@redhat.com>
12280
12281 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
12282 allow for different test tree configurations. Update some
12283 tescases accordingly.
12284 * gdb.arch/altivec-regs.exp: Ditto.
12285 * gdb.asm/asm-source.exp: Ditto.
12286 * gdb.base/advance.exp: Ditto.
12287 * gdb.base/display.exp: Ditto.
d63a86f8 12288 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
12289 * gdb.base/mips_pro.exp: Ditto.
12290 * gdb.base/overlays.exp: Ditto.
12291 * gdb.base/relocate.exp: Ditto.
12292 * gdb.base/setshow.exp: Ditto.
12293 * gdb.base/step-line.exp: Ditto.
12294 * gdb.base/step-test.exp: Ditto.
12295 * gdb.base/until.exp: Ditto.
12296 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
12297
c71cdefd
DC
122982003-01-17 David Carlton <carlton@math.stanford.edu>
12299
12300 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
12301 corresponding to PR c++/945.
12302 Update copyright.
12303
fdba05d7
DC
123042003-01-17 David Carlton <carlton@math.stanford.edu>
12305
12306 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
12307 corresponding to PR c++/68.
12308
123092003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
12310
12311 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
12312 (test_paddr_hairy_functions): Call print_addr_2_kfail for
12313 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
12314
c362c33a
EZ
123152003-01-15 Elena Zannoni <ezannoni@redhat.com>
12316
0fbc361c
EZ
12317 * gdb.base/break.exp: Fix change of default location, because of
12318 removal of until tests.
12319 * gdb.base/help.exp: Update test for new 'until' help message.
12320 Add test for help on 'advance'.
a9c64011 12321 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 12322
dabf8a35
MK
123232003-01-15 Mark Kettenis <kettenis@gnu.org>
12324
12325 * gdb.base/default.exp: Adapt "info float" test for recent changes
12326 to that command. Add test for "info vector".
12327 * gdb.base/float.exp: New file. Add test for "info float" that
12328 resembles the old test in gdb.base/default.exp.
12329
a1769aca
DC
123302003-01-15 David Carlton <carlton@math.stanford.edu>
12331
12332 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
12333
82025e13
EZ
123342003-01-15 Elena Zannoni <ezannoni@redhat.com>
12335
12336 * gdb.base/break.exp: Move the tests of until command from here...
12337 * gdb.base/until.exp: ... to here. New file. Add other tests.
12338 * gdb.base/advance.c: New file.
12339 * gdb.base/advance.exp: New file.
12340
8f9ab801
EZ
123412003-01-14 Elena Zannoni <ezannoni@redhat.com>
12342
a9c64011
AS
12343 * gdb.base/args.c: New file.
12344 * gdb.base/args.exp: New file.
8f9ab801 12345
9ae66589
DJ
123462003-01-14 Daniel Jacobowitz <drow@mvista.com>
12347
12348 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
12349
8d77e5c3
DJ
123502003-01-14 Daniel Jacobowitz <drow@mvista.com>
12351
12352 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
12353
12d2f0a1
DJ
123542003-01-14 Daniel Jacobowitz <drow@mvista.com>
12355
12356 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
12357 dates.
12358
6ca37014
DJ
123592003-01-13 Daniel Jacobowitz <drow@mvista.com>
12360
12361 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
12362
b0023472
DJ
123632003-01-13 Daniel Jacobowitz <drow@mvista.com>
12364
12365 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
12366 (ptype &*"foo").
12367 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
12368
607fbc54 123692003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
12370
12371 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
12372 * gdb.mi/mi1-console.exp: Likewise.
12373
607fbc54 123742003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
12375
12376 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
12377 * gdb.mi/mi1-console.exp: Likewise.
12378
a1fb14a2
DJ
123792003-01-13 Daniel Jacobowitz <drow@mvista.com>
12380
12381 * gdb.c++/overload.exp: Remove some fixed XFAILs.
12382
c4cf40b7
DJ
123832003-01-09 Daniel Jacobowitz <drow@mvista.com>
12384
12385 * gdb.base/detach.exp: New test.
12386
696d5a5b
DJ
123872003-01-09 Daniel Jacobowitz <drow@mvista.com>
12388
12389 * Makefile.in (ALL_SUBDIRS): New variable.
12390 (subdirs, clean, distclean): Use it.
12391 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
12392 regenerating Makefile, since it is generated from the top level.
12393 * gdb.asm/Makefile.in: Likewise.
12394 * gdb.base/Makefile.in: Likewise.
12395 * gdb.c++/Makefile.in: Likewise.
12396 * gdb.disasm/Makefile.in: Likewise.
12397 * gdb.java/Makefile.in: Likewise.
12398 * gdb.mi/Makefile.in: Likewise.
12399 * gdb.threads/Makefile.in: Likewise.
12400 * gdb.trace/Makefile.in: Likewise.
12401
754533e4
DC
124022003-01-09 David Carlton <carlton@math.stanford.edu>
12403
12404 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
12405 Add copyright year 2003.
12406
d8b3e9ee
MC
124072003-01-06 Michael Chastain <mec@shout.net>
12408
12409 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
12410 When selecting a thread, 'line' and 'file' are optional.
12411 * gdb.mi/mi1-pthreads.exp: Likewise.
12412
8e9e0fe6
AS
124132003-01-06 Andreas Schwab <schwab@suse.de>
12414
12415 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
12416 failures.
12417
b5ab8ff3
DJ
124182003-01-04 Daniel Jacobowitz <drow@mvista.com>
12419
12420 Fix PR gdb/844
12421 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
12422 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
12423
12424 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
12425 instead of calling gdb_suppress_entire_file.
12426 * gdb.threads/print-threads.exp: Likewise.
12427 * gdb.threads/schedlock.exp: Likewise.
12428
12429 * gdb.threads/killed.exp: Return instead of calling
12430 gdb_suppress_entire_file.
12431 * gdb.threads/linux-dp.exp: Likewise.
12432 * gdb.threads/pthreads.exp: Likewise.
12433
1e698235
DJ
124342003-01-04 Daniel Jacobowitz <drow@mvista.com>
12435
12436 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
12437 stabs.
12438 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
12439 * gdb.base/whatis.exp: Always allow (void) after function names.
12440
147ff08c
DJ
124412003-01-04 Daniel Jacobowitz <drow@mvista.com>
12442
12443 * gdb.c++/casts.exp: Correct regexp.
12444
dc62bfc2
MK
124452003-01-04 Mark Kettenis <kettenis@gnu.org>
12446
12447 * configure.in: Call AC_CONFIG_HEADER. Don't call
12448 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
12449 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
12450 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
12451 aforementioned directories in the AC_OUPUT call.
12452 * config.hin: New file.
12453 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12454 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
12455 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
12456 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
12457 pass -I$objdir instead of -I$objdir/$subdir in compilation.
12458 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
12459 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
12460 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
12461 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
12462 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
12463 gdb.threads/configure.in, gdb.threads/configure,
12464 gdb.threads/config.in, gdb.trace/configure.in,
12465 gdb.trace/configure: Removed.
12466
77afa639
MC
124672003-01-03 Michael Chastain <mec@shout.net>
12468
12469 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
12470 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
12471
7634bb6e
DJ
124722003-01-03 Daniel Jacobowitz <drow@mvista.com>
12473
12474 * gdb.base/store.exp: Fix regular expressions.
12475
b39c905e
MK
124762002-12-28 Mark Kettenis <kettenis@gnu.org>
12477
12478 * configure.in: Rewrite.
12479 * configure: Regenerated.
12480
0a8551dd
DC
124812003-01-03 David Carlton <carlton@math.stanford.edu>
12482
12483 * gdb.base/psymtab.exp: New file.
12484 * gdb.base/psymtab1.c: Ditto.
12485 * gdb.base/psymtab2.c: Ditto.
12486
c60b7188
AF
124872002-12-23 Adam Fedor <fedor@gnu.org>
12488
12489 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
12490
ee73db83
DC
124912002-12-23 David Carlton <carlton@math.stanford.edu>
12492
12493 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
12494 and current_directory initialization.
12495
d6c1774e
JB
124962002-12-22 Jim Blandy <jimb@redhat.com>
12497
f0a847b8
JB
12498 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
12499 rather than as part of the output file name.
12500
d6c1774e
JB
12501 * gdb.base/attach.exp: There's no need to copy the test program to
12502 /tmp; that was only ever necessary on HP/UX, and this test is
12503 entirely disabled there anyway.
12504
f0708dbb
JB
125052002-12-21 Jim Blandy <jimb@redhat.com>
12506
4c2acfea
JB
12507 * gdb.c++/psmang.exp: Doc fix.
12508
f0708dbb
JB
12509 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
12510 test.
12511
9579e000
DC
125122002-12-20 David Carlton <carlton@math.stanford.edu>
12513
12514 * gdb.c++/annota2.exp: KFAIL annotate-quit.
12515
d1810171
MC
125162002-12-18 Michael Chastain <mec@shout.net>
12517
12518 * gdb.c++/annota2.exp: Add copyright year 2002.
12519
76565097
DC
125202002-12-17 David Carlton <carlton@math.stanford.edu>
12521
12522 * gdb.c++/try_catch.cc: Add marker comments.
12523 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
12524 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
12525 * gdb.c++/m-static.cc: Ditto.
12526 * gdb.c++/m-static1.cc: Ditto.
12527 * gdb.c++/try_catch.cc: Ditto.
12528
da81390b
JJ
125292002-12-16 Jeff Johnston <jjohnstn@redhat.com>
12530
12531 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
12532 to see whether we are using the new -environment-directory
12533 command which resets via -r or the old version of the command
12534 which may prompt the user. Part of fix for gdb/741.
12535
b304d130
AC
125362002-12-13 Andrew Cagney <ac131313@redhat.com>
12537
12538 * gdb.fortran/types.exp: Update obsolete comment.
12539 * gdb.fortran/exprs.exp: Ditto.
12540 * lib/gdb.exp: Delete obsolete code.
12541 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
12542 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
12543 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
12544 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
12545 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
12546 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
12547 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
12548 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
12549 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
12550 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
12551 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
12552 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
12553 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
12554 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
12555 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
12556 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
12557 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
12558 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
12559 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
12560 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
12561 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
12562 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
12563 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
12564 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
12565 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
12566 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
12567 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
12568 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
12569 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
12570 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
12571 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
12572 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
12573 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
12574 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
12575 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
12576 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
12577 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
12578
a23b6e6a
DC
125792002-12-11 David Carlton <carlton@math.stanford.edu>
12580
12581 * gdb.c++/m-data.exp: Add test for members that shadow global
12582 variables: see PR gdb/804.
12583 * gdb.c++/m-data.cc: Ditto.
12584
6604731b
DJ
125852002-12-10 Daniel Jacobowitz <drow@mvista.com>
12586
12587 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
12588
de46ecd7
DC
125892002-12-06 David Carlton <carlton@math.stanford.edu>
12590
12591 * gdb.base/store.c: Don't declare functions static.
12592
27e829d0
AC
125932002-12-04 Andrew Cagney <ac131313@redhat.com>
12594
12595 * gdb.base/store.exp, gdb.base/store.c: New files.
12596
92806416
DJ
125972002-12-03 Daniel Jacobowitz <drow@mvista.com>
12598
12599 * gdb.base/selftest.exp: Update for current gdb.
12600
3bcbaac5
DJ
126012002-12-03 Daniel Jacobowitz <drow@mvista.com>
12602
12603 * gdb.base/maint.exp: Only dump symbols from one source file
12604 or objfile.
12605
f4f00b1f
DJ
126062002-12-03 Daniel Jacobowitz <drow@mvista.com>
12607
12608 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
12609 function call.
12610
f1c8a949
JB
126112002-11-25 Jim Blandy <jimb@redhat.com>
12612
12613 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
12614 function appearing in error message.
12615
9e297a97
DJ
126162002-11-21 Daniel Jacobowitz <drow@mvista.com>
12617
12618 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
12619
1f312e79
JJ
126202002-11-08 Jeff Johnston <jjohnstn@redhat.com>
12621
d63a86f8
RM
12622 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
12623 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
12624 should be in mi console format. This is part of fix for PR gdb/604.
12625
83c31e7d
FN
126262002-09-18 Fernando Nasser <fnasser@redhat.com>
12627
12628 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
12629 which explicitly prints the zero offset as "+0".
12630
322b3f65
DJ
126312002-10-22 Daniel Jacobowitz <drow@mvista.com>
12632
12633 * gdb.threads/schedlock.c (args): Make unsigned.
12634
126352002-10-21 Daniel Jacobowitz <drow@mvista.com>
12636
12637 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
12638 numbers. Allow "foo2|selected stack frame".
12639 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
12640 * gdb.asm/asmsrc2.s: Likewise.
12641 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
12642 comments.
12643 * gdb.asm/mips.inc: New file.
12644
5e2fe5b8
AF
126452002-10-18 Adam Fedor <fedor@gnu.org>
12646
12647 * gdb.base/default.exp: Update expected output to include 'ObjC'.
12648 * gdb.base/help.exp: Likewise.
12649
abe1a5d0
KB
126502002-10-17 Kevin Buettner <kevinb@redhat.com>
12651
12652 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
12653 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
12654
10abb1d4
JB
126552002-10-02 Jim Blandy <jimb@redhat.com>
12656
12657 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
12658
1f609b42
AC
126592002-10-01 Andrew Cagney <ac131313@redhat.com>
12660
12661 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
12662 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
12663 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
12664 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
12665 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
12666 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
12667 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
12668
0aee02e4
AC
126692002-09-29 Andrew Cagney <ac131313@redhat.com>
12670
12671 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
12672 * mi0-disassemble.exp, mi0-eval.exp: Delete.
12673 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
12674 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
12675 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
12676 * mi0-var-block.exp, mi0-var-child.exp: Delete.
12677 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 12678
6fde09ad
KB
126792002-09-27 Kevin Buettner <kevinb@redhat.com>
12680
12681 * gdb.base/annota1.exp (info break): Make directory components of
12682 path optional since not all compilers emit this debug information.
12683
12684 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
12685 step ends up stepping out of the function instead of stopping on
12686 the epilogue.
12687
9e8aab75
KS
126882002-09-26 Keith Seitz <keiths@redhat.com>
12689
12690 * lib/insight-support.exp (gdbtk_start): Figure out where
12691 the insight executable is based on where gdb is. Use this
12692 executable to start insight instead of gdb.
12693
e36180d7
AC
126942002-09-25 Andrew Cagney <cagney@redhat.com>
12695
12696 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
12697
9dd34b2b
AC
126982002-09-24 Andrew Cagney <ac131313@redhat.com>
12699
12700 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
12701 test_isolated_complaints.
12702 (test_empty_complaint): New function.
12703 (test_empty_complaints): New function. Check no output when no
12704 complaints.
d63a86f8 12705
dea97812
KB
127062002-09-19 Jim Blandy <jimb@redhat.com>
12707
a9c64011 12708 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 12709
54951bd7
AC
127102002-09-19 Andrew Cagney <ac131313@redhat.com>
12711
12712 * gdb.gdb/complaints.exp: New file.
12713
dec43320
AC
127142002-09-18 Andrew Cagney <ac131313@redhat.com>
12715
12716 * gdb.base/maint.exp: Check `help maint internal-warning'.
12717
e70d6e3f
DC
127182002-09-18 David Carlton <carlton@math.stanford.edu>
12719
12720 * gdb.c++/m-static.exp: Remove breakpoints depending on line
12721 numbers, and replace them by a single breakpoint after the
12722 constructors are all finished.
12723 Add test 4.
12724 * gdb.c++/m-static.cc: Add test 4.
12725 * gdb.c++/m-static.h: New file.
12726 * gdb.c++/m-static1.cc: New file.
12727
12728 * gdb.c++/printmethod.exp: New file.
12729 * gdb.c++/printmethod.cc: New file.
12730
12731 * gdb.c++/pr-574.exp: New file.
12732 * gdb.c++/pr-574.cc: New file.
12733
afb5c968
CV
127342002-09-18 Corinna Vinschen <vinschen@redhat.com>
12735
12736 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
12737 embedded targets which never actually exit.
12738
31e45dee
FN
127392002-09-18 Fernando Nasser <fnasser@redhat.com>
12740
12741 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
12742 "don't step after run" as unresolved or unsupported, instead of xfail.
12743
a283c5a1
CV
127442002-09-18 Corinna Vinschen <vinschen@redhat.com>
12745
12746 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
12747 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
12748 Add newline to expected string in "step out of main (status wrapper)"
12749 case.
12750
11350d2a
CV
127512002-09-18 Corinna Vinschen <vinschen@redhat.com>
12752
12753 * lib/gdb.exp (rerun_to_main): Allow restarting application.
12754 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
12755
0deec7d6
TT
127562002-09-17 Tom Tromey <tromey@redhat.com>
12757
12758 * gdb.base/printcmds.exp (test_print_string_constants): Expect
12759 \000, not \0, in double-quoted string.
12760
b2b4a1b5
CV
127612002-09-14 Corinna Vinschen <vinschen@redhat.com>
12762
c9d37158 12763 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
12764 string after running the commands execution on breakpoint tests.
12765
1c56143a
CV
127662002-09-13 Corinna Vinschen <vinschen@redhat.com>
12767
12768 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
12769
37f8da45
JB
127702002-09-12 Joel Brobecker <brobecker@gnat.com>
12771
12772 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
12773
08b468e0
KS
127742002-09-10 Keith Seitz <keiths@redhat.com>
12775
12776 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
12777 runto proc.
12778 (mi_run_to_main): Use mi_runto.
12779 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
12780
dc360f58
KS
127812002-09-10 Keith Seitz <keiths@redhat.com>
12782
12783 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
12784 regexp for stopping at main. Could have multiple event notifications.
12785 Don't assume that main was declared with no parameters.
12786 (mi_next): Use mi_step_to.
12787 (mi_step): Use mi_next_to.
12788
ce3abcfb
CV
127892002-09-09 Corinna Vinschen <vinschen@redhat.com>
12790
12791 * gdb.base/default.exp: Fix expected string in `info float' test.
12792
d1f5b980
BE
127932002-09-09 Ben Elliston <bje@redhat.com>
12794
12795 * config/mips.exp: Update comments.
12796 * config/mips-idt.exp: Likewise.
12797 * config/nind.exp: Likewise.
12798 * config/slite.exp: Likewise.
12799 * config/sparclet.exp: Likewise.
12800 * config/udi.exp: Likewise.
12801 * config/vx.exp: Likewise.
12802 * config/vxworks29k.exp: Likewise.
12803
2f71430b
JB
128042002-09-05 Jim Blandy <jimb@redhat.com>
12805
12806 * gdb.threads/killed.exp: Fix test failure message.
12807
7ddebc7e
KS
128082002-09-04 Keith Seitz <keiths@redhat.com>
12809
12810 * lib/mi-support.exp: Update copyright.
12811 (mi_gdb_test): Increase the priority of the expected pattern
12812 so that it matches gdb_test.
12813
0ae67eb3
KS
128142002-09-03 Keith Seitz <keiths@redhat.com>
12815
12816 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
12817 Use integer comparison instead of string comparison for testing
12818 whether binary was built.
12819
38fc42c8
JB
128202002-09-03 Jim Blandy <jimb@redhat.com>
12821
12822 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
12823
b6ff0e81
JB
128242002-08-29 Jim Blandy <jimb@redhat.com>
12825
12826 * gdb.threads/pthreads.exp: Move the portable thread compilation
12827 code into a function in lib/gdb.exp, and call that from here.
12828 * lib/gdb.exp (gdb_compile_pthreads): New function.
12829
07c98896
KS
128302002-08-29 Keith Seitz <keiths@redhat.com>
12831
12832 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
12833 expect_out so that callers can get at it.
12834
0312286c
DJ
128352002-08-23 Daniel Jacobowitz <drow@mvista.com>
12836
12837 * gdb.threads/print-threads.c: New file.
12838 * gdb.threads/print-threads.exp: New file.
12839 * gdb.threads/schedlock.c: New file.
12840 * gdb.threads/schedlock.exp: New file.
12841
dd039bc4
EZ
128422002-08-22 Elena Zannoni <ezannoni@redhat.com>
12843
a9c64011
AS
12844 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
12845 not altivec.c.
dd039bc4 12846
1f36144c
MK
128472002-08-17 Mark Kettenis <kettenis@gnu.org>
12848
12849 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
12850 targets. The problem should be fixed now.
12851
16057ec7 128522002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
12853
12854 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
12855 2002-07-24 change that removes final dots from error messages.
12856
3c1499ad
TT
128572002-08-13 Tom Tromey <tromey@redhat.com>
12858
12859 * gdb.base/readline.exp: New file.
12860
a20ce2c3
AC
128612002-08-01 Andrew Cagney <ac131313@redhat.com>
12862
12863 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
12864 supress message.
12865
db034ac5
AC
128662002-08-01 Andrew Cagney <cagney@redhat.com>
12867
12868 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
12869 CHILL_FOR_TARGET and CHILL_LIB.
12870 * configure.in (configdirs): Remove gdb.chill.
12871 * configure: Regenerate.
12872 * lib/gdb.exp: Obsolete references to chill.
12873 * gdb.fortran/types.exp: Ditto.
12874 * gdb.fortran/exprs.exp: Ditto.
12875
3e000b18
KB
128762002-07-30 Kevin Buettner <kevinb@redhat.com>
12877
12878 * gdb.base/shlib-call.exp (additional_flags): Conditionally
12879 set Irix-specific compile and link flags.
12880
28f4966b
KB
128812002-07-29 Kevin Buettner <kevinb@redhat.com>
12882
12883 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
12884 source files. The ``-o'' option doesn't work with the ``-E'' option
12885 when using the Irix compiler.
12886
46c0d5a6
DJ
128872002-07-19 Daniel Jacobowitz <drow@mvista.com>
12888
12889 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
12890 Improve support for reusing an exec file. Copy exec file
12891 to target, and run gdbserver on the target instead of on the host.
12892
eecf4bed
JB
128932002-07-18 Jim Blandy <jimb@redhat.com>
12894
0f815cdf
JB
12895 * gdb.base/ending-run.exp: Don't expect to see the program end in
12896 some orderly fashion when we're running on a real stand-alone
12897 board.
12898
eecf4bed
JB
12899 * gdb.base/interrupt.exp: Correct logic for skipping tests on
12900 targets that don't support interrupts.
12901
52d309e4
JB
129022002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
12903
12904 * gdb.base/attach.exp: Add patterns to match output from /proc-based
12905 systems.
12906 Move comments in expect statements to inside the actions, so that they
12907 don't get matched against.
12908
ff683d9e
MK
129092002-07-10 Mark Kettenis <kettenis@gnu.org>
12910
12911 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
12912 function when asleep" test.
12913
b5356753
AC
129142002-07-10 Andrew Cagney <ac131313@redhat.com>
12915
12916 * gdb.base/page.exp: Rewrite to handle problems with very long
12917 `info set' output. Update copyright.
12918
6aa4d13a
AC
129192002-06-26 Andrew Cagney <ac131313@redhat.com>
12920
12921 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
12922 gdb.threads-hp.
12923 * gdb.hp/configure: Regenerate.
12924 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
12925 * gdb.hp/gdb.threads-hp/configure: Delete file.
12926 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
12927
8cf8c2b8
AC
129282002-06-22 Andrew Cagney <ac131313@redhat.com>
12929
12930 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
12931 setlocale, bindtextdomain and textdomain.
12932
6827a8f8
JB
129332002-06-11 Jim Blandy <jimb@redhat.com>
12934
919d772c
JB
12935 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
12936 preprocessor macro information is present.
12937
6827a8f8
JB
12938 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
12939 tests.
12940
c15b0d21
MS
129412002-06-06 Michael Snyder <msnyder@redhat.com>
12942
c5984d70
MS
12943 * gdb.base/overlays.exp: Record addresses of overlay
12944 functions in TCL variables rather than in GDB variables,
12945 to avoid having GDB convert them to pointers (with loss
12946 of information).
12947
d63a86f8 12948 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 12949 default linker script changes.
c15b0d21
MS
12950 * gdb.base/long_long.exp: Add check for sizeof (long double).
12951
be26fe0d
ML
129522002-06-06 Michal Ludvig <mludvig@suse.cz>
12953
12954 * gdb.asm/asm-source.exp: Add x86-64 target.
12955 * gdb.asm/x86_64.inc: New.
d63a86f8 12956
258093ca 129572002-05-30 Michael Chastain <mec@shout.net>
258093ca 12958
4b3153f1 12959 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
12960 * gdb.c++/m-static.cc: New file.
12961 * gdb.c++/m-static.exp: New file.
12962
241264c6
MS
129632002-05-28 Michael Snyder <msnyder@redhat.com>
12964
12965 * gdb.base/call-ar-st.exp: Allow for reduced floating point
12966 precision.
12967
9bba8c8f 129682002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 12969
4b3153f1 12970 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
12971 * gdb.c++/m-data.cc: New file.
12972 * gdb.c++/m-data.exp: New file.
12973
129742002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 12975
4b3153f1 12976 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 12977 * gdb.c++/try_catch.cc: New file.
d63a86f8 12978 * gdb.c++/try_catch.exp: New file.
9bba8c8f 12979
def1b996
MC
129802002-05-27 Michael Chastain <mec@shout.net>
12981
12982 * gdb.c++/local.exp: Accept more nested types in output.
12983
522ba268
MC
129842002-05-26 Michael Chastain <mec@shout.net>
12985
12986 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
12987
277254ba
MS
129882002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
12989
12990 * lib/gdb.exp (gdb_wrapper_init): Just because
12991 gdb_wrapper_file exists, this does not mean that the file
12992 should not be rebuilt. That is what gdb_wrapper_initialized
12993 is for.
12994 (default_gdb_init): Reset gdb_wrapper_initialized.
12995
b61a8733
MS
129962002-05-23 Michael Snyder <msnyder@redhat.com>
12997
d63a86f8 12998 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
12999 the precision of the floating point test results.
13000 * gdb.base/call-rt-st.exp: Ditto.
13001
b61a8733
MS
13002 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
13003 * gdb.base/call-rt-st.exp: Ditto.
13004
56f6e910
MC
130052002-05-19 Michael Chastain <mec@shout.net>
13006
13007 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
13008
ad0b0016
EZ
130092002-05-19 Elena Zannoni <ezannoni@redhat.com>
13010
a9c64011
AS
13011 * configure.in (configdirs): Add gdb.arch.
13012 * configure: Regenerate.
ad0b0016 13013
f617d2b6
JB
130142002-05-17 Jim Blandy <jimb@redhat.com>
13015
13016 * gdb.base/completion.exp: Recognize the more detailed error
13017 messages produced by the macro expander's lexical analyzer.
13018
eac2a696
EZ
130192002-05-14 Elena Zannoni <ezannoni@redhat.com>
13020
a9c64011
AS
13021 * gdb.arch/altivec-abi.c: New file.
13022 * gdb.arch/altivec-abi.exp: New file.
13023 * gdb.arch/altivec-regs.c: New file.
13024 * gdb.arch/altivec-regs.exp: New file.
eac2a696 13025
2fdde8f8
DJ
130262002-05-14 Daniel Jacobowitz <drow@mvista.com>
13027
13028 * gdb.base/maint.exp (maint print type): Update for new type
13029 structure.
d63a86f8 13030
e31f1a7c
EZ
130312002-05-14 Elena Zannoni <ezannoni@redhat.com>
13032
13033 * gdb.arch: New directory.
13034 * gdb.arch/configure.in: New file.
13035 * gdb.arch/configure: New file.
13036 * gdb.arch/Makefile.in: New file.
13037
db589741
CV
130382002-05-13 Corinna Vinschen <vinschen@redhat.com>
13039
13040 * gdb.asm/asm-source.exp: Add v850 as supported target.
13041 * gdb.asm/v850.inc: New file.
13042
8ce2a7dc
DJ
130432002-05-13 Daniel Jacobowitz <drow@mvista.com>
13044
13045 * gdb.c++/annota2.exp (annotate-quit): Add comment.
13046
df763c7f
DJ
130472002-05-12 Daniel Jacobowitz <drow@mvista.com>
13048
13049 * gdb.base/break.exp: Check 'break "marker2"'.
13050
377daeed
MS
130512002-05-10 Michael Snyder <msnyder@redhat.com>
13052
13053 * gdb.base/long_long.exp: Fix typo.
13054
c4b7bc2b
JB
130552002-05-10 Jim Blandy <jimb@redhat.com>
13056
ecac9a4e
JB
13057 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
13058 a bug.
13059
c4b7bc2b
JB
13060 * gdb.base/printcmds.exp (test_integer_literals_rejected):
13061 Recognize more detailed error message produced by the macro
13062 expander's lexical analyzer.
13063 * lib/gdb.exp (test_print_reject): Same.
13064
e71019a1
MK
130652002-05-09 Mark Kettenis <kettenis@gnu.org>
13066
13067 * gdb.c++/method.exp: Fix typo.
13068
fedfc8e6
MS
130692002-05-08 Michael Snyder <msnyder@redhat.com>
13070
166a1957
MS
13071 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
13072 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 13073 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
13074 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
13075 Add iftarget clause for strongarm.
d63a86f8 13076
f1c47eb2
MS
130772002-05-06 Michael Snyder <msnyder@redhat.com>
13078
cb9a9d3e
MS
13079 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
13080 (gdb_continue_to_end): Accept output from status wrapper.
13081 * gdb.base/ending-run.exp: Add case for output from status wrapper.
13082 Clean up fail messages to match pass messages.
13083
f1c47eb2
MS
13084 Enable the "needs_status_wrapper" testsuite feature.
13085 * lib/gdb.exp (gdb_wrapper_init): New procedure.
13086 (gdb_compile): Conditionally call gdb_wrapper_init.
13087 * gdb.base/a2-run.exp: Recognize output from status wrapper.
13088 * gdb.c++/method.exp: Recognize output from status wrapper.
13089
6079c749
BE
130902002-05-06 Ben Elliston <bje@redhat.com>
13091From Graydon Hoare <graydon@redhat.com>
13092
13093 * config/sid.exp: Include support for "rawsid" protocol.
13094
188baff3
JB
130952002-05-03 Jim Blandy <jimb@redhat.com>
13096
13097 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
13098 * gdb.c++/hang3.C: New file.
13099
b9c07f0f
AC
131002002-05-04 Andrew Cagney <ac131313@redhat.com>
13101
13102 * gdb.base/default.exp: Remove obsolete code.
13103 * gdb.c++/misc.exp: Ditto. Update copyright.
13104 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
13105 * gdb.base/whatis.exp: Ditto. Update copyright.
13106 * gdb.base/scope.exp: Ditto. Update copyright.
13107 * gdb.base/ptype.exp: Ditto. Update copyright.
13108 * gdb.base/printcmds.exp: Ditto. Update copyright.
13109 * gdb.base/opaque.exp: Ditto. Update copyright.
13110 * gdb.base/list.exp: Ditto.
13111 * gdb.base/funcargs.exp: Ditto. Update copyright.
13112 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
13113 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
13114 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
13115 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
13116 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
13117 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
13118
5c7a0397
MS
131192002-05-02 Michael Snyder <msnyder@redhat.com>
13120
d6dcc264 13121 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
13122 * gdb.base/long_long.exp: Add xscale target.
13123 * gdb.base/default.exp: Add xscale target.
13124
eb7f1c48
JB
131252002-05-01 Jim Blandy <jimb@redhat.com>
13126
13127 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
13128 gdb.c++/hang.exp: New test.
13129
a6befae8
FF
131302002-05-01 Fred Fish <fnf@redhat.com>
13131
13132 * gdb.base/completion.exp: Handle completions of "./Make" for
13133 more than one completion possibility, as is the case when we
13134 build and test in the source tree.
13135
0a310277
AG
131362002-04-29 Anthony Green <green@redhat.com>
13137
13138 * gdb.java/jmisc1.exp: New file.
13139 * gdb.java/jmisc2.exp: New file.
13140
6ff9af88
DJ
131412002-04-24 Daniel Jacobowitz <drow@mvista.com>
13142
13143 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
13144
96b3d632
EZ
131452002-04-23 Elena Zannoni <ezannoni@redhat.com>
13146
13147 * gdb.base/help.exp: Change 'help status' to allow for target
13148 dependent output differences.
13149
5019bb54
MC
131502002-04-22 Michael Chastain <mec@shout.net>
13151
13152 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
13153
a805a116
MC
131542002-04-22 Michael Chastain <mec@shout.net>
13155
13156 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
13157
a1706bfd
DM
131582002-04-17 David S. Miller <davem@redhat.com>
13159
13160 * gdb.asm/sparc64.inc: New file.
13161 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
13162
a73a20a2
EZ
131632002-04-19 Elena Zannoni <ezannoni@redhat.com>
13164
13165 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
13166 instruction file directly into the build tree. Clean up at end of
13167 test.
13168
ba678339
DM
131692002-04-18 David S. Miller <davem@redhat.com>
13170
13171 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
13172 handle 64-bit platforms correctly.
13173 * gdb.base/maint.exp: Likewise.
13174
b03399da
KB
131752002-04-18 Kevin Buettner <kevinb@redhat.com>
13176
13177 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
13178 ``-fpic'' when compiling files comprising a shared library, but
13179 it does need additional linker flags in order to find shared
13180 libraries at run time.
13181
e2004992
KB
131822002-04-18 Kevin Buettner <kevinb@redhat.com>
13183
13184 * gdb.base/cvexpr.c (use): New function.
13185 (main): Invoke use() on all global variables to prevent
13186 some linkers from deleting these otherwise unused symbols.
13187
d8937120
MC
131882002-04-17 Michael Chastain <mec@shout.net>
13189From David S. Miller <davem@redhat.com>
13190
13191 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
13192 handle 64-bit platforms correctly.
13193
ffd61a58
MS
131942002-04-12 Michael Snyder <msnyder@redhat.com>
13195From Jim Blandy <jimb@redhat.com>
a9c64011 13196 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
13197 script can handle this instead.
13198 * gdb.base/bar.c (barx): Same.
13199 * gdb.base/baz.c (bazx): Same.
13200 * gdb.base/grbx.c (grbxx): Same.
13201
13202 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
13203 manager doesn't automatically unmap overlays unnecessarily.
13204
6b8426a6
MH
132052002-04-10 Martin M. Hunt <hunt@redhat.com>
13206
13207 * gdb.base/ending-run.exp: Fix pattern for Mips targets
13208 stepping out of main.
13209
34af4875
MC
132102002-04-09 Michael Chastain <mec@shout.net>
13211
13212 * gdb.c++/local.cc (main): Move call to marker1() inside nested
13213 scope so that the nested scope tests will make sense.
13214 * gdb.c++/local.exp: Write patterns that actually work with gcc
13215 (the HP patterns "were never known to work with gcc").
13216 Keep the old aCC patterns too.
13217
2d1676a0
DJ
132182002-04-09 Daniel Jacobowitz <drow@mvista.com>
13219
13220 * gdb.base/attach.exp: Correct target board test.
13221
3a63e3f9
MC
132222002-04-08 Michael Chastain <mec@shout.net>
13223
13224 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
13225 in a const method. Add some xfail and fail cases for configurations
13226 that do not emit the "const ...".
13227
f18dabd2
MC
132282002-04-07 Michael Chastain <mec@shout.net>
13229
13230 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
13231 Accept "A * const" and "const A * const" as type of "this".
13232 Fix spelling of getFunky throughout. Make messages uniform.
13233
0fcddd82
EZ
132342002-04-07 Elena Zannoni <ezannoni@redhat.com>
13235
a9c64011 13236 Work around for PR gdb/285:
0fcddd82
EZ
13237 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
13238
16a8534a
EZ
132392002-04-07 Elena Zannoni <ezannoni@redhat.com>
13240
13241 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
13242 instructions file at run time instead of configure time.
13243 Sometimes we run the test in a directory that is not the one we
13244 configured in.
13245 * gdb.asm/configure.in: Delete creation of symlink.
13246 * gdb.asm/configure: Regenerate.
13247
24181d81
JB
132482002-04-05 J. Brobecker <brobecker@gnat.com>
13249
13250 * gdb.gdb/xfullpath.exp: New test, to exercise the new
13251 xfullpath () function.
13252
7cdb7107
DJ
132532002-04-04 Daniel Jacobowitz <drow@mvista.com>
13254
13255 * gdb.asm/Makefile.in: Correct dependencies.
13256
13257 * gdb.asm/powerpc.inc: New file.
13258 * gdb.asm/asm-source.exp: Add PowerPC.
13259 * gdb.asm/configure.in: Likewise.
13260 * gdb.asm/configure: Regenerated.
13261
a7d17088
DJ
132622002-04-04 Daniel Jacobowitz <drow@mvista.com>
13263
13264 * gdb.base/relocate.exp: New file.
13265 * gdb.base/relocate.c: New file.
13266
cd721503
FF
132672002-04-04 Fred Fish <fnf@redhat.com>
13268
13269 * gdb.base/step-test.exp: Update comment regarding stopping in
13270 memcpy/bcopy calls inserted as part of the compiler runtime.
13271
b22ad7a7
MS
132722002-04-04 Michael Snyder <msnyder@redhat.com>
13273
13274 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
13275
5f279fa6
DJ
132762002-04-03 Daniel Jacobowitz <drow@mvista.com>
13277
13278 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
13279 (gdb_expect): Remove $notransfer hack.
13280
dd0fd3ce
DJ
132812002-04-02 Daniel Jacobowitz <drow@mvista.com>
13282
13283 * gdb.c++/classes.exp ("calling method for small class"): Match
13284 updated register output.
13285
1e50cda1
DJ
132862002-03-30 Daniel Jacobowitz <drow@mvista.com>
13287
13288 Fix PR gdb/452
13289 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
13290 when finished. Make gdb_file_cmd send "exec-file" when
13291 appropriate.
13292
24015922
DJ
132932002-03-30 Daniel Jacobowitz <drow@mvista.com>
13294
13295 * gdb.base/attach.exp: Remove extra setup_xfail.
13296
dd7dfd64
MS
132972002-03-26 Michael Snyder <msnyder@redhat.com>
13298
13299 * gdb.base/default.exp: Add tests for dump, append, and restore.
13300 * gdb.base/help.exp: Add tests for dump, append, and restore.
13301 * gdb.base/dump.exp: New file, test dump, append and restore.
13302 * gdb.base/dump.c: New file.
13303
48b2f8d7
MS
133042002-03-27 Michael Snyder <msnyder@redhat.com>
13305
d63a86f8 13306 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
13307 clean-ups in help messages.
13308
05b4d525
FF
133092002-03-26 Fred Fish <fnf@redhat.com>
13310
13311 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
13312 have debugging info for those functions and the compiler uses them
13313 internally to copy structs around.
13314
d7679631
FF
133152002-03-26 Fred Fish <fnf@redhat.com>
13316
13317 * gdb.base/list.exp: Revert the change made yesterday and add note
13318 about why we don't list the default lines for remote targets.
13319
523ac3f9
MS
133202002-03-25 Michael Snyder <msnyder@redhat.com>
13321
13322 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
13323
754b2b8d
FF
133242002-03-25 Fred Fish <fnf@redhat.com>
13325
13326 * gdb.base/list.exp: This test works on remote targets so remove
13327 the short circuit for remote targets. Update copyright.
13328
33c3e192
FF
133292002-03-25 Fred Fish <fnf@redhat.com>
13330
13331 * gdb.base/attach.exp: Fix logic error that was suppressing this
13332 test for all non hppa*-*-hpux* targets, instead of the hp target.
13333 Move comments closer to the suppression point. Also now need to
13334 check that we are running natively.
13335
d43e73ee
MS
133362002-03-22 Michael Snyder <msnyder@redhat.com>
13337
882c8f02
MS
13338 * gdb.base/default.exp: Add test for gcore. Update copyright.
13339 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 13340
04c12f60
FF
133412002-03-06 Fred Fish <fnf@redhat.com>
13342
13343 * gdb.base/funcargs.c: Remove extraneous ';' character.
13344 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
13345
b43df995
MC
133462002-03-04 Michael Chastain <mec@shout.net>
13347
13348 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
13349 accommodate gcc v3 function signature.
13350 * gdb.mi/mi0-var-cmd-exp: Ditto.
13351
92362027
AC
133522002-02-24 Andrew Cagney <ac131313@redhat.com>
13353
13354 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
13355 ``GNU/Linux'' or ``Linux kernel''
13356 * testsuite/gdb.threads/pthreads.c: Ditto.
13357
258ad32d
MC
133582002-02-24 Michael Chastain <mec@shout.net>
13359
13360 * gdb.threads/pthreads.c (thread1): Add a return statement.
13361 (thread2): Likewise.
13362 (foo): Likewise.
13363
04c3b3d4
MC
133642002-02-23 Michael Chastain <mec@shout.net>
13365
13366 * gdb.threads/linux-dp.c (philosopher): Add a return statement
13367 to placate gcc.
13368
5a2a0a20
MC
133692002-02-23 Michael Chastain <mec@shout.net>
13370
13371 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
13372 test "ptype bint". The test passes on all my stabs configurations.
13373
a640f7fc
JB
133742002-02-21 Jim Blandy <jimb@redhat.com>
13375
27924826
JB
13376 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
13377 filename at a time, and watch for the ones we want to see.
13378
a640f7fc
JB
13379 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
13380 types of pointers to prototyped functions.
13381
edcc8c75
AC
133822002-02-20 Andrew Cagney <ac131313@redhat.com>
13383
13384 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
13385 signed, unsigned and straight char.
13386 (padding_char, padding_short, padding_int, padding_long,
13387 padding_long_long, padding_float, padding_double,
13388 padding_long_double): New global variables.
13389 (fill, fill_structs): New functions.
13390
13391 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
13392 for correctly sized writes. Update copyright.
13393 (get_valueof): New procedure.
13394 (get_sizeof): Call get_valueof.
13395 (check_valueof): New procedure.
13396 (check_padding): New procedure.
13397
ac57ea44
MC
133982002-02-20 Michael Chastain <mec@shout.net>
13399
13400 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
13401 to setup_xfail. Document some of the remaining calls.
13402
7a10c941
MC
134032002-02-18 Michael Chastain <mec@shout.net>
13404
13405 * gdb.c++/userdef.exp: Update copyright year.
13406
fb8acdcc
DJ
134072002-02-18 Daniel Jacobowitz <drow@mvista.com>
13408
13409 * gdb.c++/userdef.exp: Test overloaded operators properly.
13410 Remove xfails.
13411
fda6ae12
MS
134122002-02-14 Michael Snyder <msnyder@redhat.com>
13413
13414 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
13415
676a0442
DJ
134162002-02-14 Daniel Jacobowitz <drow@mvista.com>
13417
13418 * gdb.base/a2-run.exp: Check for a remote target properly.
13419 * gdb.base/annota1.exp: Likewise.
13420 * gdb.base/list.exp: Likewise.
13421 * gdb.base/reread.exp: Likewise.
13422 * gdb.base/scope.exp: Likewise.
13423 * gdb.base/shlib-call.exp: Likewise.
13424 * gdb.base/term.exp: Likewise.
13425 * gdb.c++/annota2.exp: Likewise.
13426
78b4f468
RE
134272002-02-13 Richard Earnshaw <rearnsha@arm.com>
13428
13429 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
13430
9a81ba51
MC
134312002-02-10 Michael Chastain <mec@shout.net>
13432
13433 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
13434 (call_after_alloca): Ditto.
13435
004af6c7
DJ
134362002-02-10 Daniel Jacobowitz <drow@mvista.com>
13437
13438 * gdb.base/ending-run.exp: Guard "cont" test with
13439 gdb_skip_stdio_test.
13440
37225f62
JB
134412002-02-06 Jim Blandy <jimb@redhat.com>
13442
13443 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
13444 from here...
13445 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
13446 To here. Disable this test on non-HP platforms. Add big comment.
13447
fe6fdd96
MS
134482002-02-04 Michael Snyder <msnyder@redhat.com>
13449
13450 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
13451 other than d10v and m32r.
13452
036fad3f
RE
134532002-02-02 Richard Earnshaw <rearnsha@arm.com>
13454
13455 * gdb.base/default.exp: Rewrite test patterns to reduce time
13456 taken to match them.
13457
7148ab62
DJ
134582002-01-30 Daniel Jacobowitz <drow@mvista.com>
13459
13460 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
13461 Allow a start function above main.
13462 * gdb.threads/linux-dp.exp: Fix copyright date.
13463
396cc255
DJ
134642002-01-30 Daniel Jacobowitz <drow@mvista.com>
13465
a9c64011
AS
13466 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
13467 (check_philosopher_stack): Check for manager thread before checking
13468 for a just-starting thread.
396cc255 13469
f038d31b
DJ
134702002-01-30 Daniel Jacobowitz <drow@mvista.com>
13471
13472 From Neil Booth <neil@daikokuya.demon.co.uk>:
13473 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
13474 warnings.
13475
b3ff9d9a
FF
134762002-01-21 Fred Fish <fnf@redhat.com>
13477
13478 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
13479 not caller.
13480
39ad761d
JB
134812002-01-21 Jim Blandy <jimb@redhat.com>
13482
13483 * gdb.base/reread.exp: Check that GDB properly re-reads the
13484 executable file when it changes while no inferior is running.
13485
aaf320fa
FF
134862002-01-21 Fred Fish <fnf@redhat.com>
13487
a9c64011
AS
13488 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
13489 optionally accept the "shlib events" variation.
aaf320fa 13490
808a31f5
JB
134912002-01-21 Jim Blandy <jimb@redhat.com>
13492
13493 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
13494 call `fflush' after every `printf', so that the output is produced
13495 at predictable points, regardless of whatever buffering does (or
13496 doesn't) take place.
13497 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
13498 at different points.
13499
4420d5e2
DJ
135002002-01-20 Daniel Jacobowitz <drow@mvista.com>
13501
13502 * gdb.c++/inherit.exp: Update copyright years.
13503 * gdb.c++/method.exp: Likewise.
13504
3e36a0f4
DJ
135052002-01-20 Daniel Jacobowitz <drow@mvista.com>
13506
13507 * gdb.c++/classes.exp: Update for improved v3 support and skipping
13508 artificial methods/arguments.
13509 * gdb.c++/derivation.exp: Likewise.
13510 * gdb.c++/inherit.exp: Likewise.
13511 * gdb.c++/method.exp: Likewise.
13512 * gdb.c++/virtfunc.exp: Likewise.
13513
b4ceaee6
AC
135142002-01-18 Andrew Cagney <ac131313@redhat.com>
13515
13516 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
13517 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
13518 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
13519 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
13520 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
13521 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
13522
ecace851
JB
135232002-01-17 Jim Blandy <jimb@redhat.com>
13524
13525 * gdb.asm/asm-source.exp (info symbol): Take another shot at
13526 anchoring the pattern matching the entry point symbol's name.
13527
375fc983
AC
135282002-01-17 Andrew Cagney <ac131313@redhat.com>
13529
13530 * gdb.base/maint.exp: Update ``maint internal-error'' to match
13531 continue/quit query. Update copyright.
13532
fe6fdd96
MS
135332002-01-14 Michael Snyder <msnyder@redhat.com>
13534
13535 * gdb.base/gcore.exp: Remove extra debugging output.
13536
e017c81f
DJ
135372002-01-13 Daniel Jacobowitz <drow@mvista.com>
13538
13539 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
13540 for slightly dubious v2 mangled string.
13541
37ab3bf8
DJ
135422002-01-13 Daniel Jacobowitz <drow@mvista.com>
13543
13544 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
13545
1bc05c3a 135462002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 13547
1bc05c3a 13548 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 13549
1bc05c3a
JM
13550 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
13551 constructors.
13552 * gdb.c++/derivation.exp: Likewise.
13553 * gdb.c++/templates.exp: Likewise.
13554 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 13555
1bc05c3a
JM
135562002-01-10 Michael Snyder <msnyder@redhat.com>
13557
13558 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 13559
a911c360
MS
135602002-01-08 Michael Snyder <msnyder@redhat.com>
13561
13562 * gdb.base/gcore.exp: New test for generate-core-file command.
13563 * gdb.base/gcore.c: Testcase for above.
13564 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
13565
ea2119ec
JM
135662002-01-08 Jason Merrill <jason@redhat.com>
13567
13568 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
13569
68203136
FF
135702002-01-07 Fred Fish <fnf@redhat.com>
13571
13572 * gdb.c++/overload.exp: Remove unconditional xfails for:
13573 print foo_instance1.overloadargs(1)
13574 print foo_instance1.overloadargs(1, 2)
13575 print foo_instance1.overloadargs(1, 2, 3)
13576 print foo_instance1.overloadargs(1, 2, 3, 4)
13577 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
13578 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
13579 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
13580 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
13581 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
13582 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
13583 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
13584 print foo_instance1.overload1arg()
13585 print foo_instance1.overload1arg((char)arg2)
13586 print foo_instance1.overload1arg((signed char)arg3)
13587 print foo_instance1.overload1arg((unsigned char)arg4)
13588 print foo_instance1.overload1arg((int)arg7)
13589 print foo_instance1.overload1arg((unsigned int)arg8)
13590 print foo_instance1.overload1arg((float)arg11)
13591 print foo_instance1.overload1arg((double)arg12)
d63a86f8 13592
21b9b5b1
MS
135932002-01-07 Michael Snyder <msnyder@redhat.com>
13594
13595 * gdb.base/huge.exp: New test. Print a very large target data object.
13596 (skip_huge_test): New test variable. Define if you want to skip this
13597 test. The test reads an 8 megabyte data object from the target, so it
13598 might be very time consuming on remote targets with a slow connection.
13599 * gdb.base/huge.c: New file. Test case for above.
13600
725f922e
FF
136012002-01-07 Fred Fish <fnf@redhat.com>
13602
13603 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
13604 g_instance.bfoo, and g_instance.cfoo.
13605
634d57ec
JL
13606Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
13607
f286b2c3
JL
13608 * gdb.base/break.c (multi_line_if_conditional): New function.
13609 (multi_ilne_while_conditional): Likewise.
13610 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
13611 IF or WHILE condition puts the breakpoint at the start of
13612 the condition.
13613
634d57ec
JL
13614 * gdb.base/selftest.exp (backtrace through signal handler): Remove
13615 hppa*-*-hpux* expected failure.
13616 * gdb.base/structs.exp (do_function_calls): Similarly.
13617
13618 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
13619 watchpoints.
13620
9fbfe2dc
AC
136212002-01-06 Andrew Cagney <ac131313@redhat.com>
13622
13623 Fix PR gdb/66.
13624 * gdb.base/structs.exp: Replace skip for a29k with skip for
13625 gdb,cannot_call_functions.
13626 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
13627 * gdb.base/callfuncs.exp: Ditto.
13628 * gdb.base/call-rt-st.exp: Ditto.
13629 * gdb.base/call-strs.exp: Ditto.
13630 * gdb.base/callfwmall.exp: Ditto.
13631 * gdb.base/scope.exp: Obsolete xfail a29k.
13632 * gdb.c++/misc.exp: Ditto.
13633 * gdb.c++/cplusfuncs.exp: Ditto.
13634 * gdb.base/ptype.exp: Ditto.
13635 * gdb.base/printcmds.exp: Ditto.
13636 * gdb.base/opaque.exp: Ditto.
13637 * gdb.base/list.exp: Ditto.
13638 * gdb.base/funcargs.exp: Ditto.
13639 * gdb.base/default.exp: Ditto.
13640
8ddad156
MS
136412002-01-04 Michael Snyder <msnyder@redhat.com>
13642
ca4976a6 13643 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
13644 * gdb.base/maint.exp: Add tests for maint info sections options.
13645
1b074332
JL
13646Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
13647
13648 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
13649
7d159115
CV
136502001-12-20 Corinna Vinschen <vinschen@redhat.com>
13651
13652 * gdb.asm/arm.inc: New file.
13653 * gdb.asm/asm-source.exp: Add arm targets.
13654 * gdb.asm/configure.in: Ditto.
13655 * gdb.asm/configure: Recreated from configure.in.
13656
8fb87725
JL
13657Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
13658
afabe08c
JL
13659 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
13660 with HP's compiler.
13661 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13662 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13663 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13664 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13665
13666 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
13667 either HP's compilers or GCC.
13668
db521deb
JL
13669 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
13670 a SIGBUS or SIGSEGV.
13671
13672 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
13673
13674 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
13675 can be compiled with either HP's compiler or GCC.
13676
cfa88ab7
JL
13677 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
13678 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
13679 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
13680
ca344dff
JL
13681 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
13682 to match current gdb output. Update due to using auto-solib-limit
13683 for limiting instead of overloading auto-solib-add.
13684 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
13685 test program.
13686
3f3c6e55 13687 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
13688 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
13689 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13690 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13691 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13692 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13693 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
13694 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
13695 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
13696 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
13697 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
13698 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
13699 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 13700
8fb87725
JL
13701 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
13702 a SIGTRAP to the inferior.
13703
cf599fa7
CV
137042001-12-19 Corinna Vinschen <vinschen@redhat.com>
13705
13706 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
13707 Substitute call to target_link by call to gdb_compile.
13708
2cd045cd
JL
13709Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
13710
a9c64011
AS
13711 * gdb.base/break.exp: Fix HP specific search string when testing
13712 backtracing in a called function.
2cd045cd 13713
a9c64011
AS
13714 * gdb.base/constvars.exp: Only set lang to C++ if we're
13715 compiling the test with HP's compilers.
13716 * gdb.base/volatile.exp: Similarly.
2cd045cd 13717
99ebe9ac
JB
137182001-12-19 Jim Blandy <jimb@redhat.com>
13719
13720 * gdb.base/printcmds.exp: Expect the null character to be printed
13721 as '\0', and the '\013' to be printed as '\v'.
13722 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
13723 * gdb.base/setvar.exp: Same.
13724
b9891b29
JB
137252001-12-17 Jim Blandy <jimb@redhat.com>
13726
0eba65ab
JB
13727 * gdb.base/completion.exp: Rather than completing very long
13728 filenames, which can make the readline library produce output we
13729 don't recognize, cd to the directory first, and then complete
13730 using nice, short relative paths.
13731
6970b5b1
JB
13732 * gdb.base/completion.exp: On some systems, there is, in fact, a
13733 variable named `b' in scope, since GDB treats all static
a9c64011
AS
13734 variables as being in scope. So use `no_var_named_this'
13735 instead of `b'.
6970b5b1 13736
b9891b29
JB
13737 * gdb.base/corefile.exp: Recognize the message saying that GDB
13738 can't find the core file's registers as a failure.
13739
e6ccd35f
JSC
137402001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
13741
a9c64011
AS
13742 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
13743 test expect string more specific.
e6ccd35f 13744
105ba819
CV
137452001-12-13 Corinna Vinschen <vinschen@redhat.com>
13746
13747 * gdb.asm/asm-source.exp: Add support for xstormy16.
13748 * gdb.asm/configure.in: Ditto.
13749 * gdb.asm/configure: Rebuild.
13750 * gdb.asm/xstormy16.inc: New file.
13751
e9e79dd9
FF
137522001-12-10 Fred Fish <fnf@redhat.com>
13753
13754 * gdb.base/maint.exp: Update to match changes in type dumping code.
13755
347dc97d
JB
137562001-12-10 Jim Blandy <jimb@redhat.com>
13757
13758 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
13759 matching the entry point symbol's name at the beginning of the
13760 line.
13761
5178b9d6
DJ
137622001-12-07 Daniel Jacobowitz <drow@mvista.com>
13763
13764 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
13765 gdb.c++/inherit.exp, gdb.c++/method.exp,
13766 gdb.c++/namespace.exp, gdb.c++/templates.exp,
13767 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
13768 and class layout support.
13769
af890c52
DJ
137702001-12-07 Daniel Jacobowitz <drow@mvista.com>
13771
13772 * gdb.c++/classes.exp: Add test for static member function.
13773 * gdb.c++/misc.cc: Add class with static member function.
13774
7a345fb3
JB
137752001-12-07 Jim Blandy <jimb@redhat.com>
13776
f2e54a80 13777 If GDB says it can't find the struct the function returned, report
8032bf31
JB
13778 those tests as `unsupported'.
13779 * gdb.base/call-rt-st.exp (print_struct_call): New function.
13780 Rewrite subsequent tests to use it.
13781
13782 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
13783 those tests as `unsupported'.
13784 * gdb.base/structs.exp (call_struct_func): New function.
13785 (do_function_calls): Use call_struct_func to call the functions
13786 returning structs.
13787
0bc69509
JB
13788 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
13789 whether functions are prototyped or not, so we can't possibly pass
13790 arguments to t_float_values2 properly.
13791
7a345fb3
JB
13792 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
13793 value of `timeout' for targets other than the mips*tx39-*.
13794
edb6ede1
MS
137952001-12-06 Michael Snyder <msnyder@redhat.com>
13796
d63a86f8 13797 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
13798 and detect whether the start symbol has a leading underscore.
13799
2d842f13
JB
138002001-12-04 Jim Blandy <jimb@redhat.com>
13801
13802 * gdb.base/completion.exp: Clarify indentation.
13803
68550daf
JB
138042001-12-03 Jim Blandy <jimb@redhat.com>
13805
13806 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
13807 variables on the S/390, not `.word'.
13808
cd5195a8
JB
138092001-11-30 Jim Blandy <jimb@redhat.com>
13810
13811 Add assembly-source tests for s390-ibm-linux.
13812 * gdb.asm/s390.inc: New file.
13813 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
13814 the S/390 architecture.
a9c64011 13815 * gdb.asm/configure: Regenerated.
cd5195a8 13816
ca9efc90
MS
138172001-11-30 Michael Snyder <msnyder@redhat.com>
13818
13819 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
13820 next, info source, info sources, info line, global and static
13821 variables, and static functions.
13822 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
13823 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
13824 * gdb.asm/asmsrc1.s: Add a static function and some variables.
13825 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
13826 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
13827 (gdbasm_leave): Restore frame pointer.
13828 (gdbasm_startup): Copy stack set-up from crt0.S.
13829
d0e66976
FN
138302001-11-26 Fernando Nasser <fnasser@redhat.com>
13831
13832 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
13833 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
13834 to a local (non-static) variable. Copy tstruct.a to a static buffer
13835 and return a pointer to that buffer.
13836 * gdb.base/callfwmall.c (t_structs_a): Ditto.
13837
e2334072
MK
138382001-11-24 Mark Kettenis <kettenis@gnu.org>
13839
13840 * gdb.asm/configure.in: Fix recognition of ix86 target.
13841 * gdb.asm/configure: Regenerate.
13842
756caa3d
MS
138432001-11-21 Michael Snyder <msnyder@redhat.com>
13844
13845 * gdb.asm/sparc.inc: New file.
13846 * gdb.asm/asm-source.exp: Recognize sparc target.
13847 * gdb.asm/configure.in: Recognize sparc target.
13848 * gdb.asm/configure: Regenerate.
d63a86f8 13849
9a4d72d5
MS
138502001-11-21 Michael Snyder <msnyder@redhat.com>
13851
13852 * gdb.asm/m32r.inc: New file.
13853 * gdb.asm/asm-source.exp: Recognize m32r target.
13854 * gdb.asm/configure.in: Recognize m32r target.
13855 * gdb.asm/configure: Regenerate.
13856
a773d1cd
MS
138572001-11-20 Michael Snyder <msnyder@redhat.com>
13858
017ac23d
MS
13859 * gdb.asm/i386.inc: New file.
13860 * gdb.asm/asm-source.exp: Recognize ix86 target.
13861 * gdb.asm/configure.in: Recognize ix86 target.
13862 * gdb.asm/configure: Regenerate.
13863
a773d1cd
MS
13864 * gdb.c++/namespace.exp: Fix quotes in output messages.
13865
bb632afb
MS
138662001-11-14 Michael Snyder <msnyder@redhat.com>
13867
25d559ca 13868 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
13869 qualifier in a type cast expression, to designate an address
13870 in the instruction space (Harvard architecture).
13871
4749e309
MS
138722001-11-13 Michael Snyder <msnyder@redhat.com>
13873
13874 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
13875 Tests for expressions using 'const' and 'volatile'.
13876
25050984
CV
138772001-11-13 Corinna Vinschen <vinschen@redhat.com>
13878
13879 * gdb.asm/asm-sources.exp: Allow defining linker flags.
13880
1902c51f
DJ
138812001-11-12 Daniel Jacobowitz <drow@mvista.com>
13882
13883 * lib/mi-support.exp (mi_run_to_helper): Move comments
13884 outside of gdb_expect.
13885
dcf95b47
DJ
138862001-11-11 Daniel Jacobowitz <drow@mvista.com>
13887
13888 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
13889 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
13890 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
13891 mi0_run_to): New functions.
13892 * gdb.mi/mi-simplerun.exp: Use them.
13893 * gdb.mi/mi0-simplerun.exp: Likewise.
13894 * gdb.mi/mi-var-cmd.exp: Likewise.
13895 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 13896
45b074e1
AC
138972001-11-10 Andrew Cagney <ac131313@redhat.com>
13898
13899 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
13900 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
13901
bf50d346
AC
139022001-11-09 Andrew Cagney <ac131313@redhat.com>
13903
13904 * gdb.base/restore.exp: Include $expected value in restored test
13905 message.
13906
9383332c
AC
139072001-11-09 Andrew Cagney <ac131313@redhat.com>
13908
13909 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
13910 implemented.
13911
db62520a
MS
139122001-11-08 Michael Snyder <msnyder@redhat.com>
13913
13914 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
13915 Add pass/fail message for stop at breakpoint in call dummy function.
13916
b5703437
MS
139172001-11-07 Michael Snyder <msnyder@redhat.com>
13918
d63a86f8
RM
13919 * gdb.c++/templates.exp (test_template_breakpoints):
13920 If we get an overload menu, but it does not match what
760f6330 13921 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
13922 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
13923 making the whitespace optional. Argument for "new" may be
13924 "unsigned" as well as "unsigned int/long".
d63a86f8 13925 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
13926 making the whitespace optional. Also replace "(void) with
13927 "((void|)), making the keyword "void" optional.
d63a86f8 13928 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
13929 making the whitespace optional. Also replace "(void) with
13930 "((void|)), making the keyword "void" optional.
3bf40917
MS
13931 * gdb.base/callfuncs.c (t_float_values): This function must
13932 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 13933 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
13934 can be tested against both cases. Usually one case involves
13935 promotion of float to double, while the other does not.
13936 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
13937 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
13938 includes a stack frame for "start".
13939
c8ab4e6d
JB
139402001-11-05 Jim Blandy <jimb@redhat.com>
13941
13942 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
13943 pointers are 32 bits long, and that offsets of relocs are always
13944 stored in the data (REL-style), and not in the reloc entry itself
13945 (RELA-style).
13946 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
13947 stabs.
13948
3f08ced9
MS
139492001-11-01 Michael Snyder <msnyder@redhat.com>
13950
13951 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
13952 and regular expression operators by using quoting.
13953
cbfa24cd
MS
139542001-10-31 Michael Snyder <msnyder@redhat.com>
13955
13956 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
13957 depending on what the symbol table contains.
13958 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
13959 the output of the ptype command. Similarly, accept both "const &"
13960 and "const&".
13961
aaa68313
CV
139622001-10-31 Corinna Vinschen <vinschen@redhat.com>
13963
13964 * gdb.base/miscexprs.c (main): Add usage of preprocessor
13965 symbol `STORAGE' to allow to choose the storage class of
13966 the local datastructures.
13967 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
13968 compiler directive.
13969
91740388
MS
139702001-10-30 Michael Snyder <msnyder@redhat.com>
13971
13972 * gdb.base/jump.exp: Allow it to run for all targets.
13973
1b7c05e7
CV
139742001-10-29 Corinna Vinschen <vinschen@redhat.com>
13975
13976 * gdb.base/call-ar-st.c (print_double_array): Match for loop
13977 with new double_array size.
13978 (main): Change storage class of all local variables to static.
13979 Reduce size of double_array to 9.
13980 * gdb.base/call-ar-st.exp: Increase timeout value.
13981 Change expected output for double array to match new size in
13982 call-ar-st.c.
13983
36a22261
CV
139842001-10-29 Corinna Vinschen <vinschen@redhat.com>
13985
13986 * gdb.base/ending-run.exp: Create identical output when passing
13987 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 13988 Stormy16 target.
36a22261 13989
92b8ae91
MK
139902001-10-28 Mark Kettenis <kettenis@gnu.org>
13991
13992 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
13993 that we catch the expected failure under Linux/x86.
13994
cb135b83
OF
139952001-10-29 Orjan Friberg <orjanf@axis.com>
13996
13997 * gdb.base/setvar.exp: Escape curly braces.
13998 * gdb.stabs/weird.exp: Ditto.
13999
6884aa54
DJ
140002001-10-27 Daniel Jacobowitz <drow@mvista.com>
14001
14002 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
14003 * gdm.mi/mi0-hack-cli.exp: Likewise.
14004
0398c9aa
AC
140052001-10-25 Andrew Cagney <ac131313@redhat.com>
14006
14007 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
14008 messages.
14009
d20bf2e8
AC
140102001-10-21 Andrew Cagney <ac131313@redhat.com>
14011
14012 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
14013 checking MI enabled.
14014
03dd63aa
CV
140152001-10-09 Corinna Vinschen <vinschen@redhat.com>
14016
14017 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
14018
1d9d99f3
FCE
140192001-10-04 Frank Ch. Eigler <fche@redhat.com>
14020
14021 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
14022 if gdb child process crashes, just signal an error.
14023
838ae6c4
JB
140242001-10-02 Jim Blandy <jimb@redhat.com>
14025
14026 * lib/gdb.exp (test_xfail_format): Simplify.
14027
14028 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
14029 front of the variable name `format'. Simplify `if'.
14030
8f0cbc1c
DJ
140312001-10-01 Daniel Jacobowitz <drow@mvista.com>
14032
14033 * gdb.threads/pthreads.exp: Wait for output and delay
14034 before sending ^C.
14035
1f08dafd
DJ
140362001-10-01 Daniel Jacobowitz <drow@mvista.com>
14037
14038 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
14039 some incorrect output instead of timing out.
14040 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
14041
674f90ff
CV
140422001-09-28 Corinna Vinschen <vinschen@redhat.com>
14043
14044 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
14045 check to allow additional `int'.
14046
9b284272
DJ
140472001-09-27 Daniel Jacobowitz <drow@mvista.com>
14048
14049 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
14050 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
14051
b55a4771
MS
140522001-09-27 Michael Snyder <msnyder@redhat.com>
14053
14054 * lib/gdb.exp (test_debug_format): New proc.
14055 (setup_xfail_format): Use new proc test_debug_format.
14056 * gdb.base/constvars.exp (local_compiler_xfail_check): New
14057 proc; use new service proc test_debug_format.
14058 Replace all other "gcc_compiled" tests with this test.
14059 * gdb.base/volatile.exp (local_compiler_xfail_check): New
14060 proc; use new service proc test_debug_format.
14061 Replace all other "gcc_compiled" tests with this test.
14062
140632001-09-27 Michael Snyder <msnyder@redhat.com>
14064
14065 * gdb.base/cvexpr.exp: New file.
14066 * gdb.base/cvexpr.c: New file
14067 Test for expressions using const and volatile keywords.
14068
4e6667ac
CV
140692001-09-26 Corinna Vinschen <vinschen@redhat.com>
14070
14071 * gdb.base/constvars.exp: Check for different orders of keywords
14072 and additional "int" strings in output.
14073
4f337972
AC
140742001-09-22 Andrew Cagney <ac131313@redhat.com>
14075
14076 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
14077 responses from "help maint".
14078
2015650d
FCE
140792001-09-19 Frank Ch. Eigler <fche@redhat.com>
14080
14081 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
14082 to localhost:NNN instead of :NNN, in case Xvfb is listening
14083 only on TCP.
14084
f3bcedc1
CV
140852001-09-19 Corinna Vinschen <vinschen@redhat.com>
14086
14087 * gdb.base/recurse.exp: When checking leaving the watchpoint
14088 scope, recognize when gdb is in function's epilogue and pass.
14089
6b819c92
KS
140902001-09-18 Keith Seitz <keiths@redhat.com>
14091
14092 * lib/insight-support.exp (_gdbtk_export_target_info): Add
14093 support for running tests against sid targets.
14094 (gdbtk_done): Ditto.
14095
a10c9419
CV
140962001-09-18 Corinna Vinschen <vinschen@redhat.com>
14097
14098 * gdb.base/ending-run.c (main): Set stdout buffersize
14099 to the same reasonable value for any target.
14100 * gdb.base/ending-run.exp: Add a regular expression
14101 to make testsuite happy on Sanyo Stormy16 target.
14102
739d0d99
CV
141032001-09-17 Corinna Vinschen <vinschen@redhat.com>
14104
14105 * gdb.base/display.c (do_loops): Add float variable `f'.
14106 Increment f in loop.
14107 * gdb.base/display.exp: Increment timeout by 60 seconds.
14108 Change float display test to use variable `f'.
14109
1b8947f0
JB
141102001-09-17 Jim Blandy <jimb@redhat.com>
14111
14112 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
14113 overflowing the limited breakpoint tables on some ROM monitors
14114 (like the ROM68K).
14115
9890ac81
FCE
141162001-09-15 Frank Ch. Eigler <fche@redhat.com>
14117
14118 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
14119 the "-ac" (disable access control) flag.
14120
6db765ea
JH
141212001-08-30 Jeff Holcomb <jeffh@redhat.com>
14122
14123 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
14124 ints.
14125
4c32cc04
KS
141262001-08-30 Keith Seitz <keiths@redhat.com>
14127
14128 * lib/gdb.exp: Move all insight-related functionality into
14129 separate file.
14130 * lib/insight-support.exp: New file.
14131
8d6e6f81
FCE
141322001-08-29 Frank Ch. Eigler <fche@redhat.com>
14133
14134 * config/sid.exp (sid_start): Never set sid verbosity; disable
14135 expect_background {} that consumed its stdout; tolerate </dev/null.
14136 Attempt to set endianness override in "sid" protocol mode. Cleanup.
14137
6a90e1d0
AC
141382001-08-18 Andrew Cagney <ac131313@redhat.com>
14139
14140 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
14141 CLI jump command to start it.
14142 (mi_run_to_main): Fail immediatly when unexpected output.
14143
1759b3c3
AC
141442001-08-18 Andrew Cagney <ac131313@redhat.com>
14145
14146 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
14147 beginning of function. Fix PR gdb/191.
14148
61d11d80
FCE
141492001-08-16 Frank Ch. Eigler <fche@redhat.com>
14150
14151 * config/sid.exp (sid_start): Don't warn if we cannot figure out
14152 what to force sid endianness to.
14153
942a4df2
KS
141542001-08-15 Keith Seitz <keiths@redhat.com>
14155
14156 * lib/gdb.exp (gdbtk_start): Don't set environment
14157 variables for TCL_LIBRARY and friends. Insight will
14158 now figure these out for itself.
14159
0521c418
MS
141602001-08-02 Michael Snyder <msnyder@redhat.com>
14161
14162 * gdb.base/completion.exp: Remove the symbol "a64l" from
14163 the expect string; this is target-specific, and not related
14164 to what is being tested.
14165
74a9a58a
DB
141662001-08-02 Dave Brolley <brolley@redhat.com>
14167
14168 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
14169
c70819fa
MS
141702001-07-25 Michael Snyder <msnyder@redhat.com>
14171
c2b8fa57
MS
14172 * gdb.base/consecutive.exp: New file. Test stepping over
14173 breakpoints on consecutive instructions.
14174 * gdb.base/consecutive.c: New file.
14175
c70819fa
MS
14176 * gdb.base/call-rt-st.exp: Use double-backslash to quote
14177 curly braces in regular expressions.
14178
2b1a1355
MS
141792001-07-25 Michael Snyder <msnyder@redhat.com>
14180
14181 * gdb.base/ending-run.exp: Accept "Program exited normally" as
14182 legitimate output from stepping out of main.
14183
413eca6f
KS
141842001-07-22 Keith Seitz <keiths@redhat.com>
14185
14186 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
14187 the empty string, do not run the tests.
14188
7e5a9322
SC
141892001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14190
14191 * gdb.base/long_long.exp: Detect size of pointer. Take into
14192 account 2-byte pointers when testing for p/a results.
14193
de58f10f
SC
141942001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14195
d63a86f8 14196 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
14197 and defined to 1K for m68hc11.
14198 (random_data): Reduce table to 1K for embedded platforms (68hc11).
14199 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
14200 (sizeof_random_data): New variable to tell the size of the data table;
14201 don't test past this size; always run to main.
14202
d6f5fea1
SC
142032001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14204
14205 * gdb.base/return2.exp: return of long long and double fails for
14206 68HC11; don't execute these tests on that platform.
14207 * gdb.base/return.exp: Return of a double fails for 68hc11.
14208
c477543d
SC
142092001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14210
14211 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
14212 tests that print a float.
14213 * call-rt-st.exp: Likewise.
14214
63cf1c79
MK
142152001-07-12 Mark Kettenis <kettenis@gnu.org>
14216
14217 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
14218 running this test on Linux.
14219
112f9ab5
MC
142202001-06-24 Michael Chastain <chastain@redhat.com>
14221
14222 * gdb.base/arithmet.exp: Remove some tests to make all test names
14223 unique.
14224
4970cb0f
MS
142252001-07-03 Michael Snyder <msnyder@redhat.com>
14226
14227 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
14228 the output of the ptype command.
14229
d85da69f
MS
142302001-07-02 Michael Snyder <msnyder@redhat.com>
14231
4c8a82de
MS
14232 * gdb.base/completion.exp: Don't assume that break.c is the only
14233 source file that may contain functions named "marker".
d85da69f
MS
14234 * gdb.base/corefile.exp: Quote the curly braces in regexp.
14235
8afc772b
AC
142362001-06-28 Andrew Cagney <ac131313@redhat.com>
14237
14238 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
14239 of files to delete.
14240
14241 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
14242 * gdb.disasm/h8300s.exp: New file.
14243 gdb.disasm/h8300s.s: Likewise.
14244
cff22675
AC
142452001-06-27 Andrew Cagney <ac131313@redhat.com>
14246
14247 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
14248 empty breakpoint tables.
14249
68c81b54
AC
142502001-06-25 Andrew Cagney <ac131313@redhat.com>
14251
14252 * lib/mi-support.exp: Update args=... part of stop-reason
14253 patterns. Accept either a list or a tuple.
14254
2dd62704
AC
142552001-06-23 Andrew Cagney <ac131313@redhat.com>
14256
14257 * lib/mi-support.exp: Remove local emacs variable defining
14258 change-log-default-name.
14259
b4127474
MC
142602001-06-22 Michael Chastain <chastain@redhat.com>
14261
14262 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
14263 This is operationally compatible with the previous version.
14264
8dbfb380
JB
142652001-06-13 Jim Blandy <jimb@redhat.com>
14266
14267 * lib/gdb.exp (gdb_test): Doc fix.
14268
f2d8c86d
MC
142692001-06-10 Michael Chastain <chastain@redhat.com>
14270
14271 * gdb.base/exprs.exp: Remove a duplicate test.
14272
81564d34
JB
142732001-06-06 Jim Blandy <jimb@redhat.com>
14274
14275 * gdb.base/return2.exp (main): Use values to test float and double
14276 returns that are not NaN's, to avoid being confused by IEEE
14277 comparison rules.
14278
da55addb
MS
142792001-06-04 Michael Snyder <msnyder@redhat.com>
14280
14281 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 14282 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
14283 rather than wait for 12 more tests to time out.
14284
42c65987
JB
142852001-06-06 Jim Blandy <jimb@redhat.com>
14286
b18bced9 14287 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 14288 Don't forget to match the GDB prompt.
b18bced9 14289
42c65987
JB
14290 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
14291
5b41e5f0
JB
142922001-06-04 Jim Blandy <jimb@redhat.com>
14293
14294 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
14295 command.
14296
015e046f
KB
142972001-05-31 Kevin Buettner <kevinb@redhat.com>
14298
14299 * gdb.base/annota1.exp (info break): Match four or more spaces
14300 after "Address".
14301
fb1ffbbe
MC
143022001-05-31 Michael Chastain <chastain@redhat.com>
14303
14304 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
14305 (dm_type_int_star): Likewise.
14306 (dm_type_long_star): Likewise.
14307 (dm_type_void_star): Likewise.
14308
5ea2a32c
KB
143092001-05-29 Kevin Buettner <kevinb@redhat.com>
14310
14311 * gdb.base/completion.exp (INPUTRC): Set this environment variable
14312 to a known value in order to get consistent results regardless
14313 of the setting of INPUTRC or the presence or contents of .inputrc.
14314
ae23c492
MS
143152001-05-24 Michael Snyder <msnyder@redhat.com>
14316
ac55707e
MS
14317 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
14318 Don't require that the main thread and the manager thread are the
14319 first in the list.
14320
ae23c492
MS
14321 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
14322 debugging. If test fails, issue an "unsupported" not a "fail".
14323
400071f1
JB
143242001-05-24 Jim Blandy <jimb@redhat.com>
14325
14326 Don't assume that short is shorter than int.
14327 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
14328 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 14329 this isn't true.
400071f1
JB
14330 ("print unsigned char == (~0)"): Add test that verifies that ~0,
14331 an int, is not equal to ~0 stored in an unsigned char. This tests
14332 the same thing that the previous test meant to, but works on
14333 16-bit machines, too.
14334 ("print unsigned char != (~0)"): Same test, complemented.
14335
0816a3e5
MS
143362001-05-24 Michael Snyder <msnyder@redhat.com>
14337
14338 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 14339 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
14340 and prevents dejagnu getting out of step.
14341
f6dc23a9
KB
143422001-05-23 Kevin Buettner <kevinb@redhat.com>
14343
14344 * gdb.base/finish.exp (finish_void): Revise pattern for
14345 stopping on the call statement to not permit stopping at
14346 the start of the instructions comprising the call sequence.
14347
7dbd117d
MC
143482001-05-19 Michael Chastain <chastain@redhat.com>
14349
14350 * gdb.base/callfuncs.exp: Make all test names unique.
14351 * gdb.base/commands.exp: Make all test names unique.
14352 * gdb.base/condbreak.exp: Make all test names unique.
14353 * gdb.base/dbx.exp: Make all test names unique.
14354 * gdb.base/default.exp: Make all test names unique.
14355 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
14356 and TIMEOUT messages to their corresponding PASS message.
14357 * gdb.base/ending-run.exp: Make all test names unique.
14358 * gdb.base/long_long.exp: Remove duplicate test.
14359
6b0b0a9e
KB
143602001-05-21 Kevin Buettner <kevinb@redhat.com>
14361
14362 * gdb.base/finish.exp (finish_void): Allow "finish" command to
14363 stop on the call statement as well as the statement after the
14364 call.
14365
2caa35cb
MS
143662001-05-21 Michael Snyder <msnyder@redhat.com>
14367
14368 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
14369
40713331
EZ
143702001-05-10 Elena Zannoni <ezannoni@redhat.com>
14371
a9c64011
AS
14372 * gdb.base/completion.exp: Revamp test. Make it execute on all
14373 platforms.
40713331 14374
c2c1be8d
EZ
143752001-05-10 Elena Zannoni <ezannoni@redhat.com>
14376
a9c64011
AS
14377 * config/gdbserver.exp (gdb_load): Handle the case
14378 in which the arguments to gdbserver are given in the
14379 baseboard configuration file.
14380 Also handle the case in which the server needs to do a
14381 load.
2c9cd303 14382
9671de48
KS
143832001-05-07 Keith Seitz <keiths@cygnus.com>
14384
a9c64011
AS
14385 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
14386 set up the display for testing.
14387 (gdbtk_start): Convert all paths to paths that tcl will like.
14388 Export target information to environment.
14389 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
14390 necessary.
14391 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
14392 (to_tcl_path): New proc to convert a given pathname into
14393 a path acceptible as an argument to a tcl command.
14394 (_gdbtk_export_target_info): New proc to export target info
14395 into the environment for gdbtk testing.
14396 (gdbtk_done): New proc to signal end-of-test.
9671de48 14397
5a360f47
JB
143982001-05-06 Jim Blandy <jimb@redhat.com>
14399
14400 * restore.c: Make the code of caller0 correspond to its comment.
14401
66c756c6
MS
144022001-05-03 Michael Snyder <msnyder@redhat.com>
14403
14404 * config/sid.exp (gdb_target_sid): Check for error messages.
14405 On error or timeout, don't make expect exit (which will terminate
14406 all subsequent tests); instead just make gdb exit.
d63a86f8 14407 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
14408 return a negative value.
14409
a966fde5
JB
144102001-04-24 Jim Blandy <jimb@redhat.com>
14411
851c18e0
JB
14412 * gdb.c++/templates.exp: If we see the prompt for the overload
14413 list, but we haven't recognized any of the longer patterns,
14414 arrange for this test to fail, not hang.
14415
a966fde5
JB
14416 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
14417 variations.
14418
db144853
MC
144192001-04-22 Michael Chastain <chastain@redhat.com>
14420
14421 * gdb.c++/local.exp: Use the 'runto' library function.
14422 * gdb.c++/namespace.exp: Likewise.
14423 * gdb.c++/overload.exp: Likewise.
14424
3207ec21
KB
144252001-03-26 Kevin Buettner <kevinb@redhat.com>
14426
14427 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
14428 * gdb.base/step-line.exp: New file. Test step/next in presence of
14429 #line directives.
14430 * gdb.base/step-line.c: New file. Test program for the above.
14431 * gdb.base/step-line.inp: New file. We pretend that this file has
14432 been transformed by some other tool into step-line.c.
14433
13b57657
JB
144342001-03-21 Jim Blandy <jimb@redhat.com>
14435
14436 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
14437 unmangled operator names.
14438
754cbe1c
JB
144392001-03-20 Jim Blandy <jimb@redhat.com>
14440
14441 * gdb.threads/linux-dp.exp: Recognize an additional message
14442 generated by GDB when it doesn't understand how to debug threads
14443 on the target system.
14444
177495c9
AC
144452001-03-19 Andrew Cagney <ac131313@redhat.com>
14446
14447 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
14448
f266096b
MC
144492001-03-12 Michael Chastain <chastain@redhat.com>
14450
14451 * gdb.c++/derivation.exp: Use the 'runto' library function.
14452
cac3c2ff
MC
144532001-03-12 Michael Chastain <chastain@redhat.com>
14454
14455 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
14456
b6c11a24
MC
144572001-02-24 Michael Chastain <chastain@redhat.com>
14458
14459 * gdb.c++/ref-types.exp: Change handwritten code to library
14460 function 'runto'.
14461
6bae5bce
OF
144622001-03-16 Orjan Friberg <orjanf@axis.com>
14463
14464 * gdb.base/signals.exp: Set count to 0 explicitly.
14465
0015fd9a
MS
144662001-03-15 Mark Salter <msalter@redhat.com>
14467
14468 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
14469 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
14470 (gdb_load): Add support for additional target_info: gdb_download_size
14471 and gdb_load_timeout.
0015fd9a 14472
fc33412a
DT
14473Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
14474
14475 * gdb.base/annota1.exp: Move test of isnative to earlier in the
14476 file -- to prevent failing when the compile fails but we have no
14477 intention of running the tests anyway.
14478
14479 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
14480 tests if set.
14481
14482 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
14483 integers.
14484
14485 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
14486 * gdb.c++/namespace.exp: Ditto.
14487
115f06de
OF
144882001-03-07 Orjan Friberg <orjanf@axis.com>
14489
14490 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
14491 * gdb.base/pointers.exp: Relax pattern match of decimals.
14492
b6ba6518
KB
144932001-03-06 Kevin Buettner <kevinb@redhat.com>
14494
14495 * Makefile.in, config/abug.exp, config/cfdbug.exp,
14496 config/cpu32bug.exp, config/dve.exp, config/est.exp,
14497 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
14498 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
14499 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
14500 config/sh.exp, config/sid.exp, config/slite.exp,
14501 config/sparclet.exp, config/udi.exp, config/unknown.exp,
14502 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
14503 config/vxworks.exp, config/vxworks29k.exp,
14504 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
14505 gdb.base/all-bin.exp, gdb.base/annota1.exp,
14506 gdb.base/arithmet.exp, gdb.base/assign.exp,
14507 gdb.base/async.exp, gdb.base/attach.exp,
14508 gdb.base/bitfields.exp, gdb.base/bitops.exp,
14509 gdb.base/break.exp, gdb.base/call-ar-st.exp,
14510 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
14511 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
14512 gdb.base/commands.exp, gdb.base/completion.exp,
14513 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
14514 gdb.base/constvars.exp, gdb.base/corefile.exp,
14515 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
14516 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
14517 gdb.base/ending-run.exp, gdb.base/environ.exp,
14518 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
14519 gdb.base/finish.exp, gdb.base/foll-exec.exp,
14520 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
14521 gdb.base/funcargs.exp, gdb.base/help.exp,
14522 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
14523 gdb.base/logical.exp, gdb.base/long_long.exp,
14524 gdb.base/maint.exp, gdb.base/mips_pro.exp,
14525 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
14526 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
14527 gdb.base/pointers.exp, gdb.base/printcmds.exp,
14528 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
14529 gdb.base/regs.exp, gdb.base/relational.exp,
14530 gdb.base/remote.exp, gdb.base/reread.exp,
14531 gdb.base/restore.exp, gdb.base/return2.exp,
14532 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
14533 gdb.base/selftest.exp, gdb.base/setshow.exp,
14534 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
14535 gdb.base/sigall.exp, gdb.base/signals.exp,
14536 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
14537 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14538 gdb.base/step-test.exp, gdb.base/structs.c,
14539 gdb.base/structs.exp, gdb.base/structs2.exp,
14540 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
14541 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
14542 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
14543 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
14544 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
14545 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
14546 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
14547 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
14548 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
14549 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
14550 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
14551 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
14552 gdb.fortran/types.exp, gdb.java/jmisc.exp,
14553 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14554 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
14555 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14556 gdb.trace/circ.exp, gdb.trace/collection.exp,
14557 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14558 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14559 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
14560 gdb.trace/report.exp, gdb.trace/save-trace.exp,
14561 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14562 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14563 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
14564 notices.
14565
dc96c6c7 145662001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
14567
14568 * gdb.base/varargs.c (find_max_double): Fix printf format string:
14569 first arg is int not float.
14570
dc96c6c7 145712001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
14572
14573 * gdb.base/reread.exp: Unsupported for non-native targets;
14574 doesn't work for remote debugging.
14575
9b0c4aeb
FN
145762001-02-19 Fernando Nasser <fnasser@redhat.com>
14577
14578 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
14579 * gdb.base/ending-run.exp: Properly handle the BSP state when
14580 stepping past the end of main.
9b0c4aeb 14581
02aa71d5
MC
145822001-02-19 John Moore <jmoore@redhat.com>
14583
14584 * gdb.base/commands.exp (infrun_breakpoint_command_test):
14585 Converted HPUX fix for non-expected items following multiple
14586 step commands into general solution for all platforms.
14587
1fa449a4
MC
145882001-02-18 Michael Chastain <chastain@redhat.com>
14589
14590 * gdb.c++/classes.exp (do_tests): Change runto statements
14591 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14592 statements demangler agnostic.
14593 * gdb.c++/virtfunc.exp (do_tests): Likewise.
14594 (gdb_virtfunc_restart): Likewise.
14595
b2f9ec70
MC
145962001-02-14 Michael Chastain <chastain@redhat.com>
14597
14598 * gdb.c++/inherit.exp (do_tests): Change runto statements
14599 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14600 statements demangler agnostic.
14601
cf74b8ca
AC
14602Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
14603
14604 * gdb.threads/pthreads.exp: Unify pass/fail messages for
14605 ``continue to bkpt at common_routine in thread 2'' and ``stopped
14606 before calling common_routine 15 times'' tests.
14607
99f78f56
MC
146082001-02-11 Michael Chastain <chastain@redhat.com>
14609
14610 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
14611 Helps the test script figure out which demangler is in use.
14612 (dm_type_foo_ref): Ditto.
14613 (dm_type_int_star): Ditto.
14614 (dm_type_long_star): Ditto.
14615 (dm_type_unsigned_int): Ditto.
14616 (dm_type_void): Ditto.
14617 (dm_type_void_star): Ditto.
99707966 14618 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
14619 Probe the gdb demangler and set variables to accommodate
14620 formatting differences.
14621 (info_func_regexp): New function. Same as info_func, but
14622 matches against a regexp.
14623 (info_func): Match against a literal string.
14624 (print_addr_2): New function. Match against a literal string,
14625 which can be different from the input to gdb.
14626 (print_addr): Simply call print_addr_2 with the same argument twice.
14627 (test_lookup_operator_functions): Use demangler formatting variables.
14628 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
14629 the tests in the same order as the C++ class declaration.
14630 (test_paddr_operator_functions): Ditto.
14631 (test_paddr_overloaded_functions): Ditto.
14632 (test_paddr_hairy_functions): Use demangler formatting variables.
14633 Add reference to gdb/19 for related tests.
14634 (do_tests): Call probe_demangler.
14635
1de8f023
KB
146362001-01-30 Kevin Buettner <kevinb@redhat.com>
14637
14638 * gdb.c++/templates.cc (printf): Remove unused function definition.
14639
ca3f91ed
MS
146402001-01-26 Felix Lee <flee@redhat.com>
14641
14642 * sid.exp (sid_exit): Pass host, not target, to remote_close.
14643
146442001-01-25 matthew green <mrg@redhat.com>
14645
14646 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
14647 up sid.
14648 (sid_exit): Call `remote_pop_conn' after GDB is gone.
14649
146502001-01-25 matthew green <mrg@redhat.com>
14651
14652 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 14653 Deprecate $sid_spawn_id.
ca3f91ed
MS
14654 (sid_exit): Remove code necessary only for `spawn.'
14655
146562001-01-25 matthew green <mrg@redhat.com>
14657
14658 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
14659
fb18ec4a
MC
146602001-01-28 Michael Chastain <chastain@redhat.com>
14661
14662 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
14663 to call when tests fail. It takes gdb out of the overloaded
14664 function choice menu back to the main prompt, so that the test
14665 program stays synchronized.
14666 (set_bp_overloaded): New proc to collect all the common
14667 code for setting a breakpoint on an overloaded name. Calls
14668 take_gdb_out_of_choice_menu when needed.
14669 (menu_overload1arg): New variable to collect the repeated
14670 instances of the expected menu for an overloaded name. Change
14671 the regular expression to handle changes in g++ type encoding:
14672 "void" can be either "void" or "", and "unsigned int" can be
14673 either "unsigned int" or "unsigned".
14674 (continue_to_bp_overloaded): Change regular expressions to handle
14675 changes in g++ type encoding.
14676 (no proc): Call take_gdb_out_of_choice_menu when needed.
14677 Remove redundant calls to "info break". Accept either "canceled"
14678 or "cancelled". Change regular expressions in "info break"
14679 calls to handle changes in g++ type encoding. Give all tests
14680 unique strings.
14681
9c646a6e
BE
146822001-01-17 Ben Elliston <bje@redhat.com>
14683
14684 * config/sid.exp: New file.
14685
9549d9c1
AC
14686Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
14687
14688 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
14689
dc96c6c7 146902000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
14691
14692 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
14693 Add a RE to accept a non-ascii char if one is ever presented.
14694
b4df4f68
FN
146952000-12-20 Fernando Nasser <fnasser@redhat.com>
14696
297dd0fd 14697 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 14698
dc96c6c7 146992000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 14700
d63a86f8 14701 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
14702 in regexp. One '\' does not suffice on Linux.
14703
4a7bddb6
MC
147042000-12-09 Michael Chastain <chastain@redhat.com>
14705
14706 * gdb.base/break.exp (test_clear_command): Use a marker function
14707 rather than 'main' for the test function. Also move this
14708 test to an execution point where the marker function names are
14709 guaranteed to be bound to functions. (Executing tests after a
14710 'finish' from main runs into name conflicts with local names
14711 in __libc_start_main).
14712
dc96c6c7 147132000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
14714
14715 * gdb.base/finish.exp: New test for gdb's "finish" command.
14716 * gdb.base/return2.exp: New test for gdb's "return" command.
14717 * gdb.base/return2.c: New source file for above.
14718
dc96c6c7 147192000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
14720
14721 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
14722 * gdb.base/miscexprs.exp: Ditto.
14723 * gdb.base/pointers.exp: Ditto.
14724 * gdb.c++/derivation.exp: Ditto.
14725 * gdb.c++/local.exp: Ditto.
14726 * gdb.c++/namespace.exp: Ditto.
14727 * gdb.c++/overload.exp: Ditto.
14728 * gdb.c++/ref-types.exp: Ditto.
14729
dc96c6c7 147302000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
14731
14732 * gdb.base/constvars.exp: Test result of "up" command.
14733 * gdb.base/miscexprs.exp: Ditto.
14734 * gdb.base/pointers.exp: Ditto.
14735 * gdb.base/scope.exp: Ditto.
14736 * gdb.c++/derivation.exp: Ditto.
14737 * gdb.c++/local.exp: Ditto.
14738 * gdb.c++/namespace.exp: Ditto.
14739 * gdb.c++/overload.exp: Ditto.
14740 * gdb.c++/ref-types.exp: Ditto.
14741
44097287
FN
147422000-11-22 Michael Chastain <chastain@redhat.com>
14743
14744 * mips_pro.exp: Accept either "middle -> top -> main" or
14745 "middle -> main" in the backtrace, because gcc can optimize
14746 tail calls to jumps. Remove setup_xfail for the hppa case.
14747 Add a comment with the original warning messages from PR 3016,
14748 which was filed in 1993, to preserve them for posterity.
14749
9d2e1bab
ND
147502000-11-17 Nick Duffek <nsd@redhat.com>
14751
14752 * lib/gdb.exp (gdb_test): Override timeout with board info.
14753
1aca8eb7
ND
147542000-11-17 Nick Duffek <nsd@redhat.com>
14755
14756 * gdb.base/display.exp: Don't kill running stub. Add "again" to
14757 the second kill and detach messages.
14758
93076499
ND
147592000-11-17 Nick Duffek <nsd@redhat.com>
14760
14761 * configure.in: Add AC_EXEEXT.
14762 * configure: Regenerate.
14763 * Makefile.in (just-check): Export EXEEXT.
14764 * lib/gdb.exp ($EXEEXT): Import from environment.
14765 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
14766 expect "maint dump-me" on Cygwin.
14767 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
14768 $EXEEXT.
14769
30e87cd3
ND
147702000-11-17 Nick Duffek <nsd@redhat.com>
14771
14772 * gdb.base/break.exp: Test backtrace and finish from called
14773 function on all platforms, not just HP-UX.
14774
dc96c6c7 147752000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
14776
14777 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
14778 code from gdb_target_monitor, so it can be used independantly
14779 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 14780
dc96c6c7 147812000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
14782
14783 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
14784 * gdb.base/corefile.exp: Expect the message "Program is being
14785 debugged already" when we send the "corefile" command, since
14786 the preceeding gdb_load may have connected gdb to a remote target.
14787 * gdb.base/display.exp: Disable hardware watchpoints if new
14788 board info variable "no_hardware_watchpoints" is true.
14789 Replace single-letter commands with more readable ones.
14790 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
14791 if new board info variable "no_hardware_watchpoints" is true.
14792 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
14793 to see if stdio (printf) testing is possible.
14794 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
14795 board info variable "no_hardware_watchpoints" is true. Use new
14796 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
14797
39124dea
FN
147982000-11-13 Fernando Nasser <fnasser@redhat.com>
14799
14800 From Orjan Friberg <orjanf@axis.com>:
14801 * gdb.base/printcmds.exp: Escape curly braces followed by a number
14802 in array print pattern match.
14803
a9e2e984
FN
148042000-11-09 Fernando Nasser <fnasser@redhat.com>
14805
14806 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
14807 spelling "cancelled" to U.S. spelling "canceled" to match changes
14808 made to gdb.
14809 * gdb.c++/ovldbreak.exp: Ditto.
14810
c7db355b
PS
148112000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14812
14813 * gdb.base/callfuncs.c (main): Moved to end of file, call
14814 t_double_values to initialize the FPU before inferior calls are made.
14815 * gdb.base/callfuncs.exp: Test for register preservation after calling
14816 inferior functions. Add tests for continuining, finishing and
14817 returning from a stop in a call dummy.
14818
dc96c6c7 148192000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
14820
14821 * gdb.base/commands.exp: Break up long lines, and re-indent.
14822
dc96c6c7 148232000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
14824
14825 * config/gdbserver.exp: Rewritten from the ground up, to make it
14826 compatible with the current dejagnu tree, and to make it work with
14827 the new "gdbserver" in libremote.
14828
dc96c6c7 148292000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
14830
14831 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
14832 * gdb.base/varargs.exp: Skip entire test if no printf support.
14833 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
14834 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
14835
dc96c6c7 148362000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
14837
14838 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
14839 no floating point support.
14840 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
14841 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
14842 * gdb.base/call-rt-st.exp: Ditto.
14843 * gdb.base/call-strs.exp: Ditto.
14844
bac5fc66
JG
148452000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
14846
14847 * gdb.base/sizeof.c: include <stdio.h>.
14848
14849 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
14850 'finish', otherwise uncaptured gdb_prompt would potentially
14851 throw remaining test points out of sync.
bac5fc66 14852
b22a6027
SB
148532000-07-26 Scott Bambrough <scottb@netwinder.org>
14854
14855 * gdb.base/recurse.exp: Run tests for all targets.
14856 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
14857 gnu-oldld case on ARM.
14858 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
14859 for ARM targets.
d63a86f8 14860
d8231941
AG
14861Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
14862
14863 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
14864 * gdb.java/configure: Rebuild.
14865
8caabe69
AG
14866Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
14867
14868 * gdb.java/jv-exp.exp: New file.
14869
9d273ca3
AG
14870Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
14871
14872 * configure: Rebuilt.
14873 * configure.in (configdirs): Add gdb.java.
14874 * gdb.java/jmisc.java: New file.
14875 * gdb.java/jmisc.exp: New file.
14876 * gdb.java/Makefile.in: New file.
14877 * gdb.java/configure: Rebuilt.
14878 * gdb.java/configure.in: New file.
14879 * lib/java.exp: New file.
14880
4f823a66
AC
14881Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14882
14883 * gdb.base/exprs.exp: Test casts to a pointer including over and
14884 underflow.
14885
2391e11d
AC
14886Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
14887
14888 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
14889 and the compilers sizes.
14890
54602222
ND
148912000-07-09 Nick Duffek <nsd@redhat.com>
14892
14893 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
14894 (use_methods): New function.
14895 (main): Call use_methods().
14896 * gdb.c++/classes.exp (test_method_param_class): New procedure.
14897 (do_tests): Call test_method_param_class.
14898
2bec0572
ND
148992000-07-09 Nick Duffek <nsd@redhat.com>
14900
14901 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
14902 spelling.
14903 (test_enums): New procedure. Move enum tests from end of script
14904 to here. Set breakpoint on function name instead of line number.
14905 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
14906 (enums2): New marker function.
14907 (enums1): New function.
14908 (main): Call enums1(). Move enum tests to enums1().
14909
78492fde
AC
14910Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
14911
14912 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
14913 compile/link program. Update line numbers.
14914 * gdb.asm/d10v.inc: Define ``startup''.
14915 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 14916
49a2cef8
AC
14917Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
14918
14919 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
14920
3e6c8688
EZ
149212000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14922
14923 * gdb.base/maint.exp: Add 'maint print architecture' item to output
14924 of 'help maint print' command.
14925
9ff5cbe9
AC
14926Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
14927
14928 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
14929 they use gdb_expect_list.
14930
17c579bd
AC
14931Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
14932
14933 * gdb.base/commands.exp: Use ``set remote
14934 memory-read-packet-size'' instead of ``set endian big'' to test
14935 long commands.
14936
e6d71bf3
DB
149372000-06-03 Daniel Berlin <dan@cgsoftware.com>
14938
14939 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 14940 g++, and stop skipping them.
e6d71bf3
DB
14941
14942 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
14943 work under g++.
14944
d63a86f8 14945 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
14946 initialization.
14947
dc96c6c7 149482000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
14949
14950 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
14951 the regular expression: accept an (almost) arbitrary sequence of
14952 "frames-invalid" and "breakpoints-invalid" messages both before
14953 and after the "starting" message.
14954
dc96c6c7 149552000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
14956
14957 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 14958
dc96c6c7 149592000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
14960
14961 * gdb.base/annota1.exp (annotate-signal-handler-caller):
14962 Relax the regular expression a little, make it pass on Solaris 8.
14963
8216cda9
KB
149642000-05-12 Kevin Buettner <kevinb@redhat.com>
14965
14966 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 14967 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
14968 Instead, it is permissible for gdb to stop on the line of the
14969 call itself.
14970
1a570b2f
MS
149712000-05-12 Michael Snyder <msnyder@.cygnus.com>
14972
14973 * gdb.base/break.exp (bp on small function, optimized file):
14974 Add a second pass pattern. The behavior differs here between stabs
14975 and dwarf for one-line functions. Stabs preserves two line symbols
14976 (one before the prologue and one after) with the same line number,
14977 but dwarf regards these as duplicates and discards one of them.
14978 Therefore the address after the prologue (where the breakpoint is)
14979 has no exactly matching line symbol, and GDB reports the breakpoint
14980 as if it were in the middle of a line rather than at the beginning.
14981
dc96c6c7 149822000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 14983
d63a86f8 14984 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
14985 rather than "send_gdb" (for consistancy).
14986
7d418785
AC
14987Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
14988
14989 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
14990 * gdb.c++/templates.cc: Properly check for GCC version number.
14991 * lib/compiler.cc: Likewise
14992
dc96c6c7 149932000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 14994
d63a86f8 14995 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
14996 gdb may not stop at the first line of main, due to code motion.
14997
dc96c6c7 149982000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
14999
15000 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
15001 This test depends on parsing the printf output from the target.
15002 Since the sparclet stub doesn't do stdio, this will never work.
15003 * gdb.base/call-rt-st.exp: ditto.
15004 * gdb.base/call-strs: ditto.
15005
dc96c6c7 150062000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
15007
15008 * gdb.base/miscexprs.exp: make sizeof long array test portable.
15009
15010 * gdb.base/ending-run.exp: After connecting to a remote target,
15011 but before running, the target will appear to be in a random
15012 location. Specify both a file and a line for breakpoints.
15013 Also, the function that calls main may be called 'init'
15014 rather than 'start'.
15015
a5a51225
EZ
150162000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15017
15018 * gdb.base/help.exp: Update output for add-symbol-file command.
15019
7930cc7c
FN
150202000-04-10 Fernando Nasser <fnasser@cygnus.com>
15021
15022 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15023 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
15024
23e37ab1
C
150252000-04-07 J.T. Conklin <jtc@redback.com>
15026
e93c542c
C
15027 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
15028
23e37ab1
C
15029 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
15030
591b8fa3
PDM
15031Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
15032
15033 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
15034 values that can be represented exactly.
15035 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
15036 above change, and to not check against the directory part of the source
15037 file name.
15038 (step into print_long_arg_list): Likewise.
15039 (print print_small_structs from print_long_arg_list): Likewise.
15040 (print print_long_arg_list): Likewise.
15041
7a495180
EZ
150422000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15043
30b53638 15044 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 15045
beb998c6
AC
15046Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
15047
15048 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
15049
1c689132
DB
150502000-03-25 Daniel Berlin <dan@cgsoftware.com>
15051
15052 * gdb.base/commands.exp (deprecated_command_test): Add test for
15053 deprecate with no arguments.
15054
c1790a9d
JL
150552000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
15056
15057 * gdb.base/break.exp: Add new test for setting breakpoints on
15058 optimized code so we can test breakpoints work even when function
15059 prologues may be optimized away
15060
003ba290
FN
150612000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
15062
15063 From David Whedon <dwhedon@gordian.com>
a9c64011 15064 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 15065
6837a0a2
DB
150662000-03-22 Daniel Berlin <dan@cgsoftware.com>
15067
15068 * gdb.base/help.exp: Added test for new apropos command.
15069
b9593231
KB
150702000-03-21 Kevin Buettner <kevinb@redhat.com>
15071
15072 * gdb.base/pointers.c (usevar): New function.
15073 (main): Make sure that global variables v_int_pointer2, rptr,
15074 and y are all referenced someplace in the program by calling
15075 usevar() on them. [Some linkers delete symbols which are
15076 never referenced. The space remains, but there's no way to
15077 get a (symbolic) handle on the variable from the debugger.]
15078
751a959b
EZ
150792000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15080
15081 * gdb.base/printcmds.c: Add typedeffed arrays.
15082
15083 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
15084 procedure to test arrays that are typedef'd.
15085
73a93a32
JI
150862000-03-13 James Ingham <jingham@leda.cygnus.com>
15087
15088 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 15089 the library directories.
73a93a32 15090
fb40c209
AC
15091Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
15092
15093 * configure.in (configdirs): Add sub directory gdb.mi.
15094 * configure: Re-generate.
15095
15096 * gdb.mi: New directory.
d63a86f8 15097
ee4dd2c9
AC
150982000-02-25 Scott Bambrough <scottb@netwinder.org>
15099
15100 * gdb.base/long_long.exp: Correct test suite failure when printing
15101 a long long value as a double on ARM platforms.
15102
70f0cc22
JB
151032000-02-16 Jim Blandy <jimb@redhat.com>
15104
15105 * gdb.base/break.exp ("breakpoint line number"): Make sure the
15106 default source file is set properly before running this test.
15107
853819b8
EZ
151082000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15109
15110 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
15111 gdbtk/library directory, not in gdbtcl2.
15112
dfcd3bfb
JM
151132000-02-04 Jim Blandy <jimb@redhat.com>
15114
15115 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
15116 backslash from regexp pattern.
15117
15118 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
15119 procedure. Use it to run all the "continue to bp overloaded"
15120 tests. Note that this changes the names of the tests slightly.
15121 If the breakpoint hit message includes a hex PC value, because
15122 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
15123 from the real source code, still consider that a pass.
15124
15125 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
15126 XFAIL here if the breakpoint message contains a hex address. Note
15127 similar change on 1999-11-02.
15128
15129 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
15130
15131 * gdb.base/ptype.exp: Establish a default source file before
15132 calling get_debug_format.
15133
151342000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
15135
15136 * gdb.base/watchpoint.exp: Remove duplication of test messages.
15137
8b93c638
JM
151382000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15139
15140 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
15141 of successive stepi commands -- while in the prologue we should see
15142 the function entry bracket.
15143
151442000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15145
15146 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
15147 reach __change_mode() when stepping through the end of main().
15148
c5394b80
JM
151492000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
15150
15151 * gdb.base/default.exp: Fix expected pattern.
15152 * gdb.base/help.exp: Same.
15153
0d06e24b
JM
151542000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15155
15156 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
15157 Don't use xfail's because that affects only the following test.
d63a86f8 15158
0d06e24b
JM
15159 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
15160 solaris or linux.
15161
15162 * gdb.base/selftest.exp: Update to reflect changes to main.c.
15163
dc96c6c7 151642000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 15165
d63a86f8 15166 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
15167 "A syntax error" rather than "A parse error". Accept both.
15168
151692000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
15170
15171 * gdb.base/default.exp: Remove OS dependent string from "target
15172 remote" test.
15173 * gdb.base/help.exp: Same for "help target remote" test.
15174
c3f6f71d
JM
151752000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15176
15177 From Jim Kingdon <kingdon@redhat.com>:
15178
15179 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
15180 prompt (cleanup rather than necessity, but still might keep output
15181 from spilling to next test).
15182
151832000-01-02 Fred Fish <fnf@cygnus.com>
15184
15185 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
15186 AIX, which defines them in <sys/types.h>.
15187
ed9a39eb 151881999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 15189
ed9a39eb
JM
15190 * gdb.base/default.exp: Match arm* etc instead of arm in "info
15191 float" test.
15192
151931999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 15194
ed9a39eb 15195 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
15196
15197 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
15198 outermost frame disallowed".
15199
152001999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
15201
15202 * gdb.base/setvar.exp: New tests for setting the value of a struct
15203 with a constant list.
15204
152051999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15206
15207 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
15208 require the user to type a cast before setting the value of a struct.
15209
de57eccd
JM
152101999-12-06 Jim Blandy <jimb@cygnus.com>
15211
15212 * gdb.base/default.exp: Expect the new 'info float' command on
15213 all i386 platforms.
15214
15215 * gdb.threads/linux-dp.exp: Expand our ability to recognize
15216 LinuxThreads libraries that don't support debugging.
15217
c2d11a7d
JM
15218Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15219
15220 * gdb.base/remote.c: Fill the buffer with truely random data.
15221 Change the buffer type to ``unsigned char'' to simplify size
15222 arithmetic.
15223
15224 * gdb.base/remote.exp: Reduce download numbers by one. Typical
15225 stub only handles 400-1 byte packets. Verify that the download
15226 worked.
15227
152281999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
15229
15230 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
15231 tests, using UNRESOLVED for the untested cases. Also, does not wait
15232 for a timeout if the prompt was received before a recognizable pattern.
15233
152341999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
15235
15236 * lib/gdb.exp (gdb_expect_list): Fix spelling.
15237
152381999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15239
15240 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
15241 watchpoints.
15242
152431999-11-24 Jason Merrill <jason@casey.cygnus.com>
15244
15245 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
15246
15247 * gdb.c++/local.exp: Be more flexible in recognizing local class
15248 name mangling. Don't allow horribly truncated method names.
15249 * gdb.c++/derivation.exp: Expect protected inheritance.
15250 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
15251 * gdb.c++/virtfunc.exp: Likewise.
15252 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
15253 when printing a nested enum.
15254
152551999-11-22 Jim Blandy <jimb@cygnus.com>
15256
15257 * gdb.base/step-test.exp: Properly await GDB's response to setting
15258 a breakpoint on the call to large_struct_by_value.
15259
15260 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
15261 just because we have debug info for the `start' function.
15262
152631999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
15264
15265 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
15266 "Unknown signal" messages, which indicate (on LinuxThreads) that
15267 GDB doesn't know how to debug threads on this system. This is
15268 better than hanging while philosopher 0 dumps chatter into gdb.log.
15269
152701999-11-18 Tom Tromey <tromey@cygnus.com>
15271
15272 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
15273
152741999-11-18 Fred Fish <fnf@cygnus.com>
15275
15276 * gdb.base/coremaker2.c: Add sample program for generating
15277 cores that is more self contained than coremaker.c. Eventually
15278 I'll add more code to this and tie it into the testsuite.
15279
4ce44c66
JM
152801999-11-12 Stan Shebs <shebs@andros.cygnus.com>
15281
15282 * gdb.base/dollar.exp: Remove, now in gdb.hp.
15283
152841999-11-10 Jimmy Guo <guo@cup.hp.com>
15285
15286 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
15287 from $srcdir/lib/.
15288 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
15289 and gdb.c++/.
15290
15291 * gdb.c++/derivation.exp: remove redundant get compiler info code.
15292
d63a86f8 15293 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
15294 'continue with watch' test point.
15295
152961999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
15297
15298 Merged from p2linux-990323-branch:
d63a86f8 15299
4ce44c66
JM
15300 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
15301
11cf8741
JM
15302Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
15303
15304 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
15305 {limit,fixed}''. Test ``set download-write-size''.
15306
15307Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
15308
15309 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
15310 gdb_expect_list.
15311
15312Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
15313
15314 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
15315
153161999-11-03 Mark Salter <msalter@cygnus.com>
15317
15318 * gdb.base/break.exp: Fix "stub continue" pattern.
15319
153201999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
15321
15322 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
15323
153241999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
15325
15326 * gdb.base/display.exp ("finish"): Add timeout clause.
15327
15328 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
15329 plain prompt clause, so this doesn't have to time out in order to
15330 fail.
15331
15332 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
15333 breakpoint hit messages include an address.
15334
15335 * gdb.base/display.exp: Don't forget to escape parens in regular
15336 expressions. Unix regexp notatation sucks.
15337
153381999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15339
15340 * gdb.base/annota1.exp: Test for annotate-signalled: change output
15341 order for 'signalled' message.
15342
5c44784c
JM
153431999-11-01 Stan Shebs <shebs@andros.cygnus.com>
15344
15345 From Jimmy Guo <guo@cup.hp.com>:
15346 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
15347 * gdb.base/annota1.c: Add code for tests to work with.
15348
153491999-10-26 Frank Ch. Eigler <fche@cygnus.com>
15350
15351 * gdb.base/remote.exp: New test for remote downloading settings.
15352 * gdb.base/remote.c: New file with large .data.
15353
917317f4
JM
153541999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
15355
15356 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
15357 for LinuxThreads support, merged from the Code Fusion branch.
15358
15359Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
15360
15361 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
15362 containing exp_continue into a while within an expect. Don't
15363 attempt a start more than three times. Check return value from
15364 gdb_load.
d63a86f8 15365
2df3850c
JM
15366Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
15367
15368 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
15369 a pass case.
15370
2acceee2
JM
153711999-10-01 Kevin Buettner <kevinb@cygnus.com>
15372
15373 * gdb.base/break.c (main): Added a statement that we can step
15374 off of.
15375 * gdb.base/break.exp: Added tests for setting a breakpoint
15376 at an offset and stepping onto a breakpoint.
15377
153781999-10-01 Fred Fish <fnf@cygnus.com>
15379
d63a86f8 15380 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
15381 gdb output.
15382
c2c6d25f
JM
153831999-09-18 Jim Blandy <jimb@cris.red-bean.com>
15384
15385 * gdb.base/break.exp: Code locations are in hex, don't forget!
15386 (For HP-UX.)
15387
153881999-09-17 Stan Shebs <shebs@andros.cygnus.com>
15389
15390 * condbreak.exp: Use break.c as test program.
15391 * condbreak.c: Remove, redundant with break.c.
15392
153931999-09-15 Stan Shebs <shebs@andros.cygnus.com>
15394
15395 * config/monitor.exp (gdb_target_monitor): Disable X- and
15396 Z-packets if the target needs it.
15397
153981999-09-13 James Ingham <jingham@leda.cygnus.com>
15399
15400 * gdb.c++/overload.exp: Added tests for listing overloaded
15401 functions with function pointers in the arg, explicitly calling
15402 out the version you want.
15403
cff3e48b
JM
154041999-09-09 Stan Shebs <shebs@andros.cygnus.com>
15405
15406 * long_long.exp: Add variations of test cases that work for
15407 targets with 16-bit ints and 32-bit doubles.
15408
d4f3574e
SS
154091999-09-08 Stan Shebs <shebs@andros.cygnus.com>
15410
15411 * break.c (main): Compare a possibly-uninitialized argc with an
15412 unlikely value that fits in 16 bits.
15413
154141999-09-07 Stan Shebs <shebs@andros.cygnus.com>
15415
15416 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
15417 0xfeeb, don't want negative numbers if ints are 16 bits.
15418
15419 * lib/gdb.exp (skip_cplus_tests): New proc.
15420 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
15421 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
15422 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
15423 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
15424 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
15425 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
15426 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
15427 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
15428
15429 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
15430
15431Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
15432
15433 * gdb.base/corefile.exp (up): Allow a parameter to appear
15434 in the frame that we're going up to.
15435
15436 From Jim Blandy <jimb@cygnus.com>:
15437
15438 * gdb.base/default.exp (info float): Expect some output now.
15439
15440 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
15441 returning floating-point values to fail on the x86.
15442 * gdb.base/callfwmall.exp (do_function_calls): Same.
15443
15444 * gdb.base/list.exp (test_listsize): Correct expectations for
15445 listing line 1 with listsize 2. Also, listing a single line
15446 works now, as does listing three lines. [Kevin's note: There
15447 were a number of other cases fixed too where the expectations
15448 differed...]
15449
154501999-09-02 Stan Shebs <shebs@andros.cygnus.com>
15451
15452 * gdb.base/selftest.exp: Add case for when version prints as
15453 constant string instead of char pointer.
15454
104c1213
JM
154551999-08-25 Stan Shebs <shebs@andros.cygnus.com>
15456
15457 * gdb.base/ending-run.exp: Add Solaris case for what happens when
15458 stepping out of main.
15459
15460 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
15461 G++ used.
15462
15463 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
15464 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
15465
15466 * gdb.c++/ovldbreak.exp: Update match string in test that
15467 includes a warning of multiple breakpoints.
15468
154691999-08-24 Stan Shebs <shebs@andros.cygnus.com>
15470
15471 * gdb.base/display.exp: Improve precision of step-after-finish
15472 added yesterday.
15473
15474 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
15475 test.
15476
15477 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
15478 configs when using G++, not just hppa*.
15479
154801999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15481
15482 * gdb.base/async.c: New file.
15483 * gdb.base/async.exp: New file.
15484
15485Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
15486
15487 * gdb.base/break.exp: Tweak PA specific tests to properly handle
15488 PA64.
15489
53a5351d
JM
15490Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
15491
104c1213
JM
15492 * gdb.base/display.exp: "finish" can leave us mid-line on many
15493 targets, deal with it. Add a small constant to main, instead of
15494 1000 since main+1000 may not be a valid address in the target.
15495
53a5351d
JM
15496 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
15497 on hpux11.
15498
15499 * gdb.base/attach.exp: Handle another hpux11 error message variant
15500 when attaching to a process that does not exist.
15501
155021999-08-19 J.T. Conklin <jtc@redback.com>
15503
15504 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
15505 characters in 'continue to 1241' test.
15506
155071999-08-17 Stan Shebs <shebs@andros.cygnus.com>
15508
15509 * gdb.base/call-ar-st.exp: Add a shorter match case for the
15510 stop in print_long_arg_list, define and use a whitespace
15511 variable in print_small_structs test, add an XFAIL for Solaris.
15512 * gdb.base/dbx.exp: XFAIL func commands until somebody is
15513 interested enough to fix.
15514
7be570e7
JM
155151999-08-13 Keith Seitz <keiths@cygnus.com>
15516
15517 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
15518 (dbx_gdb_load): Remove. Use gdb_load instead, since that
15519 proc knows about targets other than the natives.
15520 (test_assign): Use "gdb_run_cmd" to "run" the target.
15521 Check that we've actually hit the breakpoint at main.
15522 When we attempt to assign a value to a local variable, check
15523 that the variable is in the current scope, i.e., don't use
15524 a test with an empty result.
15525
15526Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
15527
15528 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
15529 command.
15530
155311999-08-09 Stan Shebs <shebs@andros.cygnus.com>
15532
15533 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15534 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
15535 gdb.compat, gdb.threads-hp.
15536 gdb.hp/configure, gdb.hp/configure.in: New files.
15537 gdb.hp/Makefile.in: Recurse into new subdirs.
15538 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
15539 gdb.hp/gdb.objdbg: New directory, tests for debugging info
15540 in object files.
15541 gdb.hp/tools: New directory, aux tools for HP-specific tests.
15542
96baa820
JM
155431999-08-05 Stan Shebs <shebs@andros.cygnus.com>
15544
15545 * gdb.base/display.exp: Help expect by putting a newline in the
15546 funky printf, remove a bogus p/a test.
15547
155481999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15549
15550 * gdb.base/display.exp: Make sure that when we say 'run', we are
15551 connected to the target. This is necessary when running not
15552 natively.
15553
155541999-08-03 Stan Shebs <shebs@andros.cygnus.com>
15555
15556 * gdb.base/step-test.exp: Removed some extraneous messages.
15557
15558 * gdb.base/long_long.exp: Don't run memory examination tests
15559 on little-endian targets (they will need a different set of
15560 results to match).
15561
155621999-08-02 Stan Shebs <shebs@andros.cygnus.com>
15563
15564 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
15565 until somebody decides to fix GDB.
15566
15567 * gdb.base/long_long.c: Stop compiler complaint by specifying long
15568 constant as "ULL".
15569 * gdb.base/long_long.exp: Loosen x/c test, add partial result
15570 matches for a couple x/2 commands.
15571
a0b3c4fd
JM
155721999-07-30 Stan Shebs <shebs@andros.cygnus.com>
15573
15574 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
15575 by merging in ref-types2 tests.
15576 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
15577
15578 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15579 * gdb.c++/Makefile.in: Add standard actions.
15580 (EXECUTABLES): Rename from PROGS, update list.
15581 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
15582 from gdb.hp.
15583 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
15584 foo and bar locals.
15585 * gdb.c++/anon-union.exp: Fix tests to match.
15586 * gdb.c++/classes.exp: Run if HP compiler used, add extra
15587 expect matches to handle output variations.
15588 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
15589 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
15590 output, add HP alternatives for new and delete prints.
15591 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
15592 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
15593 * gdb.c++/demangle.exp: Use $style when reporting failure.
15594 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
15595 * gdb.c++/inherit.exp: Run if HP compiler used, add some
15596 match alternatives.
15597 * gdb.c++/local.exp: Add match alternatives or xfails for HP
15598 compilers.
15599 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
15600 * gdb.c++/method.exp: Add match alternatives.
15601 * gdb.c++/misc.cc: Add bool types.
15602 * gdb.c++/misc.exp: Add tests for bool types.
15603 * gdb.c++/overload.exp: Add xfails.
15604 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
15605 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
15606 add some more template parameter tests (only for HP currently).
15607 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
15608 * gdb.c++/virtfunc.cc: Add return type and value for main.
15609 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
15610 match alternatives.
d63a86f8 15611
a0b3c4fd
JM
156121999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15613
15614 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
15615
156161999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
15617
15618 * gdb.base/signals.exp: Don't expect getting a backtrace from
15619 within a signal handler to fail on Linux.
15620
156211999-07-29 Stan Shebs <shebs@andros.cygnus.com>
15622
15623 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15624 * lib/gdb.exp: Remove some gratuitious semicolons.
15625 (delete_breakpoints): Increase timeout.
15626 (gdb_expect): Add -notransfer option.
15627 (gdb_test): Use -notransfer option.
15628 (get_compiler_info): Add f77 case.
15629 (get_compiler): New proc, split out from gdb_preprocess, add f77
15630 case.
15631 (gdb_preprocess): Call get_compiler.
15632
15633 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
15634 * gdb.base/attach.exp, gdb.base/display.exp,
15635 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
15636 gdb.base/long_long.exp, gdb.base/printcmds.exp,
15637 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
15638 third arg to gdb_test.
15639 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
15640 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
15641 HP-UX xfails, add others.
15642 * gdb.base/completion.exp: Reflect name change of self-test.
15643 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
15644 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
15645 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
15646 HP failure number.
15647 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
15648 useless HP-UX 10.30 references.
15649 * gdb.base/maint.exp: Loosen matches.
15650 * gdb.base/pointers.c (main): Declare more_code.
15651 * gdb.base/pointers.exp: Match on output of a `next'.
15652 * gdb.base/structs.c: Add prototypes.
15653 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
15654 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
15655
156561999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15657
15658 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
15659 command.
15660
156611999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15662
15663 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
15664 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
15665
15666 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
15667 debug info. Deal with lack of signal hanlder info in stack.
15668
a9c64011 15669 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
15670 * gdb.base/annota1.exp: If printf has debug info, deal with it.
15671
5a2468f5
JM
156721999-07-19 Stan Shebs <shebs@andros.cygnus.com>
15673
15674 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
15675 gdb.base/foll-vfork.exp: Don't run for crosses.
15676
adf40b2e
JM
15677Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15678
15679 * gdb.base/configure.in: Check for gdbvars.exp instead of
15680 a1-selftest.exp.
15681 * gdb.base/configure: Re-generate.
15682
156831999-07-12 Stan Shebs <shebs@andros.cygnus.com>
15684
15685 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
15686 in trying to run first and name is too long.
15687
15688 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
15689 pointers2.c and pointers2.exp, respectively.
15690 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
15691 doschk happier.
15692
43e526b9
JM
156931999-07-08 Stan Shebs <shebs@andros.cygnus.com>
15694
15695 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
15696 callfuncs2.c and callfuncs2.exp.
15697
15698 * gdb.base/list.exp: Remove mistaken xfails.
15699 * gdb.base/list0.h: Add optional prototypes.
15700
9846de1b
JM
15701Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
15702
a9c64011 15703 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
9846de1b 15704 calling malloc.
a9c64011
AS
15705 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
15706 * ptype.exp: Move test for get_debug_format to before its first
9846de1b
JM
15707 use.
15708
157091999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15710
15711 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
15712 * gdb.base/annota2.cc, annota2.exp: Move from here.
15713 * gdb.c++/annota2.cc, annota2.exp: To here.
15714 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
15715
43ff13b4
JM
15716Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
15717
15718 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
15719 a consistent format.
15720
085dd6e6
JM
157211999-06-25 Stan Shebs <shebs@andros.cygnus.com>
15722
15723 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15724 * lib/gdb.exp (get_compiler_info): Add detection for assorted
15725 HP compilers, also set the globals $true and $false.
15726
15727 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
15728 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
15729 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
15730 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
15731 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
15732 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
15733 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
15734 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
15735 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
15736 whatis.c} Add C++ compatible function definitions and return
15737 types, add includes for library functions.
15738 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
15739 * gdb.base/step-test.c (myglob): Rename from glob.
15740 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
15741 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
15742 files, move here from gdb.hp.
15743 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
15744 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
15745 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
15746 Adjust line numbers in regexps.
15747
15748 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
15749 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
15750 instead of 0/1.
15751
15752 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
15753 foll-vfork.exp: New files, move here from gdb.hp.
15754 * gdb.base/page.exp: New file, test of pagination command.
15755
15756 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
15757 recursion test.
15758 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
15759
15760 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
15761 gdb.base/solib.exp: Fix compiler invocation process.
15762
15763 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
15764 HP-UX 11, turn off overload resolution explicitly.
15765 * gdb.base/commands.exp: Set argument list explicitly, add
15766 watchpoint test.
15767 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
15768 them work.
15769 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
15770 expressions properly.
15771 * gdb.base/corefile.exp: Loosen the match slightly.
15772 * gdb.base/default.exp: Allow "Error accessing memory" message
15773 also.
15774 * gdb.base/display.exp: Skip over x/0 j if PA64.
15775 * gdb.base/funcargs.exp: Add xfails for HP-UX.
15776 * gdb.base/interrupt.exp: Ditto.
15777 * gdb.base/langs.exp: Add symbolic matches governed by compiler
15778 in use.
15779 * gdb.base/list.exp: Add xfails for HP-UX.
15780 * gdb.base/long_long.exp: Refine some of the numeric matches.
15781 * gdb.base/mips_pro.exp: Xfail on HP-UX.
15782 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
15783 * gdb.base/nodebug.exp: Succeed on more varieties of output.
15784 * gdb.base/opaque.exp: Remove some HP-UX xfails.
15785 * gdb.base/ptype.exp: Succeed on more varieties of output.
15786 * gdb.base/scope.exp: Add xfails for HP-UX.
15787 * gdb.base/sect-cmd.exp: Add more cases.
15788 * gdb.base/setvar.exp: Add xfails for HP-UX.
15789 * gdb.base/shlib-call.exp: Loosen some matches slightly.
15790 * gdb.base/signals.exp: Match on void symbolically.
15791 * gdb.base/step-test.exp: Add case for PA64.
15792 * gdb.base/term.exp: Add exit and restart.
15793 * gdb.base/twice.exp: Clean up after self.
15794 * gdb.base/varargs.exp: Disable overload resolution explicitly.
15795 * gdb.base/whatis.exp: Allow more ways to pass tests.
15796
15797 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
15798 no longer useful.
15799
15800Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
15801
15802 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
15803 list of patterns.
15804 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
15805 print_double_array(double_array)", "continuing to breakpoint
15806 1018", "print print_double_array(array_d)" and "continuing to
15807 1034" tests.
d63a86f8 15808
085dd6e6
JM
158091999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
15810
a9c64011 15811 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
15812
158131999-06-24 Stan Shebs <shebs@andros.cygnus.com>
15814
15815 * config/mt-*: Remove, these haven't been used since 1996.
15816
158171999-06-22 Stan Shebs <shebs@andros.cygnus.com>
15818
15819 * gdb.base/call-strs.c, gdb.base/ending-run.c,
15820 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
15821 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
15822
9e0b60a8
JM
158231999-06-18 Stan Shebs <shebs@andros.cygnus.com>
15824
15825 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
15826 simpler match case for the ptype of the big class.
15827
158281999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15829
15830 * gdb.exp: Fix test for gdb_prompt existence.
15831
158321999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15833
15834 * gdb.exp (gdb_test): Add fail after calls to perror.
15835
158361999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15837
15838 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
15839
158401999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15841
15842 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
15843
0f71a2f6
JM
15844Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
15845
15846 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
15847 malloc() is linked in.
15848
158491999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15850
15851 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
15852 step at end.
15853
15854 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
15855
158561999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
15857
15858 * gdb.java/jv-print.exp: New file. (Our first Java test!)
15859
cce74817
JM
15860Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
15861
15862 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
15863 * gdb.base/mips_pro.exp: Likewise.
15864
158651999-06-02 Keith Seitz <keiths@cygnus.com>
15866
15867 * gdb.c++/templates.cc: Change all "new" operators to throw
15868 an exception.
15869 * gdb.c++/cplusfuncs.cc: Likewise.
15870
15871 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
15872
15873Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
15874
15875 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
15876 * gdb.base/ending-run.exp: When stepping out of main, accept a
15877 step into an arbitrary assembler file.
cce74817 15878
392a587b
JM
158791999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15880
d63a86f8 15881 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 15882 "breakpoint-invalid" to be printed.
d63a86f8 15883 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
15884 number of "frames-invalid" and "breakpoint-invalid" to be printed.
15885 * gdb.base/annota2.cc: Initialize a.x to 0.
15886
9e086581
JM
158871999-05-17 Keith Seitz <keiths@cygnus.com>
15888
15889 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
15890 when "skip_float_tests" set.
15891 Ditto for "print print_double_array(array_d)", "print print_small_structs",
15892 "print print_ten_doubles", and "step into print_long_arg_list".
15893 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
15894 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
15895 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
15896 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
15897 "skip_float_tests" is set.
15898 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
15899 when "skip_float_tests" set.
d63a86f8 15900
cd0fc7c3
SS
159011999-05-06 Keith Seitz <keiths@cygnus.com>
15902
15903 * gdb.base/annota2.cc: Include stdio.h.
15904
15905Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
15906
15907 * gdb.base/crossload.exp: Remove, this has been disabled ever
15908 since BFD stopped including all targets, and cross-GDB gets
15909 plenty of testing anyway.
15910 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
15911 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
15912 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
15913 * gdb.base/README: Remove, was doc for this.
15914 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
15915 needed.
15916
b83266a0
SS
159171999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15918
15919 * gdb.base/call-ar-st.exp: Fix one regular expression in test
15920 output.
15921
15922 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
15923 * gdb.base/annota2.exp: New file. More annotation tests.
15924 * gdb.base/annota1.c: New file. Source file for annota1.exp.
15925 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
15926
159271999-04-23 Angela Marie Thomas <angela@cygnus.com>
15928
15929 * config/cfdbug.exp: New file.
15930
7a292a7a
SS
159311999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
15932
15933 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
15934 Marcus Daniel's and Dale Hawkins's demangler crashes.
15935
15936 * gdb.c++/demangle.exp (test_gnu_style_demangling,
15937 test_lucid_style_demangling, test_arm_style_demangling,
15938 test_hp_style_demangling): Try Tom Tromey's core-dumping
15939 identifier under each demangling style.
15940
159411999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
15942
15943 * gdb.c++/demangle.exp: Include the current demangling style
15944 in all test names.
15945 (current_demangling_style): New global variable.
15946 (set_demangling_style, test_demangling_core, test_demangling,
15947 test_demangling_exact): New functions.
15948 (test_gnu_style_demangling, test_lucid_style_demangling,
15949 test_arm_style_demangling, test_hp_style_demangling): Use those,
15950 instead of calling gdb_test and gdb_test_exact directly.
15951 (catch_demangling_errors): New function, which reports errors
15952 signalled by the demangling test functions in an orderly way.
15953 (do_tests): Use catch_demangling_errors.
15954
159551999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
15956
15957 * gdb.base/signals.exp (test_handle_all_print): Use () for
15958 grouping in expressions, not {}.
15959
15960 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
15961 initialized yet.
15962
159631999-04-01 Stan Shebs <shebs@andros.cygnus.com>
15964
15965 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
15966 are listed.
15967
159681999-03-26 Stan Shebs <shebs@andros.cygnus.com>
15969
15970 * gdb.stabs/weird.exp: Test for CC being defined before
15971 looking at its value.
15972
159731999-03-25 Stan Shebs <shebs@andros.cygnus.com>
15974
15975 * gdb.base/call-ar-st.exp: Remove stray '#'.
15976 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
15977 "short int" and "long int".
15978 * gdb.c++/overload.cc: Cast the string added in the previous
15979 change, to mollify finicky HP compiler.
15980 * gdb.hp/reg-test.exp (testfile): Fix file name.
15981 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 15982
7a292a7a
SS
15983 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
15984 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
15985 alternate form of enum ptype.
15986
c906108c
SS
159871999-03-23 Stan Shebs <shebs@andros.cygnus.com>
15988
7a292a7a
SS
15989 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
15990 * gdb.hp/*.exp: Change all to run compiler probe only after
15991 passing skip_hp_tests, so as not to waste time on guaranteed
15992 failure.
15993
c906108c
SS
15994 * gdb.c++/overload.cc: Pass string instead of char addr, always
15995 init ccpfoo.
15996 * gdb.c++/templates.cc: Fix syntax error.
15997
7a292a7a
SS
15998Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15999
16000 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 16001 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
16002 command.
16003
160041999-03-18 James Ingham <jingham@cygnus.com>
16005
16006 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
16007
16008 * gdb.c++/method.exp: It was testing an uninitialized int on the
16009 stack and assuming it was positive.
16010
16011 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
16012
16013 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 16014 keep it from killing the rest of the tests.
7a292a7a
SS
16015 Use gdb_continue_to_end.
16016
16017 * gdb.base/sigall.exp: use gdb_continue_to_end.
16018
16019 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
16020
16021 * gdb.base/display.exp: use runto_main, not run.
16022
d63a86f8
RM
16023 * gdb.base/default.exp: Check for the current error message in the
16024 r abbreviation test.
7a292a7a
SS
16025 Add strongarm to the targets that know info float.
16026
d63a86f8 16027 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
16028 run which doesn't work with monitors.
16029
16030 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
16031
16032 * gdb.base/break.exp: use the gdb_continue_to_end proc.
16033
16034 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
16035 program. Traps the case (in Cygmon) when the program never really
16036 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
16037 more places, so I used my name. Sorry Mark...
16038
16039 * config/monitor.exp (gdb_target_monitor): added another
16040 target_info parameter: remotebinarydownload. This will set the
16041 remotebinarydownload flag if this is causing some boards trouble.
16042
160431999-03-18 Mark Salter <msalter@cygnus.com>
16044
16045 * lib/gdb.exp (continue_to_exit): New function.
16046
16047 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
16048 * gdb.base/ending-run.exp: Ditto.
16049 * gdb.base/step-test.exp: Ditto.
16050
160511999-03-16 Stan Shebs <shebs@andros.cygnus.com>
16052
16053 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
16054 (suggested by Art Haas <ahaas@neosoft.com>).
16055
160561999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
16057
16058 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
16059
16060Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
16061
16062 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
16063 descriptions of types (short unsigned int vs unsigned short, etc).
16064
160651999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
16066
16067 * gdb.base/call-strs.exp: Don't assume that `step' will step over
16068 a call to strlen; sometimes we do have sources.
16069
160701999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
16071
16072 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
16073 character, so GDB won't print garbage after its end.
d63a86f8 16074
c906108c
SS
16075 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
16076 breakpoint there instead. Sometimes GCC emits memcpy to handle
16077 the large structures being passed by value, so we step into that
16078 instead of sum_array_print, which obscures what we're really testing.
16079 * gdb.base/step-test.exp: However, we do want a test that notices
16080 the bizarre steps into memcpy, so do that here. Add check for
16081 stepping into function calls that pass large structures by value.
16082 ("Is that a noun clause, or are you just happy to see me?")
16083 Remove all references to specific line numbers.
16084 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
16085 New type and function.
16086 (main): Call large_struct_by_value, passing it a large struct by value.
16087 * lib/gdb.exp (gdb_get_line_number): New function.
16088
16089 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
16090 more portable.
16091
7a292a7a
SS
160921999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
16093
c906108c
SS
16094 * lib/gdb.exp: Doc fixes.
16095
7a292a7a
SS
160961999-03-05 Nick Clifton <nickc@cygnus.com>
16097
d63a86f8 16098 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
16099
161001999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
16101
c906108c
SS
16102 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
16103 commands. They're not germane to this test, and they don't work
16104 that way on remote targets.
16105
3fc11d3e
JM
161061999-03-01 James Ingham <jingham@cygnus.com>
16107
16108 * Changelog entries merged over from gdb development branch.
16109
3fc11d3e
JM
16110 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
16111
16112 * lib/gdb.exp (gdbtk_analyze_results): Generic function
16113 for outputting results of test run.
16114
2d4a1622 16115 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
16116
16117 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 16118
7a292a7a
SS
161191999-02-25 Felix Lee <flee@cygnus.com>
16120
16121 * lib/gdb.exp (debug_format): initialize
16122
c906108c
SS
161231999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
16124
16125 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
16126 * gdb.base/call-rt-st.c: Ditto.
16127
c906108c
SS
161281999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
16129
16130 * gdb.threads/pthreads.exp (horiz): New variable.
16131 (test_startup): Fix regexps that capture thread numbers.
16132
161331999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
16134
16135 * gdb.base/smoke.exp: Disambiguate two test case names (both
16136 called ``print'').
16137
16138Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16139
16140 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
16141 compilation.
16142
161431999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16144
16145 * gdb.base/miscexprs.exp: Change patterns to match GDB's
16146 actual output formatting.
16147 * gdb.base/smoke.exp: GDB removes leading 0's.
16148 * gdb.base/volatile.exp: Don't check type of remuneration;
16149 that variable is no longer defined in constvars.c.
16150 * gdb.base/step-test.c (main): Exit with explicit exit code.
16151 * gdb.base/step-test.exp: Remove two nexti checks--they are
16152 not portable.
16153
161541999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16155
16156 * gdb.base/help.exp ("help delete display"): Fix test to match
16157 gdb's output.
16158
16159 * gdb.base/long_long.c (known_types): Initialize values to zero.
16160 * gdb.base/long_long.exp: Step one more line
16161 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
16162 leading zeros. Explicitly ask for hex formatting. Use
16163 unique test case names.
c906108c
SS
16164
16165Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16166
d63a86f8 16167 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
16168
16169 * gdb.c++/method.exp: Add missing close brace.
16170
161711999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
16172
16173 * gdb.base/maint.exp: Use 'set height 0' to disable page
16174 prompting, not 'set height 400'.
16175
16176 Fix a bunch of timeouts.
16177 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
16178 four separate tests, so expect doesn't take forever to match a ton
16179 of text against a regexp with lots of .* forms.
16180 ("maint print psymbols", "maint print symbols"): Make some of
16181 these greps more selective, so that expect doesn't try to wade
16182 through huge piles of output and time out.
16183
16184 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
16185
16186 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
16187 tests: one which doesn't expect shlib events to be reported, and
16188 another which does, but is XFAIL for all platforms other than
16189 HP/UX.
16190
16191 * gdb.base/break.exp: Teach the test suite that the `catch
16192 fork', `catch vfork', and `catch exec' commands produce error
16193 messages on platforms that don't provide these features.
16194
16195Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16196
16197 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
16198 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
16199 (shortening names from solib_threshold.exp etc), won't run on
16200 anything but HP-UX for the foreseeable future.
16201 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
16202 reflect move.
16203
16204Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
16205
16206 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
16207 gdb.trace/Makefile.in (clean): Remove all test executables.
16208
16209Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
16210
16211 * gdb.base/shlib-call.exp: add test cases to verify that gdb
16212 successfully re-sets breakpoints in shared libraries.
16213 * gdb.base/shmain.c (main): return 0, don't fall off the end.
16214
16215Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16216
d63a86f8
RM
16217 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
16218 and compiled w/o GCC.
c906108c
SS
16219
16220 * gdb.hp/watch-cmd.exp: ditto.
16221
16222 * gdb.hp/watch-hp.exp: ditto.
16223
16224 * gdb.hp/xdb1.exp: ditto.
16225
16226 * gdb.hp/xdb2.exp: ditto.
16227
16228 * gdb.hp/dbx.exp: ditto.
16229
16230Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
16231
16232 * constvars.c: Remove C++-isms.
16233 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
16234 with GCC.
16235
16236Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
16237
16238 The following changes are part of the HP merge.
16239
16240 * gdb.base/break.exp: new tests to verify that catchpoints for
16241 fork, vfork, and exec don't trigger inappropriately.
16242
16243 * gdb.base/opaque.exp: compile one file at a time, then link.
16244
16245 * gdb.base/signals.exp: be more restrictive about which hppa
16246 systems receive a setup_xfail. new tests.
16247
16248 * gdb.base/solib_threshold.build: new file.
16249 * gdb.base/solib_threshold.exp: new file.
16250 * gdb.base/solib_threshold.link_opts: new file.
16251 * gdb.base/solib_threshold.mk: new file.
16252 * gdb.base/gen_solib_threshold.c: new file.
16253
16254 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
16255 tests. New tests for enums inside classes.
16256
16257 * gdb.c++/compiler.cc: indicate support of template debugging.
16258
16259 * gdb.c++/demangle.exp: run hp style demangling tests.
16260
16261 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
16262 tests.
16263
16264 * gdb.c++/misc.cc: changes to support new tests.
16265
16266 * gdb.c++/templates.cc: changes to support HP's compiler; changes
16267 to support new tests.
16268
16269 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
16270 gcc, then skip these tests.
16271
16272Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
16273
16274 The following files are part of the HP merge; some had longer
16275 names at HP, but have been renamed to be no more than 14
16276 characters in length.
16277
16278 * gdb.hp/ambiguous.cc: new file.
16279 * gdb.hp/ambiguous.exp: new file.
16280 * gdb.hp/attach.exp: new file.
16281 * gdb.hp/attach2.exp: new file.
16282 * gdb.hp/classes-hp.exp: new file.
16283 * gdb.hp/ctti.exp: new file.
16284 * gdb.hp/ctti-add.cc: new file.
16285 * gdb.hp/ctti-add1.cc: new file.
16286 * gdb.hp/ctti-add2.cc: new file.
16287 * gdb.hp/ctti-add3.cc: new file.
16288 * gdb.hp/dbx.exp: new file.
16289 * gdb.hp/exception.cc: new file.
16290 * gdb.hp/exception.exp: new file.
16291 * gdb.hp/foll-exec.c: new file.
16292 * gdb.hp/foll-exec.exp: new file.
16293 * gdb.hp/foll-fork.c: new file.
16294 * gdb.hp/foll-fork.exp: new file.
16295 * gdb.hp/foll-vfork.c: new file.
16296 * gdb.hp/foll-vfork.exp: new file.
16297 * gdb.hp/inherit-hp.exp: new file.
16298 * gdb.hp/more-steps.exp: new file.
16299 * gdb.hp/namespace.cc: new file.
16300 * gdb.hp/namespace.exp: new file.
16301 * gdb.hp/optimize.exp: new file.
16302 * gdb.hp/pxdb.c: new file.
16303 * gdb.hp/pxdb.exp: new file.
16304 * gdb.hp/quicksort.exp: new file.
16305 * gdb.hp/reg-test.exp: new file.
16306 * gdb.hp/reg-test.s: new file.
16307 * gdb.hp/sized-enum.c: new file.
16308 * gdb.hp/sized-enum.exp: new file.
16309 * gdb.hp/start-stop.exp: new file.
16310 * gdb.hp/templ-hp.cc: new file.
16311 * gdb.hp/templ-hp.exp: new file.
16312 * gdb.hp/thr-lib.c: new file.
16313 * gdb.hp/thr-lib.exp: new file.
16314 * gdb.hp/thr-lib.h: new file.
16315 * gdb.hp/thr-liblib.c: new file.
16316 * gdb.hp/virtfun-hp.c: new file.
16317 * gdb.hp/virtfun-hp.exp: new file.
16318 * gdb.hp/watch-cmd.exp: new file.
16319 * gdb.hp/watch-hp.exp: new file.
16320 * gdb.hp/xdb1.exp: new file.
16321 * gdb.hp/xdb2.exp: new file.
16322 * gdb.hp/xdb3.exp: new file.
16323
16324Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
16325
16326 The following files are part of the HP merge; some had longer
16327 names at HP, but have been renamed to be no more than 14
16328 characters in length.
16329
16330 * gdb.base/ss.h: new file.
16331 * gdb.base/call-ar-st.c: new file.
16332 * gdb.base/call-ar-st.exp: new file.
16333 * gdb.base/call-rt-st.c: new file.
16334 * gdb.base/call-rt-st-exp: new file.
16335 * gdb.base/call-strs.exp: new file.
16336 * gdb.base/ena-dis-br.exp: new file.
16337 * gdb.base/environ.exp: new file.
16338 * gdb.base/long_long.exp: new file.
16339 * gdb.base/sect-cmd.exp: new file.
16340 * gdb.base/shlib-cl2.exp: new file.
16341 * gdb.base/smoke.exp: new file.
16342 * gdb.base/so-impl-ld.c: new file.
16343 * gdb.base/so-impl-ld.exp: new file.
16344 * gdb.base/so-indr-cl.c: new file.
16345 * gdb.base/so-indr-cl.exp: new file.
16346 * gdb.base/varargs.exp: new file.
16347 * gdb.base/volatile.exp: new file.
16348 * gdb.base/whatis-exp.exp: new file.
7a292a7a 16349 * gdb.base/display.exp: new file.
c906108c
SS
16350 * gdb.c++/derivation.exp: new file.
16351 * gdb.c++/local.exp: new file.
16352 * gdb.c++/member-ptr.exp: new file.
16353 * gdb.c++/overload.exp: new file.
16354 * gdb.c++/ovldbreak.exp: new file.
16355 * gdb.c++/ref-types.exp: new file.
16356 * gdb.c++/ref-types2.exp: new file.
16357 * gdb.c++/userdef.exp: new file.
d63a86f8 16358
c906108c
SS
16359Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
16360
16361 * gdb.base/default.exp: Reflect wording change in remote.c.
16362
dc96c6c7 16363Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16364
16365 * gdb.base/help.exp: Update to reflect current text.
16366
16367Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
16368
16369 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
16370 they're stack variables and contain garbage.
16371 * gdb.c++/anon-union.exp: new file.
16372
16373 The following changes were made by David Taylor
16374 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16375 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16376 in changes by HP.
16377
16378 * gdb.base/bitops.exp: new file.
16379 * gdb.base/default.exp: change expected messages for catch and
16380 info catch tests to reflect HP merge changes.
16381 * gdb.base/enable-disable-break.exp
16382 * gdb.base/ending-run.c: new file.
16383 * gdb.base/long_long.c: new file.
16384 * gdb.base/maint.exp: new file.
16385 * gdb.base/pointers2.exp: new file.
16386 * gdb.base/shlib-call2.exp: new file.
16387 * gdb.base/solib.exp: new file.
16388 * gdb.base/step-test.c: new file.
16389 * gdb.c++/anon-union.cc: new file.
16390 * gdb.c++/local.cc: new file.
16391 * gdb.c++/member-pointer.cc: new file.
16392 * gdb.c++/method.cc: new file.
16393 * gdb.c++/ref-types.cc: new file.
16394 * gdb.c++/ref-types2.cc: new file.
16395 * gdb.c++/userdef.cc: new file.
d63a86f8 16396
c906108c
SS
16397 * gdb.base/scope.exp: compile one file at a time, then link.
16398 * gdb.base/langs.exp: ditto.
16399 * gdb.base/list.exp: ditto.
d63a86f8 16400
c906108c
SS
16401Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
16402
16403 The following changes were made by David Taylor
16404 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16405 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16406 in changes by HP.
d63a86f8 16407
c906108c
SS
16408 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
16409 skip tests. When compiling pass c++ flag to gdb_compile.
16410 * gdb.c++/
d63a86f8 16411
c906108c
SS
16412 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
16413 test for on hppa*-*-hpux*; use args to see if c++ was specified.
16414 (skip_hp_tests): new function.
16415 (gdb_preprocess): new function.
16416
16417 * configure.in (hpdir): decide whether to configure gdb.hp.
16418 * configure: regenerated.
16419
16420 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
16421 to delete on clean.
16422 (EXECUTABLES): update to reflect new additions.
16423 * gdb.base/commands.exp: update message expected.
16424 * gdb.base/default.exp: add copyright notice.
16425 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
16426 * gdb.base/help.exp: update messages to reflect current text.
16427 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
16428 targets for recurse tests.
16429 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
16430 skip this file.
16431
16432 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
16433 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
16434 compilation.
16435 * gdb.c++/misc.exp: ditto.
16436 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
16437 run the tests. tell gdb_compile that it's a c++ compilation.
16438
16439 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 16440
c906108c
SS
16441 * gdb.base/all-bin.exp: new file.
16442 * gdb.base/arithmet.exp: new file.
16443 * gdb.base/assign.exp: new file.
16444 * gdb.base/completion.exp: new file.
16445 * gdb.base/cond-expr.exp: new file.
16446 * gdb.base/condbreak.exp: new file.
16447 * gdb.base/define.exp: new file.
16448 * gdb.base/dollar.exp: new file.
16449 * gdb.base/environment.exp: new file.
16450 * gdb.base/eval-skip.exp: new file.
16451 * gdb.base/jump.exp: new file.
16452 * gdb.base/logical.exp: new file.
16453 * gdb.base/pointers.exp: new file.
16454 * gdb.base/relational.exp: new file.
16455 * gdb.base/section_command.exp: new file.
16456 * gdb.base/whatis-expr.exp: new file.
16457
16458 * gdb.base/all-types.c: new file.
16459 * gdb.base/call-array-struct.c: new file.
16460 * gdb.base/call-return-struct.c: new file.
16461 * gdb.base/call-strings.c: new file.
16462 * gdb.base/callfuncs2.c: new file.
16463 * gdb.base/condbreak.c: new file.
16464 * gdb.base/constvars.c: new file.
16465 * gdb.base/display.c: new file.
16466 * gdb.base/int-type.c: new file.
16467 * gdb.base/jump.c: new file.
16468 * gdb.base/miscexprs.c: new file.
16469 * gdb.base/pointers.c: new file.
16470 * gdb.base/pointers2.c: new file.
16471 * gdb.base/shmain.c: new file.
16472 * gdb.base/shr1.c: new file.
16473 * gdb.base/shr2.c: new file.
16474 * gdb.base/solib.c: new file.
16475 * gdb.base/solib1.c: new file.
16476 * gdb.base/solib2.c: new file.
16477 * gdb.base/varargs.c: new file.
16478 * gdb.c++/derivation.cc: new file.
16479 * gdb.c++/overload.cc: new file.
16480 * gdb.c++/ovldbreak.cc: new file.
16481 * gdb.hp/attach.c: new file.
16482 * gdb.hp/attach2.c: new file.
16483 * gdb.hp/average.c: new file.
16484 * gdb.hp/compiler.c: new file.
16485 * gdb.hp/compiler.cc: new file.
16486 * gdb.hp/execd-program.c: new file.
16487 * gdb.hp/follow-exec.c: new file.
16488 * gdb.hp/follow-fork.c: new file.
16489 * gdb.hp/follow-vfork-and-exec.c: new file.
16490 * gdb.hp/misc-hp.cc: new file.
16491 * gdb.hp/more-steps.c: new file.
16492 * gdb.hp/optimize.c: new file.
16493 * gdb.hp/quicksort.c: new file.
16494 * gdb.hp/run-hp.c: new file.
16495 * gdb.hp/start-stop.c: new file.
16496 * gdb.hp/sum.c: new file.
16497 * gdb.hp/templates-hp.cc: new file.
16498 * gdb.hp/thread-local-in-lib.c: new file.
16499 * gdb.hp/thread-local-in-lib.h: new file.
16500 * gdb.hp/thread-local-in-lib.lib.c: new file.
16501 * gdb.hp/vforked-program.c: new file.
16502 * gdb.hp/virtfunc-hp.cc: new file.
16503 * gdb.hp/watchpoint-hp.c: new file.
16504 * gdb.hp/xdb.c: new file.
16505 * gdb.hp/xdb0.c: new file.
16506 * gdb.hp/xdb0.h: new file.
16507 * gdb.hp/xdb1.c: new file.
16508
16509Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
16510
16511 The following change was made by Edith Epstein
16512 <eepstein@cygnus.com> as part of a project to merge in changes
16513 originally made by HP; HP did not create ChangeLog entries.
16514
16515 * gdb.c++/demangle.exp: changed the expected output for some
16516 ARM-style mangling -- removed second reference to datatype.
16517 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 16518 T1<char>::~T1<char>(void)
c906108c 16519 becomes,
a9c64011
AS
16520 maint demangle __dt__11T1__pt__2_cFv
16521 T1<char>::~T1(void)
c906108c
SS
16522
16523 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 16524
c906108c
SS
16525Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
16526
16527 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
16528 * gdb.trace/backtrace.exp: Likewise.
16529 * gdb.trace/circ.exp: Likewise.
16530 * gdb.trace/collection.exp: Likewise.
16531 * gdb.trace/deltrace.exp: Likewise.
16532 * gdb.trace/infotrace.exp: Likewise.
16533 * gdb.trace/limits.exp: Likewise.
16534 * gdb.trace/packetlen.exp: Likewise.
16535 * gdb.trace/passc-dyn.exp: Likewise.
16536 * gdb.trace/passcount.exp: Likewise.
16537 * gdb.trace/report.exp: Likewise.
16538 * gdb.trace/save-trace.exp: Likewise.
16539 * gdb.trace/tfind.exp: Likewise.
16540 * gdb.trace/tracecmd.exp: Likewise.
16541 * gdb.trace/while-dyn.exp: Likewise.
16542 * gdb.trace/while-stepping.exp: Likewise.
16543
165441998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
16545
16546 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
16547
16548Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
16549
16550 From Brendan Kehoe:
16551 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
16552 int return types.
16553
16554Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
16555
16556 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
16557 remote dos host testing right.
16558
16559Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
16560
16561 * gdb.base/corefile.exp: remove some xfails.
16562
16563Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
16564
16565 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
16566 have different timestamps.
16567
16568Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
16569
16570 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
16571 gdb.base/default.exp: Replace "exec" with "executable".
16572
16573Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
16574
16575 * gdb.base/default.exp: Change else if to elseif from previous
16576 delta.
16577
16578Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
16579
16580 * gdb.base/default.exp: Add brace missing from previous delta.
16581
16582Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
16583
16584 * gdb.base/default.exp: Support test for info float for all
16585 varieties of arm toolchain.
16586
dc96c6c7 16587Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16588
16589 * gdb.trace/*.exp: remove "remote_download" command.
16590
dc96c6c7 16591Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16592
16593 * gdb.trace/*.exp: remove -gdwarf from compile.
16594
16595Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
16596
16597 * gdb.trace/configure.in(AC_INIT): typo
16598 * gdb.trace/configure: regenerated
16599
dc96c6c7 16600Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16601
16602 * config/m68k-emc.exp: New file.
16603 * lib/<emc-support.exp trace-support.exp}: New files.
16604 * configure.in: add new test directory gdb.trace.
16605 * gdb.trace/{configure configure.in Makefile.in}: New files.
16606 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
16607 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
16608 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
16609 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
16610 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
16611 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
16612 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 16613
dc96c6c7 16614Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16615
16616 * gdb.c++/classes.exp: Change all regular expressions to match
16617 arbitrary combinations of newline/carriage-return, so that they
16618 will work equally well on Unix and Windows.
16619 * gdb.c++/inherit.exp: ditto.
16620 * gdb.c++/virtfunc.exp: ditto.
16621
166221998-08-11 Dawn Perchik <dawn@cygnus.com>
16623
16624 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
16625
c2d11a7d
JM
16626Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
16627
16628 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
16629 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
16630 to use a0-a3/d0-d3 as needed.
16631
16632Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
16633
16634 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
16635 * gdb.disasm/am33.exp: Corresponding changes.
16636
c906108c
SS
166371998-07-11 Felix Lee <flee@cygnus.com>
16638
16639 * gdb.base/callfuncs.exp: add cmp10 test.
16640 * gdb.base/callfuncs.c (cmp10): new function.
16641
16642Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
16643
d63a86f8 16644 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
16645 into two parts to get around a synchronization problem in expect.
16646
3fc11d3e
JM
16647Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
16648
16649 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
16650
16651 * configure.in: Add options for gdbtk testsuite.
16652
16653 * configure: Regenerate.
16654
16655 * gdb.gdbtk: New directory to hold gdbtk tests.
16656
c906108c
SS
16657Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16658
16659 * gdb.fortran/types.exp: Escape brackets in expect patterns
16660 for test_float_literal_types_accepted tests.
16661 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
16662 before run test.
16663
c2d11a7d
JM
16664Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
16665
16666 * am33.exp: Just compile, do not link the testcase.
16667 * am33.s: Add ".am33" pseudoop to force am33 mode.
16668
c906108c
SS
166691998-06-25 Felix Lee <flee@cygnus.com>
16670
16671 * gdb.base/setshow.exp: make sure $pc is sane.
16672
16673 * gdb.stabs/weird.exp: split expect patterns properly.
16674
c2d11a7d
JM
16675Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
16676
16677 * gdb.disasm/am33.s: New disassembler testfile for the am33.
16678 * gdb.disasm/am33.exp: Run it.
16679
dc96c6c7 16680Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16681
16682 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
16683 match processing (and eliminate spurious timeouts when running).
16684
dc96c6c7 16685Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16686
16687 * gdb.base/signals.exp (test_handle_all_print): put back Mach
16688 exception test, but conditionalize it on target [mach | gnu].
16689
dc96c6c7 16690Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16691
16692 * gdb.base/overlays.exp: fixup compile line for linker script.
16693
16694Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
16695
16696 * gdb.fortran/types.exp: don't guess at float size.
16697
16698Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
16699
16700 * gdb.base/exprs.exp: delete test that depends on int size.
16701
16702Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
16703
16704 * config/sim.exp: Removed checks for target triplets.
16705 (gdb_target_sim): Use gdb,target_sim_options.
16706
16707Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
16708
16709 * gdb.base/reread.exp: New file.
16710 * gdb.base/reread1.c: New file.
16711 * gdb.base/reread2.c: New file.
16712
16713Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
16714
16715 * config/sim.exp: Use 'target sim -sparclite' when running
16716 SPARClite programs.
16717
16718Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
16719
16720 * gdb.base/structs2.exp: New file.
16721 * gdb.base/structs2.c: New file.
16722
16723Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
16724
16725 * gdb.asm/common.inc: New file.
16726 * gdb.asm/d10v.inc: New file.
16727 * asm-source.exp: Pass -I's to gas to find .inc files.
16728 Update line numbers in expected output.
16729 * asmsrc1.s: Rewrite.
16730 * asmsrc2.s: Rewrite.
16731 * configure.in: Create arch.inc symlink.
16732 * configure: Regenerate.
16733 * Makefile.in (distclean): Delete arch.inc.
16734
16735Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
16736
16737 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
16738 (t_enum_value2): ditto
16739 (t_enum_value3): ditto
16740 (main): ditto
16741Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16742
16743 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
16744 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
16745 change.
16746 Use gdb_test instead of send_gdb/gdb_expect sequences.
16747
16748Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
16749
16750 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
16751 not void.
16752
16753Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
16754
16755 * gdb.base/branches.c: Code with lots of loops and
16756 subroutines. Used to test gdbs ability to single step through PC
16757 changes, especially to test mips-tdep.c:mips_next_pc
16758
16759Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
16760
16761 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
16762 more rigorous EGCS C++ error checking.
16763
16764Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16765
a9c64011
AS
16766 * gdb.base/help.exp: Clean up `help set args' and `help show args'
16767 tests.
16768 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
16769 function when asleep.
16770 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
16771 for i*86 Linux and SVR4 signal handling problems.
16772 Remove linux xfail for `next to handler in signals_tests_1', fixed
16773 by recent infrun.c change.
16774 Limit backtrace to 10 frames to avoid timeout problems with infinite
16775 stack backtraces.
16776 Adjust expect pattern in `handle all print' test to match Apr 28 1997
16777 target.[ch] change.
c906108c
SS
16778
16779Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
16780
16781 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
16782 for a newline from gdb before continuing.
16783 (default_gdb_exit): Just look for y or n.
16784 (gdb_test): Detect abnormal exit from GDB running on DOS; if
16785 it does, fail the rests of the tests in the file.
16786
16787Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
16788
16789 * config/cygmon.exp: New file.
16790
16791Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
16792
16793 * gdb.base/list.exp: Fix problem with "list default lines around
16794 main" test on remote targets.
16795
16796 * gdb.base/scope.exp: Fix problem with filelocal_bss before
16797 run test on remote targets.
16798
16799Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
16800
16801 * gdb.asm: New directory.
16802 * configure.in: Configure it.
16803 * configure: Regenerate.
16804 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
16805 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
16806
16807Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
16808
16809 * config/mn10300-eval.exp: New file to support MN10300 eval board.
16810
dc96c6c7 16811Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 16812
a9c64011
AS
16813 * gdb.base/overlays (several files): Merge the two overlay
16814 managers into one. Change variables (foox, barx, bazx, grbxx)
16815 back into ints but force them to load in their proper sections.
c906108c
SS
16816
16817Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
16818
16819 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
16820 on-chip insn memory and IMAP1 to upper 128k.
16821 (D10VCopy): Handle memory regions crossing 16k boundaries.
16822 (D10VCopy): Transfer data in 32 bit chunks.
16823
16824Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
16825
16826 * gdb.base/overlays.c (main): Exit normally when result is
16827 correct.
16828
16829 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
16830 map. Include space for printf in .text segment.
16831
16832 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
16833 updated d10v memory VMA/LMA map.
16834 (D10VCopy): Call D10VTranslate.
d63a86f8 16835
c906108c
SS
16836Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
16837
16838 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
16839
16840 * gdb.base/bar.c (barx, bar): Change variable to small array so
16841 that it won't be put into the .sdata - small data -
16842 section. Update reference.
16843 * gdb.base/baz.c (bazx, baz): Ditto.
16844 * gdb.base/foo.c (foox, foo): Ditto.
16845 * gdb.base/grbx.c (grbxx, grbx): Ditto.
16846
16847 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
16848 to be arrays.
d63a86f8 16849
dc96c6c7 16850Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 16851
a9c64011
AS
16852 * gdb.base/overlays.exp: fix up and get working again.
16853 Add tests for backtraces from an overlay function.
d63a86f8 16854
c906108c
SS
16855Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
16856
16857 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
16858 "calling function with watchpoint enabled".
16859
16860Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
16861
16862 * gdb.base/break.exp (test_next_with_recursion): Remove
16863 gdb_suppress_tests for d10v-*-*.
16864 * lib/gdb.exp (gdb_suppress_tests): Disable this function
16865 pending review of whether it is useful or not.
16866
16867Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
16868
16869 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
16870
16871Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
16872
16873 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
16874 * config/dve.exp: New file to support Densan boards.
16875
16876Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
16877
16878 * gdb.base/interrupt.exp: Document problem of simulators, signals,
16879 reads and BSD.
16880
16881Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
16882
16883 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
16884 response.
16885
16886 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
16887
16888Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
16889
16890 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
16891 test.
16892
16893 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
16894 target_sizeof_long and target_bigendian_p.
16895 (structs_by_value, structs_by_reference): Check values according
16896 to targets word size and endianess.
d63a86f8 16897
c906108c
SS
16898Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
16899
16900 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
16901 output.
16902
16903Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
16904
16905 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
16906 Update test of set args help to match source change.
16907
16908Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
16909
16910 * gdb.base/default.exp: Expect help system output to be in
16911 alphabetical order.
16912 * gdb.base/help.exp: Ditto.
16913
16914Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
16915
16916 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
16917 "i*86-pc-linux-gnu*".
16918 * gdb.base/interrupt.exp: Ditto.
16919 * gdb.base/corefile.exp: Ditto.
16920
16921 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
16922 define vxworks when building the testcase.
16923
16924 * gdb.base/ptype.exp: Fix testnames to be unique.
16925 * gdb.base/radix.exp: Ditto.
16926 * gdb.base/term.exp: Ditto.
16927 * gdb.base/whatis.exp: Ditto.
16928 * gdb.c++/classes.exp: Ditto.
16929
16930Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
16931
16932 * gdb.base/callfuncs.exp: Fix indentation.
16933
16934 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
16935 suppress_flag has been set.
16936 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
16937 target feature.
16938
16939Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
16940
16941 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
16942 the testcase.
16943
16944 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
16945 set_debug_traps() and breakpoint().
16946 * gdb.c++/misc.cc (main): Ditto.
16947 * gdb.c++/templates.cc (main): Ditto.
16948 * gdb.c++/virtfunc.cc (main): Ditto.
16949
16950Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
16951
16952 * lib/gdb.exp(gdb_step_for_stub): New function.
16953 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
16954 exists, reload the executable and do a "continue" instead of
16955 doing a jump.
16956 (runto_main): Use gdb_step_for_stub.
d63a86f8 16957
c906108c
SS
16958 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
16959 tests to have unique names.
16960 * gdb.base/callfuncs.exp: Ditto.
16961 * gdb.base/commands.exp: Ditto.
16962 * gdb.base/default.exp: Ditto.
16963 * gdb.base/help.exp: Ditto.
16964 * gdb.base/list.exp: Ditto.
16965 * gdb.base/opaque.exp: Ditto.
16966 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
16967 similar tests.
d63a86f8 16968
c906108c
SS
16969 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
16970 * gdb.c++/cplusfuncs.cc: Ditto.
16971 * gdb.c++/virtfunc.cc: Ditto.
16972
16973 * config/monitor.exp: Keep track of the last file we saw, rather
16974 than trying to get the info from gdb.
16975
16976 * gdb.fortran/types.exp: Move comment to previous line.
16977
16978Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
16979
16980 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
16981 target mode.
16982
16983Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
16984
16985 From Bob Manson:
16986 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
16987 string from GDB when it connects.
16988
16989 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
16990
16991Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
16992
16993 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
16994 if we can't get a debug format from GDB (we may be testing an
16995 older GDB). Use a 10 second timeout when checking for the format.
16996
16997 * gdb.stabs/weird.exp: Fix quoting.
16998
16999 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
17000
17001Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
17002
17003 * config/arm-ice.exp: New file.
17004
17005Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
17006
17007 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
17008 until it has been modified to work with the new testsuite.
17009
99707966 17010 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
17011 testcase won't compile, cause all of the testcases in the file to
17012 fail instead.
17013
17014 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
17015 (gdb_clear_suppressed): New procedure.
17016 (gdb_stop_suppressing_tests): Only clear suppress_flag if
17017 it contains a positive value.
17018
17019Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
17020
17021 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
17022
17023 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
17024
17025Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
17026
17027 * lib/gdb.exp (setup_xfail_format): New function.
17028 (get_debug_format): New function to get debug format.
17029 (debug_format): New global variable to hold last value set
17030 by get_debug_format.
17031 * gdb.base/list.exp: Call get_debug_format and expect some
17032 tests to fail for DWARF 1 and COFF formats.
17033 * gdb.c++/ptype.exp: Ditto.
17034 * gdb.c++/classes.exp: Ditto.
17035 * gdb.c++/cplusfuncs.exp: Ditto.
17036 * gdb.c++/inherit.exp: Ditto.
17037 * gdb.c++/templates.exp: Ditto.
17038 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 17039
c906108c
SS
17040Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
17041
17042 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
17043 host doesn't have a currently-open connection.
17044
17045 * config/sparclet.exp: Cleanups and fixes to make it generic for
17046 any gdb stub target. Handle cases where gdb doesn't respond when
17047 interrupted in a sane fashion.
17048
17049 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
17050 same thing in a totally different way.
17051
17052 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
17053 setting "timeout".
17054 (gdb_start): We set the global gdb_prompt variable in
17055 default_gdb_init now.
17056
17057Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
17058
17059 * gdb.base/printcmds.exp: Fix "check for floating addition"
17060 regexp to accept results within approx +/- .01 of exact value.
17061 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
17062
17063Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
17064
17065 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
17066 properly.
17067 (gdb_expect): Add optional timeout parameter, and add timeout
17068 value to various calls.
17069 (gdb_suppress_tests): Only give one warning message per group.
17070
17071Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
17072
17073 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
17074 global variables. Handle getting a value for $timeout more
17075 gracefully.
17076
17077Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
17078
17079 * lib/gdb.exp: Close connection to remote host if gdb doesn't
17080 initialize.
17081 (default_gdb_init): New procedure; allow gdb_init to be overridden
17082 by a target configuration file.
17083 (gdb_expect): Pass the timeout to remote_expect.
17084
17085 * config/monitor.exp(gdb_load): Fix typo in regexp.
17086
17087Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
17088
17089 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
17090
17091Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
17092
17093 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
17094 here. Call gdb_target_exec before rebooting the target, to make
17095 sure the connection to the target is closed.
17096 (gdb_load): Pass the name of the executable to gdb_target_monitor.
17097 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
17098 Also detect "Timeout reading from remote" error.
17099
17100 * config/gdbserver.exp: Pass the executable being loaded to
17101 gdb_target_monitor. Don't call gdb_file_cmd here; let
17102 gdb_target_monitor do it.
17103
17104 * gdb.disasm/hppa.exp: Don't use exec_output.
17105
17106Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
17107
17108 * gdb.base/list.exp: If we're debugging a non-native target,
17109 try to set the pc register to point to the start of the
17110 program before doing the first list command.
17111
17112 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
17113 test_calls after restarting.
17114
17115 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
17116 reloading.
17117
17118 * gdb.base/watchpoint.exp: Fix typo.
17119
17120 * gdb.base/setshow.exp: Check for use_gdb_stub.
17121
17122 * gdb.base/break.exp: Fix continue until exit test for the gdb
17123 stub case.
17124 * gdb.base/langs.exp: Ditto.
17125
17126 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
17127 gdb_load_offset. If we weren't given a file to load, figure out
17128 what the current file is and use it.
17129
17130 * config/i386-bozo.exp: New file.
17131
17132Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
17133
17134 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
17135 feature.
17136
17137 * config/proelf.exp: New entry.
17138
17139Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
17140
17141 * lib/gdb.exp: Remove spurious .* patterns at the beginning
17142 of regexps.
17143
17144 * gdb.base/watchpoint.exp: Don't run the test_stepping
17145 tests if gdb can't call functions on the target.
17146
17147 * gdb.base/setshow.exp: Don't run the set prompt tests if
17148 the board has gdb_prompt set.
17149
17150Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
17151
17152 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
17153 * gdb.base/commands.exp: Likewise.
17154 * gdb.base/setshow.exp: Likewise.
17155
17156Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
17157
17158 * config/monitor.exp(gdb_start): Look for gdb_prompt target
17159 feature.
17160
17161 * config/i960.exp: New file.
17162
17163Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
17164
17165 * gdb.base/funcargs.exp: Check for gdb,short_int target
17166 feature instead of looking for explicit target triplets.
17167
dc96c6c7 17168Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 17169
d63a86f8 17170 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
17171 "p 123DEADBEEF", to check parse_number.
17172 * top.c: change "to enable to enable" to "to enable" in a couple
17173 of help strings.
17174
17175Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
17176
17177 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
17178 on the mn10300.
d63a86f8 17179
c906108c
SS
17180Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
17181
17182 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
17183 where the test executable is run with explicit args.
17184 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
17185
17186Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
17187
17188 * gdb.base/run.c: Use FAKEARGV to build test executable that
17189 does not require a command line arg, since most simulators
17190 don't currently support passing such an arg into the simulated
17191 program.
17192 * gdb.base/commands.exp: Change tests to insert the proper
17193 value as the arg to the first recursive factorial call. Change
17194 compilation line to define FAKEARGV at compile time.
17195
17196Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
17197
17198 * gdb.base/recurse.exp: Enable these tests for the mn10300.
17199 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
17200 function with watchpoint enabled" test.
17201
17202Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
17203
17204 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
17205 Don't call gdb_test when the command doesn't return to a gdb prompt.
17206
17207 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
17208 "Tests restarted" messages.
17209
17210Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
17211
17212 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
17213
dc96c6c7 17214Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17215
17216 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
17217 for INFO SYMBOL; add help tests for OVERLAY commands.
17218 * gdb.base/default.exp: add tests for INFO SYMBOL command;
17219 add tests for OVERLAY commands
17220 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
17221 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
17222 * gdb.base/sigall.c: add usestubs code frag
17223 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 17224
c906108c
SS
17225Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
17226
17227 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
17228 failures.
17229 (gdb_stop_suppressing_tests): Note that tests have restarted.
17230
17231Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
17232
17233 * config/h8300.exp: New file.
17234
17235Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
17236
17237 * gdb.base/setshow.exp: Check for the existence of a
17238 feature, not its value.
17239
17240Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
17241
17242 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
17243
17244 * gdb.base/scope.exp: It's now init0(), not init().
17245
17246 * gdb.base/scope0.c: For now, change init() to be init0().
17247
17248 * config/monitor.exp: Use gdb_serial in preference to serial
17249 or netport.
17250
17251 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
17252 and it's not already set.
17253
17254Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
17255
17256 * gdb.base/setshow.exp: Only test the run command if the target
17257 isn't using a stub and if it supports argument passing.
17258
17259Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
17260
17261 * config/udi.exp(gdb_start): Make sure UDICONF is set
17262 properly before starting gdb.
17263
17264Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
17265
17266 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
17267 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
17268 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
17269
17270Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
17271
17272 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
17273 specialized code to reboot the board, use remote_reboot instead.
17274
17275 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
17276
17277 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
17278
17279 * config/monitor.exp: Make sure we disconnect from the target.
17280 Also, try a reboot/reload cycle instead of failing if the
17281 load fails.
17282
17283Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
17284
17285 * gdb.base/default.exp: Don't set match_max.
17286 * gdb.base/help.exp: Ditto.
17287 * gdb.base/list.exp: Ditto.
17288 * gdb.base/signals.exp: Ditto.
17289
17290 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
17291 set, use remote_ld to download the testcase instead of
17292 the GDB loader.
17293
17294Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
17295
17296 * config/vr5000.exp: New file.
17297
17298 * config/monitor.exp(gdb_target_monitor): Add pattern for
17299 "Ending remote" to detect errors in connecting.
17300
17301 * gdb.base/setshow.exp: Add .* within auto language test.
17302
17303 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
17304 target feature.
17305
17306 * config/monitor.exp(gdb_load): Check for a failure when loading,
17307 and reboot the board if necessary.
17308
17309 * gdb.base/setvar.exp(test_set): Handle multiple prints within
17310 a set of tests. Remove print.* from the patterns being checked.
17311
17312Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
17313
17314 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
17315 refer to gdb_spawn_id.
17316
17317 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
17318 longer used.
17319 * config/sparclet.exp: Ditto.
17320 * config/sparclet-old.exp: Ditto.
17321 * config/slite.exp: Ditto.
17322 * config/sim.exp: Ditto.
17323 * gdb.base/funcargs.exp: Ditto.
17324
17325 * lib/gdb.exp:Remove references to gdb_spawn_id.
17326 (gdb_expect): Move to remote.exp.
17327
17328Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
17329
17330 * config/monitor.exp: Detect the "Couldn't establish connection"
17331 message from GDB.
17332
17333Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
17334
17335 * gdb.base/bitfields.exp: Use runto instead of explicit
17336 gdb_run_cmd/gdb_expect sequences.
17337
17338 * gdb.base/break.exp(text_next_with_recursion): Add match for
17339 gdb_expect call.
17340
17341 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
17342 We also need to handle the "A program is being debugged already"
17343 prompt from gdb. Use gdb_test to set the baud rate.
17344
17345 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
17346 to 20000. Really. I mean it.
17347
17348Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
17349
17350 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
17351 fails. If suppress_flag is set, skip perror message about not
17352 being able to send to GDB.
17353 (send_gdb): If suppress_flag is set, don't try to send commands to
17354 GDB.
17355 (gdb_expect): If suppress_flag is set, always fail immediately.
17356 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
17357 (gdb_init): Call gdb_stop_suppressing_tests.
17358 (default_gdb_exit): Ditto.
17359 (default_gdb_start): Ditto.
17360
17361 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
17362 gdb_stop_suppressing_tests as appropriate.
17363 * gdb.base/break.exp: Ditto.
17364 * gdb.base/callfuncs.exp: Ditto.
17365 * gdb.base/commands.exp: Ditto.
17366 * gdb.base/exprs.exp: Ditto.
17367 * gdb.base/funcargs.exp: Ditto.
17368 * gdb.base/list.exp: Ditto.
17369 * gdb.base/recurse.exp: Ditto.
17370 * gdb.base/scope.exp: Ditto.
17371 * gdb.base/structs.exp: Ditto.
17372 * gdb.c++/inherit.exp: Ditto.
17373
17374Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
17375
17376 * config/vr4300.exp: New file.
17377
99707966 17378 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 17379
99707966 17380 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
17381
17382Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
17383
17384 * lib/gdb.exp(gdb_init): New function.
17385
17386 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
17387 for each individual variable set.
17388
17389 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
17390 name.
17391
17392 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
17393
17394 * gdb.base/scope.exp: Use gdb_test.
17395
17396 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
17397 aborting; the testsuite driver will do that for us (see
17398 gdb_finish). Also, use gdb_test in a few more places.
17399
17400Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
17401
17402 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
17403
17404Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
17405
17406 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
17407 and "add_tests" are not at the same address.
17408
17409Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
17410
17411 * gdb.base/ptype.exp: Use gdb_test.
17412
17413Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
17414
17415 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
17416 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
17417 left in. No longer expect them to fail.
17418
17419 * gdb.stabs/*.mt; Deleted, no longer used.
17420 * gdb.stabs/configure.in: Remove references to target makefile
17421 frags.
17422 * gdb.stabs/configure: Rebuilt.
17423
17424 * gdb.disasm/*.mt: Deleted, no longer used.
17425 * gdb.disasm/configure.in: Remove references to target makefile
17426 frags. Use "sh3.s" as the unique filename for this directory.
17427 * gdb.disasm/configure: Rebuilt.
17428
17429 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
17430 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
17431 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
17432
17433Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
17434
17435 * config/udi.exp: Use mondfe,name instead of remote_host.
17436
17437Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
17438
17439 * gdb.base/watchpoint.exp: Don't expect a failure when calling
17440 a function with a watchpoint enabled on the mn10200.
17441
17442 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
17443 before trying to create it!
17444
17445Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
17446
17447 * config/vx.exp: Use hostname instead of netport.
17448
17449 * config/vxworks.exp: New file.
17450
17451 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
17452
17453 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
17454 gdb before assuming everything worked. Send a ^C if a timeout
17455 occurs.
17456
17457 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
17458 $gdb_spawn_id directly.
17459 (gdb_run_cmd): Try _start as well as start. Use the target feature
17460 gdb,start_symbol as the symbol to start from when jumping.
17461
17462Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
17463
17464 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
17465 redundant) test.
17466
17467 * gdb.base/recurse.exp: Relax final value test for 'b' so that
17468 it doesn't lose for 16bit integer systems.
17469
17470Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
17471
17472 * gdb.fortran/types.exp: If the target doesn't support "double"
17473 data types, then expect "real" types to only be 4 bytes.
17474
17475 * gdb.c++/virtfunc.exp: Expect failure for virtual function
17476 call tests if the target doesn't support inferior function calls.
17477
17478 * gdb.base/printcmds.exp: Allow minor deviation in FP values
17479 in printf tests.
17480
17481Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
17482
17483 * gdb.base/help.exp: Disable "help set", "help show", and
17484 "help support". Simplify regexp for "help stack".
17485
17486 * gdb.base/default.exp: Set match_max to 5000 and the timeout
17487 to 60 seconds. Temporarily set match_max to 15000 around the
17488 "info copying" test.
17489
17490 * gdb.base/nodebug.exp: Don't try to do an inferior function
17491 call if the target doesn't support them.
17492 * gdb.base/printcmds.exp: Likewise.
17493 * gdb.base/setvar.exp: Likewise.
17494 * gdb.base/structs.exp: Likewise.
17495 * gdb.c++/templates.exp: Likewise.
17496 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
17497
17498 * gdb.base/recurse.exp: Enable for the mn10200.
17499
17500 * configure.in: Do configure gdb.stabs directory for *-*-elf
17501 targets.
17502 * configure: Rebuilt.
17503
17504 * gdb.base/break.exp: Check for gdb,noresults before testing
17505 exit status and/or results from the target.
17506 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
17507 * lib/gdb.exp: Remove old (now bogus) initialization of
17508 noinferior, noargs, noresults and nosignals.
17509
17510Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
17511
17512 * config/sh.exp: New file.
17513
17514 * config/slite.exp: Try to connect multiple times to the board
17515 before rebooting. Only send a "monitor run" if need_monitor_run
17516 is set.
17517
17518 * gdb.base/break.exp: Don't do the "stub continue" test if
17519 the target has gdb_stub set.
17520
17521 * gdb.base/callfuncs.exp: Increase the timeout.
17522
17523 * gdb.base/interrupt.exp: Don't even try to compile the testcase
17524 if the target has gdb,noinferiorio set.
17525
17526 * gdb.base/list.exp: Increase match_max to 10000 characters.
17527
17528 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
17529
17530 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
17531 target.
17532
17533 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
17534
17535Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
17536
17537 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
17538 trying to delete the copy of gdb. Catch the file delete so we
17539 don't die if the delete fails; also, the file should be copied to
17540 the host, not to the build.
17541
17542Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
17543
17544 * lib/gdb.exp(gdb_test): Surround the result pattern with
17545 parenthesis in case it contains multiple regexps separated
17546 with |.
17547
17548 * gdb.base/watchpoint.exp: Use gdb_test.
17549 * gdb.base/default.exp: Ditto.
17550
17551Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
17552
99707966 17553 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 17554
c906108c
SS
17555 * gdb.base/scope.exp: Use gdb_test.
17556 * gdb.c++/classes.exp: Ditto.
17557 * gdb.c++/inherit.exp: Ditto.
17558
17559Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
17560
17561 * gdb.base/crossload.exp: Don't use execute_anywhere, use
17562 remote_exec instead.
17563 * gdb.base/corefile.exp: Don't be ridiculous.
17564 * gdb.base/*.c: Add missing stub invocations.
17565
17566Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
17567
17568 * config/slite.exp: Miscellaneous fixes.
17569
17570 * lib/gdb.exp: Fix runto.
17571
17572 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
17573 the target.
17574
17575 * gdb.base/watchpoint.exp: Fix regexp.
17576
17577 * lib/gdb.exp(default_gdb_exit): Add a catch to the
17578 close and wait commands, as the descriptor may now be
17579 invalid. Always call "remote_close host".
17580
17581Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
17582
17583 Major rewrite for testsuite revision.
d63a86f8 17584
c906108c
SS
17585 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
17586 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
17587 instead of relying on spawn_id to always contain a valid
17588 spawn id.
17589 (get_compiler_info): New procedure to build the ${binfile}.ci
17590 file, instead of replicating this in N different places.
17591 (gdb_compile): New procedure.
d63a86f8 17592
c906108c
SS
17593 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
17594 appropriate arguments) instead of compile. Use gdb_test in a lot
17595 more places. Use send_gdb instead of send. Always run gdb_start
17596 at the start of a testcase, as this is no longer done magically.
17597
17598 config/*-gdb.exp: Rename without the -gdb suffix.
17599
17600 config/mips.exp: Use remote_close instead of exit_remote_shell.
17601 config/monitor.exp: Use target_info instead of looking at
17602 baud, timeout, etc.
17603 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
17604
17605Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17606
17607 * gdb.c++/templates.exp (test_ptype_of_templates),
17608 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
17609 Update expect patterns for destructors and assignment operators
17610 to match corresponding c-typeprint.c changes.
17611 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
17612 to destructor breakpoint test, GDB should be able to set the
17613 destructor breakpoint without specifying arguments.
17614
17615Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
17616
17617 * gdb.threads/pthreads.exp: Change result for failure to compile due
17618 to lack of pthreads runtime support from an error to simply an
17619 unsupported test, per dejagnu standards.
17620
17621Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17622
17623 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
17624 where GDB exits to reduce pattern match time.
17625 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
17626
17627 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
17628
dc96c6c7 17629Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17630
17631 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
17632 * gdb.base/default.exp: ditto.
17633 * gdb.base/nodebug.exp: ditto.
17634 * gdb.base/printcmds.exp: ditto.
17635 * gdb.base/ptype.exp: ditto.
17636 * gdb.base/setvar.exp: ditto.
17637 * gdb.base/structs.exp: ditto.
17638 * gdb.base/setshow.c: Guard against uninitialized values of argc.
17639
17640Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
17641
17642 * configure, */configure: Rebuild with autoconf 2.12.
17643
17644Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
17645
17646 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
17647 use new i*86-pc-linux*-gnu quads.
17648 * gdb.base/corefile.exp: Ditto.
17649 * gdb.base/signals.exp: Ditto.
17650 * gdb.base/sigall.exp: Ditto.
17651 * gdb.base/interrupt.exp: Ditto.
17652
17653 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
17654 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
17655 RedHat 4.0.
d63a86f8 17656
c906108c
SS
17657 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
17658 linux. This allows the test case to at least compile on latest
17659 linux, but still not run due to missing the threads runtime library.
17660
17661Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17662
17663 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
17664 directory to search gdb directory. Accept and step over conditional
17665 stack alignment code. Consume $prompt in failure cases.
17666 Reset timeout to $oldtimeout instead of some arbitrary value.
17667 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
17668 timeout problems with infinite stack backtraces.
17669 * gdb.base/ptype.exp (ptype struct link, union tu_link):
17670 Accept function parameters for linkfunc member.
17671
17672Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
17673
17674 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
17675 (CXXFLAGS): Remove, unreferenced.
17676 (B_OPTIONS): Add for -B options and add code to initialize with
17677 previous -B options and also add -B option to pick up cross compiled
17678 runtime.
17679 (TARGET_INCLUDES): Add for -I options and add code to initialize when
17680 doing cross compiles.
17681 (target_alias): Declare global.
17682 (xgcc): Set variable to full path of gcc in build tree. Use findfile
17683 to verify that gcc exists in build tree, and if so set CC to that
17684 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 17685
c906108c
SS
17686Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
17687
17688 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
17689 ptype test for anonymous union. Fixup testcase to match
17690 current gcc debug output.
17691
17692Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
17693
17694 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
17695 force argument to an unsigned long type.
17696
17697Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
17698
17699 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
17700 tests and anonymous union print/ptype tests.
17701 * gdb.base/list.exp (test_forward-search): Increase timeout by
17702 5 minutes for the "search extremely long line" case.
17703 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
17704 completely optional and that the pass/fail messages use the command as
17705 the message if that third arg is a null string.
17706 (gdb_test_exact): Arrange that a null string pattern means match a
17707 null string output rather than any output, which might include random
17708 errors.
17709 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
17710 backtrace test.
17711 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
17712 always failing and failure is now exposed by gdb.exp changes.
17713
17714Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
17715
17716 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
17717 weren't being noted.
17718
17719Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17720
17721 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
17722 * gdb.stabs/weird.exp: Remove v_comb xfails.
17723
dc96c6c7 17724Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17725
17726 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 17727 list.exp scope.exp watchpoint.exp]
c906108c 17728 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 17729
dc96c6c7 17730Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17731
17732 * config/monitor.exp: Increase download timeout to 1000 seconds.
17733
dc96c6c7 17734Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17735
17736 * config/m32r.exp: Increase timeout to 120 seconds.
17737
17738Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
17739
17740 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
17741 and accept older ordering as obsolescent gcc or gdb.
17742 * gdb.c++/templates.exp: Ditto.
17743 * gdb.c++/virtfunc.exp: Ditto.
17744
17745Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
17746
17747 * gdb.base/coremaker.c: Add code to mmap some data so we
17748 can check that it ends up in the core file.
17749 * gdb.base/corefile.exp: Add test to read mmapped data
17750 from core file.
17751
dc96c6c7 17752Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17753
17754 * config/m32r.exp: New file.
17755
17756Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
17757
17758 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
17759 that cflags can contains -gstabs, and work correctly for other tests.
17760
dc96c6c7 17761Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17762
17763 * gdb.base/setshow.exp: New file, tests show and set.
17764 * gdb.base/setshow.c: New file, tests show and set.
17765 * gdb.base/help.exp: Add test for help set|show annotate.
17766 * gdb.base/default.exp: Add test for set|show annotate.
17767
17768Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
17769
17770 * testsuite/gdb.base/break.exp: Make backtrace from factorial
17771 errors unique.
17772 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
17773 explicitly.
17774
17775Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
17776
17777 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
17778 and width commands. This is done elsewhere.
17779 * (gdb_start): Don't call gdb_start_sim here. That's already
17780 done in gdb_load. This fixes lots of failures in default.exp.
17781
17782Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
17783
17784 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
17785 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
17786 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
17787 in the same we we treat other failures (since it may be an expected
17788 condition), rather than as an error.
17789 * gdb.base/signals.exp (test_handle_all_print): Revert back to
17790 old test format.
17791
17792Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
17793
17794 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
17795 (distclean maintainer-clean realclean): No need to remove files
17796 twice. Nuke the duplicates.
17797 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 17798 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
17799 Remove config.h along with other config files.
17800
17801Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
17802
17803 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
17804 "p func1 ()" and note that rests of tests are skipped.
17805 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
17806 setup_xfails for "print func2::coremaker_local".
17807 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
17808 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
17809 affected by the previous run test.
17810 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
17811 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
17812 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
17813 "pass int powerset tuple" and "pass modeless int powerset tuple".
17814 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
17815 "real write 4" and "real write 8".
17816 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
17817 setup_xfails for "print vs1 after tuple assign 2",
17818 "print \$i after tuple assign 2", and
17819 "print vs2 after tuple assign 2".
17820 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
17821 meaningful error message and return -1 so the caller can
17822 suppress further tests and avoid a cascade of errors.
d63a86f8 17823
c906108c
SS
17824Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
17825
17826 * gdb.base/a1-selftest.exp: Tweak tests to account for new
17827 format for printing version.
17828 * gdb.base/default.exp: Ditto.
17829 * gdb.base/interrupt.exp: Fix problem with cascade of
17830 errors if child process dies while calling a function.
d63a86f8 17831
c906108c
SS
17832Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
17833
17834 * Makefile.in (VPATH): Add
17835 * Makefile.in (Makefile, config.status): Fix rules so things get
17836 remade when necessary.
17837
17838Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
17839
17840 * Makefile.in (just-check): Add path to sibling expect dir
17841 to environment variable specified by RPATH_ENVVAR.
17842
17843Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
17844
17845 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
17846 (just-check): Add shared library paths for libstdc++, tk,
17847 tcl, bfd, and opcodes to the environment variable specified
17848 in RPATH_ENVVAR.
17849 * configure.in: Add support to recognize --enable-shared flag
17850 and generate correct value for RPATH_ENVVAR.
17851 * configure: Regenerated with autoconf.
17852
17853Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
17854
17855 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
17856 include all osf versions.
17857 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
17858 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
17859 when target is linux. When failing to build pthreads test
17860 executable, give more meaningful message.
17861 * gdb.threads/pthreads.c: Hpux also uses old definition of second
17862 arg for pthread_create.
d63a86f8 17863
c906108c
SS
17864Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
17865
17866 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
17867 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
17868 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
17869 and -lpthreads (everybody else).
17870 (test_startup): Fail gracefully if threads are not supported.
17871 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
17872 "p/c array_index("abcdef",2)" when not gcc compiled.
17873 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
17874 "print func2::coremaker_local" when not gcc compiled.
17875 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
17876 "ptype on opaque struct tagname (statically)",
17877 "ptype on opaque struct tagname (dynamically) 1", and
17878 "ptype on opaque struct tagname (dynamically) 2"
17879 for not compiled with gcc.
17880 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
17881 backtrace when compiled with gcc.
d63a86f8 17882 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
17883 than always return success.
17884
17885Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
17886
17887 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
17888
17889Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
17890
17891 * gdb.base/structs.exp: Undo last change.
17892
17893Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
17894
17895 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
17896 encapsulate all the steps/nexts done during self test, starting
17897 at main, and makes them less sensitive to optimization issues.
17898 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
17899 signal handler" test.
17900 * gdb.threads/pthreads.exp: Only run this for native configs.
17901 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
17902 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
17903 tests.
17904 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
17905 for "runto test_calls(void)" test.
d63a86f8 17906
c906108c
SS
17907Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
17908
17909 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
17910 and don't expect address info in breakpoint confirmations.
17911
17912Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
17913
17914 * gdb.base/list.exp (test_forward_search): Increase timeout
17915 temporarily by 60 seconds for searching extremely long line,
17916 and then reset to old value when done. Increase expect input
17917 buffer to 10000.
17918
17919Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
17920
17921 * gdb.base/list.exp (test_forward_search): Fix to handle very
17922 long source line without overflowing expect's input buffer.
17923
17924Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
17925
17926 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
17927 "buffer_full".
17928
17929 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
17930 "buffer_full".
17931
17932 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
17933 "buffer_full".
17934
17935 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
17936 "buffer_full".
17937
17938Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
17939
17940 * configure.in (configdirs): Add gdb.threads.
17941 * configure: Regenerated with autoconf.
17942 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
17943 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
17944 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 17945
c906108c
SS
17946Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
17947
17948 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
17949
17950Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
17951
17952 * gdb.base/signals.exp (test_handle_all_print): Test separately for
17953 each signal's status in the output of "handle all print".
17954 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
17955 the \r\n sequence that immediately precedes the gdb prompt.
17956 * gdb.base/a1-selftest.exp: Save original timeout and restore
17957 after test.
17958
17959Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
17960
17961 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
17962 symbol.
17963
17964Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17965
17966 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
17967
17968Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
17969
17970 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
17971 timeout by 60 seconds.
17972
17973Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
17974
17975 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
17976 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
17977 error return.
17978
17979Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
17980
17981 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
17982 gdb initialization, also report how long dejagnu waited. Restore
17983 old timeout before doing error return. Temporarily increase timeout
17984 by 3 minutes to allow for slow startups over heavy NFS use.
17985
17986Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
17987
17988 * lib/gdb.exp: Report timeout value for verbosity level 2.
17989 * config/gdbserver.exp: Ditto.
17990 * config/hppro.exp: Ditto.
17991 * config/mips-gdb.exp: Ditto.
17992 * config/monitor.exp: Ditto.
17993 * config/netware.exp: Ditto.
17994 * config/sim-gdb.exp: Ditto.
17995 * config/slite-gdb.exp: Ditto.
17996 * config/udi-gdb.exp: Ditto.
17997 * config/unix-gdb.exp: Ditto.
17998 * config/vx-gdb.exp: Ditto.
17999 * gdb.base/a1-selftest.exp: Ditto.
18000 * gdb.base/a2-run.exp: Ditto.
18001 * gdb.base/break.exp: Ditto.
18002 * gdb.base/corefile.exp: Ditto.
18003 * gdb.base/list.exp: Ditto.
18004 * gdb.base/recurse.exp: Ditto.
18005 * gdb.base/scope.exp: Ditto.
18006 * gdb.base/signals.exp: Ditto.
18007
18008Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18009
18010 * gdb.threads/Makefile.in (docdir): Removed.
18011
18012Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18013
18014 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 18015 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 18016 @srcdir@.
d63a86f8 18017 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
18018 autoconf 2.5 or higher.
18019 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
18020
18021Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
18022
18023 * configure: Regenerated.
18024 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
18025 avoid name clashes with SunOS headers.
18026
18027Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
18028
18029 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
18030
18031Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
18032
18033 * gdb.base/callfuncs.exp: Finish last change -- make sure the
18034 prototype information ends up in the compiler info file.
18035
18036Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
18037
18038 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
18039 attempting to regenerate it. Eliminate use of a temporary file
18040 and just generate the info file directly. Source it immediately,
18041 for consistency of use.
18042 * gdb.base/corefile.exp: Ditto
18043 * gdb.base/exprs.exp: Ditto.
18044 * gdb.base/funcargs.exp: Ditto.
18045 * gdb.base/langs.exp: Ditto.
18046 * gdb.base/list.exp: Ditto.
18047 * gdb.base/mips_pro.exp: Ditto.
18048 * gdb.base/nodebug.exp: Ditto.
18049 * gdb.base/opaque.exp: Ditto.
18050 * gdb.base/ptype.exp: Ditto.
18051 * gdb.base/scope.exp: Ditto.
18052 * gdb.base/setvar.exp: Ditto.
18053 * gdb.base/signals.exp: Ditto.
18054 * gdb.base/whatis.exp: Ditto.
18055 * gdb.c++/templates.exp: Ditto.
18056 * gdb.c++/virtfunc.exp: Ditto.
18057 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
18058 whether or not to add -lstdc++ to the compile command line args.
18059
18060Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18061
18062 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
18063 it got fixed by the recent lookup_minimal_symbol_by_pc change.
18064 Increase timeout, a lot of single stepping might be needed if the
18065 target has no hardware watchpoints.
18066
18067Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
18068
18069 * gdb.base/break.exp: Ignore compiler warnings when compiling
18070 break.c.
18071 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
18072 * gdb.base/default.exp: Add h8300 xfails. Handle messages
18073 from remote-sim.
18074 * gdb.base/exprs.exp: Add h8300 xfails.
18075 * gdb.base/funcargs.exp: Likewise.
18076 * gdb.base/nodebug.exp: Likewise.
18077 * gdb.base/printcmds.exp: Likewise.
18078 * gdb.base/ptype.exp: Likewise.
18079 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
18080 h8300 xfails.
d63a86f8 18081 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
18082 on the h8300.
18083 * gdb.base/funcargs.c: Explicitly make last constant argument to
18084 call_after_alloca_subr an unsigned long type.
18085 * gdb.base/return.c: Include stdio.h.
18086
18087Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
18088
18089 * config/abug.exp: New file for the older Motorola Bug monitor
18090 that runs on the mvme13x series VME boards.
18091 * config/monitor.exp: Use the new config array for target settings
18092 if they exist.
18093
18094Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
18095
18096 * sim-gdb.exp: Make the SH simulator allocate less space when
18097 it is targeted.
18098
18099Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
18100
18101 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
18102 test.
18103
18104Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
18105
18106 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
18107 "rs6000-*-*" for "list function in include file" when gcc compiled.
18108 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
18109 for "p ctable1[120]".
18110 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
18111 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
18112 Remove setup_xfail for "rs6000-*-*" for
18113 "print 'scope0.c'::filelocal before run".
18114 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
18115 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
18116 since some compilers don't allow both options to be given
18117 on the same command line. Create object file and move it.
d63a86f8 18118
c906108c
SS
18119Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
18120
18121 * gdb.base/corefile.exp: Always regenerate the core file, since
18122 we always regenerate the coremaker program. Detect special case
18123 where registers cannot be read from core file.
d63a86f8 18124
c906108c
SS
18125Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
18126
18127 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
18128 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
18129 * gdb.c++/templates.exp: Only match on basename of file since
18130 some formats like xcoff don't encode directory information.
18131 * gdb.stabs/weird.exp: Use the right sed script for powerpc
18132 and rs6000 AIX xcoff targets.
18133 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
18134 * configure: Regenerate.
18135 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
18136 here, rather than in distclean.
d63a86f8 18137
c906108c
SS
18138Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
18139
18140 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
18141 defined, and use it to compile the test case with -O2. The
18142 native compilation still uses no optimization.
18143 * gdb.base/mips_pro.c: Remove inline assembly code since
18144 it is compiled PIC by default, which results in assembler
18145 warnings that make the testsuite think the compilation
18146 was unsuccessful.
18147
18148Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
18149
18150 * gdb.c++/misc.exp: Add note to message for
18151 "print s.a for foo struct" that this is a known gcc 2.7.2
18152 and earlier bug.
18153
18154Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
18155
18156 * gdb.base/break.exp: Fix pattern for matching "Delete all
18157 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
18158 setup_xfail for deleting all breakpoints test. Fix various
18159 timeout messages to include "(timeout)".
18160 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
18161 for "p t_float_values2(3.14159,float_val2)".
18162 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
18163 for "continue to call2g" when gcc compiled.
18164 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
18165 "up to foo in langs.exp", "show language at foo in langs.exp",
18166 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
18167 and "show language at fsub in langs.exp".
18168 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
18169 "list line 1 in include file", "list message for lines past EOF",
18170 "list function in include file", "list list0.h:foo", and
18171 "list filename:function; nonexistant function".
18172 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
18173 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
18174 and "ptype t_char_array" to be for native cc only.
d63a86f8 18175
c906108c
SS
18176Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
18177
d63a86f8 18178 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
18179 setup_xfail for "print coremaker_bss", "print coremaker_ro",
18180 "print func2::coremaker_local", and "backtrace in corefile.exp".
18181
18182Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
18183
18184 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
18185 "bt in signals.exp". This problem only appears when running
18186 the testsuite, and then only intermittently.
18187
18188Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18189
18190 * gdb.base/return.exp (return_tests): Differentiate between
18191 two tests of continuing.
18192
18193Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
18194
18195 * */Makefile.in (maintainer-clean): Remove config.log.
18196 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
18197 * gdb.c++/Makefile.in (PROGS): Add inherit.
18198 (clean): Remove *.ci.
18199
18200Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
18201
18202 * gdb.c++/misc.cc: Add test code from Mike Stump.
18203 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
18204
18205Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
18206
18207 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
18208 to "alpha-*-osf2*" and add comment.
18209 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
18210 setup_xfail for "step over execarg initialization" and
18211 "step over corearg initialization".
18212 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
18213 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
18214 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
18215 gcc compiled for "print coremaker_bss", "print coremaker_ro",
18216 "print func2::coremaker_local", and "backtrace in corefile.exp".
18217 * gdb.base/signals.exp: Build and source signals.ci.
18218 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
18219 to be for gcc only.
18220 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 18221
c906108c
SS
18222Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18223
18224 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
18225 Feb 3 procfs.c change.
18226
18227Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
18228
18229 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
18230
18231Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
18232
18233 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
18234 from dejagnu's apparent default of 10 seconds, which gives random
18235 results when running the tests over NFS on moderately loaded systems.
18236 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
18237
18238Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
18239
18240 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
18241 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
18242 result reports.
18243
18244Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
18245
18246 * configure.in (CY_AC_PATH_TCLH): Remove.
18247 * configure: Regenerate.
18248
18249Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
18250
18251 * gdb.c++/Makefile.in (clean): Add missing '{'.
18252
18253Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
18254
18255 * lib/gdb.exp: Provide a default value for noinferior.
18256
18257 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
18258 Load libgloss.exp.
18259
18260Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
18261
18262 * gdb.disasm/hppa.exp: Compile directly into an executable, use
18263 the executable, not the .o to run the tests from.
18264
18265Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
18266
18267 * gdb.base/break.exp: Don't test for program exit or exit status
18268 if $noresults if nonzero.
18269 * gdb.base/langs.exp: Likewise.
18270 * gdb.base/watchpoint.exp: Likewise.
18271
18272 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
18273 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
18274 trying to compile the testcase.
18275
18276Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
18277
18278 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
18279 * gdb.base/signals.exp (continue to handler): Likewise.
18280
18281Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
18282
18283 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
18284
18285 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
18286
18287Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
18288
18289 * gdb.base/corefile.exp: Recognize "not found" as failure
18290 when trying to determine if a core file was generated.
18291 If no core file was generate the first time, try again without
18292 the ulimit -c to work around braindamaged shells.
18293
18294Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
18295
18296 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
18297 [] tests with "test" and enclose string in quotes.
18298 * gdb.stabs/configure: Rebuild
d63a86f8 18299
c906108c
SS
18300Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
18301
18302 Changes in sync with expect:
18303 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
18304 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
18305 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
18306 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
18307 argument to AC_REQUIRE.
18308 * configure: Regenerated.
18309
18310Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
18311
18312 * gdb.base/corefile.exp: When generating a core, discard any
18313 error messages about ulimit not found and the "core dumped"
18314 message from the shell that runs the coredumper.
18315
18316Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
18317
18318 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
18319
18320 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
18321 which sed script to run. Expect failure for v_comb test
18322 on PA targets too.
d63a86f8 18323
c906108c
SS
18324Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
18325
18326 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
18327 "print func2::coremaker_local" and for "backtrace in corefile.exp"
18328
18329Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
18330
18331 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
18332 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
18333 "sparc-sun-solaris*" xfails for "p v_comb".
18334 * lib/gdb.exp (default_gdb_start): Fix typo.
18335 * gdb.base/corefile.exp: Allow "Core was generated by ..."
18336 messages to not include the full program name that caused
18337 the core dump since some systems (such as solaris) apparently
18338 truncate this path to about 80 characters.
18339 When generating a core file first try increasing the core file
18340 size limit to unlimited since some systems may default it to
18341 zero, and it is harmless to try it. Move the test for failing
18342 to generate a core file to where it will actually get executed.
18343 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
18344 new gdb result from g++ debug info improvements and make old
18345 pattern obsolescent. Also account for size_t differences
18346 (may be int or long).
18347 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
18348 initialization before function call is placed in the delay slot
18349 and thus appears to be skipped over by commands such as "next".
18350
18351Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18352
18353 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
18354
18355Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
18356
18357 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
18358 input source file; fix code to compile test to deal with this
18359 convention.
18360 * gdb.c++/*.exp: Likewise.
18361
18362Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
18363
18364 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
18365 "bt in signals.exp".
18366
18367Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
18368
18369 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
18370 "step over execarg initialization" and
18371 "step over corearg initialization".
18372
18373Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
18374
18375 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
18376 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
18377
18378Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
18379
18380 From Rob Savoye (rob@poseidon.cygnus.com)
18381 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
18382 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
18383 configure.in}, gdb.disasm/{Makefile.in, configure.in},
18384 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
18385 configure.in}: Major reworking for autoconfig.
18386 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
18387 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
18388 New files.
18389 * config/unix-gdb.exp: Make GDB global.
18390 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
18391 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
18392 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
18393 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
18394 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
18395 term.exp, twice.exp, watchpoint.exp, whatis.exp},
18396 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
18397 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
18398 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
18399 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
18400 pr-8136.exp, result.exp, string.exp, tuples.exp},
18401 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
18402 to returns as necessary, arrange for test to compile own testcase
18403 executable.
18404 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 18405
c906108c
SS
18406Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
18407
18408 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
18409 clear_xfail at end of test which might not call either pass or fail.
18410 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
18411 "backtrace through signal handler".
18412
18413Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18414
18415 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
18416 continuing from a job control stop signal.
18417 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
18418
18419Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
18420
18421 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
18422 * gdb.base/corefile.exp: Likewise.
18423 * gdb.base/funcargs.exp: Likewise.
18424
18425Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
18426
18427 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
18428 * config/monitor.exp: Add support for setting baud rate.
18429
18430Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
18431
18432 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
18433 i*86-*-linux* xfails for "backtrace through signal handler".
18434 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
18435 "print func2::coremaker_local".
18436 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
18437 alpha-dec-osf2* xfail for
18438 "delete all breakpoints when none".
18439
18440Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
18441
18442 * gdb.base/break.exp: Change test that deletes all breakpoints
18443 when no user breakpoints are installed. A post 4.15 change
18444 causes gdb to no longer prompt in this case.
18445
18446Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
18447
18448 * gdb.base/return.exp (return_tests): Change xfail for test
18449 "correct value returned double test" to stop xfailing at
18450 Solaris 2.5. Apparently the bug has been fixed.
18451
18452Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
18453
18454 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
18455 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
18456
18457Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
18458
18459 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
18460 * gdb.disasm/hppa.s: Corresponding changes.
18461
18462Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
18463
18464 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
18465 makefile fragment.
18466 * config/mt-hpux: Deleted.
18467
18468Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
18469
d63a86f8 18470 * Many files: When warning about suppressed tests due to a
c906108c
SS
18471 nonexistant test binary, avoid incrementing the warning count.
18472
18473Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
18474
18475 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 18476
c906108c
SS
18477Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18478
18479 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
18480 "sparc-*-solaris2*".
18481
18482Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18483
18484 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
18485 Add global and local variables and initialize them.
18486 * gdb.base/corefile.exp: Test correct mapping of corefile sections
18487 by printing variables. Remove rs6000 and powerpc xfails, BFD now
18488 extracts the file name and terminating signal from the core file.
18489 * TODO: Remove note about tests for correct mapping of corefile.
18490 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
18491 from optimizing it away.
18492 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
18493 handles common blocks.
18494
18495Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
18496
18497 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
18498 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
18499
18500Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
18501
18502 * Makefile.in (maintainer-clean): New target, synonym for
18503 realclean.
18504 * gdb.base/Makefile.in (maintainer-clean): Likewise.
18505 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
18506 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
18507 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
18508 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
18509 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
18510
18511Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
18512
18513 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
18514 xfails when not gcc compiled for "print foo::funclocal".
18515 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
18516 "print foo::funclocal at foo",
18517 "print 'scope1.c'::foo::funclocal at foo",
18518 "print foo::funclocal_bss at foo",
18519 "print 'scope1.c'::foo::funclocal_bss at foo",
18520 "print foo::funclocal_ro at foo",
18521 "print 'scope1.c'::foo::funclocal_ro at foo",
18522 "print bar::funclocal at foo" and
18523 "print 'scope1.c'::bar::funclocal at foo".
18524 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
18525 gcc compiled for "print foo::funclocal at bar".
18526 Expand all messages to ensure that they identify that
18527 the test is at bar().
18528 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
18529 gcc compiled for:
18530 "ptype on opaque struct pointer (statically)",
18531 "ptype on opaque struct tagname (statically)",
18532 "ptype on opaque struct pointer (dynamically) 1",
18533 "ptype on opaque struct tagname (dynamically) 1",
18534 "ptype on opaque struct pointer (dynamically) 2" and
18535 "ptype on opaque struct tagname (dynamically) 2
18536 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
18537 gcc compiled for:
18538 "p datalocal"
18539 "whatis datalocal",
18540 "ptype datalocal",
18541 "p bsslocal",
18542 "whatis bsslocal", and
18543 "ptype bsslocal".
18544 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
18545 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
18546 when not gcc compiled.
18547 * gdb.base/funcargs.exp (float_and_integral_args): Add
18548 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
18549 compiled.
18550 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
18551 "backtrace from call6a" when not gcc compiled.
18552 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
18553 "backtrace from call7a" when not gcc compiled.
18554 * gdb.base/callfuncs.exp (do_function_calls):
18555 Add "hppa*-*-hpux*" xfail when not gcc compiled for
18556 "p t_char_array_values(char_array_val2,char_array_val1)",
18557 "p t_char_array_values(char_array_val1,char_array_val2)",
18558 "p t_char_array_values("carray 1","carray 2")",
18559 "p t_char_array_values("carray 1",char_array_val2)",
18560 "p t_char_array_values(char_array_val1,"carray 2")",
18561 "p sum_args(1,{2})",
18562 "p sum_args(2,{2,3})",
18563 "p sum_args(3,{2,3,4})",
18564 "p sum_args(4,{2,3,4,5})"
18565 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
18566 "backtrace in corefile.exp" when not gcc compiled.
18567
18568Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18569
18570 * gdb.base/signals.exp: Rewrite `handle all print' test as
18571 a procedure. Accept blanks or TABs as whitespace, increase
18572 timeout and expect input buffer size for the large output
18573 from the command. Remove "i*86-*-bsdi2.0" xfail.
18574
18575Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18576
18577 * gdb.base/setvar.exp: Add new testcases for truncation when
18578 assigning invalid values to bitfields.
18579
18580Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
18581
d63a86f8 18582 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
18583 mips-sgi-irix* xfail for
18584 "call inferior func with struct - returns char *"
18585 and fix test so that an optional (unsigned char *) cast is
18586 accepted in the result.
18587
18588Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
18589
18590 * gdb.base/funcargs.exp (float_and_integral_args): Remove
18591 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18592 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
18593 * gdb.base/signals.exp: Remove duplicate "handle all print" test
18594 that accidentally got checked in.
18595
18596Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
18597
d63a86f8 18598 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
18599 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
18600 compiled test.
18601 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
18602 Add mips-sgi-irix5* xfail for not gcc compiled.
18603 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
18604 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
18605 "p top", "whatis top", "p middle", and "whatis middle".
18606 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
18607 "whatis signed char" for not gcc compiled.
18608 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
18609 "set variable signed char=-1 (-1)" and
18610 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
18611 * gdb.base/funcargs.exp (float_and_integral_args):
18612 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
18613 Add mips-sgi-irix* xfail when not gcc compiled for
18614 "continue to call2b".
18615 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
18616 "continue to call2g".
18617 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
18618 "backtrace from call6a"
18619 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
18620 "backtrace from call7k".
18621 Add mips-sgi-irix5* xfail when not gcc compiled for
18622 "backtrace from call7a".
18623 (localvars_after_alloca): Fix gdb_test cmds for
18624 "print * after runto ...".
18625 Remove rs6000-*-* xfails for
18626 "print i after runto localvars_after_alloca" and
18627 "print l after runto localvars_after_alloca"
18628 for all compilers.
18629 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
18630 when not compiled with gcc, for:
18631 "print signed char == (minus)",
18632 "print signed char != (minus)",
18633 "print signed char < (minus)",
18634 "print signed char > (minus)".
18635 * gdb.base/callfuncs.exp (do_function_calls):
18636 Add mips-sgi-irix* xfail, when compiled with native compiler, for
18637 "call inferior func with struct - returns char *".
d63a86f8 18638 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
18639 "correct value returned double test" to include Solaris 2.4.
18640 * gdb.base/funcargs.exp (float_and_integral_args):
18641 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 18642
c906108c
SS
18643Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18644
18645 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
18646 enumeration bitfields if compiling with GNU C.
18647 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
18648 to empty' prompt.
18649
18650Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
18651
18652 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
18653 test for PRO targets.
18654
18655 * gdb.base/funcargs.exp: Avoid ever setting more than 8
18656 breakpoints in the inferior at any given time by making
18657 two groups of breakpoints for call2*, call6* and call7*
18658 tests.
18659
18660Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18661
18662 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
18663 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
18664 from optimizing it away.
18665 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
18666 "call inferior func with struct".
18667
18668Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
18669
18670 * configure.in: Only configure gdb.chill for particular targets.
18671
18672Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
18673
18674 * gdb.base/Makefile.in: Add action to .c.o transformation
18675 rule that generates a .ci file for each .o file and remove
18676 explicit .c.o rules except for callfuncs.o.
18677 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
18678 generates a .ci file for each .o file and remove explicit
18679 .cc.o rules.
18680 (clean): Remove *.tmp *.ci files.
18681 (EXECUTABLES): Remove templ-info.exp.
18682 * gdb.base/compiler.c: New file.
18683 * gdb.c++/compiler.cc: New file
18684 * gdb.base/scope.exp: Source gdb.base/scope.ci.
18685 Change rs6000-*-* xfail for
18686 "print 'scope0.c'::filelocal_ro" and
18687 "print 'scope1.c'::filelocal" and
18688 "print 'scope1.c'::filelocal_bss" and
18689 "print 'scope1.c'::filelocal_ro" and
18690 "print 'scope1.c'::foo::funclocal" and
18691 "print 'scope1.c'::foo::funclocal_ro" and
18692 "print 'scope1.c'::bar::funclocal" and
18693 "print 'scope0.c'::filelocal_ro" and
18694 "print 'scope1.c'::filelocal at foo" and
18695 "print 'scope1.c'::filelocal_bss at foo" and
18696 "print 'scope1.c'::filelocal_ro at foo" and
18697 "print 'scope1.c'::foo::funclocal at foo" and
18698 "print 'scope1.c'::foo::funclocal_bss at foo" and
18699 "print 'scope1.c'::foo::funclocal_ro at foo" and
18700 "print 'scope1.c'::bar::funclocal at foo" and
18701 "print 'scope0.c'::filelocal_ro" and
18702 "print 'scope1.c'::filelocal" and
18703 "print 'scope1.c'::filelocal_bss" and
18704 "print 'scope1.c'::filelocal_ro" and
18705 "print 'scope1.c'::foo::funclocal" and
18706 "print 'scope1.c'::foo::funclocal_bss" and
18707 "print 'scope1.c'::foo::funclocal_ro" and
18708 "print 'scope1.c'::bar::funclocal" and
18709 "print 'scope1.c'::bar::funclocal_bss"
18710 to only be xfail'd when not compiled with gcc.
d63a86f8 18711 Add rs6000-*-* xfail for
c906108c
SS
18712 "print 'scope0.c'::filelocal_bss before run"
18713 when compiled with gcc.
18714 (test_at_main): Add rs6000-*-* xfail for
18715 "print filelocal_ro in test_at_main"
18716 when compiled with gcc.
18717 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 18718 Add rs6000-*-aix* xfail for
c906108c
SS
18719 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
18720 "ptype t_char_array", not compiled with gcc.
18721 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
18722 xfail for "list foo (in include file)" when gcc compiled.
18723 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
18724 (integral_args): Add rs6000-*-* xfail for
18725 "run to call0a" if not compiled with gcc.
18726 (unsigned_integral_args): Add rs6000-*-* xfail for
18727 "run to call1a" if not compiled with gcc.
18728 (float_and_integral_args): Add rs6000-*-* xfail for
18729 "run to call2a" if not compiled with gcc and for
18730 "continue to call2b" for any compiler.
18731 Add rs6000-*-* xfail to
18732 "print f1 after run to call2a" for gcc compiled.
18733 (discard_and_shuffle): Add rs6000-*-* xfail for
18734 "run to call6a".
18735 (shuffle_round_robin): Add rs6000-*-* xfail for
18736 "backtrace from call7a" if not compiled with gcc.
18737 Add rs6000-*-* xfail for
18738 "backtrace from call7b" if compiled with gcc.
18739 (call_after_alloca): Add rs6000-*-* xfail for
18740 "print c in call_after_alloca" and
18741 "print s in call_after_alloca" and
18742 "backtrace from call_after_alloca_subr"
18743 if not compiled with gcc.
18744 (localvars_in_indirect_call): Add rs6000-*-* xfail for
18745 "print c in localvars_in_indirect_call" and
18746 "print c in localvars_in_indirect_call" and
18747 "backtrace in indirectly called function" and
18748 "stepping into indirectly called function"
18749 if not compiled with gcc.
18750 (localvars_after_alloca): Add rs6000-*-* xfail for
18751 "print c after runto localvars_after_alloca" and
18752 "print s after runto localvars_after_alloca" and
18753 "print i after runto localvars_after_alloca" and
18754 "print l after runto localvars_after_alloca"
18755 for all compilers.
18756 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
18757 than whatis-info.exp.
18758 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
18759 than opaque-info.exp.
18760 Setup rs6000-*-* xfail for
d63a86f8 18761 "ptype on opaque struct pointer (statically)" and
c906108c
SS
18762 "ptype on opaque struct pointer (dynamically)" when
18763 not compiled with gcc.
18764 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
18765 rather than callf-info.exp.
18766 (do_function_calls): Add clear_xfail for rs6000-*-* for
18767 "p t_float_values2(3.14159,float_val2)". Seems to work
18768 fine there, both with xlc and gcc. Need to find out what
18769 it is doing right and fix other platforms.
18770 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
18771 "call inferior func with struct - returns int",
18772 "call inferior func with struct - returns long",
18773 "call inferior func with struct - returns float",
18774 "call inferior func with struct - returns double",
18775 "call inferior func with struct - returns char *",
18776 but only if not gcc compiled (presumes xlc compiled).
18777 Change rs6000-*-* xfails for
18778 "call inferior func with struct - returns char" and
18779 " call inferior func with struct - returns short" to only
18780 xfail if not using gcc.
18781 (clean mostlyclean): Remove *.ci and *.tmp files.
18782 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
18783 than templ-info.exp.
18784 * gdb.base/langs.exp: Source gdb.base/langs.ci.
18785 Add rs6000-*-* xfail for "up to foo in langs.exp"
18786 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
18787 when not gcc compiled.
d63a86f8 18788
c906108c
SS
18789Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18790
18791 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
18792 * gdb.base/corefile.exp: Likewise.
18793 * gdb.base/list.exp: Likewise.
18794 * gdb.base/scope.exp: Likewise.
18795 * gdb.base/siganls.exp: Likewise.
18796
18797 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
18798 compiler output.
18799 * gdb.base/whatis.exp: Likewise.
18800
18801Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
18802
18803 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
18804 failure (opcode table has been fixed to match reality).
18805
18806Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
18807
18808 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
18809 "call inferior func with struct - returns char",
18810 "call inferior func with struct - returns short"
18811
18812 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
18813 "print 'scope0.c'::filelocal at main",
18814 "print 'scope0.c'::filelocal_bss in test_at_main",
18815 "print 'scope0.c'::filelocal at foo",
18816 "print 'scope0.c'::filelocal_bss in test_at_foo",
18817 "print 'scope0.c'::filelocal at bar",
18818 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 18819
c906108c
SS
18820 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
18821 in source file 1". This bug seems to have been fixed with both
18822 gcc and native cc (was native assembler bug?).
18823
18824Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
18825
18826 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
18827 "backtrace through signal handler" to "i*86-*-sysv4*".
18828 * gdb.base/signals.exp: Add xfail for "'next' behaved as
18829 continue" case. Add "known SVR4 bug" to fail message.
18830 Add "i*86-*-bsdi2.0" xfail for "handle all print".
18831 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
18832 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
18833 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
18834 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
18835 "up to foo in langs.exp", "show language at foo in
18836 langs.exp", "up to cppsub_ in langs.exp", "show
18837 language at cppsub_ in langs.exp", "up to fsub in
18838 langs.exp", and "show language at fsub in langs.exp".
18839 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
18840 "bactrace in corefile.exp".
18841 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
18842 "call inferior function with struct - returns float" and
18843 "call inferior function with struct - returns double".
d63a86f8 18844
c906108c
SS
18845Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
18846
18847 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
18848 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
18849 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
18850 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
18851
18852Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
18853
18854 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
18855 (or overriden) "CHILL" macro rather then bare "gcc".
18856 Also look for ../../gcc/xgcc since that is what we will
18857 actually need, not "Makefile". Remove following assignment
18858 of CHILL to CHILL_FOR_TARGET because that results in
18859 recursive definition.
18860
18861Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
18862
18863 * gdb.base/corefile.exp: Change xfail for backtrace in
18864 corefile.exp from linuxaout to all linux.
18865 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
18866 cases where we miss the breakpoint at the signal handler
18867 for some reason. Setup xfail for linuxoldld/linuxaout and
18868 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
18869 hitting SIGURG breakpoint.
18870 * gdb.base/signals.exp: Setup xfail for "next" acting like
18871 continue to add linuxoldld. Setup xfail for all linux for
18872 "next to handler in signals_tests_1", "backtrace in
18873 signals_tests_1", "continue to func1", "pass SIGUSR1",
18874 and continue to handler".
18875
18876Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
18877
18878 * Update all FSF addresses except those in COPYING* files.
18879
18880Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
18881
18882 * gdb.base/a2-run.exp: Change messages to be more explicit about
18883 the status of args, and quote binfile in results.
18884
18885Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
18886
18887 * gdb.base/callfuncs.exp: Add tests for passing structs to
18888 inferior functions and return various types.
18889 * gdb.base/callfuncs.c: Add functions to receive a struct
18890 and return a member of the struct, in various types.
18891
18892Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18893
18894 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
18895
18896Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18897
18898 * config/vxworks29k.exp: New file, sources vxworks.exp.
18899
18900Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18901
18902 * config/gdbremote.exp: New file. Testing framework using
18903 gdbserver.
18904
18905Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
18906
18907 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
18908 "call function when asleep" and "send end of file".
18909 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
18910 for "backtrace in corefile.exp".
18911 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
18912 for "backtrace through signal handler".
18913 * gdb.base/corefile.exp: Make sure we actually generate a core file
18914 before trying the core tests. Some systems allow the user to suppress
18915 generation of core files and default to that (linux for example).
18916 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
18917 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
18918
18919Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18920
18921 * gdb.threads: New directory with some crude multi-threaded
18922 gdb tests (step.exp and step2.exp).
18923 * config/mt-lynx (STEP_EXECUTABLE): Define.
18924 (THREADFLAGS): Define.
18925
18926Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
18927
18928 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
18929
18930 * gdb.base/signals.exp: Disable whole file for lynx until
18931 further notice.
18932
18933 * gdb.base/signals.exp: xfail test where "next" acts like
18934 "continue" for lynx.
18935
18936 * gdb.base/interrupt.exp: xfail test for calling function while
18937 inferior is asleep for lynx.
18938
18939 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
18940 than one cr-lf after each command.
18941
18942Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18943
18944 * configure.in: Reinstate setting of stabsdirs variable, fix
18945 typo in setting up configdirs for native builds.
18946
18947 * gdb.base/return.exp: Fix typo in return double test.
18948 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
18949 compiler from optimizing them away.
18950
18951Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
18952
18953 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
18954 sequences to be echo'd by gdb when using gdb_test.
18955 * gdb.chill/chexp.exp: Likewise.
18956 * gdb.fortran/exprs.exp: Likewise
18957
18958Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18959
18960 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
18961 after the inferior gdb has started.
18962
18963 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
18964 after each command.
18965 * gdb.base/funcargs.exp: Likewise.
18966 * gdb.base/gdbvars.exp: Likewise.
18967 * gdb.base/interrupt.exp: Likewise.
18968 * gdb.base/list.exp: Likewise.
18969 * gdb.base/watchpoint.exp: Likewise.
18970 * gdb.c++/demangle.exp: Likewise.
18971 * gdb.c++/inherit.exp: Likewise.
18972 * gdb.chill/chexp.exp: Likewise.
18973 * gdb.fortran/exprs.exp: Likewise.
18974
18975 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
18976 test if we can't handle IO to/from the inferior.
18977
18978 * gdb.c++/misc.exp: Always check for a program already being
18979 started after sending a "run" command to gdb.
18980
18981 * gdb.base/twice.exp: Start with a fresh gdb.
18982
18983 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
18984 only depend on gdb's expression code, not the chill runtime.
18985
18986 * gdb.base/return.c: Put return values into variables so we
18987 can have gdb print them rather than depending on the program
18988 to print them.
18989 * gdb.base/return.exp: Corresponding changes.
18990
18991 * lib/gdb.exp: Provide default value for noinferiorio.
18992 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
18993 the inferior.
18994
18995 * gdb.base/break.exp: Always check for a program already being
18996 started after sending a "run" command to gdb.
18997 (text_next_with_recursion): Don't check the output from the
18998 program's printf statement. Instead just make sure the program
18999 exited.
19000
19001 * gdb.base/commands.exp: Protect tests which need arguments with
19002 $noargs conditionals.
19003
19004Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19005
19006 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
19007 of structure member arrays to match gdb/valops.c:value_addr change.
19008
19009Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
19010
19011 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
19012 cases.
19013
19014Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
19015
19016 * configure.in (configdirs): Remove gdb.chill from default list
19017 of subdirs and then add it back in only if doing a native build.
19018 The current chill compiler does not yet work in any cross build.
19019 * Revert all signal changes from Jul 6.
19020 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
19021 for sh-hms targets, allowing these tests to link, with no other
19022 changes. Testing is suppressed by setting "nosignals" in site.exp.
19023
19024Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
19025
19026 * configure.in (signaldirs): Define and add to configdirs for all
19027 targets except some specific ones that are known to not support signals.
19028 Also clean up formatting.
19029 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
19030 (signals, sigall): Remove rules to build.
19031 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
19032 Moved to new gdb.signals directory.
19033 * gdb.signals: New test directory.
19034 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
19035 signals.c signals.exp}: New or moved files.
19036
19037Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
19038
19039 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
19040
19041Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
19042
19043 * gdb.base/return.exp: Xfail `return double' test failure
19044 on at least Solaris 2.3 and handle future/past versions on
19045 a case by case basis as appropriate. Also update message
19046 to include i*86 failures.
19047
19048Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19049
19050 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
19051
19052 * lib/gdb.exp: Fix comment which erroneously identified
19053 gdb_file_cmd as gdb_load (the 19 May change was in fact to
19054 gdb_file_cmd not gdb_load).
19055 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
19056
19057 * gdb.base/setvar.exp: Make test names consistent between pass and
19058 fail cases. Use gdb_test more.
19059
19060Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19061
19062 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
19063
19064Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19065
19066 * gdb.base/help.exp: Fix expected help string for `show commands'.
19067
19068Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
19069
19070 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
19071
19072 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
19073 of a text section.
19074
19075Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
19076
19077 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
19078 that loop eventually terminates. Fix Connection refused logic so
19079 that testsuite will expire nicely.
19080
19081Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
19082
19083 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
19084 config/rom68k.exp: New tcl glue for the appropriate monitors.
19085 These all just end up calling monitor.exp.
19086 * config/monitor.exp (gdb_target_monitor): Handle `Connection
19087 refused' by retrying. Cleanup some timeout issues.
19088 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
19089 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
19090 callers don't have to set/restore global timeout variable.
19091
19092 * The following set of changes centralizes management of the global
19093 timeout variable. This way, it can be set in one target dependent
19094 place instead of dozens of places scattered throughout the test suite.
19095 If you need to lengthen a timeout, then you should either set timeout
19096 in one of the config/{target}.exp files, or multiply it by a factor.
19097 Setting it to an absolute value is always going to lose for some
19098 targets.
19099 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
19100 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
19101 * gdb.base/funcargs.exp: Don't set timeout.
19102 * gdb.base/list.exp (test_forward_search): Only use local timeout.
19103 * gdb.base/printcmds.exp (test_print_string_constants
19104 test_print_array_constants): Don't set timeout.
19105 * gdb.base/ptype.exp: Don't set timeout.
19106 * gdb.base/recurse.exp: Don't set timeout.
19107 * gdb.base/return.exp: Don't set timeout.
19108 * gdb.base/watchpoint.exp: Don't set timeout.
19109 * gdb.c++/classes.exp (do_tests): Don't set timeout.
19110 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
19111
19112Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
19113
19114 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
19115
19116Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19117
19118 * lib/gdb.exp: Disable chill tests for irix5.
19119
19120Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19121
19122 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
19123 each test pass or fail.
19124
19125Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19126
19127 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
19128 xlc not gcc.
19129
19130Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
19131
19132 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
19133
19134Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
19135
19136 * config/est.exp: Fix copyright and comments. Remove dead code.
19137 Use targetname, serialport and baud variables instead of fixed
19138 constants.
19139 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
19140 * config/cpu32bug.exp: New file to support cpu32bug monitors.
19141
19142Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19143
19144 * gdb.base/watchpoint.exp: Don't run
19145 test_watchpoint_triggered_in_syscall for sunos.
19146
19147Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19148
19149 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
19150 they don't seem to exist. Do include stdio.h.
19151
19152Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19153
19154 * gdb.base/a1-selftest.exp: Add alpha xfail.
19155
19156Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19157
19158 * gdb.base/watchpoint.c (main): Prompt before calling read().
19159 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
19160 Revise accordingly. Remove cruft about sending "123" several
19161 times, until it gets noticed. Clean up the "print buf[0]" stuff
19162 so that it passes or fails, and waits for prompts in the usual way.
19163
19164Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19165
19166 * gdb.base/recurse.exp: Fix comment.
19167
19168 * TODO: Remove item about printing variables in nodebug.exp. Add
19169 item about enabling tests which are only run on some targets.
19170
19171 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
19172 fail, make test names unique, use new gdb_test convention
19173 regarding pattern, use gdb_test more, etc.).
19174
19175 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
19176 fail, make test names unique, etc.).
19177
19178Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19179
19180 * gdb.base/nodebug.c: Change return type of top and middle to
19181 short.
19182 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
19183 are fixed by the recent mdebugread.c changes. Allow `short ()'
19184 as type for top and middle.
19185
19186Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19187
19188 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
19189 nearly as I can tell, the whole thing was an accident in Stu's
19190 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
19191 to replace a send/expect pair with gdb_test, but ended up only
19192 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
19193 of 30 Mar 1995 took care of it, but left this vestigial comment
19194 which I am now nuking.
19195
19196Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19197
19198 * gdb.base/break.exp: Look for different line number for
19199 breakpoint at main depending on usestubs.
19200
19201Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19202
19203 * gdb.base/list.exp: Adjust some alternate expect patterns to
19204 match recent list0.c change. Add alternate expect pattern for
19205 output from `list default lines around main' for optimizing
19206 compilers.
19207
19208Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19209
19210 * lib/gdb.exp: If nosignals is not set, set it to 0.
19211
19212Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
19213
19214 * config/slite-gdb.exp: Responds to load symbol table prompt.
19215 * gdb.base/break.exp: Adjust line number, fix rerun.
19216 * gdb.base/langs0.c: Add #ifdef usestubs.
19217
19218Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
19219
19220 * gdb.base/list.exp: Adjust line contents after adding new lines in
19221 list0.c. Also fix a syntax error.
19222
19223 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
19224 * gdb.base/break.exp: ditto.
19225 * gdb.base/list.exp: ditto.
19226 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
19227 * gdb.base/run.c: ditto.
19228 * gdb.base/list0.c: ditto.
19229 * gdb.base/funcargs.c: ditto.
19230
19231Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
19232
19233 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
19234 $targetname, $serialport and $baud instead of hardwired variables.
19235 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
19236 target doesn't support signals.
19237
19238Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
19239
19240 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
19241
19242Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19243
19244 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
19245 Don't rely on the value of an auto variable before it has been
19246 initialized. Use gdb_test more.
19247
19248Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19249
19250 * lib/gdb.exp (default_gdb_version): A version number must start
19251 with a digit, but other than that contains all characters up to
19252 the first whitespace character.
19253
19254Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19255
19256 * gdb.base/commands.exp (breakpoint_command_test): New tests.
19257
19258Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19259
19260 * gdb.c++/*.exp: Warn if executable does not exist. The original
19261 reason for skipping the warning was that configure.in sometimes
19262 intentionally skipped building the executables but the tcl code
19263 had no way of knowing. That (a) was always bogus with respect to
19264 error handling, (b) is no longer true (right now there is no way
19265 to skip C++ tests).
19266
19267 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
19268
19269Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19270
19271 * gdb.base/list.exp: Add expect patterns for output from
19272 SunPRO compiled executables.
19273 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
19274 types.
19275
19276Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19277
19278 * gdb.base/break.exp (test_next_with_recursion): Accept any line
19279 number (we are already testing that the correct source line text
19280 gets printed).
19281
19282 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
19283 that is what is intended, but something needed to be done to get
19284 sunos4 native working again.
19285
19286 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
19287
19288 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
19289 apparently went with a (very) old xfail.
19290
19291Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
19292
19293 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
19294 runto_main is a proc in gdb.exp that will do 'step' for target use
19295 stubs.
19296 * gdb.base/exprs.exp: ditto.
19297 * gdb.base/interrupt.exp: ditto.
19298 * gdb.base/opaque.exp: ditto.
19299 * gdb.base/printcmds.exp: ditto.
19300 * gdb.base/ptype.exp: ditto.
19301 * gdb.base/scope.exp: ditto.
19302 * gdb.base/setvar.exp: ditto.
19303 * gdb.base/signals.exp: ditto.
19304 * gdb.base/twice.exp: ditto.
19305 * gdb.c++/classes.exp: ditto.
19306 * gdb.c++/inherit.exp: ditto.
19307 * gdb.c++/templates.exp: ditto.
19308 * gdb.base/break.exp: no run and hit main for stubs. Change line
19309 numbers for breakpoints and info breakpoint.
19310 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
19311 breakpoint().
19312 * gdb.base/callfuncs.c: ditto.
19313 * gdb.base/exprs: ditto.
19314 * gdb.base/interrupt.c: ditto.
19315 * gdb.base/opaque0.c: ditto.
19316 * gdb.base/printcmds.c: ditto.
19317 * gdb.base/ptype.c: ditto.
19318 * gdb.base/scope0.c: ditto.
19319 * gdb.base/setvar.c: ditto.
19320 * gdb.base/signals.c: ditto.
19321 * gdb.base/twice.c: ditto.
19322 * gdb.c++/misc.cc: ditto.
19323 * gdb.c++/templates.cc: ditto.
19324
19325Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19326
19327 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
19328
19329 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
19330 somewhere between `read' and `main.c'. I'm pretty sure the
19331 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
19332 and it isn't particularly useful.
19333
19334 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
19335
19336Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19337
19338 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
19339
19340Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
19341
19342 * config/mt-slite: add LIBS and -nostdlib.
19343 * config/slite-gdb.exp: add this new file to support sparclite target.
19344
19345Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
19346
19347 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
19348
19349 * gdb.base/a2-run.exp: Change argument to istarget from
19350 "*-*-vxworks" to "*-*-vxworks*".
19351 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
19352
19353Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
19354
19355 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
19356 will not runto main but do a 'step' to step out of breakpoint().
19357 * config/mt-slite: add -Dusestubs.
19358
19359Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19360
19361 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
19362 instead of just @.
19363
19364 * gdb.base/signals.exp: Add test for "handle all print".
19365 * TODO: Remove "handle all print". Also remove item about
19366 checking copyright date (I don't like the idea of a spurious FAIL
19367 based on when we run the tests).
19368
19369 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
19370 for SunOS4 (reason for failure not investigated). Remove
19371 redundant test for $binfile.
19372
19373 * gdb.base/nodebug.c (array_index): Call malloc.
19374
19375 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
19376
19377Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
19378
19379 * gdb.base/recurse.exp: Update gdb_test invocation to use new
19380 conventions and slightly simplify the matching regexp.
19381
19382Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19383
19384 * gdb.base/break.exp: Update gdb_test invocation to use new
19385 convention.
19386
19387 * lib/gdb.exp: If noargs is not set, set it to 0.
19388
19389 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
19390 tests unique.
19391
19392 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
19393
19394Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19395
19396 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
19397 one argument of type "<non-float parameter>".
19398
19399Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
19400
19401 * config/rom68k.exp: New file to support Motorola IDP board.
19402 * gdb.base/a2-run.exp: Skip this file if noargs is set.
19403 * gdb.base/break.c: Change things around so that this program
19404 doesn't depend upon args. This is necessary to make remote
19405 targets work (in general, they can't take args).
19406 * gdb.base/break.exp: Don't try to send args to program. Don't
19407 expect output. Also, replace lots of code with gdb_test.
19408
19409Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19410
19411 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
19412 printing of '\'' (which is what the comment says we are testing,
19413 even though we were not), not '''.
19414 (test_integer_literals_rejected): Test that printing ''' is an error.
19415
19416 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19417 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
19418 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
19419 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
19420 Use gdb_test not test_print_accept.
19421 * lib/gdb.exp: Remove test_print_accept.
19422
19423 * gdb.base/signals.exp (signal_tests_1): Make pass message
19424 consistent with fail message.
19425
19426 * gdb.base/whatis.exp: Remove xfails for printing char vs.
19427 unsigned char; the bug (PR 1821) is fixed.
19428
19429 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
19430
19431 * gdb.base/scope.exp (test_at_localscopes): Call pass for
19432 successful tests--makes xfailing them work right.
19433
19434Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19435
19436 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
19437 only \r\n, not .*. The test can pass .* as the last thing in
19438 $pattern if that is what it wants. In addition to providing this
19439 flexibility, this change should speed up pattern matching in cases
19440 where the pattern already ended with .* (there were a number of
19441 them). This change also helps catch bad patterns--in the old
19442 scheme the typo "char \*" instead of "char \\*" would pass. Now
19443 it is caught.
19444 * Many .exp files: Update callers.
19445
19446 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
19447 clearer and does not spuriously match multiple ('s. Likewise for
19448 ) and *.
19449
19450 * gdb.base/nodebug.exp: Test ability to call a function and pass
19451 it a string (even with no debugging info).
19452
19453 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
19454 "p '\'", which is the same as "p ''" once tcl gets done with
19455 quoting, to "p '\\'", which I suspect is what is intended (one
19456 backslash gets sent to GDB).
19457
19458 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
19459
19460Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19461
19462 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
19463 1817) was fixed literally years ago.
19464
19465Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19466
19467 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
19468 test, it causes stepping out of call_after_alloca_subr with
19469 optimizing compilers.
19470 (localvars_in_indirect_call): Consume GDB prompt if `finish'
19471 fails.
19472
19473 * gdb.c++/templates.exp: Source templ-info.exp only if
19474 the templates executable exists.
19475
19476 * gdb.c++/misc.cc (class Contains_static_instance,
19477 class Contains_nested_static_instance),
19478 gdb.c++/classes.exp (test_static_members): Test printing of
19479 a class that contains a static instance of the class.
19480
19481Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19482
19483 * gdb.base/langs2.c (cppsub_): Don't prototype.
19484 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
19485 only, I believe).
19486
19487Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19488
19489 * lib/gdb.exp (skip_chill_tests): New procedure.
19490
19491 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
19492
19493Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
19494
19495 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
19496 each expect pattern. Cuts runtime from 12 to about 4 seconds.
19497
19498Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19499
19500 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
19501
19502 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
19503 disassemble 8, not 16, instructions for part 4.
19504
19505 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
19506 support the latter anymore.
19507
19508 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
19509 -DNO_PROTOTYPES.
19510 * gdb.base/callfuncs.c: Control use of prototypes based on
19511 NO_PROTOTYPES, not __STDC__.
19512 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
19513 t_float_values2 tests if prototypes in use.
19514
19515 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
19516 t_double_values): When checking differences against DELTA, check
19517 that difference is within the range (-DELTA,DELTA), not just
19518 (-infinity,DELTA).
19519
19520Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
19521
19522 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
19523 'file' command firts, then 'target', then 'load', this is due to gdb
19524 target set up.
19525 * config/mips-gdb.exp: Fix a couple regular exp bugs.
19526
19527Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
19528
19529 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
19530 FP load/store variants.
19531 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
19532
19533Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19534
19535 * gdb.base/term.exp: Do not give a warning if not native, it is
19536 not an abnormal condition.
19537
19538Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
19539
19540 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
19541 t_char_array".
19542
19543Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19544
19545 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
19546 are getting the version number.
19547
19548 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
19549 if not native, it is not an abnormal condition.
19550
19551Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19552
19553 * lib/gdb.exp: Just use "file exists", rather than undocumented
19554 dejagnu procedure "findfile".
19555
19556Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19557
19558 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
19559 (LDFLAGS): Set to -Xlinker -Ur.
19560
19561 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
19562 Removed, these values are set by lib/gdb.exp.
19563
19564 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
19565
19566Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19567
19568 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
19569 of replicating gdb startup code.
19570
19571 * config/mt-vxworks (LDFLAGS): Set to -r.
19572 (CFLAGS_FOR_TARGET): Removed.
19573
19574 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
19575 (gdb) and gdb for vxworks uses (vxgdb).
19576
19577 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
19578 executable is not in the tree and host != target, use sed and
19579 program_transform_name to determine the gdb name used by the
19580 target.
19581
19582 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
19583 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
19584
19585Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19586
19587 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
19588 floats, chars, and shorts where there are ANSI-style function
19589 definitions.
19590
19591 * gdb.base/langs.exp, gdb.base/langs*: New test.
19592 * gdb.base/Makefile.in: Build it.
19593 * TODO: Remove item about checking that C names don't get C++
19594 demangling applied; this test tests it.
19595
19596Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19597
19598 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
19599 went with the const70 xfail. The xfail went away a year ago.
19600
19601 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
19602
19603 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
19604 for hp300.
19605
19606 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
19607
19608 * gdb.base/a1-selftest.exp: Don't run on hp300.
19609
19610Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19611
19612 * Makefile.in (site.exp): Set host_alias and target_alias as well
19613 as host_triplet and target_triplet.
19614
19615Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19616
19617 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
19618
19619 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
19620 places as other ecoff systems).
19621
19622 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
19623 ultrix.
19624
19625Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19626
19627 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
19628 remove them.
19629 * gdb.base/nodebug.exp: Accept "function" in addition to "text
19630 variable and "variable" in addition to "data variable".
19631 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
19632
19633 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
19634 2.
19635 * gdb.base/list1.c (long_line): Add additional statement at start
19636 of function.
19637 * gdb.base/list.exp (test_forward_search): Update line number to
19638 reflect new statement.
19639
19640Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19641
19642 * gdb.base/signals.exp: Reinitialize searched source directories
19643 after gdb_start call.
19644
19645Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
19646
19647 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
19648 * gdb.stabs/Makefile.in: Likewise.
19649
19650 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
19651 change. Instead split the tests into smaller pieces.
19652 * gdb.disasm/hppa.s: Corresponding changes.
19653
19654Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19655
19656 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19657 Quote ^C when passing it to stty. For some shells ^ is a pipe.
19658
19659 * gdb.base/funcargs.exp: Modify many tests so that every test
19660 either passes or fails. Make some test names unique.
19661
19662Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19663
19664 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19665 Call stty to set interrupt character.
19666
19667 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
19668 for HP assembler versus GNU assembler based on actual behavior of
19669 $(CC), rather than assuming that $(AS) is always the GNU assembler.
19670
19671 * TODO: Suggest a few more stepping tests.
19672
19673Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
19674
19675 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
19676 restart GDB for h8300 after a continue.
19677 (return): Add pattern to match a29k-udi behavior.
19678 * gdb.base/nodebug.exp: Remove obsolete comment.
19679 * gdb.base/regs.exp: New file, testing of register displays.
19680 * gdb.base/return.exp: Fix typo in reference to $objdir.
19681 * gdb.base/whatis.exp: Always start with a fresh GDB.
19682
19683Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19684
19685 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
19686 higher, these tests generate a lot of output.
19687
19688Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19689
19690 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
19691 code following the catch silently ignored some errors; without the
19692 catch they should be thrown like any other tcl error. Also, the
19693 catch used "" instead of {} which meant all the callers who wanted
19694 to include one of the characters "[]$ had to quote it an extra time.
19695 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
19696 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
19697 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
19698 Remove extra quoting.
19699
19700Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
19701
19702 * gdb.base/commands.exp: Make test names unique; every test either
19703 passes or fails. Update some comments.
19704
19705 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
19706
19707Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19708
19709 The following fixes a FAIL caused by the fact that the alpha stabs
19710 configuration didn't use the ".if alpha" code in weird.def.
19711 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
19712 bit pointer, so the 32 bit version works even on the alpha.
19713 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
19714 Remove the stuff which allowed us to have separate versions for
19715 alpha and everything else.
19716
19717 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
19718 regexp which "info func operator\[\](" is supposed to match. Fix
19719 string to send to GDB. Note that GDB still doesn't work right. Add a
19720 new test for "info func .perator\[\](" which GDB does handle correctly.
19721
19722 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
19723
19724Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19725
19726 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
19727 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
19728 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
19729 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
19730 it makes the tests harder to understand and confuses test-o-matic.
19731 The preferred style is that each test provides a PASS or a FAIL,
19732 and has a unique message (e.g. "continue #54" not just "continue")
19733 which is the same for the pass and the fail.
19734 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19735 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
19736 to lib/gdb.exp.
19737 * gdb.base/printcmds.exp: Use test_print_accept. Remove
19738 prt_accept which was basically the same thing. Likewise for
19739 test_print_reject and prt_reject.
19740 * lib/gdb.exp (test_print_reject): Add some more error message
19741 patterns to match from the former printcmds.exp (prt_reject).
19742 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
19743 One defect of the passcount stuff is that some of it failed to
19744 report XPASS where appropriate.
19745 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
19746 stuff before and after arg in expected pattern.
19747 (test_paddr_operator_functions): Re-do test without print_addr_of;
19748 this is the only test which seems to want extra stuff there.
19749
19750Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19751
19752 * gdb.base/nodebug.exp: Update new tests to reflect improved
19753 wording of gdb output.
19754
19755 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
19756 and "ptype" work on variables in files compiled without -g.
19757 Replaces commented out "maint print msymbol" tests.
19758
19759Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19760
19761 * gdb.base/setvar.c (dummy): Call malloc.
19762
19763 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
19764 losing with the irix4 sed.
19765
19766 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
19767 ALRM" on irix4.
19768
19769Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19770
19771 * TODO: Remove items about corefile.exp testing new exec-file and
19772 backtrace; both are now done. Add items about printing enums.
19773
19774Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19775
19776 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
19777 "get signal $thissig" test fails.
19778
19779 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
19780
19781Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19782
19783 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
19784 compiler warning with dec alpha compiler.
19785
19786 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
19787 extra \n from gdb_test call (this explains why the prompt test
19788 that I removed yesterday was there).
19789 (user_defined_command_test): Remove extra \n and prompt test.
19790
19791 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
19792 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
19793 doesn't exist.
19794 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
19795 Also remove alpha workaround, which turns out to be because
19796 SIGABRT == SIGLOST.
19797
19798 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
19799
19800 * gdb.base/help.exp: Don't test "help show".
19801
19802Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19803
19804 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
19805 "set print address" is on.
19806 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
19807 pass prompt to gdb_test; gdb_test already looks for the prompt.
19808
19809 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
19810
19811 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
19812 was a vestige of the manual TESTSTRATEGY, and the purpose of it
19813 was to make sure that gdb can read a core file. But (a) the "read
19814 the corefile" part didn't make it to a1-selftest.exp, we just
19815 delete the corefile after creating it, and (b) we test reading
19816 corefiles in corefile.exp anyway. Also, this test left around a
19817 xgdb process on Solaris.
19818
19819 * gdb.base/corefile.exp: Also test backtrace.
19820
19821Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
19822
19823 * gdb.base/commands.exp: Test a simple user defined command with
19824 arguments and if/while statements; verify the full user command is
19825 printed by "show user".
19826
19827 * gdb.base/commands.exp: Test if/while commands as part of a
19828 breakpoint command list; verify they appear in breakpoint
19829 information.
19830
19831Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19832
19833 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
19834 than by dividing by zero.
19835
19836Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
19837
19838 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
19839 performing an inferior call with watchpoints enabled.
19840 * gdb.base/watchpoint.c (main): Delete second unnecessary read
19841 call.
19842
19843Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19844
19845 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
19846 of "file" command.
19847
19848 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
19849 Add additional pattern for when "int operator int(void);" appears
19850 in a different order.
19851
19852Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19853
19854 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
19855
19856 * gdb.base/help.exp: Replace most of docstrings for "info signals"
19857 and "signal" with ".*".
19858
19859Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19860
19861 * TODO: Add note about "handle all nostop".
19862
19863 * gdb.base/{sigall.c, sigall.exp}: New test.
19864 * gdb.base/Makefile.in: Add it.
19865
19866Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
19867
19868 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
19869 when invoking GDB, suppresses any windowing interface.
19870
19871Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
19872
19873 * config/sim-gdb: New file, simulator testing support.
19874
19875Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
19876
19877 * gdb.base/interrupt.exp: Test calling func1 twice.
19878
19879Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
19880
19881 * gdb.base/list.exp (test_forward_search): Set timeout higher
19882 when we'll be getting lots of output from gdb.
19883
19884 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
19885 "init_malloc" to after the expect statement. Run it if that
19886 regexp is taken, but also for two others which happen if source
19887 cannot be found.
19888
19889Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19890
19891 * gdb.base/printcmds.exp: New test, for printing register before
19892 program is running.
19893
19894Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19895
19896 * gdb.base/list.exp: Correct some alternate expect patterns
19897 to reflect changes in list1.c.
19898
19899Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19900
19901 * TODO: Add item regarding large frames.
19902
19903 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
19904
19905 * TODO: Remove item about enabling return.exp; it
19906 is enabled. Suggest a few more "return" tests.
19907
19908Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19909
19910 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
19911 anonymous unions.
19912
19913Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19914
19915 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
19916 and pr-5646.o, so "make" is the same as "make all", not "make
19917 pr-4975.o".
19918
19919Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
19920
19921 * gdb.base/list.exp: Adjust expectations to reflect changes in
19922 list1.c.
19923 (test_forward_search): New test proc.
19924 * gdb.base/list1.c (long_line): New function, has long source line.
19925
19926Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
19927
19928 * gdb.base/a1-selftest.exp: Change initial stepping to know about
19929 additional line of code that was added.
19930
19931Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
19932
19933 * gdb.disasm/hppa.s: Break the large branching tests into smaller
19934 tests so as not to overflow expect's input buffers.
19935 * gdb.disasm/hppa.exp: Corresponding changes.
19936
19937Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19938
19939 Beginnings of template debugging tests.
19940 * gdb.c++/templ-info.cc: New file to test for template
19941 debugging capability of the compiler.
19942 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
19943 templ-info.cc.
19944 * gdb.c++/templates.cc: Add explicit template instantiations
19945 to enable compiling with -fno-implicit-templates. Add destructor
19946 and 'value' method to T5 class for template tests.
19947 * gdb.c++/templates.exp: Add testcases for printing of template
19948 types, setting breakpoints on template methods and calling a
d63a86f8 19949 template method.
c906108c
SS
19950
19951Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
19952
19953 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
19954 branch target since some assemblers (gas-2.5) may emit a
19955 relocation for the branch instead of resolving it in the
19956 assembler.
19957
19958Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19959
19960 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
19961 through signal handler.
19962
19963Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19964
19965 * configure.in (*-*-netware): Use config/mt-netware.
19966
19967 * config/mt-netware: New file.
19968 * config/mt-i386-netware: Removed, separate configs for different
19969 netware architectures are no longer needed now that we have
19970 --with-headers.
19971
19972Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19973
19974 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
19975 by the recent changes to use ANSI C arithmetic conversions.
19976
19977Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19978
19979 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
19980 bug involving using inferior_pid to figure out whether to select a
19981 frame.
19982
19983Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
19984
19985 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
19986 match the current disassembler output.
19987
19988Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
19989
19990 * gdb.fortran/exprs.exp: Expect VOID instead of void.
19991 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
19992 types, expect "int" as type of integer values (for now).
19993
19994Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
19995
19996 * gdb.base/commands.exp: New tests for if/while commands.
19997
19998Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
19999
20000 * lib/gdb.exp (runto): Replace sub-pattern for hex value
20001 by .*, since hex values have different syntax in Chill mode.
20002
20003Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20004
20005 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
20006 linefeed from expect pattern for repeated types with indices > 9.
20007
20008Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
20009
20010 First part of Fortran test suite.
20011 * gdb.fortran: New directory.
20012 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
20013
20014Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20015
20016 * gdb.base/default.exp: Update expect pattern for load command
20017 without arguments.
20018
20019Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
20020
20021 * configure.in: Change i386 to i[345]86.
20022 * gdb.base/configure.in: Likewise.
20023 * gdb.c++/configure.in: Likewise.
20024 * gdb.chill/configure.in: Likewise.
20025
20026Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
20027
20028 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
20029 patterns, since that is not a valid context for comments.
20030
20031Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
20032
20033 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
20034 repeated types and repeated types with indices > 9.
20035
20036Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
20037
20038 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
20039 2417; old bug has been fixed.
20040
20041Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
20042
20043 * gdb.base/interrupt.exp: When trying to wake up the inferior,
20044 send the newline ourselves instead of assuming gdb_test will do
20045 so when passed an empty input string.
20046
20047 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
20048 stabs testcode.
20049
20050Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20051
20052 * lib/gdb.exp (gdb_test): Don't send anything if the first
20053 argument is an empty string. This makes cases where we want to
20054 match output that is already in expect's buffers (for example,
20055 matching a breakpoint after gdb_run_cmd has been called) work
20056 reliably.
20057
20058Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20059
20060 * config/netware.exp: New file.
20061
20062Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20063
20064 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
20065 the -B and -L prefixes so we can find the debugging stub.
20066
20067 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
20068 there and we are using the gcc from the tree.
20069
20070 * gdb.base/types.c: Removed.
20071
20072 * gdb.base/configure.in: Look for makefile fragments in ../config.
20073 Recognize i386-*-netware.
20074 * gdb.c++/configure.in: Likewise.
20075
20076Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20077
20078 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
20079 the correct TCL syntax.
20080
20081Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20082
20083 * gdb.base/opaque.exp: use runto instead of messing around with
20084 breakpoints. Simplify by using gdb_test.
20085
20086 * gdb.base/bitfields.exp: restart between tests on netware targets
20087 because breakpoints aren't relocated after target death. Run
20088 processes to completion.
20089
20090 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
20091
20092Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
20093
20094 * Makefile.in: Remove extra tabs that confuse some versions
20095 of "make". Use the newly built gdb to test with by default,
20096 rather than the first one in the tester's search path.
20097
20098Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
20099
20100 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
20101
20102 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
20103 condition help.
20104
20105Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20106
20107 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
20108
20109 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
20110 running.
20111 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
20112 * gdb.base/funcargs.exp: Likewise.
20113
20114 * gdb.base/bitfields.exp: Simplify by using gdb_test.
20115 * gdb.base/funcargs.exp: Likewise.
20116
20117 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
20118 message is "".
20119
20120Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20121
20122 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
20123 return,signals,twice}.exp: Handle non-existant binaries
20124 consistantly.
20125
20126 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
20127 * gdb.base/Makefile.in: Don't try to generate a core dump, we
20128 might testing a cross development system.
20129
20130Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20131
20132 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
20133 runtest script is relative to ${srcdir}, not ${rootdir}.
20134
20135Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
20136
20137 * gdb.base/signals.exp: Allow for optionality of breakpoint
20138 address.
20139
20140Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20141
20142 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
20143
20144Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20145
20146 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
20147 for size_t definition.
20148 * gdb.c++/templates.cc: Likewise
20149
20150 * config/mt-i386-netware: New file.
20151
20152 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
20153 defined.
20154
20155 * gdb.base/Makefile.in: Added support for systems that name core
20156 files by appending "core" to the program name.
20157 * gdb.base/a1-selftest.exp: Likewise.
20158
20159Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20160
20161 * gdb.base/return.exp: Add comment and message for `return double'
20162 test failure on Sparc Solaris.
20163
20164Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
20165
20166 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
20167
20168Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20169
20170 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
20171 from optimizing them away.
20172 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
20173 patterns to include default constructors and assignment operators,
20174 to match gcc versions beyond 2.5.8. Accept any cplus demangling
20175 character in the output of the virtual base pointer.
20176
20177Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20178
20179 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
20180 expression match in print_addr_of to avoid unintented matches.
20181 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
20182 versions up to 2.5.8.
20183
20184Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20185
20186 * gdb.base/list.exp: Tweak alternate pattern for listing of an
20187 included file to run under newer versions of expect.
20188 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
20189 consecutive >'s in templates to accomodate recent cplus-dem.c change.
20190 Remove xfail for the virtual table of BDDHookV.
20191
20192Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
20193
20194 * lib/gdb.exp (string_to_regexp): Set a default result.
20195 (default_gdb_start): Fix misleading message.
20196
20197Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
20198
20199 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
20200 Remove all CC, etc definitions.
20201 * config/mt-hpux: New file.
20202 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
20203 (CFLAGS, LDFLAGS): Define.
20204 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
20205
20206 * Makefile.in (site.exp): Don't insert host_os, etc.
20207 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
20208 (distclean): Check existence of subdir.
20209 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
20210 * gdb.base/Makefile.in: General cleanup and simplification.
20211 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20212 to build executables. Use default rule to build .o files.
20213 (EXPECT, RUNTEST, CC): Fix relative pathname.
20214 (site.exp): Don't insert host_os, etc.
20215 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
20216 and/or SIGUSR1 defined.
20217 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
20218 * gdb.c++/Makefile.in: General cleanup and simplification.
20219 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20220 (CFLAGS): Remove.
20221 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
20222
20223Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
20224
20225 * gdb.base/recurse.exp: Misc changes to get tests running again
20226 after Kung's changes to the watchpoint code.
20227 * gdb.base/watchpoint.exp: Likewise.
20228
20229Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
20230
20231 * lib/gdb.exp (string_to_regexp): Convert {\} also.
20232
20233Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
20234
20235 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
20236 * lib/gdb.exp (default_gdb_start): Define.
20237 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
20238 gdb.base/funcargs.exp, gdb.base/opaque.exp,
20239 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
20240 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
20241 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
20242 Don't call gdb_target_udi in between tests.
20243
20244Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20245
20246 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
20247 (which was basically just a local version of the same thing). In
20248 addition to avoiding duplication, gdb_test_exact is faster.
20249 * lib/gdb.exp (gdb_test_exact): Fix typo.
20250
20251 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
20252 don't give an error.
20253
20254 * gdb.base/term.exp: Call delete_breakpoints before starting.
20255
20256 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
20257 (t10): Add comment.
20258
20259Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20260
20261 Reorganization of the GDB Test Suite.
20262
20263 * gdb.base: New directory, contains all the basic tests.
20264 * gdb.c++: New directory, tests specific to C++.
20265 * gdb.chill: New directory, tests specific to Chill.
20266 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
20267 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
20268 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
20269 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
20270 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
20271 t30-31 to chill).
20272 * */gdbme.*: Rename to match appropriate expect scripts.
20273 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
20274 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
20275 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
20276 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
20277 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
20278 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
20279 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
20280 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
20281 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
20282 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
20283 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
20284 gdb.c++/virtfunc.cc: New names of C++ files.
20285 * gdb.chill/chillvars.ch: New name of Chill file.
20286 * gdb.base/configure.in, gdb.c++/configure.in,
20287 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
20288 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
20289 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
20290 * configure.in (configdirs): Update to reflect directory changes.
20291 (target_abbrev): No longer define for any configuration.
20292 * Makefile.in: Cosmetic improvements to header comments.
20293
20294Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
20295
20296 Various changes to gdb.t31:
20297
20298 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
20299 * gdbme.ch: Make all key-words and predefineds be upper-case.
20300 * chillvars.exp: Expect key-words and predefinds in upper-case.
20301
20302 * chillvars.exp: Use gdb_test_exact many places.
20303 Change expected output for arrays (which now includes index labels).
20304
20305 * pr-5020.exp, gdme.ch (module PR_5020):
20306 New test, for PR-5020.
20307
20308Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
20309
20310 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
20311 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
20312
20313Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
20314
20315 * Makefile.in: Fix bit-rot in definitions of CHILL,
20316 CHILL_FOR_TARGET and Chill_LIB.
20317 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
20318 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
20319 CHILL, and CHILL_LIB.
20320
20321Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
20322
20323 * Revert the previous changes. Please see Rob's directory
20324 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
20325
20326Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
20327
20328 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
20329 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
20330 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
20331 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
20332 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
20333 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
20334 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
20335 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
20336 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
20337 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
20338 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
20339 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
20340 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
20341 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
20342 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
20343 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
20344 changes from 94Q1.
20345
20346Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
20347
20348 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
20349 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
20350 Rob's new testing fragments.
20351
20352Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
20353
20354 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 20355 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
20356
20357Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20358
20359 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
20360 version also, match on casted version strings, and match on
20361 gdb startup case where the line numbers might be messed up.
20362
20363Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
20364
20365 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 20366 (CFLAGS): Delete it from here.
c906108c
SS
20367
20368Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
20369
20370 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
20371
20372Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
20373
20374 * Makefile.in (RUNTEST): Default to just "runtest".
20375
20376Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20377
20378 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
20379 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
20380 the code has been restructured.
20381
20382Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20383
20384 * gdb.t00/default.exp (set write): Allow any number of \r and/or
20385 \n, not just one of each.
20386
20387 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
20388 /bin/cc gives a warning if you do.
20389
20390Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
20391
d63a86f8 20392 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
20393 __t10ListS_link1ZUiRCUiPT0
20394
20395Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20396
20397 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
20398 on local variables in recursive functions.
20399
20400 * gdb.t07/Makefile.in: Build the new test.
20401
20402Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20403
20404 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
20405 directly. Instead compare the return values from actual calls.
20406
20407Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
20408
20409 * Makefile.in (check): Set TCL_LIBRARY for runtest.
20410
20411Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20412
20413 * From Peter Schauer with minor modifications.
a9c64011
AS
20414 * gdb.t15/return.exp (return_tests): Handle targets where "return"
20415 stops in mid-line in the caller. Add xfail for returning a float
20416 value on X86 targets.
c906108c
SS
20417
20418Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20419
20420 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
20421 to avoid expect lossage.
20422 (fmem_LRbug_tests): Likewise.
20423 * gdb.disasm/hppa.s: Corresponding changes.
20424
20425 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
20426 conditions to work with latest dejagnu/expect.
20427
20428 * gdb.t15/funcargs.exp (finish from indirect call): No longer
20429 expected to fail on the PA.
20430 (backtrace in call with trampolines): Explicitly require main
20431 to be frame #1 (no trampolines should show up in backtrace).
20432
20433 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
20434 "continue -expect".
20435 * gdb.t06/break.exp: Likewise.
20436 * gdb.t07/watchpoint.exp: Likewise.
20437 * gdb.t13/bitfields.exp: Likewise.
20438 * gdb.t15/{funcargs,return}.exp: Likewise.
20439 * gdb.stabs/weird.exp: Likewise.
20440 * config/{mips,udi}-gdb.exp: Likewise.
20441
20442 * hppa.sed: Enclose comments within a sed command to avoid
20443 losing with the old OSF1 sed.
20444
20445Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20446
20447 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
20448 sequent dynix.
20449 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
20450 * gdb.t15/funcargs.exp: Conditionally step again to really
20451 finish from marker_call_with_trampolines. Handle the case where
20452 the first step from within call_with_trampolines already steps
20453 us back to main.
20454 * gdb.t15/gdbme.c: Add comment to closing brace of
20455 call_with_trampolines for funcargs.exp.
20456
20457Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20458
d63a86f8 20459 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
20460 Fix typo(s).
20461
20462Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20463
20464 * gdb.t07/gdbme.c: More code for watchpoint testing.
20465
20466 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
20467 "Hardware watchpoint" throughout file.
20468 (test_watchpoint_triggered_in_syscall): New test.
20469 (test_complex_watchpoint): New test.
20470
20471Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20472
20473 * gdbme.c (call_with_trampolines): New function to try and step
20474 into. Tests trampoline problems on the PA.
20475
20476 * funcargs.exp (localvars_in_indirect_call): No longer expect
20477 stepping into indirect call to fail on PAs.
20478 (test_stepping_over_trampolines): New test.
20479
20480Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20481
20482 * TODO: Add suggestions for static member function tests, and
20483 completion tests.
20484
20485Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20486
20487 * TODO: Add suggestions for "p/a" tests.
20488
20489 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
20490 (default_gdb_exit): Replace all the hair with sending "quit" to
20491 the process with a simple close.
20492
20493Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20494
20495 * TODO: Add suggestions for shared library tests.
20496
20497Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20498
20499 * TODO: Add suggestions for x/s tests.
20500
20501Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20502
20503 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
20504 "enable once", and "enable breakpoints once" with ".*".
20505
20506Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20507
20508 * TODO: Add suggestions about structure passing tests.
20509
20510Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20511
20512 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
20513 the primary1 test, use work around if __GNUC__ < 2.
20514 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
20515 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
20516 Test for bad output rather than waiting for timeout. Issue
20517 second continue only if first continue failed.
20518
20519Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20520
20521 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
20522 operator[] test with gdb_test because the old code didn't seem to
20523 be getting the quoting right with the new dejagnu.
20524
20525Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
20526
20527 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
20528 one from the path.
20529 * Makefile.in: Use a fresh expect if there is one, use runtest
20530 from the src tree if there is one.
d63a86f8 20531
c906108c
SS
20532Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20533
20534 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
20535 next over recursive call. Revise the tests from that point on
20536 (which had been skipped) to match GDB's actual (correct) output.
20537
20538 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
20539 with next over a breakpoint whose condition is false.
20540
20541 * gdb.t00/help.exp: Comment out "help set print" tests just like
20542 (and for same reason as) "help set" test.
20543
20544Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20545
20546 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
20547 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
20548
20549Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20550
20551 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
20552 necessary gdb_target_udi.
20553
20554 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
20555
20556 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
20557 1838 and 2417; they are fixed.
20558
20559 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
20560 gdb.t03/ptype.exp (ptype structure, ptype union):
20561 Remove xfails; the test is looser than when the xfails were added.
20562
20563 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
20564 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
20565
20566 * gdb.t01/run.exp: Only run shell test if isnative.
20567
20568 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
20569 since "run" automatically loads if necessary. Call gdb_target_udi
20570 after the "file" since "file" kills any execution target.
20571
20572 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
20573 GDB. GDB doesn't work that way (not anymore at least) on UDI.
20574 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
20575 argument for UDI.
20576
20577Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20578
20579 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
20580
20581 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
20582
20583Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20584
20585 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
20586 properly quoting regexps. This makes the second argument to
20587 demangle a fixed string, which matches the callers, instead of a
20588 shell-style pattern which is what the previous implementation
20589 used. Update some of the callers.
20590
20591Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20592
20593 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
20594 (comib_nullified_tests): Fix typo.
20595 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
20596 strings. No longer expected to fail.
20597
20598 * gdb.disasm/hppa.s (addib_tests): Fix typo.
20599 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
20600 strings. No longer expected to fail.
20601
20602 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
20603 string. No longer expected to fail.
20604
20605Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20606
20607 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
20608 No longer expected to fail.
20609
20610 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
20611 string. No longer expected to fail.
20612
20613Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20614
20615 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
20616 only in the names (I probably got most of them). I was even
20617 generous with some which differed in underscores in names, and
20618 probably missed a few, and I *still* was able to remove almost a
20619 third of the file with almost no impact on testsuite coverage.
20620
20621Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20622
20623 * gdb.t00/default.exp: Match udi_attach error message as well as
20624 the one from child_attach.
20625
20626 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
20627
20628 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
20629
20630 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
20631 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
20632
20633 * Move test with enums and partial symbols back to
20634 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
20635 Reverts the change of 26 May 93. Per today's change to
20636 stabs.texinfo, the behavior that weird.exp was expecting was
20637 unreasonable; what is important is that the compiler+gdb get
20638 things right, which happens with a recent gcc. Also fix the test
20639 to deal with native compilers which put out the stab gdb can't
20640 deal with.
20641
20642Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20643
20644 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
20645 in the names. The main thing these accomplish is to slow things down.
20646 Many more such duplicates surely remain.
20647
20648 * gdb.t00/help.exp: Comment out "help support" test just like
20649 (and for same reason as) "help set" test.
20650
20651Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
20652
20653 * gdb.t06/break.exp: Remove setup_xfails for
20654 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
20655 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
20656 about known bug in gcc to include up through 2.5.8.
20657 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
20658 well as "_vb$".
20659 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
20660 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
20661 with latest gcc and gdb.
20662 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
20663 well as "_vb$".
20664
20665Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20666
20667 * configure.in (hppa*-*-*): Also configure and build stabs-only
20668 tests.
20669
20670Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20671
20672 * gdb.t10/hppa.mt: A makefile fragment for the PA.
20673 * gdb.t10/configure.in (hppa*-*-*): Use it.
20674
20675Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20676
20677 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
20678
20679Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20680
20681 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
20682 versions prior to 1.13.5.
20683
20684Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20685
20686 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
20687 the prompt is at the start of a line.
20688
20689Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20690
20691 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
20692 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
20693 in the copr tests now.
20694 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
20695 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
20696 expected to fail.
20697
20698Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
20699
20700 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
20701 gdb.t31/chillvars.exp, lib/gdb.exp:
20702 Tweak to run under either version of expect.
20703 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
20704 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
20705 * gdb.t11/list.exp: Remove extraneous whitespace.
20706
20707Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20708
20709 * gdb.t16/printcmds.exp (test_print_strings): Accept
20710 "(unsigned char *) " before the string.
20711
20712 * TODO: Add notes about printing of fancy types and GDB expressions.
20713
20714Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
20715
20716 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
20717 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 20718 if doing mips-idt-ecoff.
c906108c
SS
20719
20720Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
20721
20722 * Most .exp files: Tweak to run under either version of expect.
20723
20724Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20725
20726 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
20727 xfails; I'm not sure why they are failing, but not because of PR 1806.
20728
20729Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
20730
20731 * config/unix-gdb.exp: Remove gdb_unload cause it's already
20732 defined in lib/gdb.exp.
20733
20734Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20735
20736 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
20737 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
20738 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
20739 have to be typeless.
20740
20741Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20742
20743 * TODO: Add suggestion for copyright year test.
20744
20745Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
20746
20747 * configure.in (*-*-lynxos*): Add stabs tests.
20748
20749Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20750
20751 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
20752 so insert a tab before any assembler directive in column zero.
20753
20754 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
20755 stores.
20756 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
20757 stores.
20758 (fpu_short_memory_tests): Likewise.
20759
20760Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20761
20762 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
20763 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
20764 .stabs directives in comments.
20765
20766Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20767
20768 * TODO: New file, describing tests we could write.
20769 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
20770
20771Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20772
20773 * gdb.t06/signals.exp: Add kludge to force re-sync.
20774
20775 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
20776 to xgdb instead of gdb, get out of gdb.
20777
20778Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
20779
20780 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
20781 for info.
20782
20783Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20784
20785 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
20786 * gdb.stabs/configure.in (hppa*-*-*): Use it.
20787 * gdb.stabs/hppa.sed: New sed script for the PA.
20788
20789Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20790
20791 * gdb.stabs: Re-write weird.def and configuration to use sed
20792 instead of cpp. sed is portable and POSIX; cpp is neither.
20793
20794Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20795
20796 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
20797
20798Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20799
20800 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
20801
20802Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20803
20804 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
20805 "_vb$".
20806 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
20807 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
20808
20809Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20810
20811 * lib/gdb.exp: Comment out code which depends on non-existent
20812 `transform' procedure.
20813
20814Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
20815
20816 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
20817 * lib/gdb.exp: Transform tool name.
20818 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
20819 1.1's new error handling system.
20820
20821Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20822
20823 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
20824
20825Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20826
20827 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
20828 They made pattern matching so slow that timeouts happened on
20829 heavily loaded systems. Now any output from "show print" which
20830 gets us back to the GDB prompt is a PASS.
20831
20832Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
20833
20834 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
20835
20836Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20837
20838 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
20839
20840 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
20841 It is not from PR 3220.
20842
20843Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20844
20845 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
20846 just started failing because they depended on the order the
20847 subcommands are presented, or exact docstring text. This kind of
20848 test is a pain and has minimal benefit.
20849
20850Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20851
20852 * gdb.t09/corefile.exp: At end of test, use "core" command with
20853 no arguments.
20854
20855Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
20856
20857 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
20858 17}/Makefile.in: Make it possible to run the testsuite with Sun
20859 make and CC = cross gcc by adding explicit build rules for .o
20860 files.
20861
20862Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20863
20864 * gdb.t15/funcargs.exp: Don't put comments on same line as
20865 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 20866
c906108c
SS
20867Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20868
20869 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
20870
20871Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
20872
20873 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
20874 * gdb.t20/inherit.exp: remove three dumplicate entries.
20875
20876Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20877
20878 * gdb.t06/break.exp: For "next over recursive call", fail on any
20879 incorrect output, not just on "factorial (value=2)".
20880
20881Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20882
20883 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
20884 working now. Add an xfail if accesing a bss variable causes
20885 a memory error if the target is not yet run.
20886
20887Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20888
20889 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
20890 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
20891 name of __st* demangling (2 strings). Did Kung really get the
20892 more than 95 others right without testing them?
20893
20894Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
20895
20896 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
20897
20898Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
20899
20900 * configure.in (configdirs): Add gdb.disasm
20901 * gdb.disasm: New directory for GDB disassembler tests.
20902 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
20903
20904Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20905
20906 * gdb.t00/help.exp: Don't test "help set".
20907
20908 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
20909 from within expect statements. None of these happen anymore and
20910 they cause regressions to be silently unnoticed.
20911
20912 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
20913 messages) about known failures with gcc cygnus-2.4.5-930417.
20914
20915 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
20916 comp-info.exp so it gets built if it doesn't exist.
20917
20918 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
20919 it is no longer used.
20920 * gdb.t13/comp-info.c: Removed.
20921
20922Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20923
20924 * gdb.t06/signals.exp: Add xfail for sun3.
20925
20926Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20927
20928 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
20929 relevant because ^C doesn't get sent but failure can be reproduced
20930 interactively).
20931
20932Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20933
20934 * gdb.stabs/alpha.mt: New configuration file for alpha.
20935 * gdb.stabs/configure.in: Use it.
20936 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
20937 sharing with alpha.mt, redefine long to word via preprocessor.
20938 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
20939 for alpha.
20940 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
20941 native cc.
20942 * gdb.t00/teststrategy.exp: Change expect string so that we
20943 consume the `(xgdb)' from the command echo and from the gdb prompt.
20944 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
20945 gdb currently compares all values as long, so this failure probably
20946 applies to any configuration where LONGEST is bigger than a target int.
20947 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
20948 with gcc.
20949 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
20950 to handle opaque pointers, gcc is.
20951 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
20952 as first argument. Include <sys/types.h> and change all operator
20953 new definitions to use size_t.
20954 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
20955 now that we use size_t.
20956
20957Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20958
a9c64011 20959 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 20960 a long or float array cast all array members to the same type.
a9c64011 20961 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 20962 with 64 bit longs.
a9c64011 20963 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 20964 on alpha.
a9c64011 20965 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
20966
20967Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20968
20969 * gdb.t24 (demangle.exp): Constructors of templates have names like
20970 vector<int>::vector(int) not vector<int>::vector<int>(int). See
20971 section 14.6 of the ARM.
20972
20973 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
20974 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
20975 accomplish little and slow down the testsuite.
20976
20977 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
20978 Accept spaces various places.
20979
20980Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20981
20982 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
20983 with watchpoint enabled.
20984
20985 * Makefile.in: Remove definition of CC and remove the second
20986 definition of CXX (the "CXX = gcc" one remains). These definitions
20987 were causing backquotes to be expanded within backquotes, which
20988 doesn't work.
20989
20990Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
20991
20992 * gdb.t17/callfuncs.exp: Add "return 0" to end.
20993
20994Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20995
a9c64011
AS
20996 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
20997 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
20998 by mips cc and contains no stabs entries.
20999
21000Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
21001
21002 * config/vx-gdb.exp: Use fake device to load files rather than
21003 NFS.
21004 * lib/gdb.exp: New proc to do "file" command.
21005 * config/unix-gdb.exp: Use new "file" proc.
21006
21007Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
21008
21009 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
21010 Rework board rebooting slightly.
21011 (gdb_exit): Don't exit from the remote shell; there isn't one.
21012 * gdb.stabs/weird.exp: If a program is being debugged already,
21013 kill it.
21014 * gdb.t04/setvar.exp: Stop and restart gdb.
21015 * gdb.t05/expr.exp: Likewise.
21016 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
21017 restart gdb and reload the program.
21018 * gdb.t08/opaque.exp: Likewise.
21019 * gdb.t12/scope.exp: Likewise.
21020 * gdb.t13/bitfields.exp: Likewise.
21021 * gdb.t15/funcargs.exp: Likewise.
21022 * gdb.t20/classes.exp: Likewise.
21023 * gdb.t03/ptype.exp: Increase timeout.
21024 * gdb.t16/printcmds.exp (test_print_string_constants,
21025 test_print_array_constants): Likewise.
21026 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
21027 * gdb.t20/classes.exp (do_tests): Likewise.
21028 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
21029
21030Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
21031
21032 * gdb.stabs: Renamed *wierd* to *weird*.
21033
21034Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
21035
21036 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
21037 for timeout. Add "known gcc 2.4.5 bug" to failure message.
21038
21039Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
21040
21041 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
21042 (do_tests): Remove xfail for whatis on one_var and two_var.
21043
21044Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
21045
21046 * Makefile.in: Made cross building work better by adding
21047 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
21048
21049Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21050
21051 * gdb.t15/{return.c,return.exp,Makefile.in}:
21052 New test, currently commented out.
21053
21054Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
21055
21056 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
21057 still running and removes the leftover named socket so GDb can do
21058 clean restarts.
21059
21060Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
21061
21062 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
21063 console, not GDB.
21064 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
21065 cross testing works better with "make check"
21066 * config/unix-gdb: Use default procedures for exit and version.
21067 * config/vx-gdb.exp: Cleaned up and massaged back to working order
21068 with the newest VxWorks.
21069
21070Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21071
21072 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
21073 old form.
21074
21075 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
21076 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
21077
21078 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
21079
21080 * config/unix-gdb.exp: Remove this version of gdb_exit
21081 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
21082 Rob says he'll look at it when he gets back to testing boards.
21083
21084Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
21085
21086 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
21087 an expected fail for certain ptype commands.
21088
21089 * gdb.t20/classes.exp: Update expected results of "ptype class
21090 Base1" to account for the constructor that now appears in the type.
21091
21092Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
21093
21094 * configure.in (configdirs): Restore gdb.t04, which mysteriously
21095 disappeared from list.
21096 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
21097 "alldone" proc with call to cleanup and exit.
21098 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
21099 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
21100 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
21101 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
21102 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
21103 "alldone" proc with simple returns that suppress remaining
21104 tests. The alldone proc went away many months ago.
21105
21106Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21107
21108 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
21109
21110 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
21111
21112Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21113
21114 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
21115 as vax gdb will display them.
21116
21117Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21118
21119 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
21120 optimizers.
21121
21122 * scope.exp: Change "bad value for localval" messages so each one
21123 is unique.
21124
21125 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
21126 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
21127
21128 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
21129
21130Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21131
21132 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
21133 doesn't exist (due to optimization).
21134
21135Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21136
21137 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
21138 contains \r because the filename is long.
21139
21140 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
21141 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
21142
21143Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21144
21145 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
21146 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
21147 Ultrix.
21148 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
21149 int tests.
21150 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
21151
21152Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
21153
21154 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
21155
21156 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 21157 to match does not match the passing case but still matches the
c906108c
SS
21158 failing case.
21159
21160Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21161
21162 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
21163
21164Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
21165
21166 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
21167 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
21168 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
21169 Remove various versions of gdb_exit.
21170 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
21171 gdb_exit.
21172 * config/unix-gdb.exp: gdb_exit remains here, and should override
21173 the generic version, since it's doing a lot of wierd stuff that
21174 the other versions aren't. FIXME, fold it in, or abandon this
21175 version.
21176
21177Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21178
21179 * gdb.t24/demangle.exp: Add tests for PR 3220.
21180
21181Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21182
21183 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
21184
21185Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
21186
21187 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
21188 "i386-*-*". Works for i486 as well.
21189
21190 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
21191 bug, and expand domain of xfail to all SVR4 systems, since the
21192 actual problem is likely to be in generic SVR4 /proc support.
21193
21194Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21195
21196 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
21197
21198Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
21199
21200 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
21201 xfails for other systems. Match a missing 'Continuing.' as an
21202 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
21203
21204 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
21205 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
21206 Only issue warning for missing executables if -all option is used.
21207
21208 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
21209 file if -all option is used. It's like an unpredictable XFAIL.
21210
21211Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21212
21213 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
21214 for dynamically linked binaries.
21215
21216 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
21217
21218Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21219
21220 * gdb.t20/inherit.exp: Change message for "print tagless struct"
21221 to state that this is a known bug in old versions of g++.
21222
21223Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21224
21225 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
21226 while waiting for `Continuing'.
21227
21228Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
21229
21230 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
21231 in text, data, and bss.
21232 * gdb.t10/nodebug.c: Add local and global test variables for
21233 initialized and uninitialized data.
21234
21235Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21236
21237 * config/unix-gdb.exp (gdb_exit): Add "wait".
21238
21239Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21240
21241 * gdb.t06/signals.exp: xfail the continue from the handler for all
21242 targets.
21243
21244 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
21245 function with watchpoints enabled, the i386 call dummy starts with
21246 a call.
21247
21248 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
21249 386 bsd names its corefiles.
21250
21251Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
21252
21253 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
21254 compilers don't grok it.
21255 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
21256 with small octal ints rather than character constants, which
21257 are signed and might not fit if first promoted to int.
21258
21259Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
21260
21261 * gdb.t09/Makefile.in (clean): Remove corefile.
21262
21263Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21264
21265 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
21266
21267Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21268 and Jim Kingdon (kingdon@cygnus.com)
21269
21270 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
21271 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
21272 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
21273
21274Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21275
21276 * gdb.t17/interrupt.exp: Add xfail for hppa.
21277
21278Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21279
21280 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
21281 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
21282 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
21283 to determine signed-ness of bitfields and use the result to setup
21284 the xfail.
21285 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
21286 * gdb.t15/funcargs.exp: Use them to step until the second indirect
21287 call line is reached if necessary.
21288
21289Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21290
21291 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
21292
21293Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21294
21295 * gdb.t06/break.exp: Also test `clear' command.
21296
21297Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21298
21299 * gdb.t00/teststrategy.exp: Remove extra quote.
21300
21301 * gdb.t07/watchpoint.exp: Change xfail for calling function with
21302 watchpoint enabled to be for all non-68k machines.
21303
21304 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
21305
21306Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21307
21308 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
21309 targets use aout.mt instead of ecoff.mt as gas understands
21310 standard aout format.
21311
21312Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21313
21314 * lib/gdb.exp (runto): Don't insist that function we are running to
21315 was compiled with -g.
21316
21317 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
21318
21319 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
21320 to get back into the read system call.
21321 Accept leading newline in case where we woke it up.
21322
21323Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21324
21325 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
21326 to make the stabs test work on ecoff systems using gcc and -with-stabs.
21327 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
21328 enable ecoff configuration.
21329
21330Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21331
21332 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
21333
21334Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21335
21336 * gdb.t16/printcmds.exp: Add another printf test.
21337
21338Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
21339
21340 * configure.in: If configured -with-stabs on any target, add
21341 stabsdirs to configdirs.
21342
21343Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21344
21345 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
21346 fun" so pattern does not match the command itself.
21347
21348Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21349
21350 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
21351
21352Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21353
21354 * gdb.t17/interrupt.exp: Test for more things.
21355
21356Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21357
21358 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
21359 compiler arranges the code and line numbers.
21360
21361 * gdb.t17/interrupt.exp: Don't send \n after ^C.
21362
21363Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21364
21365 * gdb.t00/help.exp: Increase expect input buffer size.
21366
21367Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21368
21369 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
21370
21371 * gdb.t07/watchpoint.exp: Add xfail for hppa.
21372
21373 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
21374
21375 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
21376 [0-9]*, not just [0-9].
21377
21378Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21379
21380 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
21381
21382 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
21383
21384Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21385
21386 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
21387
21388Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21389
21390 * gdb.t06/signals.c: Add xfails for sun3.
21391
21392 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
21393
21394 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
21395 test_stepping tests.
21396
21397Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21398
21399 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
21400
21401 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
21402
21403 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
21404 rather than actually putting it through cpp twice.
21405
21406 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
21407
21408Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
21409
21410 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
21411 no longer needed.
21412
21413Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21414
21415 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
21416
21417 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
21418 C++ features prints as "struct", make it a pass, not an xfail.
21419
21420Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21421
21422 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
21423 Don't require VA to print as "class" rather than "struct".
21424
21425Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
21426
21427 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
21428
21429Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21430
21431 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
21432
21433Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21434
21435 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
21436 order.
21437
21438Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21439
21440 * gdb.t16/printcmds.exp: Add printf tests.
21441
21442 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
21443
21444 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
21445
21446Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
21447
21448 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
21449 pass counts, to counteract any existing or future setup_xfails.
21450
21451Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21452
21453 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
21454 {BEGIN,END}_COMMON for common block instead of STAB.
21455 * gdb.stabs/wierd.exp: Add xfail for rs6000.
21456
21457 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
21458 intp_var should be N_GSYM not N_LSYM.
21459 wierd-aout.S: Use a label for the value of the N_SO.
21460 wierd.def: Remove all backslashes.
21461 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
21462
21463Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21464
21465 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
21466 get the expected next to inheritance3.
21467
21468Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21469
21470 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
21471 now that gcc-2.4 gets it right.
21472
21473Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21474
21475 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
21476
21477 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
21478 generating comp-info.exp which works for cross-compilation.
21479
21480Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
21481
21482 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
21483 "*-*-sysv4.*".
21484
21485Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
21486
21487 * gdb.t01/run.exp: Start with a fresh gdb.
21488 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
21489 SVR4.x.
21490
21491Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
21492
21493 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
21494 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
21495 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
21496 Makefile.in (distclean, realclean): Remove gdbme.c from list of
21497 things to remove.
21498
21499Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
21500
21501 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
21502 test cases from bug reports.
21503
21504Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
21505
21506 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
21507 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
21508 avoid spurious xfails.
21509 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
21510 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
21511 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
21512
21513Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
21514
21515 * gdb.t00/teststrategy.exp: Rework to provide more useful
21516 description of each test, fix problem with systems that define
21517 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
21518 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
21519 results for "next over recursive call" so timeouts aren't taken
21520 by error.
21521
21522Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
21523
21524 * gdb.t12/scope.exp: Test printing of variables before run.
21525
21526 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
21527 printed in wrong order due to sorting.
21528
21529Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
21530
21531 * gdb.t00/teststrategy.exp: Fix expected results for printing
21532 user entered string constant. Is array of char, prints with no
21533 address.
21534
21535 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
21536 commands.
21537 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
21538 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
21539 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
21540 of struct of char arrays.
21541 * gdb.t00/radix.exp: New tests for radix commands.
21542
21543Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
21544
21545 * gdb.t16/printcmd.exp: Print a variable before running program
21546 (with xfail for AIX).
21547
21548Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
21549
21550 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
21551
21552 * gdb.t16/printcmd.exp: Don't print variables before running program.
21553
21554 * gdb.t06/break.exp: Don't require envp argument to main.
21555
21556 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
21557
21558 * gdb.t02/whatis.exp, gdb.t11/list.exp:
21559 Add xfails for rs6000.
21560
21561 * gdb.t02/whatis.exp: Change other tests not to re-test something
21562 we already tested.
21563
21564 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
21565 each type used has a variable of that type.
21566
21567Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
21568
21569 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
21570
21571Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21572
21573 * configure.in: change srctrigger to be a file, not a directory
21574
21575Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
21576
21577 * configure.in (mips-idt-ecoff*): Added trailing '*'.
21578
21579 * gdb.t11/list.exp: Fixed a couple of typos.
21580
21581Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
21582
21583 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
21584 is fixed and PR is closed.
21585 * gdb.t16 (gdbme.c): Add simple test string variable.
21586 * gdb.t16 (printcmds.exp): Add tests with simple test string
21587 variable, primarily for boundaries on "set print elements".
21588
21589Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
21590
21591 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
21592 Make leading 0's optional and don't expect a tab in the middle
21593 of the number.
21594
21595 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
21596
21597 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
21598 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
21599 don't end command passed to gdb_test with newline.
21600
21601 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
21602 signed keyword away, don't expect signed bitfields to be signed.
21603
21604 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
21605 printing with only as many 1's as are in the field as well as printing
21606 with 32 1's (see comment).
21607
21608Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
21609
21610 * gdb.t00/default.exp: Start with a fresh gdb.
21611 * configure.in (configdirs): Remove gdb.t31 until the chill
21612 compiler works again. It no longer is able to find chillrt0
21613 since it isn't in libchill.a anymore.
21614 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
21615 wierd.o, make more modular.
21616 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
21617 spurious newlines that caused problems.
21618
21619Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21620
21621 * Move test with enums and partial symbols from gdb.t03/ptype.exp
21622 to gdb.stabs/wierd.exp since GCC has worked around the bug.
21623 gdb.stabs/wierd.{exp,def}: Many new tests.
21624
21625 * gdb.t00/default.exp: update info line for new message.
21626
21627 * gdb.t02/{whatis.exp,gdbme.c}:
21628 Test that "char *" doesn't print as "caddr_t".
21629
21630Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21631
21632 * gdb.t00/help.exp: Use .* in place of some help messages which
21633 just changed.
21634 gdb.t00/default.exp: Update "info frame" test for new message.
21635 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
21636 Remove some xfails
21637
21638Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21639
21640 * gdb.t03/{gdbme.c,ptype.exp}:
21641 Add tests for typedef'd struct and union without tags.
21642 Also check "whatis" on a variable of a typedef'd enum without a tag.
21643
21644 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
21645 PRMS 1823; the bug still exists but isn't reproduced by this test
21646 anymore), and remove rs6000 XFAIL (the bug is fixed).
21647
21648 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
21649 duplicated from whatis.exp. For those that are left, accept
21650 "long", "long int", or "int" for long variables (whatis.exp already
21651 has an XFAIL for "int", so no need to fail it here).
21652
21653 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
21654 Deal with GCC's names for types now that GDB uses the compiler's names.
21655
21656 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
21657 setup_xfail's for sunos4. If we #defined the signed keyword away,
21658 don't expect GDB to know that char it is signed.
21659
21660 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
21661
21662Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
21663
21664 * configure.in (configdirs): Add gdb.t24 for C++ tests that
21665 should work on any system, regardless of debugging format.
21666 * gdb.t21/demangle.exp: Move to gdb.t24.
21667 * gdb.t24/demangle.exp: Move from gdb.t21.
21668 * gdb.t24/{Makefile.in, configure.in}: New files.
21669
21670Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21671
21672 * configure.in: Do gdb.stabs and C++ tests only for stabs.
21673 * gdb.stabs: New directory.
21674
21675Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21676
21677 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
21678 not just "Quit anyway?".
21679
21680Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
21681
21682 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
21683 that all setup_xfails are immediately followed by clear_xfails.
21684
21685Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
21686
21687 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
21688 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
21689 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
21690 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
21691 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
21692 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21693 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21694 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
21695 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
21696 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
21697 gdb.t31/chillvars.exp, lib/gdb.exp:
21698 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
21699 bug-gdb@prep.ai.mit.edu.
21700
21701Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
21702
21703 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
21704 with 0.0, not integer 0.
21705
21706Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
21707
21708 * gdb.t06/break.exp: Update for "Kill the program" message change.
21709
21710Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
21711
21712 * Makefile.in (GDBFLAGS): Set to -nx.
21713 * Makefile.in (site.exp): Use GDBFLAGS.
21714
21715Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21716
21717 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
21718 Makefiles.
21719 (check): depend on just-check.
21720 (just-check): added so that tests can be run without a noop
21721 build pass.
21722
21723Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21724
21725 Switch to using configure's configdirs.
21726 * Makefile.in (Makefile): add configure.in dependency.
21727 (SUBDIRS): removed redundant assignment.
21728 * configure.in: switch subdirs assignment to configdirs.
21729 * gdb.t*/configure.in: new files.
21730
21731Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
21732
21733 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
21734 works.
21735
21736Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
21737
21738 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
21739 in explicit rules. Apparently this is not supported by some makes.
21740
21741Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
21742
21743 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
21744
21745Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21746
21747 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
21748 disappeared.
21749
21750Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
21751
21752 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
21753
21754Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
21755
21756 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
21757 watchpoint problem that is now fixed.
21758 * gdb.t30/chexp.exp: Remove setup_xfail for printing
21759 uninitialized convenience variables.
21760 * gdb.t31/chillvars.exp: Fix expected patterns for printing
21761 structures.
21762
21763Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21764
21765 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
21766 which causes expect to get out of sync with gdb on long output
21767 from help set.
21768 * gdb.t09/corefile.exp: Make expected pattern for core file
21769 failing signal and frame output format less sun specific.
21770
21771Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
21772
21773 * gdb.t31/chillvars.exp: Add and remove initial dummy
21774 breakpoint, so that symbol table is forced in.
21775 (Needed at least on Sunos4, though it seems not SVR4.)
21776 * gdb.t31/chillvars.exp: Update for changed output format.
21777
21778Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
21779
a9c64011 21780 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
21781
21782Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
21783
21784 * Makefile.in: Added --srcdir when invoking runtest, removed the
21785 need for a local config file. (optional now)
21786
21787Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
21788
21789 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
21790 failure count used to force early termination. Add some more
21791 expected failures for gnu style demangling.
21792
21793Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21794
21795 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
21796 pmi variable from gdb.t20/gdbme to get optimized away.
21797 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
21798 Check for written corefile upon timeout _and_ eof.
21799
21800Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21801
21802 * config/unix-gdb.exp: Add missing return 0.
21803
21804Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21805
21806 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
21807 test termination.
21808
21809Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
21810
21811 * configure.in (subdirs): Put back gdb.t17 which mysteriously
21812 disappeared.
21813
21814Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
21815
21816 * gdb.t10/crossload.exp: Disable the i860-elf test until such
21817 time as i860 support works.
21818
d63a86f8 21819 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
21820 "backtrace 100\r" rather than just "backtrace\r", to match last
21821 change.
21822
21823Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
21824
21825 * config/udi-gdb.exp (gdb_exit): Remove close command.
21826 (gdb_target_udi): New procedure to set the UDI target.
21827 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
21828 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
21829 Added waits for prompts after several question responses. Added
21830 some more responses used by a29k-amd-udi-gdb.
21831 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
21832 pass different arguments, restart UDI connection after program
21833 completion.
21834 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
21835 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21836 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
21837 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
21838 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
21839 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
21840 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21841 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
21842 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
21843 after program completion.
21844 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
21845 compiled with a SELECT_VECS setting.
21846 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
21847 infinite recursion.
21848
21849 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
21850 Added checks for COFF results, and made them expected failures for
21851 all targets. It would be better to make them expected failures
21852 for COFF targets only.
21853
21854Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
21855
21856 * Makefile.in: add null dvi target, don't bother to recurse
21857 through test directories for info and install-info; rename
21858 $(datadir) to be dejagnu instead of deja-gnu
21859
21860Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
21861
21862 * gdb.t31/gdbme.ch: Re-enable code that previously caused
21863 compiler to coredump.
21864 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
21865 code.
21866
21867Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
21868
21869 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
21870 coredump.
21871 * gdb.t31/chillvars.exp: Comment out tests that depend on that
21872 code.
21873
21874Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
21875
21876 * gdb.t03/ptype.exp: tests for return code from gdb_test.
21877 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
21878 which in a shell. Deletes xgdb when done.
21879 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
21880 Tests the return from the "set height" or "set width" commands.
21881 Added a few return codes where needed.
21882
21883Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
21884
21885 * Makefile.in (SUBDIRS): Add gdb.t17.
21886 * configure.in (subdirs): Add gdb.t17.
21887 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
21888 files to test gdb's calling of functions in the inferior with
21889 the correct arguments and gdb's ability to retrieve any
21890 result returned.
21891
21892Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
21893
21894 * config/unix-gdb.exp (gdb_exit): Remove close commands that
21895 may be called after gdb goes away. Previous versions of expect
21896 needed these to avoid file descriptor leaks, but they cause
21897 errors with the current revision of expect.
21898 * gdb.t00/gdbvars.exp: Use -re on expected output after
21899 setting sevenbit-strings.
21900 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
21901 to set sevenbit-strings consistent across tests.
21902 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
21903 set sevenbit-strings consistent across tests.
21904
21905Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
21906
21907 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
21908 expected output to match current "expect" expectations.
21909
21910Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
21911
21912 * gdb.t00/default.exp: Change expected output for default "source"
21913 command, to match new gdb behavior which requires a filename to
21914 source.
21915
21916Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
21917
21918 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
21919 expected fail for i486-*-* that misses the marker2 function.
21920 * gdb.t10/crossload.exp (bfddefault): Allow successful
21921 recognition of a format to pass even if no symbols are found.
21922 Explicitly catch failures where the format is not recognized
21923 or is ambiguous, and add the reason to the fail message.
21924 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
21925 the cause is and invalid target and add reason to failure message.
21926 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
21927 elf32-i386, elf32-sparc, and elf32-i860.
21928 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
21929 Set up expected failure for 'filename'::variable scope resolution,
21930 which is now apparently broken on all targets.
21931 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
21932 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
21933 gdb.t23/templates.exp: Change failure for missing binfile into
21934 just a warning.
21935 gdb.t21/demangle.exp: Change all cfront references to 'arm'
21936 references.
21937
21938Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
21939
21940 * gdb.t00/default.exp: Add expected output for default "source"
21941 command, to match new gdb behavior.
21942 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
21943
21944Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
21945
21946 * config/*-gdb.exp: returns an error, rather than exiting on
21947 internal errors.
21948
21949Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
21950
21951 * gdb.t03/gdbme.c: Add pointer to struct variable.
21952 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
21953 referencing struct members.
21954
21955Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
21956
21957 * configure.in (mips-idt-ecoff): New target.
21958 * config/mips-gdb.exp: New file for remote board using MIPS remote
21959 debugging protocol.
21960
21961 * Redid configuration scheme. Removed gdb.t*/configure.in.
21962 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
21963 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
21964 distclean targets. Built executables via .o files. Adjusted
21965 tests to account for source files in $(srcdir) rather than
21966 $(objdir).
21967 * lib/gdb.exp (runto): Don't expect () after the function name,
21968 because it may have arguments.
21969
21970Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
21971
21972 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
21973 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
21974 expected failures for mips-idt-* and mips-sgi-*.
21975 * gdb.t00/default.exp (attach): Kill process if requested.
21976 * gdb.t00/help.exp (help target core, help target): Accept a gdb
21977 that does not read core files.
21978 * gdb.t01/run.exp: Removed checks for exit status code.
21979 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
21980 it is linked in.
21981 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
21982 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
21983 appropriate, rather than doing it by hand.
21984 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
21985 execution.
21986 * gdb.t10/crossload.exp: Kill existing program if needed.
21987 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
21988 appropriate, rather than doing it by hand. Always increase
21989 timeout for this test, not just for VxWorks.
21990
21991Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
21992
21993 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
21994 of Chill STRUCT types and STRUCT values.
21995 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
21996 than "char".
21997 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 21998 struct2): New struct definitions and initializations to test
c906108c
SS
21999 simple Chill STRUCT types.
22000
22001Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
22002
22003 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
22004 the null byte at the end of strings.
22005 * gdb.t00/default.exp: Make show version insensitive to copyright
22006 date.
22007 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
22008 to avoid dependencies on target char signedness.
22009 * gdb.t16/printcmds.exp: Update expected results for explicitly
22010 unsigned char.
22011 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
22012 now work.
22013 * gdb.t21/demangle.exp: Add many more patterns for template
22014 demangling, most of them being expected failures.
22015 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
22016 string we are matching for, to match on the whole string.
22017 * gdb.t21/demangle.exp: Add many new test strings to demangle,
22018 and fix a whole bunch that had incorrect expected output but were
22019 passing anyway because of the bug in "proc demangle".
22020 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
22021 type.
22022 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
22023
22024Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
22025
a9c64011
AS
22026 * gdb/testsuite: made modifications to testcases, etc., to allow
22027 them to work properly given the reorganization of deja-gnu and the
22028 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
22029
22030Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
22031
22032 * gdb/testsuite: Initial creation of gdb/testsuite.
22033 Migrated dejagnu testcases and support files for testing nm to
22034 gdb/testsuite from deja-gnu. These files were moved "as is"
22035 with no modifications. This migration is part of a major overhaul
22036 of dejagnu. The modifications to these testcases, etc., which
22037 will allow them to work with the new version of dejagnu will be
22038 made in a future update.
48efe704 22039
8d8cb839 22040 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 22041\f
8d8cb839
EZ
22042;; Local Variables:
22043;; mode: change-log
22044;; left-margin: 8
22045;; fill-column: 74
22046;; version-control: never
22047;; End:
902f2ccb
MC
22048
22049 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 22050 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
22051 Copying and distribution of this file, with or without modification,
22052 are permitted provided the copyright notice and this notice are preserved.
This page took 2.368109 seconds and 4 git commands to generate.