* emultempl/elf32.em (_after_open): Check for get_elf_backend_data
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4572cbac
TJB
12010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
2
3 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
4 registers. Update data sets with the new v2_double element in the
5 VSX register union. Add vector_register3_vr data set for the AltiVec
6 registers. Use gdb_test_no_output instead of send_gdb.
7
e7fbb131
PA
82010-08-19 Pedro Alves <pedro@codesourcery.com>
9
10 * gdb.python/py-shared.exp: New file, factored out from
11 python.exp.
12 * gdb.python/py-shared.c: New file.
13 * gdb.python/py-shared-sl.c: New file.
14 * gdb.python/python-1.c: New file.
15 * gdb.python/python-sl.c: Delete.
16 * gdb.python/python.c: Mention python-1.c.
17 * gdb.python/python.exp: Move shared library tests to
18 py-shared.exp.
19 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
20 (MISCELLANEOUS): New.
21 (clean mostlyclean): Also remove $MISCELLANEOUS.
22
d30f5e1f
DE
232010-08-19 Doug Evans <dje@google.com>
24
25 PR exp/11926
26 * gdb.base/printcmds.exp (test_float_accepted): New function.
27 Move existing float tests there. Add tests for floats with suffixes.
28 (test_float_rejected): New function.
29 * gdb.java/jv-print.exp (test_float_accepted): New function.
30 (test_float_rejected): New function.
31 * gdb.objc/print.exp: New file.
32 * gdb.pascal/print.exp: New file.
33 * lib/objc.exp: New file.
34
7b3fd859
PM
352010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
36
37 * gdb.base/default.exp (info set): Avoid full buffer error and force
38 reading up to final gdb prompt.
39 (show): Likewise.
40
c92817ce
TT
412010-08-18 Tom Tromey <tromey@redhat.com>
42
43 PR symtab/11919:
44 * gdb.base/completion.exp: Add test.
45
f1208f9e
DE
462010-08-18 Doug Evans <dje@google.com>
47
48 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
49 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
50 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
51 Simplify, early exit if runto_main fails.
52 * gdb.fortran/exprs.exp: load_lib fortran.exp.
53 (set_lang_fortran): Moved to lib/fortran.exp.
54 * gdb.fortran/types.exp: load_lib fortran.exp.
55 (set_lang_fortran): Moved to lib/fortran.exp.
56 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
57 * gdb.java/jprint.exp (set_lang_java): Ditto.
58 * gdb.java/jv-exp.exp: load_lib java.exp.
59 If set_lang_java fails, issue a warning instead of failure to be
60 consistent with other set_lang_foo uses.
61 (set_lang_java): Moved to lib/java.exp.
62 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
63 If set_lang_java fails, issue a warning instead of failure to be
64 consistent with other set_lang_foo uses.
65 * gdb.pascal/types.exp: load_lib pascal.exp.
66 (set_lang_pascal): Moved to lib/pascal.exp.
67 * lib/fortran.exp: New file.
68 * lib/java.exp (set_lang_java): New function.
69 * lib/pascal.exp (set_lang_pascal): New function.
70
2f06b485
YQ
712010-08-18 Yao Qi <yao@codesourcery.com
72
73 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
74 func_nofb_start and func_loopfb_start, so that address of functions
75 is equal to these labels on Thumb.
76
96e25403
YQ
772010-08-18 Yao Qi <yao@codesourcery.com>
78
79 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
80 to reflect latest c source file.
81
36e6adc4
JK
822010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
83
84 * gdb.cp/infcall-dlopen.exp: New file.
85 * gdb.cp/infcall-dlopen.cc: New file.
86 * gdb.cp/infcall-dlopen-lib.cc: New file.
87
f431efe5
PA
882010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
89 Pedro Alves <pedro@codesourcery.com>
90
91 PR breakpoints/11371
92
93 * gdb.base/watch-cond-infcall.exp: New file.
94 * gdb.base/watch-cond-infcall.c: New file.
95
06a64a0b
TT
962010-08-16 Tom Tromey <tromey@redhat.com>
97
98 * gdb.base/help.exp: Update.
99 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
100 watchpoint.
101 (test_watch_location): New proc.
102 (test_watchpoint_in_big_blob): Delete watchpoint.
103 * gdb.base/watchpoint.c (func5): New function.
104 (main): Call it.
105
70ebf4ed
DE
1062010-08-16 Doug Evans <dje@google.com>
107
108 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
109
ca5c20b6
PM
1102010-08-11 Phil Muldoon <pmuldoon@redhat.com>
111
112 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
113 tests.
114
7346b668
KW
1152010-08-11 Ken Werner <ken.werner@de.ibm.com>
116
117 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
118 * gdb.base/gnu_vector.c: New File.
119 * gdb.base/gnu_vector.exp: Likewise.
120
cb2e07a6
PM
1212010-08-11 Phil Muldoon <pmuldoon@redhat.com>
122
123 * gdb.python/python.c: New File.
124 * gdb.python/python-sl.c: New File.
125 * gdb.python/python.exp: Test solib_address and decode_line
126 * functions.
127
5da1313b
JK
1282010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
129
130 * gdb.python/python.exp (show height, set height 10)
131 (verify pagination beforehand, verify pagination beforehand: q)
132 (gdb.execute does not page, verify pagination afterwards)
133 (verify pagination afterwards: q): New.
134
49c3ccf7
DE
1352010-08-02 Doug Evans <dje@google.com>
136
137 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
138 because of an older gcc, change test2
139 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
140 to unsupported.
141
42c0c4f1
KH
1422010-07-30 Kazu Hirata <kazu@codesourcery.com>
143
144 * gdb.base/break-always.exp: Do not expect full paths to file
145 names.
146 * gdb.base/commands.exp: Likewise.
147
d3765805
DE
1482010-07-30 Doug Evans <dje@google.com>
149
c98ee71b
DE
150 * gdb.cp/temargs.exp: For new tests that require newer gccs,
151 xfail them when run with older gccs.
152
fd961404
DE
153 * lib/gdb.exp (build_executable): Forward "c++" option to
154 get_compiler_info.
155
999adef4
DE
156 * gdb.python/py-type.exp (test_template): Mark as xfail tests
157 "python print ttype.template_argument(1)" and
158 "python print isinstance(ttype.template_argument(1), gdb.Value)"
159 if using gcc 4.4 or earlier.
160
d3765805
DE
161 * gdb.base/valgrind-db-attach.exp: Use unique test name for
162 attach-to-debugger handling.
163
1276c759
JK
1642010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
165
166 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
167 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
168 (main): Use copyreloc.
169 * gdb.base/prelink.exp (split debug of executable)
170 (.dynbss vs. .bss address shift): New tests.
171
88caa9b9
PA
1722010-07-29 Pedro Alves <pedro@codesourcery.com>
173
174 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
175 in gdb_test_multiple.
176
c6f2ac43
PA
1772010-07-29 Pedro Alves <pedro@codesourcery.com>
178
179 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
180 environment.
181
326fd672
TT
1822010-07-28 Tom Tromey <tromey@redhat.com>
183
184 PR python/11060:
185 * gdb.python/py-type.c (Temargs): New template.
186 (temvar): New variable.
187 * gdb.python/py-type.exp (test_template): New proc.
188
3ce3b1ba
PA
1892010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
190
191 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
192 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
193
34eaf542
TT
1942010-07-28 Tom Tromey <tromey@redhat.com>
195
196 PR c++/9946:
197 * gdb.cp/temargs.exp: New file.
198 * gdb.cp/temargs.cc: New file.
199
d41b819e
JK
2002010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
201
202 * gdb.base/help.exp (help disassemble): Update the content.
203
26ab7092
JK
2042010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
205
206 * gdb.threads/ia64-sigill.exp: New file.
207 * gdb.threads/ia64-sigill.c: New file.
208
5283e9e1
TT
2092010-07-27 Tom Tromey <tromey@redhat.com>
210
211 * gdb.opt/inline-cmds.c (ATTR): New define.
212 (func1): Use it.
213 (func2): Likewise.
214 (func3): Likewise.
215 (outer_inline1): Likewise.
216 (outer_inline2): Likewise.
217 * gdb.opt/inline-bt.c (ATTR): New define.
218 (func1): Use it.
219 (func2): Likewise.
220 * gdb.opt/inline-locals.c (ATTR): New define.
221 (func1): Use it.
222 (func2): Likewise.
223
e992ef73
TT
2242010-07-27 Tom Tromey <tromey@redhat.com>
225
226 * gdb.stabs/gdb11479.c (hack): New function.
227 (test): Use it.
228 (test2): Use it.
229 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
230 (int32_search_buf, int64_search_buf): No longer static.
231 (x): Remove.
232 * gdb.base/relocate.c (hack): New function.
233
5374244e
PM
2342010-07-27 Phil Muldoon <pmuldoon@redhat.com>
235
236 * gdb.python/py-value.exp (test_inferior_function_call): New function.
237 * gdb.python/py-value.c (func1): New function.
238 (func2): Likewise.
239
a99aee83
CV
2402010-07-26 Corinna Vinschen <vinschen@redhat.com>
241
242 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
243 as not to clash with .data section.
244
a04ba985
JG
2452010-07-26 Jerome Guitton <guitton@adacore.com>
246
247 * gdb.base/code_elim.exp: New file.
248 * gdb.base/code_elim1.c: New file.
249 * gdb.base/code_elim2.c: New file.
250
23bd0f7c
PA
2512010-07-21 Pedro Alves <pedro@codesourcery.com>
252
253 PR symtab/11827
254
255 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
256 (some_volatile_enum): New variable.
257 * gdb.base/printcmds.exp (test_print_enums): New.
258 <top level>: Call it.
259
883df6dd
SW
2602010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
261
262 * gdb.cp/fpointer.cc: New test.
263 * gdb.cp/fpointer.exp: New test.
264
569b05a5
JK
2652010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
266
267 * gdb.base/solib-nodir.exp: New file.
268 * lib/gdb.exp (runto): New case for a GDB internal error.
269
51d7d803
JK
2702010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
271 Ulrich Weigand <uweigand@de.ibm.com>
272 Tom Tromey <tromey@redhat.com>
273
274 * gdb.base/charset-malloc.c: New file.
275 * gdb.base/charset.c (malloc_stub): New prototype.
276 (main): Call it instead of malloc itself.
277 * gdb.base/charset.exp: Use only prepare_for_testing.
278 (binfile): Remove the variable.
279
c0edd9ed
JK
2802010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
281
282 Make core files the process_stratum.
283 * gdb.base/corefile.exp (run: load core again)
284 (run: sanity check we see the core file, run: with core)
285 (run: core file is cleared, attach: load core again)
286 (attach: sanity check we see the core file, attach: with core)
287 (attach: core file is cleared): New tests.
288 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
289
3cbaedff
KW
2902010-07-14 Ken Werner <ken.werner@de.ibm.com>
291
292 * gdb.arch/altivec-abi.exp: New tests.
293
91158a56
TT
2942010-07-13 Tom Tromey <tromey@redhat.com>
295
296 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
297 (main): Use it.
298 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
299
0f5238ed
TT
3002010-07-13 Tom Tromey <tromey@redhat.com>
301
302 * gdb.base/label.exp: New file.
303 * gdb.base/label.c: New file.
304
add265ae
L
3052010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
306 H.J. Lu <hongjiu.lu@intel.com>
307
308 * lib/gdb.exp (is_ilp32_target): New.
309 (is_lp64_target): Likewise.
310
311 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
312 target.
313 * gdb.arch/amd64-disp-step.exp: Likewise.
314 * gdb.arch/amd64-dword.exp: Likewise.
315 * gdb.arch/amd64-i386-address.exp: Likewise.
316 * gdb.arch/amd64-word.exp: Likewise.
317
318 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
319 target.
320 * gdb.arch/i386-bp_permanent.exp: Likewise.
321 * gdb.arch/i386-byte.exp: Likewise.
322 * gdb.arch/i386-disp-step.exp: Likewise.
323 * gdb.arch/i386-gnu-cfi.exp: Likewise.
324 * gdb.arch/i386-prologue.exp: Likewise.
325 * gdb.arch/i386-size-overlap.exp: Likewise.
326 * gdb.arch/i386-size.exp: Likewise.
327 * gdb.arch/i386-sse.exp: Likewise.
328 * gdb.arch/i386-unwind.exp: Likewise.
329 * gdb.arch/i386-word.exp: Likewise.
330
331 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
332 test only when building 64-bit executables. Do not hard-code
333 -m64 option.
334
2dfb8c17
DE
3352010-07-07 Doug Evans <dje@google.com>
336
337 * lib/gdb.exp (gdb_test_list_exact): New function.
338 * gdb.base/default.exp (show convenience): Call it, add tests for
339 $_sdata = void, $_thread = 0.
340
4e5799b6
JK
3412010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
342 Joel Brobecker <brobecker@adacore.com>
343
344 Fix re-run of PIE executable, PR shlibs/11776.
345 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
346 Remove $displacement_main to match the solib-svr4.c change. New "kill"
347 and re-"run" of the inferior.
348
1a219cc7
JK
3492010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
350 Joel Brobecker <brobecker@adacore.com>
351
352 Cope with missing /usr/sbin/prelink.
353 * lib/prelink-support.exp (prelink_no):
354 <result == 1 && $output is "no such file or directory">: New.
355 (prelink_yes): Likewise. Return on failed prelink_no.
356
5e3b36f8
JK
3572010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
358 Joel Brobecker <brobecker@adacore.com>
359
360 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
361 build_executable by build_executable_own_libs. Replace "prelink -R"
362 execution by a call of prelink_yes. Comment why "prelink -r" needs no
363 change.
364 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
365 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
366 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
367 Replace build_executable by build_executable_own_libs's function
368 build_executable_own_libs.
369 (prelinkNO): Create new stub to call prelink_no.
370 (prelinkYES): Create new stub to call prelink_yes.
371 (test_attach): Rename calls of copy to file_copy.
372 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
373 (copy): Move to ...
374 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
375 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
376 * gdb.base/prelink.exp: Disable testcase also for is_remote and
377 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
378 special flags by gdb_compile_shlib. Replace second gdb_compile by
379 build_executable_own_libs. Replace "prelink -R" execution by a call of
380 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
381 a second call of prelink_yes. Replace restart commands by
382 clean_restart.
383 (prelink): Rename to ...
384 (seen displacement message): ... this test. Extend its expectation
385 strictness.
386
86e4bafc
JK
3872010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
388
389 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
390 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
391 displacement message exactly once.
392
3cd07d20
JK
3932010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
394 Joel Brobecker <brobecker@adacore.com>
395
396 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
397 its restore after the <$relink_args != ""> loop. new comment.
398
0a1e94c7
JK
3992010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
400 Joel Brobecker <brobecker@adacore.com>
401
402 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
403 code for it. New variable relink_args.
404 (prelinkYES): Call prelinkNO.
405 (test_attach): Accept new parameter relink_args. Re-prelink the binary
406 in such case. Move the core code to ...
407 (test_attach_gdb): ... a new function. Send GDB command "file".
408 Extend expected "Attaching to " string.
409
2f70bcfb
TT
4102010-07-02 Tom Tromey <tromey@redhat.com>
411
412 * gdb.base/bitops.exp: Remove extraneous "pass".
413
a17ac5b0
TT
4142010-07-02 Ken Werner <ken.werner@de.ibm.com>
415
416 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
417
dc10affe
PA
4182010-07-01 Pedro Alves <pedro@codesourcery.com>
419
d41c0fc8
PA
420 * gdb.base/help.exp: Adjust expected output.
421
4222010-07-01 Pedro Alves <pedro@codesourcery.com>
423
424 * gdb.base/help.exp: Adjust expected output.
dc10affe 425
0a600c36
JK
4262010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
427
428 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
429 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
430 c++/11702.
431
37cc8bfe
JK
4322010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
433 Doug Evans <dje@google.com>
434
435 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
436 add .dynamic entry'.
437
254e6b9e
DE
4382010-06-29 Doug Evans <dje@google.com>
439
440 Test PR c++/11702.
441 * gdb.cp/m-static.exp: Add testcase.
442 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
443
595939de
PM
4442010-06-28 Phil Muldoon <pmuldoon@redhat.com>
445 Tom Tromey <tromey@redhat.com>
446 Thiago Jung Bauermann <bauerman@br.ibm.com>
447
448 * gdb.python/py-inferior.c: New File.
449 * gdb.python/py-infthread.c: New File.
450 * gdb.python/py-inferior.exp: New File.
451 * gdb.python/py-infthread.exp: New File.
452
98751a41
JK
4532010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
454
455 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
456 (ptype ::C::OtherFileClass typedefs): New.
457 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
458 (C::OtherFileClass::cOtherFileClassVar2): New.
459 (C::OtherFileClass::cOtherFileClassVar_use): Use also
460 cOtherFileClassVar2.
461 (C::cOtherFileType2, C::cOtherFileVar2): New.
462 (C::cOtherFileVar_use): use also cOtherFileVar2.
463 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
464
41f62f39
JK
4652010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
466
467 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
468 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
469 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
470 (print ::C::cOtherFileVar)
471 (whatis C::OtherFileClass::cOtherFileClassType)
472 (whatis ::C::OtherFileClass::cOtherFileClassType)
473 (print C::OtherFileClass::cOtherFileClassVar)
474 (print ::cOtherFileClassVar)
475 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
476 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
477 trailing content.
478 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
479 (C::OtherFileClass::cOtherFileClassVar)
480 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
481 (C::cOtherFileVar, C::cOtherFileVar_use): New.
482
af53d231
JK
4832010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
484
485 Test PR c++/11703 and PR gdb/1448.
486 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
487 gdb/1448.
488
9655fd1a
JK
4892010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
490
491 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
492 (main) <rtti_data>: New.
493 * gdb.cp/virtbase.exp (print rtti_data): New.
494
824cc8dd
JK
4952010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
496 Joel Brobecker <brobecker@adacore.com>
497
498 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
499
6036c742
JK
5002010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
501
502 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
503
de6a0421
DE
5042010-06-28 Doug Evans <dje@google.com>
505
506 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
507
b2dae948
DE
5082010-06-27 Doug Evans <dje@google.com>
509
510 * gdb.cp/m-static.exp: Update expected test output.
511
0f3bb72e
PH
5122010-06-25 Paul Hilfinger <hilfinger@adacore.com>
513
514 * gdb.gdb/selftest.exp: Adjust expected message for
515 capturing start-up runtime.
516
bc9f0842
TT
5172010-06-25 Tom Tromey <tromey@redhat.com>
518
519 PR python/10808:
520 * gdb.python/python.exp: Add new tests.
521
099ef718
SW
5222010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
523
524 * gdb.cp/operator.cc: Created an import loop.
525 * gdb.cp/operator.exp: Added testcase for import loop.
526
5868a632
JK
5272010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
528
529 Test PR python/11407.
530 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
531 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
532 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
533 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
534 executable_nofb and executable_fb. New variables srcsfile, objsfile,
535 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
536 binfile. Call gdb_compile with clean_restart twice.
537 (func_nofb print, func_nofb backtrace, func_loopfb print)
538 (func_loopfb backtrace): New.
539
af76db58
JK
5402010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
541
542 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
543 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
544 by a hand made one.
545 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
546 i?86 requirement. Remove variables srcfile and binfile. New variable
547 sources, executable_nofb and executable_fb. Call prepare_for_testing.
548
f2c7657e
UW
5492010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
550
551 * gdb.cell/dwarfaddr.exp: New file.
552 * gdb.cell/dwarfaddr.S: New file.
553
628fe4e4
JK
5542010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
555
556 Test PR 9436.
557 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
558
f1421989
HZ
5592010-06-24 Hui Zhu <teawater@gmail.com>
560
561 * gdb.base/eval.exp: New file.
562
d03285ec
UW
5632010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
564
565 * gdb.cell/fork.exp: New file.
566 * gdb.cell/fork.c: Likewise.
567 * gdb.cell/fork-spu.c: Likewise.
568
41b2c92d
PM
5692010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
570
571 * lib/gdb.exp (banned_variables_traced): New global variable.
572 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
573 (gdb_init): Use `trace add variable' instead of obsolete
574 `trace variable'.
575
d5bc977f
DE
5762010-06-21 Doug Evans <dje@google.com>
577
578 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
579
d2ed6730
UW
5802010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
581
582 * gdb.arch/spu-ls.exp: New file.
583 * gdb.arch/spu-ls.c: Likewise.
584
6aed2dbc
SS
5852010-06-18 Stan Shebs <stan@codesourcery.com>
586
587 * gdb.threads/thread-specific.exp: Add tests of $_thread.
588
e0756905
UW
5892010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
590
591 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
592 * gdb.base/watch-cond.exp: Likewise.
593 * gdb.python/py-breakpoint.exp: Likewise.
594
d8053d4d
PA
5952010-06-18 Pedro Alves <pedro@codesourcery.com>
596
597 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
598 clean_restart, make sure every test has a distinct message, and
599 that messages don't include the executable' full path.
600
81ce510c
DE
6012010-06-17 Doug Evans <dje@google.com>
602
603 * gdb.arch/i386-size.exp: Updated expected output for
604 DISASSEMBLY_OMIT_FNAME.
605
65d79d4b
SDJ
6062010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
607 Sergio Durigan Junior <sergiodj@redhat.com>
608
609 * gdb.base/watch-notconst.c: New file.
610 * gdb.base/watch-notconst.S: New file.
611 * gdb.base/watch-notconst2.c: New file.
612 * gdb.base/watch-notconst2.S: New file.
613 * gdb.base/watch-notconst.exp: New file.
614 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
615 (func4): Add operations on `global_ptr_ptr'.
616 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
617 routine to test watchpoints created with a constant expression.
618 (test_inaccessible_watchpoint): Include tests for watchpoints
619 created with a constant expression.
620
df0f4836
KB
6212010-06-14 Kevin Buettner <kevinb@redhat.com>
622
623 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
624 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
625 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
626 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
627 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
628 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
629 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
630 of `_start'.
631
b769def5
UW
6322010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
633
634 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
635 not supported on the target.
636 * gdb.mi/mi-nonstop-exit.exp: Likewise.
637 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
638 * gdb.mi/mi-nsintrall.exp: Likewise.
639 * gdb.mi/mi-nsmoribund.exp: Likewise.
640 * gdb.mi/mi-nsthrexec.exp: Likewise.
641
d914c394
SS
6422010-06-11 Stan Shebs <stan@codesourcery.com>
643
644 * gdb.base/permissions.exp: New file.
645
6462010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
647
648 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
649 does not support ELF executable class.
650
f3ce5b9c
UW
6512010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
652
653 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
654
8e46892c
JK
6552010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
656
657 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
658 (runto): Catch "The target does not support running in non-stop mode.".
659
6cc55c64
MS
6602010-06-11 Michael Snyder <msnyder@vmware.com>
661
662 * gdb.base/setshow.exp (set language asm): Don't use
663 gdb_test_no_output, fails on some targets.
664
caddefa4
UW
6652010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
666
667 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
668 * gdb.cp/pr9167.exp: Likewise.
669
468b1aa7
UW
6702010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
671
672 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
673
5c3552dc
UW
6742010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
675
676 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
677
02e6fe6a
UW
6782010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
679
680 * gdb.base/charset.c (main): Make sure malloc gets linked in.
681
0e03807e
TT
6822010-06-11 Tom Tromey <tromey@redhat.com>
683
684 PR gdb/9977, PR exp/11636::
685 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
686 (pieces_test_f6): Update expected output.
687
2bdf28a0
JK
6882010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
689
690 * gdb.base/moribund-step.exp: New.
691
f6978de9
MS
6922010-06-08 Michael Snyder <msnyder@vmware.com>
693
694 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
695 * gdb.ada/boolean_expr.exp:
696 * gdb.ada/frame_args.exp: Ditto.
697 * gdb.ada/lang_switch.exp: Ditto.
698 * gdb.ada/ptype_arith_binop.exp: Ditto.
699 * gdb.ada/ref_param.exp: Ditto.
700 * gdb.ada/type_coercion.exp:Ditto.
701
702 * gdb.asm/asm-source.exp: Ditto.
703
704 * gdb.base/attach.exp: Ditto.
705 * gdb.base/bitfields2.exp: Ditto.
706 * gdb.base/call-signal-resume.exp: Ditto.
707 * gdb.base/callfuncs.exp: Ditto.
708 * gdb.base/commands.exp: Ditto.
709 * gdb.base/dbx.exp: Ditto.
710 * gdb.base/default.exp: Ditto.
711 * gdb.base/dump.exp: Ditto.
712 * gdb.base/exprs.exp: Ditto.
713 * gdb.base/freebpcmd.exp: Ditto.
714 * gdb.base/interrupt.exp: Ditto.
715 * gdb.base/list.exp: Ditto.
716 * gdb.base/long_long.exp: Ditto.
717 * gdb.base/maint.exp: Ditto.
718 * gdb.base/ptype.exp: Ditto.
719 * gdb.base/return.exp: Ditto.
720 * gdb.base/setshow.exp: Ditto.
721 * gdb.base/sigbpt.exp: Ditto.
722 * gdb.base/sigrepeat.exp: Ditto.
723
724 * gdb.cp/classes.exp: Ditto.
725
726 * gdb.dwarf2/dw2-restore.exp: Ditto.
727
728 * gdb.gdb/selftest.exp: Ditto.
729
730 * gdb.multi/base.exp: Ditto.
731 * gdb.multi/bkpt-multi-exec.exp: Ditto.
732
733 * gdb.python/py-block.exp: Ditto.
734 * gdb.python/py-prettyprint.exp: Ditto.
735 * gdb.python/py-template.exp: Ditto.
736
737 * gdb.server/ext-attach.exp: Ditto.
738 * gdb.server/ext-run.exp: Ditto.
739 * gdb.server/server-mon.exp: Ditto.
740
741 * gdb.threads/fork-thread-pending.exp: Ditto.
742 * gdb.threads/hand-call-in-threads.exp: Ditto.
743 * gdb.threads/interrupted-hand-call.exp: Ditto.
744 * gdb.threads/linux-dp.exp: Ditto.
745 * gdb.threads/manythreads.exp: Ditto.
746 * gdb.threads/print-threads.exp: Ditto.
747 * gdb.threads/pthreads.exp: Ditto.
748 * gdb.threads/schedlock.exp: Ditto.
749 * gdb.threads/thread-unwindonsignal.exp: Ditto.
750 * gdb.threads/threadapply.exp: Ditto.
751
de7ff789
MS
7522010-06-08 Michael Snyder <msnyder@vmware.com>
753
754 * gdb.ada/exec_changed.exp:
755 Use ".*" instead of "" as wildcard regexp.
756
757 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
758 * gdb.base/call-ar-st.exp: Ditto.
759 * gdb.base/checkpoint.exp: Ditto.
760 * gdb.base/default.exp: Ditto.
761 * gdb.base/dump.exp: Ditto.
762 * gdb.base/ending-run.exp: Ditto.
763 * gdb.base/fileio.exp: Ditto.
764 * gdb.base/miscexprs.exp: Ditto.
765 * gdb.base/pointers.exp: Ditto.
766 * gdb.base/readline.exp: Ditto.
767 * gdb.base/reread.exp: Ditto.
768 * gdb.base/restore.exp: Ditto.
769 * gdb.base/shlib-call.exp: Ditto.
770 * gdb.base/valgrind-db-attach.exp: Ditto.
771 * gdb.base/volatile.exp: Ditto.
772 * gdb.base/watchpoints.exp: Ditto.
773
774 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
775
776 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
777 * gdb.python/py-value.exp: Ditto.
778
779 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
780 * gdb.trace/circ.exp: Ditto.
781 * gdb.trace/collection.exp: Ditto.
782 * gdb.trace/packetlen.exp: Ditto.
783 * gdb.trace/passc-dyn.exp: Ditto.
784 * gdb.trace/report.exp: Ditto.
785 * gdb.trace/tfile.exp: Ditto.
786 * gdb.trace/tfind.exp: Ditto.
787 * gdb.trace/while-dyn.exp: Ditto.
788
3bebe2f2
JK
7892010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
790
791 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
792
5c631832
JK
7932010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
794
795 Test PR 10640.
796 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
797
4c3376c8
SW
7982010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
799
800 * gdb.cp/koenig.exp: Test for ADL operators.
801 * gdb.cp/koenig.cc: Added ADL operators.
802 * gdb.cp/operator.exp: New test.
803 * gdb.cp/operator.cc: New test.
804
dc226d5a
MS
8052010-06-04 Michael Snyder <msnyder@vmware.com>
806
dfb88a23
MS
807 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
808 * gdb.base/pending.exp: Ditto.
f7ae76b3 809
dc226d5a
MS
810 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
811
967cf477
DE
8122010-06-04 Doug Evans <dje@google.com>
813
814 * gdb.python/py-prettyprint.exp: Add new test for enabled and
815 disabled printers.
816 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
817 (enable_lookup_function): New function.
818
eb801841
TT
8192010-06-04 Tom Tromey <tromey@redhat.com>
820
821 * gdb.python/py-value.exp (test_value_hash): Don't test equality
822 of hash and id.
823
38979823
JK
8242010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
825
826 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
827 newline.
828 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
829 (empty verbose non-noisy clear, empty verbose noisy clear)
830 (empty non-verbose noisy clear): Likewise.
831
35ec993f
MS
8322010-06-03 Michael Snyder <msnyder@vmware.com>
833
834 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
835 * gdb.base/display.exp: Ditto.
836 * gdb.base/find.exp: Ditto.
837 * gdb.base/ifelse.exp: Ditto.
838 * gdb.base/multi-forks.exp: Ditto.
839 * gdb.base/recurse.exp: Ditto.
840 * gdb.base/setshow.exp: Ditto.
841 * gdb.base/value-double-free.exp: Ditto.
842 * gdb.base/watch-vfork.exp: Ditto.
843 * gdb.base/watch_thread_num.exp: Ditto.
844 * gdb.base/watchpoint-solib.exp: Ditto.
845 * gdb.base/watchpoint.exp: Ditto.
846 * gdb.base/watchpoints.exp: Ditto.
847
848 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
849 * gdb.cp/overload.exp: Ditto.
850 * gdb.cp/virtfunc.exp: Ditto.
851
852 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
853
854 * gdb.reverse/watch-precsave.exp:
855 Replace gdb_test with gdb_test_no_output.
856
857 * gdb.threads/attach-into-signal.exp:
858 Replace gdb_test with gdb_test_no_output.
859 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
860 * gdb.threads/watchthreads.exp: Ditto.
861 * gdb.threads/watchthreads2.exp: Ditto.
862
863 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
864 * gdb.trace/tfind.exp: Ditto.
865
c22decce
JB
8662010-06-03 Joel Brobecker <brobecker@adacore.com>
867
868 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
869 successful test if message is the empty string.
870
fd5700c7
JK
8712010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
872
873 * gdb.fortran/module.exp (stopped language detection): New test.
874
f55ee35c
JK
8752010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
876
877 Support DW_TAG_module as separate namespaces.
878 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
879 gdb.fortran/library-module-lib.f90: New.
880 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
881 (print i): Remove.
882 (continue to breakpoint: i-is-1, print var_i value 1)
883 (continue to breakpoint: i-is-2, print var_i value 2)
884 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
885 (print var_d, print var_i value 14, ptype modmany, complete `modm)
886 (complete `modmany, complete `modmany`, complete `modmany`var)
887 (show language, setting breakpoint at module): New tests.
888 * gdb.fortran/module.f90 (module mod): Remove.
889 (module mod1, module mod2, module modmany, subroutine sub1)
890 (subroutine sub2, program module): New.
891
b8e8282f
JK
8922010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
893
894 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
895 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
896 * gdb.cp/anon-union.exp (pass): Rename to ...
897 (print z 2): ... here.
b8e8282f 898
019ebafc
MS
8992010-06-02 Michael Snyder <msnyder@vmware.com>
900
e68d8fd4
MS
901 * gdb.trace/actions.exp: Use gdb_test_no_output.
902 * gdb.trace/circ.exp: Ditto.
903 * gdb.trace/packetlen.exp: Ditto.
904 * gdb.trace/save-trace.exp: Ditto.
905 * gdb.trace/tracecmd.exp: Ditto.
906 * gdb.trace/tsv.exp: Ditto.
907
12b5d08a
MS
908 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
909 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
910 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
911 * gdb.threads/manythreads.exp: Ditto.
912 * gdb.threads/print-threads.exp: Ditto.
913 * gdb.threads/pthreads.exp: Ditto.
914 * gdb.threads/schedlock.exp: Ditto.
915 * gdb.threads/staticthreads.exp: Ditto.
916 * gdb.threads/thread-specific.exp: Ditto.
917 * gdb.threads/thread-unwindonsignal.exp: Ditto.
918 * gdb.threads/threadapply.exp: Ditto.
919 * gdb.threads/watchthreads.exp: Ditto.
920 * gdb.threads/watchthreads2.exp: Ditto.
921
89493308
MS
922 * gdb.python/py-block.exp: Use gdb_test_no_output.
923 * gdb.python/py-prettyprint.exp: Ditto.
924 * gdb.python/py-template.exp: Ditto.
925 * gdb.python/py-value.exp: Ditto.
926
927 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
928 * gdb.reverse/watch-reverse.exp: Ditto.
929
930 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
931 * gdb.server/ext-run.exp: Ditto.
932
019ebafc
MS
933 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
934 * gdb.dwarf2/dw2-compressed.exp: Ditto.
935 * gdb.dwarf2/dw2-intercu.exp: Ditto.
936 * gdb.dwarf2/dw2-intermix.exp: Ditto.
937 * gdb.dwarf2/dw2-producer.exp: Ditto.
938 * gdb.dwarf2/mac-fileno.exp: Ditto.
939
940 * gdb.gdb/observer.exp: Use gdb_test_no_output.
941 * gdb.gdb/selftest.exp: Ditto.
942
943 * gdb.multi/base.exp: Use gdb_test_no_output.
944
945 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
946
3e0ca3a5
JK
9472010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
948
949 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
950
9db70545
MS
9512010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
952
a8d52276
MS
953 * gdb.cp/class2.exp: Use gdb_test_no_output.
954 * gdb.cp/classes.exp: Ditto.
955 * gdb.cp/extern-c.exp: Ditto.
956 * gdb.cp/inherit.exp: Ditto.
957 * gdb.cp/maint.exp: Ditto.
958 * gdb.cp/mb-inline.exp: Ditto.
959 * gdb.cp/mb-templates.exp: Ditto.
960 * gdb.cp/method2.exp: Ditto.
961 * gdb.cp/misc.exp: Ditto.
962 * gdb.cp/ovldbreak.exp: Ditto.
963 * gdb.cp/punctuator.exp: Ditto.
964 * gdb.cp/templates.exp: Ditto.
965 * gdb.cp/virtbase.exp: Ditto.
966
9db70545
MS
967 * gdb.threads/attach-stopped.exp:
968 Replace uses of send_gdb / gdb_expect.
969 * gdb.threads/attachstop-mt.exp:
970 Replace uses of send_gdb / gdb_expect.
971 * gdb.threads/gcore-thread.exp:
972 Replace uses of send_gdb / gdb_expect.
973 * gdb.threads/hand-call-in-threads.exp:
974 Replace uses of send_gdb / gdb_expect.
975 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
976 * gdb.threads/print-threads.exp:
977 Replace uses of send_gdb / gdb_expect.
978 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
979 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
980 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
981
982 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
983 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
984 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
985 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
986 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
987 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
988 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
989 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
990 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
991 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
992 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
993
359cc68c
JK
9942010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
995
996 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
997
7d3fe98e
SW
9982010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
999
1000 * gdb.cp/koenig.exp: Added new test case.
1001 * gdb.cp/koenig.cc: Ditto.
1002
27d3a1a2
MS
10032010-06-01 Michael Snyder <msnyder@vmware.com>
1004
1005 * gdb.base/arithmet.exp: Use gdb_test_no_output.
1006 * gdb.base/arrayidx.exp: Ditto.
1007 * gdb.base/attach.exp: Ditto.
1008 * gdb.base/auxv.exp: Ditto.
1009 * gdb.base/bigcre.exp: Ditto.
1010 * gdb.base/break-always.exp: Ditto.
1011 * gdb.base/break-interp.exp: Ditto.
1012 * gdb.base/break.exp: Ditto.
1013 * gdb.base/breakpoint-shadow.exp: Ditto.
1014 * gdb.base/call-ar-st.exp: Ditto.
1015 * gdb.base/call-sc.exp: Ditto.
1016 * gdb.base/call-signal-resume.exp: Ditto.
1017 * gdb.base/callfuncs.exp: Ditto.
1018 * gdb.base/catch-syscall.exp: Ditto.
1019 * gdb.base/charset.exp: Ditto.
1020 * gdb.base/code-expr.exp: Ditto.
1021 * gdb.base/commands.exp: Ditto.
1022 * gdb.base/cond-expr.exp: Ditto.
1023 * gdb.base/condbreak.exp: Ditto.
1024 * gdb.base/cursal.exp: Ditto.
1025 * gdb.base/cvexpr.exp: Ditto.
1026 * gdb.base/default.exp: Ditto.
1027 * gdb.base/del.exp: Ditto.
1028 * gdb.base/detach.exp: Ditto.
1029 * gdb.base/display.exp: Ditto.
1030 * gdb.base/ena-dis-br.exp: Ditto.
1031 * gdb.base/eval-skip.exp: Ditto.
1032 * gdb.base/foll-fork.exp: Ditto.
1033 * gdb.base/foll-vfork.exp: Ditto.
1034 * gdb.base/frame-args.exp: Ditto.
1035 * gdb.base/funcargs.exp: Ditto.
1036 * gdb.base/gcore-buffer-overflow.exp: Ditto.
1037 * gdb.base/gdbvars.exp: Ditto.
1038 * gdb.base/help.exp: Ditto.
1039 * gdb.base/ifelse.exp: Ditto.
1040 * gdb.base/included.exp: Ditto.
1041 * gdb.base/list.exp: Ditto.
1042 * gdb.base/macscp.exp: Ditto.
1043 * gdb.base/maint.exp: Ditto.
1044 * gdb.base/multi-fork.exp: Ditto.
1045 * gdb.base/overlays.exp: Ditto.
1046 * gdb.base/page.exp: Ditto.
1047 * gdb.base/pending.exp: Ditto.
1048 * gdb.base/pointers.exp: Ditto.
1049 * gdb.base/pr11022.exp: Ditto.
1050 * gdb.base/prelink.exp: Ditto.
1051 * gdb.base/printcmds.exp: Ditto.
1052 * gdb.base/psymtab.exp: Ditto.
1053 * gdb.base/randomize.exp: Ditto.
1054 * gdb.base/relational.exp: Ditto.
1055 * gdb.base/relocate.exp: Ditto.
1056 * gdb.base/remote.exp: Ditto.
1057 * gdb.base/sepdebug.exp: Ditto.
1058 * gdb.base/set-lang-auto.exp: Ditto.
1059 * gdb.base/setshow.exp: Ditto.
1060 * gdb.base/setvar.exp: Ditto.
1061 * gdb.base/signals.exp: Ditto.
1062 * gdb.base/signull.exp: Ditto.
1063 * gdb.base/sigstep.exp: Ditto.
1064 * gdb.base/sizeof.exp: Ditto.
1065 * gdb.base/solib-disc.exp: Ditto.
1066 * gdb.base/store.exp: Ditto.
1067 * gdb.base/structs.exp: Ditto.
1068 * gdb.base/structs2.exp: Ditto.
1069 * gdb.base/subst.exp: Ditto.
1070 * gdb.base/term.exp: Ditto.
1071 * gdb.base/trace-commands.exp: Ditto.
1072 * gdb.base/unwindonsignal.exp: Ditto.
1073 * gdb.base/valgrind-db-attach.exp: Ditto.
1074 * gdb.base/varargs.exp: Ditto.
1075 * gdb.base/watch-cond.exp: Ditto.
1076 * gdb.base/watch_thread_num.exp: Ditto.
1077 * gdb.base/watchpoint-cond-gone.exp: Ditto.
1078 * gdb.base/watchpoint.exp: Ditto.
1079 * gdb.base/whatis-exp.exp: Ditto.
1080
f8d3bf8f
MS
10812010-06-01 Michael Snyder <msnyder@vmware.com>
1082
1083 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
1084 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
1085 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
1086 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
1087 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
1088 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
1089 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
1090 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
1091 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
1092 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
1093 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
1094 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
1095 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
1096 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
1097 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
1098
3f9e0d32
JK
10992010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1100
1101 * gdb.base/commands.exp (begin commands on watch): Remove excessive
1102 trailing newline.
1103 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
1104 * gdb.java/jmisc.exp (p *args\n): Rename to ...
1105 (p *args): ... here and remove excessive trailing newline.
1106
f629457d
JB
11072010-05-31 Joel Brobecker <brobecker@adacore.com>
1108
1109 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
1110
09eef106
JK
11112010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1112
1113 Accept the new Linux kernel "t (tracing stop)" string.
1114 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
1115 Update comment.
1116 (state_wait) <T (tracing stop)>: New.
1117 (main): Update the state_wait expect string.
1118
94f31136
PA
11192010-05-28 Pedro Alves <pedro@codesourcery.com>
1120
1121 * limits.c, limits.exp: Delete files.
1122 * Makefile.in (clean mostlyclean): Adjust.
1123 * tracecmd.exp: Adjust.
1124
096554ab
JK
11252010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1126
1127 * gdb.base/tui-layout.exp: New.
1128
27d3a1a2 11292010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50
MS
1130
1131 * gdb.reverse/break-precsave.exp:
1132 Replace uses of send_gdb / gdb_expect.
1133 * gdb.reverse/break-reverse.exp:
1134 Replace uses of send_gdb / gdb_expect.
1135 * gdb.reverse/consecutive-precsave.exp:
1136 Replace uses of send_gdb / gdb_expect.
1137 * gdb.reverse/consecutive-reverse.exp:
1138 Replace uses of send_gdb / gdb_expect.
1139 * gdb.reverse/finish-precsave.exp:
1140 Replace uses of send_gdb / gdb_expect.
1141 * gdb.reverse/finish-reverse.exp:
1142 Replace uses of send_gdb / gdb_expect.
1143 * gdb.reverse/i386-precsave.exp:
1144 Replace uses of send_gdb / gdb_expect.
1145 * gdb.reverse/i386-reverse.exp:
1146 Replace uses of send_gdb / gdb_expect.
1147 * gdb.reverse/i386-sse-reverse.exp:
1148 Replace uses of send_gdb / gdb_expect.
1149 * gdb.reverse/i387-env-reverse.exp:
1150 Replace uses of send_gdb / gdb_expect.
1151 * gdb.reverse/i387-stack-reverse.exp:
1152 Replace uses of send_gdb / gdb_expect.
1153 * gdb.reverse/machinestate-precsave.exp:
1154 Replace uses of send_gdb / gdb_expect.
1155 * gdb.reverse/machinestate.exp:
1156 Replace uses of send_gdb / gdb_expect.
1157 * gdb.reverse/sigall-precsave.exp:
1158 Replace uses of send_gdb / gdb_expect.
1159 * gdb.reverse/sigall-reverse.exp:
1160 Replace uses of send_gdb / gdb_expect.
1161 * gdb.reverse/solib-precsave.exp:
1162 Replace uses of send_gdb / gdb_expect.
1163 * gdb.reverse/solib-reverse.exp:
1164 Replace uses of send_gdb / gdb_expect.
1165 * gdb.reverse/step-precsave.exp:
1166 Replace uses of send_gdb / gdb_expect.
1167 * gdb.reverse/step-reverse.exp:
1168 Replace uses of send_gdb / gdb_expect.
1169 * gdb.reverse/until-precsave.exp:
1170 Replace uses of send_gdb / gdb_expect.
1171 * gdb.reverse/until-reverse.exp:
1172 Replace uses of send_gdb / gdb_expect.
1173 * gdb.reverse/watch-precsave.exp:
1174 Replace uses of send_gdb / gdb_expect.
1175 * gdb.reverse/watch-reverse.exp:
1176 Replace uses of send_gdb / gdb_expect.
1177
3def43e0
JK
11782010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1179
1180 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
1181 excessive newline.
1182
27d3a1a2 11832010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
1184
1185 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
1186 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
1187 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
1188 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
1189 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
1190 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
1191 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
1192 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
1193 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
1194 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
1195 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
1196 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
1197 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
1198 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
1199 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
1200 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
1201 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
1202 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
1203 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 1204
27d3a1a2 12052010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 1206
22454424
MS
1207 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
1208 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
1209
1210 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
1211 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
1212 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
1213
1214 * gdb.reverse/consecutive-reverse.exp:
1215 Replace uses of send_gdb / gdb_expect.
1216 * gdb.reverse/consecutive-precsave.exp:
1217 Replace uses of send_gdb / gdb_expect.
1218
1219 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
1220 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
1221 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
1222 * gdb.mi/mi-ns-stale-regcache.exp:
1223 Replace uses of send_gdb / gdb_expect.
1224 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
1225 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
1226 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
1227 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
1228 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
1229 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
1230 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
1231 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
1232 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
1233
12342010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 1235
22454424 1236 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 1237
22454424 1238 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 1239
22454424
MS
1240 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
1241 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
1242 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
1243 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
1244 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
1245 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
1246 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
1247 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
1248 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 1249
6e5f2c59
TT
12502010-05-25 Tom Tromey <tromey@redhat.com>
1251
1252 * gdb.base/macscp.exp: Add missing space after setup_kfail.
1253
bbc8b958
TT
12542010-05-25 Tom Tromey <tromey@redhat.com>
1255
1256 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
1257 argument order.
1258 * gdb.base/macscp.exp: Fix setup_kfail argument order.
1259 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
1260 order.
1261 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
1262 order.
1263 * gdb.base/call-sc.exp (setup_kfails): Remove.
1264 (setup_compiler_kfails): Remove.
1265 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
1266 argument order.
1267 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
1268 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
1269 (advancei): Fix setup_kfail argument order.
1270 * gdb.base/radix.exp: Fix setup_kfail argument order.
1271 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
1272 order.
1273 * gdb.base/structs.exp (setup_kfails): Remove.
1274 (setup_compiler_kfails): Fix setup_kfail argument order.
1275 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
1276 order.
1277 * gdb.java/jmain.exp: Fix setup_kfail argument order.
1278 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
1279 setup_kfail argument order.
1280 * gdb.cp/overload.exp: Fix setup_kfail argument order.
1281
83d1babf
TT
12822010-05-25 Tom Tromey <tromey@redhat.com>
1283
1284 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
1285
6acb16a2
MS
12862010-05-25 Michael Snyder <msnyder@vmware.com>
1287
1288 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
1289 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
1290 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
1291 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
1292 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
1293 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
1294 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
1295 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
1296 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
1297 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
1298 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
1299 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
1300 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
1301 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
1302 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
1303 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
1304 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
1305 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
1306 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
1307 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
1308 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
1309 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
1310 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
1311 * gdb.base/default.exp: Replace send_gdb with gdb_test.
1312 * gdb.base/define.exp: Replace send_gdb with gdb_test.
1313 * gdb.base/display.exp: Replace send_gdb with gdb_test.
1314 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
1315 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
1316 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
1317 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
1318 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
1319 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
1320 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
1321 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
1322 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
1323 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
1324 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
1325 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
1326 * gdb.base/help.exp: Replace send_gdb with gdb_test.
1327 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
1328 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
1329 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
1330 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
1331 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
1332 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
1333 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
1334 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 1335 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
1336
13372010-05-25 Doug Evans <dje@google.com>
1338
1339 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
1340 gdb.string_to_argv.
ad3986f0 1341
d3b1e874
TT
13422010-05-21 Tom Tromey <tromey@redhat.com>
1343
1344 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
1345 Call it.
1346 * gdb.dwarf2/pieces.S: Update.
1347 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
1348
cb826367
TT
13492010-05-21 Tom Tromey <tromey@redhat.com>
1350
1351 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
1352 Call it.
1353 * gdb.dwarf2/pieces.c (struct C): New.
1354 (f6): New function.
1355 * gdb.dwarf2/pieces.S: Replace.
1356
74de6778
TT
13572010-05-21 Tom Tromey <tromey@redhat.com>
1358
1359 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
1360 Call it.
1361
afd74c5f
TT
13622010-05-21 Tom Tromey <tromey@redhat.com>
1363
1364 * gdb.dwarf2.pieces.exp: New file.
1365 * gdb.dwarf2.pieces.S: New file.
1366 * gdb.dwarf2.pieces.c: New file.
1367
a7b75dfd
JB
13682010-05-20 Pedro Alves <pedro@codesourcery.com>
1369 Joel Brobecker <brobecker@adacore.com>
1370
1371 * lib/gdb.exp (gdb_test_no_output): New function.
1372 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
1373 when testing commands that should produce no output.
1374
c81c812a
JB
13752010-05-17 Joel Brobecker <brobecker@adacore.com>
1376
1377 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
1378 parameter that we want to watch being a constant.
1379
0cce5bd9
JB
13802010-05-17 Joel Brobecker <brobecker@adacore.com>
1381
1382 * gdb.ada/cond_lang: New testcase.
1383
47050449
JB
13842010-05-17 Joel Brobecker <brobecker@adacore.com>
1385
1386 * lib/gdb.exp (banned_variables): New variable/constant.
1387 (gdb_init): Add write trace on variables listed in banned_variables.
1388 (gdb_finish): Remove write traces on variables listed in
1389 banned_variables.
1390
77c01586
JB
13912010-05-17 Joel Brobecker <brobecker@adacore.com>
1392
1393 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
1394 * gdb.cp/koenig.exp: Likewise.
1395
88d4aea7
PM
13962010-05-14 Phil Muldoon <pmuldoon@redhat.com>
1397
1398 PR python/11482
1399
1400 * gdb.python/py-value.exp (test_value_hash): New function.
1401
f5a010c0
PM
14022010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
1403
1404 PR exp/11530.
1405 * gdb.base/gdb11530.c: New file.
1406 * gdb.base/gdb11530.exp: New file.
1407
8ef4892f
JK
14082010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1409
1410 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
1411 * gdb.dwarf2/dw2-modula2-self-type.S: New.
1412
7322dca9
SW
14132010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
1414
1415 * gdb.cp/koenig.exp: New test.
1416 * gdb.cp/koenig.cc: New test program.
1417
02e7ea18
JB
14182010-05-05 Joel Brobecker <brobecker@adacore.com>
1419
1420 Remove the use of prms_id and bug_id throughout the testsuite.
1421
e1c34c5d
PM
14222010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
1423
1424 PR exp/11349.
1425 * testsuite/gdb.cp/ref-types.exp: Add test to examine
1426 use a reference local variable.
1427
8e1d0c49
JK
14282010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1429
1430 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
1431 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
1432 variable different_dir. Move debugfile into a full directory pathname
1433 under DIFFERENT_DIR.
1434 * lib/gdb.exp (separate_debug_filename): Remove.
1435 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
1436 variable debug_dir and mkdir of it. Update function comments.
1437
e66408ed
PA
14382010-04-29 Pedro Alves <pedro@codesourcery.com>
1439
1440 PR gdb/11557
1441
1442 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
1443 files.
1444
d7b32ed3
PM
14452010-04-29 Phil Muldoon <pmuldoon@redhat.com>
1446
1447 * gdb.python/py-param.exp: New File.
1448
6aecb9c2
JB
14492010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1450
1451 * gdb.base/default.exp: Fix "set language" test.
1452
bdf92a1c
PM
14532010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
1454
1455 PR breakpoints/11531.
1456 * gdb.base/gdb11531.c: New file.
1457 * gdb.base/gdb11531.exp: New file.
1458
3f172e24
TT
14592010-04-26 Tom Tromey <tromey@redhat.com>
1460
1461 * gdb.base/completion.exp: Add tests for completion and deprecated
1462 commands.
1463
64af4c92
JK
14642010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1465
1466 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
1467 (print /x char_array): Escape curly brackets.
1468
492928e4
JK
14692010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1470
1471 Fix deadlock on looped list of loaded shared objects.
1472 * gdb.base/solib-corrupted.exp: New.
1473
66d09542
DE
14742010-04-23 Doug Evans <dje@google.com>
1475
1476 * gdb.python/py-section-script.c: New file.
1477 * gdb.python/py-section-script.exp: New file.
1478 * gdb.python/py-section-script.py: New file.
1479
8bd10a10
CM
14802010-04-20 Chris Moller <cmoller@redhat.com>
1481
1482 PR 10179
1483
1484 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
1485 * gdb.base/pr10179-a.c:
1486 * gdb.base/pr10179-b.c:
1487 * gdb.base/pr10179.exp: New files.
1488
c0201579
JK
14892010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1490
1491 Fix crashes on dangling display expressions.
1492 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
1493 is SEP.
1494 (lib_flags): Remove the "debug" keyword.
1495 (libsepdebug): New variable for iterating new loop.
1496 (save_pf_prefix): New variable wrapping the loop.
1497 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
1498 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
1499
793b0ff8
PM
15002010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1501
1502 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
1503
097f51f7
PM
15042010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1505
1506 PR stabs/11479.
1507 * gdb.stabs/gdb11479.exp: New file.
1508 * gdb.stabs/gdb11479.c: New file.
1509
9a22f0d0
PM
15102010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1511
1512 * gdb.base/charset.c (Strin16, String32): New variables.
1513 * gdb.base/charset.exp (gdb_test): Test correct display
1514 of 16 or 32 bit strings.
1515
15162010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
1517
1518 PR 9167
1519 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
1520 * gdb.cp/pr9167.cc: New file.
1521 * gdb.cp/pr9167.exp: New file.
1522
1523
6e354e5e
PM
15242010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
1525
1526 PR pascal/11492.
1527 * gdb.pascal/gdb11492.pas: New file.
1528 * gdb.pascal/gdb11492.exp: New file.
1529
be942545
JB
15302010-04-20 Joel Brobecker <brobecker@adacore.com>
1531
1667e6e3 1532 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 1533
0c3acc09
JB
15342010-04-20 Joel Brobecker <brobecker@adacore.com>
1535
1536 * gdb.ada/dyn_loc: New testcase.
1537
ec31cde5
CM
15382010-04-20 Chris Moller <cmoller@redhat.com>
1539
1540 PR 10867
1541
1542 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
1543 * gdb.cp/pr10687.cc: New file.
1544 * gdb.cp/pr10687.exp: New file.
1545
1546
ce4b0682
SDJ
15472010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1548 Sergio Durigan Junior <sergiodj@redhat.com>
1549
1550 * gdb.fortran/logical.exp: New testcase.
1551 * gdb.fortran/logical.f90: New file.
1552
3436961f
DE
15532010-04-19 Doug Evans <dje@google.com>
1554
1555 * gdb.base/help.exp (help source): Update expected output.
1556
4d836c09
JK
15572010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1558
1559 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
1560 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
1561 gdb_exit and return.
1562 (executable): New variable.
1563 (binfile): Use it.
1564
6149aea9
PA
15652010-04-19 Pedro Alves <pedro@codesourcery.com>
1566
1567 PR breakpoints/8554.
1568
1569 * gdb.trace/save-trace.exp: Adjust.
1570
ed41462c
L
15712010-04-17 H.J. Lu <hongjiu.lu@intel.com>
1572
1573 PR corefiles/11511
1574 * gdb.arch/system-gcore.exp: New.
1575 * gdb.arch/gcore.c: Likewise.
1576
3f7b2faa
DE
15772010-04-15 Doug Evans <dje@google.com>
1578
fa33c3cd
DE
1579 * gdb.python/py-progspace.c: New file.
1580 * gdb.python/py-progspace.exp: New file.
1581
3f7b2faa
DE
1582 * gdb.base/source.exp: Add tests for "source -s".
1583
79f283fe
PM
15842010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1585
1586 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
1587 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
1588 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
1589 * gdb.python/py-mi.exp: New test for to_string returning None.
1590
fc8eb08a
PM
15912010-04-12 Phil Muldoon <pmuldoon@redhat.com>
1592
1593 * gdb.python/py-breakpoint.c: Make result global.
1594
26e197f6
JK
15952010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1596
1597 Fix non-GNU make compatibility.
1598 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
1599
adc36818
PM
16002010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1601
1602 * gdb.python/py-breakpoint.exp: New File.
1603 * gdb.python/py-breakpoint.C: Ditto.
1604
64e17368
SS
16052010-04-08 Stan Shebs <stan@codesourcery.com>
1606
1607 * gdb.trace/actions.exp: Clear default-collect.
1608 * gdb.trace/save-trace.exp: Clear default-collect.
1609
fff5cc64
PM
16102010-04-08 Phil Muldoon <pmuldoon@redhat.com>
1611
1612 * gdb.python/py-value: Add null string variable.
1613 (test_lazy_string): Test zero length, NULL address lazy
1614 strings.
1615
a055a187
L
16162010-04-07 H.J. Lu <hongjiu.lu@intel.com>
1617
1618 * gdb.arch/i386-avx.c: New.
1619 * gdb.arch/i386-avx.exp: Likewise.
1620
1621 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
1622
96e39866
DE
16232010-04-06 Doug Evans <dje@google.com>
1624
1625 * gdb.base/source-test.gdb: New file.
1626 * gdb.base/source.exp: Test source -v.
1627
5984a431
UW
16282010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1629
1630 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
1631
ec8a089a
PM
16322010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
1633
1634 * gdb.stabs/aout.sed: Convert all backslash to double backslash
1635 within one line, unless it is followed by a double quote.
1636 * gdb.stabs/hppa.sed: Idem.
1637 * gdb.stabs/weird.def: Add char and String constants
1638 * gdb.stabs/weird.exp: Check for correct parsing of
1639 chhar and string constants.
1640 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
1641 in .stabs to .stabx substitution.
1642
fce3c1f0
SS
16432010-04-05 Stan Shebs <stan@codesourcery.com>
1644
1645 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
1646 constant global.
1647 * gdb.trace/tfile.exp: Try to print them.
1648
d77f58be
SS
16492010-04-04 Stan Shebs <stan@codesourcery.com>
1650
1651 * gdb.base/completion.exp: Update for new "info watchpoints".
1652 * gdb.base/default.exp: Ditto.
1653 * gdb.base/help.exp: Ditto.
1654 * gdb.base/watchpoint.exp: Ditto.
1655 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
1656
af54718e
SS
16572010-04-04 Stan Shebs <stan@codesourcery.com>
1658
1659 * gdb.trace/tfile.exp: Sharpen tfind test.
1660
74d1f91e
JK
16612010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1662
1663 * gdb.base/break-entry.exp: New.
1664
eb8e76db
HZ
16652010-04-02 Hui Zhu <teawater@gmail.com>
1666 Michael Snyder <msnyder@vmware.com>
1667
1668 * gdb.reverse/i386-sse-reverse.exp: New file.
1669 * gdb.reverse/i386-sse-reverse.c: New file.
1670
bf65cad8
PA
16712010-04-02 Pedro Alves <pedro@codesourcery.com>
1672
1673 * gdb.trace/tfind.exp: Adjust expected disassembly output.
1674
fff87407
SS
16752010-04-01 Stan Shebs <stan@codesourcery.com>
1676
1677 * gdb.trace/actions.exp: Tweak expected output.
1678 * gdb.trace/while-stepping.exp: Tweak expected output.
1679
fe01d668
L
16802010-04-01 H.J. Lu <hongjiu.lu@intel.com>
1681
1682 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
1683
86b17b60
PA
16842010-04-01 Pedro Alves <pedro@codesourcery.com>
1685
1686 * gdb.base/commands.exp: Adjust.
1687 * gdb.cp/extern-c.exp: Adjust.
1688
2c58c0a9
PA
16892010-04-01 Pedro Alves <pedro@codesourcery.com>
1690
1691 * gdb.trace/collection.c (local_test_func): Define a local struct,
1692 and instanciate it.
1693
0db9b91c
PA
16942010-04-01 Pedro Alves <pedro@codesourcery.com>
1695
1696 * gdb.trace/collection.exp (gdb_collect_args_test)
1697 (gdb_collect_argarray_test): XFAIL the tests that assume the
1698 argarray argument's elements are collected.
1699
8072405b
JK
17002010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1701
1702 * gdb.dwarf2/dw2-bad-parameter-type.exp,
1703 gdb.dwarf2/dw2-bad-parameter-type.S: New.
1704
8bf6485c
SS
17052010-03-31 Stan Shebs <stan@codesourcery.com>
1706
1707 * gdb.trace/save-trace.exp: Test save/restore of default-collect
1708 and tracepoint conditionals.
1709 (gdb_verify_tracepoints): Delete unused return.
1710
fd7f724a
KS
17112010-03-26 Keith Seitz <keiths@redhat.com>
1712
1713 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
1714 appear in the output before main.
1715 Remove KFAIL for gdb/2215 aka bz 9320.
1716
8d9e7719
DE
17172010-03-30 Doug Evans <dje@google.com>
1718
0906dd0b
DE
1719 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
1720 by dejagnu.
1721 * gdb.arch/amd64-dword.exp: Ditto.
1722
8d9e7719
DE
1723 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
1724 match.
1725 (break printf): Ditto.
1726
1da644f0
SW
17272010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
1728
1729 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
1730 gcc < 4.4.
1731 * gdb.cp/shadow.exp: Ditto.
1732
a8121990
PA
17332010-03-29 Pedro Alves <pedro@codesourcery.com>
1734
1735 * gdb.trace/collection.exp (run_trace_experiment): Make sure
1736 "tstart" is silent.
1737
6e79d367
PA
17382010-03-29 Pedro Alves <pedro@codesourcery.com>
1739
1740 * gdb.trace/collection.exp (executable): New.
1741 (binfile): Use it.
1742 (fpreg, spreg, pcreg): New.
1743 (test_register): Use gdb_test_multiple. Pass /x to print.
1744 (prepare_for_trace_test): New.
1745 (run_trace_experiment): Use "continue", not gdb_run_cmd.
1746 (gdb_collect_args_test, gdb_collect_argstruct_test)
1747 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
1748 prepare_for_trace_test.
1749 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
1750 fpreg, spreg and pcreg.
1751 (gdb_collect_expression_test, gdb_collect_globals_test): Use
1752 prepare_for_trace_test.
1753 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
1754 try to detect tracing support here. Don't set breakpoints at
1755 `begin' or `end' here.
1756 <global scope>: Use clean_restart. Run to main before checking
1757 for tracing support. Check for for tracing support here.
1758
09248348
JK
17592010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1760
1761 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
1762 " as $displacement" to "seen displacement message".
1763
d350db38
PA
17642010-03-28 Pedro Alves <pedro@codesourcery.com>
1765
1766 * gdb.trace/while-dyn.exp (executable): New variable.
1767 (binfile): Use it.
1768 (test_while_stepping): New function. Move most tests here. Call
1769 it once for each of the while-stepping, stepping and ws aliases.
1770
907af001
UW
17712010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1772
1773 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
1774 that do not provide the tagless_struct type name at all.
1775 (test_print_anon_union): Do not check value of uninitialized
1776 union member. Do not use cp_test_ptype_class, so we can accept
1777 "long" as well as "long int".
1778
610197fd
PA
17792010-03-26 Pedro Alves <pedro@codesourcery.com>
1780
1781 * gdb.trace/tfile.c (tohex, bin2hex): New.
1782 (write_error_trace_file): Hexify error description.
1783
6c28cbf2
SS
17842010-03-25 Stan Shebs <stan@codesourcery.com>
1785
1786 * gdb.trace/tfile.c: Generate an additional trace file, improve
1787 portability.
1788 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
1789 files in a better way.
1790
e62b8c7e
KS
17912010-03-25 Keith Seitz <keiths@redhat.com>
1792
1793 * gdb.java/jprint.exp: XFAIL printing of static class members
1794 because of GCC debuginfo problem.
1795
82ccf5a5
JK
17962010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1797
1798 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
1799
293e2f9e
DJ
18002010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1801
1802 * gdb.base/completion.exp: Allow long instead of long int.
1803 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
1804 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
1805 variable p.
1806 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
1807 * gdb.base/pointers.exp: Allow long instead of long int.
1808 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
1809 * gdb.base/step-line.exp: Allow a directory before the source file name.
1810
95a42b64
TT
18112010-03-24 Tom Tromey <tromey@redhat.com>
1812
1813 PR breakpoints/9352:
1814 * gdb.base/default.exp: Update.
1815 * gdb.base/commands.exp: Update.
1816 * gdb.cp/extern-c.exp: Test setting commands on multiple
1817 breakpoints at once.
1818
2390201f
DJ
18192010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1820
1821 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
1822 if gdb,nosignals.
1823 * gdb.base/watchpoints.c: Do not include unnecessary headers.
1824 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
1825 exited".
1826
8c9a6790
SS
18272010-03-24 Stan Shebs <stan@codesourcery.com>
1828
1829 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
1830
a6c727b2
DJ
18312010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1832
1833 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
1834 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
1835 argument. Handle "short" and "long".
1836 (Top level): Pass overprototyped output for old_fptr and xptr.
1837
4dfd5423
PA
18382010-03-23 Pedro Alves <pedro@codesourcery.com>
1839
1840 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
1841 format strings and add casts to avoid compiler warnings.
1842
18432010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
1844
1845 * lib/trace-support.exp (gdb_trace_setactions):
1846 Don't expect whitespace after ">" prompt.
1847 * gdb.trace/actions.exp: Adjust for output changes.
1848 * gdb.trace/while-stepping.exp: Likewise.
1849
c847d045
JK
18502010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1851
1852 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
1853 and r157645).
1854
5f717f1d
JK
18552010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1856
1857 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
1858 New.
1859
7d6d51d5
DJ
18602010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
1861
1862 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
1863 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
1864
3b11a015
SS
18652010-03-19 Stan Shebs <stan@codesourcery.com>
1866
1867 * gdb.trace/ax.exp: New file.
1868
d7d158ed
DE
18692010-03-19 Doug Evans <dje@google.com>
1870
6bb85cd1
DE
1871 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
1872 output from gcc.
1873
d7d158ed
DE
1874 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
1875 named /usr/sbin/prelink<foo>.
1876
4daf5ac0
SS
18772010-03-18 Stan Shebs <stan@codesourcery.com>
1878
1879 * gdb.trace/circ.exp: Test circular-trace-buffer.
1880 * gdb.trace/tfile.exp: Update tstatus test.
1881
e8d05480
JB
18822010-03-18 Joel Brobecker <brobecker@adacore.com>
1883
1884 * gdb.dwarf2/dw2-anonymous-func.S: New file.
1885 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
1886
441b986a
UW
18872010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1888
1889 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
1890
4247603b
PA
18912010-03-18 Pedro Alves <pedro@codesourcery.com>
1892
1893 * gdb.base/default.exp: Adjust the expected output of the finish
1894 and until commands when the inferior is not being run.
1895
13387711
SW
18962010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
1897
1898 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
1899 * gdb.cp/nsusing.exp: Ditto.
1900
6e31430b
TT
19012010-03-15 Tom Tromey <tromey@redhat.com>
1902
1903 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
1904 * gdb.cp/userdef.cc (operator==): New function.
1905 (main): New locals mem1, mem2.
1906
e2d69cb5
JZ
19072010-03-15 Jie Zhang <jie@codesourcery.com>
1908
1909 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
1910 Declare and use new loadtimeout variable.
1911
f572f0a9
DJ
19122010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1913
1914 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
1915 Use gdb_load later.
1916
51f4c0b0
PA
19172010-03-14 Pedro Alves <pedro@codesourcery.com>
1918
1919 * gdb.base/solib-disc.c (main): Make format of fprintf a string
1920 literal. Add missing endlines to prints to stderr.
1921
1c809c68
TT
19222010-03-12 Tom Tromey <tromey@redhat.com>
1923
1924 PR c++/9708:
1925 * gdb.cp/m-static.exp: Add regression test.
1926 * gdb.cp/m-static.cc (method): New method.
1927 (main): Call it.
1928
00ae8fef
SW
19292010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
1930
1931 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
1932 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
1933
759f0f0b
PA
19342010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1935
21e24d21
PA
1936 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
1937
19382010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1939
759f0f0b
PA
1940 * lib/gdb.exp (skip_stl_tests): New.
1941 (gdb_compile): Symbian needs -ldl.
1942 (shlib_target_file): New.
1943 (shlib_symbol_file): New.
1944 (gdb_load_shlibs): Use shlib_target_file.
1945 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
1946 * gdb.cp/exception.exp: Use skip_stl_tests.
1947 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
1948 * gdb.cp/try_catch.exp: Use skip_stl_tests.
1949 * gdb.cp/mb-templates.exp: Ditto.
1950 * gdb.base/commands.exp: Relax regexes.
1951 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
1952 shlib_target_file and shlib_symbol_file.
1953 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
1954 sections.
1955 * gdb.base/ending-run.exp: Accept E32Main for symbian.
1956 * gdb.base/solib-disc.exp: Use
1957 shlib_target_file and shlib_symbol_file.
1958 * gdb.base/unload.exp: Don't skip on symbian. Use
1959 shlib_target_file and shlib_symbol_file.
1960 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
1961
6a8f2671
PA
19622010-03-12 Pedro Alves <pedro@codesourcery.com>
1963
1964 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
1965 * gdb.trace/report.exp: Adjust for x86 and x86_64.
1966 Issue a tfind end before looking for a tracepoint frame.
1967 * gdb.trace/tfind.exp: Adjust tstatus output.
1968 Adjust disassembly output.
1969 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
1970
ccf26247
JK
19712010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1972
1973 * gdb.base/break-interp.exp: Create new displacement parameter value
1974 for the test_ld calls.
1975 (reach): New parameter displacement, verify its content. New push of
1976 pf_prefix "reach-$func:". Import global expect_out.
1977 (test_core): New parameter displacement, verify its content. New push
1978 of pf_prefix "core:". New command "set verbose on". Import global
1979 expect_out.
1980 (test_attach): New parameter displacement, verify its content. New
1981 push of pf_prefix "attach:". New command "set verbose on". Import
1982 global expect_out.
1983 (test_ld): New parameter displacement, pass it to the reach, test_core
1984 and test_attach calls and verify its content in the "ld.so exit" test.
1985 * gdb.base/prelink.exp: Remove gdb_exit and final return.
1986 (prelink): Update expected text, use gdb_test.
1987
e469c7fb
DE
19882010-03-10 Doug Evans <dje@google.com>
1989
1990 * gdb.base/checkpoint.exp: Fix comment.
1991 Lengthen timeout while doing >600 checkpoints test.
1992 Rename duplicate "kill all one" test to keep test names unique.
1993
60e1c644
PA
19942010-03-10 Pedro Alves <pedro@codesourcery.com>
1995
1996 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
1997
cec808ec
KS
19982010-03-08 Keith Seitz <keiths@redhat.com>
1999
2000 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
2001 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
2002 (dm_type_long): New function.
2003 (dm_type_unsigned_short): New function.
2004 (dm_type_unsigned_long): New function.
2005 (myint): New typedef.
2006 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
2007 long, unsigned shor and long, operator char*, and typedef.
2008 (test_lookup_operator_functions): Add operator char* test.
2009 (test_paddr_operator_functions): Likewise.
2010 (test_paddr_overloaded_functions): Use probe values for
2011 short, long, and unsigned short and long.
2012 (test_paddr_hairy_functions): If the demangler probe detected
2013 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
2014 demangler.
2015 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
2016 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
2017 and "print null_pmf".
2018 Add test "ptype a.*pmf".
2019 * gdb.cp/overload.exp: Allow optional "int" to appear with
2020 "short" and "long".
2021 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
2022 long expect value for men_overload1arg.
2023 Allow "int" to appear with "short" and "long".
2024 When testing "info break", add argument for main (void).
2025 Also allow "int" to appear with "short" and "long".
2026 Ditto with "unsigned" and "long long".
2027 * gdb.java/jmain.exp: Do not enclose methods names in single
2028 quotes.
2029 * gdb.java/jmisc.exp: Likewise.
2030 * gdb.java/jprint.exp: Likewise.
2031 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
2032
2033 From Jan Kratochvil <jan.kratochvil@redhat.com>:
2034 * gdb.cp/exception.exp (backtrace after first throw)
2035 (backtrace after second throw): Allow a namespace before __cxa_throw.
2036 (backtrace after first catch, backtrace after second catch): Allow
2037 a namespace before __cxa_begin_catch.
2038
2039 * gdb.cp/cpexprs.exp: New file.
2040 * gdb.cp/cpexprs.cc: New file.
2041
2042 From Daniel Jacobowitz <dan@codesourcery.com>
2043 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
2044 to use string_to_regexp.
2045 (ctor, dtor): New functions. Use them to match constructor
2046 and destructor function types.
2047 (Top level): Use runto_main.
2048
f870a310
TT
20492010-03-05 Tom Tromey <tromey@redhat.com>
2050
2051 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
2052 gdb.target_charset.
2053 (pp_ns.to_string): Likewise.
2054
0c199f28
KS
20552010-03-04 Keith Seitz <keiths@redhat.com>
2056
2057 * gdb.cp/overload.exp: Test that the filename portion of a linespec
2058 can be quoted. Test that both the filename and function/line
2059 portions can be quoted at the same time.
2060
c7437ca6
PA
20612010-03-04 Pedro Alves <pedro@codesourcery.com>
2062
2063 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
2064
b111b805
DE
20652010-03-03 Doug Evans <dje@google.com>
2066
24486cb7
DE
2067 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
2068 libc contains libpthread.
2069
b111b805
DE
2070 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
2071 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
2072 of gdb_compile. Add another pattern to match android backtrace.
2073
a0e0ef55
TT
20742010-03-03 Tom Tromey <tromey@redhat.com>
2075
2076 PR gdb/11345:
2077 * gdb.base/printcmds.exp (test_printf): Add test.
2078
1ba53b71
L
20792010-03-02 H.J. Lu <hongjiu.lu@intel.com>
2080
2081 * gdb.arch/amd64-byte.exp: New.
2082 * gdb.arch/amd64-dword.exp: Likewise.
2083 * gdb.arch/amd64-pseudo.c: Likewise.
2084 * gdb.arch/amd64-word.exp: Likewise.
2085 * gdb.arch/i386-byte.exp: Likewise.
2086 * gdb.arch/i386-pseudo.c: Likewise.
2087 * gdb.arch/i386-word.exp: Likewise.
2088
f5dff777
DJ
20892010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2090
2091 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
2092 types. Add structreg, bitfields, and flags registers.
2093 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
2094 registers.
2095
90884b2b
L
20962010-03-01 H.J. Lu <hongjiu.lu@intel.com>
2097
2098 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
2099 (load_description): Set architecture if defined.
2100
dc00d89f
PM
21012010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2102
2103 * gdb.python/py-frame.exp: Add read_var block tests.
2104 * gdb.python/py-frame.c (block): New function.
2105
0e095b7e
JK
21062010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2107 Daniel Jacobowitz <dan@codesourcery.com>
2108
2109 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
2110
624f1a65
DM
21112010-02-25 David S. Miller <davem@davemloft.net>
2112
2113 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
2114 fix logic for setting all_syscalls_numbers.
2115
f3e9a817
PM
21162010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2117
2118 * Makefile.in: Add py-block and py-symbol.
2119 * gdb.python/py-symbol.exp: New File.
2120 * gdb.python/py-symtab.exp: New File.
2121 * gdb.python/py-block.exp: New File.
2122 * gdb.python/py-symbol.c: New File.
2123 * gdb.python/py-block.c: New File.
2124
f6bbabf0
PM
21252010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2126
2127 PR python/11314
2128 * lib/gdb.exp (skip_python_tests): New function.
2129 * gdb.python/py-cmd.exp: Use skip_python_tests.
2130 * gdb.python/py-frame.exp: Likewise.
2131 * gdb.python/py-function.exp: Likewise.
2132 * gdb.python/py-prettyprint.exp: Likewise.
2133 * gdb.python/py-template.exp: Likewise.
2134 * gdb.python/py-type.exp: Likewise.
2135 * gdb.python/py-value.exp: Likewise.
2136
85d721b8
PA
21372010-02-22 Pedro Alves <pedro@codesourcery.com>
2138
2139 PR9605
2140
2141 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
2142
48e32051
TT
21432010-02-19 Tom Tromey <tromey@redhat.com>
2144
2145 PR c++/8693, PR c++/9496:
2146 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
2147 regression tests.
2148
ac9c0048
JK
21492010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2150
2151 Fix compatibility with m68k as.
2152 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
2153 Use only /* comments */.
2154
57bb97a4
UW
21552010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2156
2157 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
2158 * configure: Regenerate.
2159
7d1bf85c
DJ
21602010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
2161
2162 * gdb.python/py-type.exp: Check for Python support.
2163
061b5285
PA
21642010-02-17 Pedro Alves <pedro@codesourcery.com>
2165
2166 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
2167 `regsub' syntax available.
2168
f8a8bc2c
PA
21692010-02-17 Pedro Alves <pedro@codesourcery.com>
2170
2171 * gdb.base/shmain.c (main): Remove printf call.
2172 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
2173 * gdb.base/unload.c (main): Make format of fprintf a string
2174 literal. Add missing endlines to prints to stderr.
2175 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
2176
6f451e5e
TT
21772010-02-17 Tom Tromey <tromey@redhat.com>
2178
2179 * gdb.java/jprint.java (jprint.props): New field.
2180 * gdb.java/jprint.exp (set_lang_java): Add regression test.
2181
12d79008
PA
21822010-02-17 Pedro Alves <pedro@codesourcery.com>
2183
ef801a0e 2184 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
2185 available.
2186
d252f7e5
DJ
21872010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2188
2189 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
2190 creation to support remote host testing.
2191
67bdab6c
DJ
21922010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2193
2194 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
2195 Recognize "command not found".
2196
bb391223
DJ
21972010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2198
2199 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
2200 single-stepping.
2201
70362913
DJ
22022010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2203
2204 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
2205 if arguments are not supported.
2206
493f3c00
DJ
22072010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2208
2209 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
2210 be const or non-const.
2211
8034c749
DJ
22122010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2213
2214 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
2215 mi_send_resuming_command to send -exec-continue.
2216
791dfb64
DJ
22172010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2218
2219 * gdb.base/list.exp (test_list_filename_and_function): Add test
2220 with single quotes.
2221 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
2222 matching.
2223 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
2224 Add KFAIL'd tests for PR gdb/11289.
2225
7c5fe868
DJ
22262010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2227
2228 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
2229
fdc498b8
DJ
22302010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2231
2232 * gdb.base/comp-dir/subdir/dummy.txt: New file.
2233 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
2234 a temporary directory.
2235
b519e2a6
DJ
22362010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2237
2238 * gdb.base/charset.exp: Use a single regular expression to match
2239 show host-charset and show target-charset output.
2240
74164c56
JK
22412010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2242
2243 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
2244 "Illegal process-id" expect string more exact.
2245 (attach to digits-starting nonsense is prohibited): New.
2246
701ed6dc
JK
22472010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2248
2249 * gdb.base/prelink.exp (set verbose on): New.
2250
fa19b4e5
MS
22512010-02-12 Tomas Holmberg <th@virtutech.com>
2252
2253 * mi-reverse.exp: New file. Test for reverse option to the
2254 following MI commands: exec-continue, exec-finish, exec-next,
2255 exec-step, exec-next-instruction, exec-step-instruction.
2256
dadf0e9c
JB
22572010-02-09 Joel Brobecker <brobecker@adacore.com>
2258
2259 * gdb.ada/ptype_tagged_param: New testcase.
2260
714f19d5
TT
22612010-02-08 Tom Tromey <tromey@redhat.com>
2262
2263 PR c++/8017:
2264 * gdb.cp/overload.exp: Add tests.
2265 * gdb.cp/overload.cc (struct K): New.
2266 (namespace N): New.
2267 (main): Call new functions.
2268 (K::staticoverload): Define.
2269
83b10087
CM
2270Mon Feb 8 13:18:22 2010 Chris Moller <moller@mollerware.com>
2271
2272 PR gdb/10728
2273 * gdb.cp/pr10728-x.h: New file.
2274 * gdb.cp/pr10728-x.cc: New file.
2275 * gdb.cp/pr10728-y.cc: New file.
2276 * gdb.cp/pr10728.exp: New file.
2277 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
2278
99903ae3
CM
2279Mon Feb 8 12:54:54 2010 Chris Moller <moller@mollerware.com>
2280
2281 PR gdb/9067
2282 * gdb.cp/pr9067.exp: New
2283 * gdb.cp/pr9067.cc: New
2284 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
2285
7b356089
JB
22862010-02-08 Joel Brobecker <brobecker@adacore.com>
2287
2288 * lib/gdb.exp (gdb_test_timeout): New global variable.
2289 Set it to timeout if not already set.
2290 (gdb_init): Reset the value of timeout to gdb_test_timeout.
2291
1be00882
DE
22922010-02-05 Doug Evans <dje@google.com>
2293
2294 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
2295 user.
2296
82856980
SW
22972010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
2298
2299 PR c++/7935:
2300 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
2301
1a334831
TT
23022010-02-04 Tom Tromey <tromey@redhat.com>
2303
2304 * gdb.cp/virtbase.exp: Make test case names unique.
2305
9c3c02fd
TT
23062010-02-02 Tom Tromey <tromey@redhat.com>
2307
2308 * gdb.cp/virtbase.exp: Add regression tests.
2309 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
2310 (main): Instantiate RHC.
2311
0cc2414c
TT
23122010-02-02 Tom Tromey <tromey@redhat.com>
2313
2314 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
2315 type-printing change.
2316
edf3d5f3
TT
23172010-02-02 Tom Tromey <tromey@redhat.com>
2318
2319 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
2320 * gdb.cp/virtbase.cc: New file.
2321 * gdb.cp/virtbase.exp: New file.
2322 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
2323
e4b7f41c
JK
23242010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2325
2326 PR libc/11214:
2327 * gdb.threads/current-lwp-dead.c: Include features.h.
2328 (HAS_NOMMU): New.
2329 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
2330
b381ea14
JK
23312010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2332
2333 * gdb.base/symbol-without-target_section.exp,
2334 gdb.base/symbol-without-target_section.c: New.
2335
c593ac0e
DJ
23362010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2337
2338 * gdb.base/bigcore.exp: Reset increased timeout.
2339 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
2340
db25f29d
DJ
23412010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2342
2343 * gdb.base/gcore.exp (capture_command_output): Use
2344 gdb_test_multiple.
2345
f9d67f43
DJ
23462010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2347
2348 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
2349 * gdb.arch/thumb2-it.exp (test_it_break): New function.
2350 (Top level): Call it.
2351
177321bd
DJ
23522010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2353
2354 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
2355
97f2ed50
DJ
23562010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2357
2358 * gdb.base/call-strs.exp, gdb.base/default.exp,
2359 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
2360 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
2361 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
2362 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
2363 gdb.base/watchpoint-solib.exp: Save and restore timeout.
2364 * gdb.base/ending-run.exp: Correct restore of timeout.
2365 * gdb.base/page.exp: Remove unnecessary timeout setting.
2366
e4e2711a
JB
23672010-01-29 Joel Brobecker <brobecker@adacore.com>
2368
2369 * gdb.ada/rec_return: New testcase.
2370
ba581dc1
JB
23712010-01-29 Joel Brobecker <brobecker@adacore.com>
2372
2373 * gdb.ada/call_pn: New testcase.
2374
4ea95be9
DJ
23752010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2376
2377 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
2378 (Top level): Use it to resume.
2379 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
2380 the Thumb mode displaced stepping error as unsupported.
2381
df83a9bf
SW
23822010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
2383
2384 * gdb.cp/nsusing.exp: Added more tests.
2385 * gdb.cp/nsrecurs.exp: Ditto.
2386 * gdb.cp/nsusing.cc: Added test functions.
2387 * gdb.cp/nsrecurs.cc: Ditto.
2388
40b27cdc
JK
23892010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2390
2391 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
2392 absolute directory pathnames in gdb.sum file.
2393
de958931
SW
23942010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
2395
2396 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
2397 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
2398
708ead4e
TT
23992010-01-26 Tom Tromey <tromey@redhat.com>
2400
2401 PR exp/7643:
2402 * gdb.base/printcmds.exp (test_print_string_constants): Remove
2403 setup_kfail.
2404
b14e635e
SW
24052010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
2406
2407 * gdb.cp/nsrecurs.exp: New test.
2408 * gdb.cp/nsrecurs.cc: New test program.
2409 * gdb.cp/nsstress.exp: New test.
2410 * gdb.cp/nsstress.cc: New test program.
2411 * gdb.cp/nsdecl.exp: New test.
2412 * gdb.cp/nsdecl.cc: New test program.
2413
8540c487
SW
24142010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
2415
2416 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
2417 imported into file scope.
2418 Marked test as xfail.
2419 * gdb.cp/namespace-using.cc (marker5): New function.
2420 * gdb.cp/shadow.exp: New test.
2421 * gdb.cp/shadow.cc: New test program.
2422 * gdb.cp/nsimport.exp: New test.
2423 * gdb.cp/nsimport.cc: New test program.
2424
421d5d99
TT
24252010-01-25 Tom Tromey <tromey@redhat.com>
2426
2427 PR gdb/11049:
2428 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
2429 with "set print null-stop on".
2430
691f8dc1
JK
24312010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2432
2433 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
2434 Adjust it for DISASSEMBLY_OMIT_FNAME.
2435
0b92b5bb
TT
24362010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2437
2438 PR symtab/11199:
2439 * gdb.dwarf2/member-ptr-forwardref.exp,
2440 gdb.dwarf2/member-ptr-forwardref.S: New.
2441
23787403
JK
24422010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2443
2444 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
2445 (thread1_func): Protect thread1_tid with thread1_tid_cond by
2446 thread1_tid_mutex. Remove gdbstop_mutex handling.
2447 (thread2_func): Protect thread2_tid with thread2_tid_cond by
2448 thread2_tid_mutex. Remove gdbstop_mutex handling.
2449 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
2450 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
2451 pthread_cond_wait conditionalizations by while loops.
2452
b966cb8a
TT
24532010-01-20 Tom Tromey <tromey@redhat.com>
2454
2455 PR backtrace/10770:
2456 * gdb.dwarf2/pr10770.exp: New file.
2457 * gdb.dwarf2/pr10770.c: New file.
2458 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
2459
fcae584b
VP
24602010-01-20 Vladimir Prus <vladimir@codesourcery.com>
2461
2462 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
2463 that target was removed, and the test always runs native anyway.
2464
a0f49112
JK
24652010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2466
2467 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
2468 gdb.base/watchpoint-cond-gone-stripped.c: New.
2469
ceeb3d5a
TT
24702010-01-19 Tom Tromey <tromey@redhat.com>
2471
2472 PR c++/8000:
2473 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
2474 existing tests.
2475 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
2476 (main): Use AAA::SomeEnum.
2477
dd322c54
JK
24782010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2479
2480 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
2481 (test_ignore_count): Declare line_callme_body global.
2482 (run to breakpoint with ignore count): Use line_callme_body.
2483 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
2484 (set line_main_hello, set line_main_return): Reindent.
2485 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
2486 New.
2487 (continue to callee4): Use line_callee4_body.
2488 (check *stopped from CLI command): Use line_callee4_next.
2489 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
2490 (set line_main_hello, set line_main_return): Reindent.
2491 (set line_callee4_head, set line_callee4_body): New.
2492 (continue to callee4): Use line_callee4_body.
2493
4e8f195d
TT
24942010-01-18 Tom Tromey <tromey@redhat.com>
2495
2496 PR c++/9680:
2497 * gdb.cp/casts.cc: Add new classes and variables.
2498 * gdb.cp/casts.exp: Test new operators.
2499
9e14a9ba
JB
25002010-01-18 Tom Tromey <tromey@redhat.com>
2501 Thiago Jung Bauermann <bauerman@br.ibm.com>
2502
2503 * gdb.python/source2.py: New file.
2504 * gdb.python/source1: New file.
2505 * gdb.python/python.exp: Test "source" command.
2506
00bf0b85
SS
25072010-01-15 Stan Shebs <stan@codesourcery.com>
2508
2509 * gdb.trace/tfile.c: New file.
2510 * gdb.trace/tfile.exp: New file.
2511
55235ad7
JK
25122010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2513
2514 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
2515
9f2982ff
JK
25162010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2517
2518 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
2519
bbfba9ed
JK
25202010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2521
2522 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
2523 (libfunc): New parameter action. Implement also selectable "sleep".
2524 * gdb.base/break-interp-main.c: Include assert.h.
2525 (libfunc): New parameter action.
2526 (main): New parameters argc and argv. Assert argc. Pass argv.
2527 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
2528 (test_attach): New proc.
2529 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
2530 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
2531
61f0d762
JK
25322010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2533
2534 * gdb.base/break-interp.exp (test_core): New proc.
2535 (test_ld): Call it.
2536
06a6f270
JK
25372010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2538
2539 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
2540 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
2541 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
2542 and gdb_compile_shlib. Use new -Wl compiler options.
2543 (dl bt, main bt): New tests.
2544
51bee8e9
JK
25452010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2546
2547 Support PIEs with no symfile_objfile.
2548 * gdb.base/break-interp.exp: New argument at the test_ld calls.
2549 (test_ld): New parameter trynosym.
2550 (test_ld <$trynosym>): New block.
2551
b8040f19
JK
25522010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2553
2554 * gdb.base/break-interp.exp: New file.
2555
be759fcf
PM
25562010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2557
2558 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
2559 * gdb.python/py-prettyprint.py (pp_ls): New printer.
2560 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
2561 test.
2562 * gdb.python/py-prettyprint.c: Define lazystring test structure.
2563 * gdb.python/py-mi.exp: Add lazy string test.
2564
dc146f7c
VP
25652010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2566
2567 * lib/mi-support.exp (mi_check_thread_states): Handle
2568 core number in thread listing.
2569
b4ba55a1
JB
25702010-01-12 Joel Brobecker <brobecker@adacore.com>
2571
2572 * gdb.base/maint.exp: Adjust the expected output for the
2573 "maint print type" test. Use gdb_test_multiple instead of
2574 gdb_sent/gdb_expect.
2575
08e24bd4
DE
25762010-01-11 Doug Evans <dje@google.com>
2577
6496a609
DE
2578 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
2579 from gdbserver_download. All callers updated.
2580
08e24bd4
DE
2581 * gdb.server/ext-run.exp: "info os processes" requires xml support.
2582
b5cfddf5
JK
25832010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2584
2585 Implement binary numbers parsing.
2586 * gdb.base/printcmds.exp (test_integer_literals_accepted)
2587 (test_integer_literals_rejected): New binary tests.
2588
3725885a
RW
25892010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2590
2591 * gdb.cell/configure: Regenerate.
2592
37aeb5df
JK
25932010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2594
2595 * gdb.base/corefile.exp: Move the core finding block out and call it as
2596 core_find, new variable $corefile, replace corefile by $corefile and
2597 [file tail $corefile] for usage vs. test names resp.
2598 * lib/gdb.exp (core_find): Move it as a new function here. New
2599 parameter binfile and deletefiles. New variable $destcore. Pre-delete
2600 $destcore. Return "" on error.
2601
d521f563
JK
26022010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2603
2604 Workaround PR binutils/10802.
2605 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
2606 (twice).
2607
28f24826
DJ
26082010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2609
2610 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
2611
2de75e71
JB
26122010-01-08 Joel Brobecker <brobecker@adacore.com>
2613
2614 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
2615 call, to avoid interruption.
2616
fe00719b 26172010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
2618
2619 * gdb.stabs/weird.def (args93): New.
2620
d0ef5df8
DE
26212010-01-07 Doug Evans <dje@google.com>
2622
2623 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
2624
3a08d52f
TT
26252010-01-07 Tom Tromey <tromey@redhat.com>
2626
2627 * gdb.base/source.exp: Use correct line number.
2628
7a697b8d
SS
26292010-01-05 Stan Shebs <stan@codesourcery.com>
2630
2631 * gdb.trace/tracecmd.exp: Test ftrace.
2632
7803799a
UW
26332010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2634
2635 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
2636
c54eabfa
JK
26372010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2638
2639 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
2640 "uint_for_mi_testing".
2641
02e7ef19
JB
26422010-01-01 Joel Brobecker <brobecker@adacore.com>
2643
2644 Test indented comment in file being sourced.
2645 * gdb.base/commands.exp: Test indented comment in file being sourced.
2646
abd775ce
JB
26472010-01-01 Joel Brobecker <brobecker@adacore.com>
2648
2649 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
2650 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
2651 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
2652 notice.
2653
79b55b82
JB
26542010-01-01 Joel Brobecker <brobecker@adacore.com>
2655
2656 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
2657 notice.
2658
8997583e
JK
26592010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2660
2661 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
2662 missing $after_stopped and comma (,) expectation.
2663
6da95a67
SS
26642009-12-31 Stan Shebs <stan@codesourcery.com>
2665
2666 * gdb.trace/actions.exp: Test teval action.
2667
218d2fc6
TJB
26682009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2669
2670 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
2671 (top level): Call test_watchpoint_in_big_blob.
2672 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
2673 watchpoints.
2674 (func3): Write to buf.
2675
236f1d4d
SS
26762009-12-29 Stan Shebs <stan@codesourcery.com>
2677
2678 * gdb.trace/actions.exp: Test default-collect.
2679
f61e138d
SS
26802009-12-28 Stan Shebs <stan@codesourcery.com>
2681
2682 * gdb.trace/tsv.exp: New file.
2683 * gdb.base/completion.exp: Update ambiguous info output.
2684
0219b378
DJ
26852009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2686
2687 * gdb.base/find.c (main): Reference search buffers.
2688 * gdb.base/included.c (main): Reference integer.
2689 * gdb.base/ptype.c (charfoo): Declare.
2690 (intfoo): Call charfoo.
2691 * gdb.base/scope0.c (useitp): New function.
2692 (usestatics): Use useitp.
2693 (useit): Add a type for val.
2694 * gdb.base/scope1.c (useit1): Take a pointer argument.
2695 (usestatics1): Update calls to useit1.
2696 * gdb.cp/call-c.cc: Declare foo.
2697 (main): Call foo.
2698 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
2699 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
2700 (main): Call C::ensureRefs and ensureOtherRefs.
2701 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
2702 variables.
2703 (ensureOtherRefs): New function.
2704 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
2705 * gdb.cp/templates.cc (main): Call t5i.value.
2706
3f78692f
JK
27072009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2708
2709 Fix compatibility with G++-4.5.
2710 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
2711 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
2712 (uncaught return): Remove.
2713
429374b8
JK
27142009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2715 Phil Muldoon <pmuldoon@redhat.com>
2716
2717 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
2718 (bp_location13, bp_location14, bp_location17, bp_location18)
2719 (marker3_proto, marker4_proto): New variables.
2720 (breakpoint info): Update output.
2721 (run until breakpoint at marker3, run until breakpoint at marker4): New
2722 tests.
2723
859825b8
JK
27242009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2725
2726 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
2727 Replace the printf call of Y by provided "y-set-1" label. New block
2728 for the second shared library.
2729 * gdb.base/unload.exp: Compile also the second library, call
2730 gdb_load_shlibs also for it. Use now gdb_breakpoint.
2731 (single pending breakpoint info): Rename to ...
2732 (pending breakpoint info before run): ... this extended test.
2733 (libfile2, libname2, libsrcfile2, libsrc2)
2734 (lib_sl2): New variables.
2735 (exec_opts): Set also SHLIB_NAME2.
2736 (pending breakpoint info on first run at shrfunc1)
2737 (pending breakpoint info on second run at shrfunc1)
2738 (pending breakpoint info on second run at shrfunc2)
2739 (print y from libfile, print y from libfile2): New tests.
2740 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
2741 * gdb.base/unloadshr2.c: New.
2742
e6a386cd
HZ
27432009-12-22 Hui Zhu <teawater@gmail.com>
2744
2745 * gdb.reverse/sigall-reverse.exp: Adjust.
2746
9e19b45e
VP
27472009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2748
2749 PR gdb/10884
2750
2751 * gdb.mi/var-cmd.c (do_bitfield_tests): New
2752 (main): Call do_bitfield_tests.
aacf5b1e 2753 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 2754
d53a7b30
JB
27552009-12-20 Joel Brobecker <brobecker@adacore.com>
2756
2757 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
2758 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
2759 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
2760 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
2761 gdb.modula2/unbounded1.c: Update copyright header.
2762
191ca0a1
CM
27632009-12-10 Chris Moller <moller@mollerware.com>
2764
2765 PR gdb/9399
2766 * gdb.cp/virtfunc2.exp: New tests
2767 * gdb.cp/virtfunc2.cc: New tests
2768 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
2769
0fa6cf1b
MS
27702009-12-10 Oza Pawandeep (paawan1982@yahoo.com
2771
2772 * gdb.reverse/i387-env-reverse.c: New file.
2773 * gdb.reverse/i387-env-reverse.exp: New file.
2774 * gdb.reverse/i387-stack-reverse.c: New file.
2775 * gdb.reverse/i387-stack-reverse.exp: New file.
2776
361ae042
PM
27772009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2778
2779 * gdb.python/py-type.exp (test_range): New test.
2780
bfd31e71
PM
27812009-12-03 Phil Muldoon <pmuldoon@redhat.com>
2782
2783 PR python/10805
2784
2785 * gdb.python/py-type.exp: New file.
2786 * gdb.python/py-type.c: New file.
2787 * Makefile.in: Add py-type.
2788
57a1d736
TT
27892009-12-03 Tom Tromey <tromey@redhat.com>
2790
2791 * gdb.python/py-value.exp (test_parse_and_eval): New
2792 function.
2793
1f3b5d1b
PP
27942009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2795
2796 PR gdb/11022
2797
2798 * gdb.base/pr11022.exp: New test.
2799 * gdb.base/pr11022.c: New test.
2800
8b7dbdc9
JK
28012009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2802
2803 Fix spurious false FAILs.
2804 * gdb.base/structs.c (chartest): New.
2805 (main): Fill-in chartest.
2806 * gdb.base/structs.exp (anychar_re, first): New.
2807 (start_structs_test): Import global anychar_re and first.
2808 New gdb_test call "set print elements 300; ${testfile}"
2809 (start_structs_test <$first>): New block.
2810 (any): Import global anychar_re. New variable ac. Use ${ac}.
2811
6a53b2ec
JK
28122009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2813
2814 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
2815
d7167b4c
JK
28162009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2817
2818 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
2819 Force $srcfile file.
2820 * gdb.base/foll-fork.c (callee): Comment out the printf call.
2821
b1798462
UW
28222009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2823
2824 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
2825 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2826 * gdb.threads/watchthreads-reorder.exp: Likewise.
2827
b6199126
DJ
28282009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2829
2830 PR gdb/8704
2831
2832 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
2833 "if", and "thread". Correct matching in the previous test.
2834
b22a0510
DJ
28352009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
2836
2837 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
2838
930636d2
MS
28392009-11-23 Michael Snyder <msnyder@vmware.com>
2840
2841 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
2842 * gdb.reverse-watch-precsave.exp: Ditto.
2843
21a0512e
PP
28442009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2845
2846 * gdb.asm/asm-source.exp: Adjust.
2847 * gdb.base/help.exp: Adjust.
2848
fc30d5e0
PA
28492009-11-22 Pedro Alves <pedro@codesourcery.com>
2850
2851 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
2852 (do_syscall_tests_without_xml): Set data-directory to
2853 /the/path/to/nowhere.
2854
f6bc2008
PA
28552009-11-21 Pedro Alves <pedro@codesourcery.com>
2856
2857 * gdb.threads/local-watch-wrong-thread.c,
2858 gdb.threads/local-watch-wrong-thread.exp: New files.
2859
8c2fb5de
PA
28602009-11-21 Pedro Alves <pedro@codesourcery.com>
2861
2862 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
2863 assume new `regsub' syntax available.
2864
ebec9a0f
PA
28652009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2866
a79d3c27
JK
2867 * gdb.base/watchpoint-hw-hit-once.exp,
2868 gdb.base/watchpoint-hw-hit-once.c: New.
2869
28702009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2871
2872 * gdb.threads/watchthreads-reorder.exp,
2873 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 2874
276a961b
MK
28752009-11-17 Nathan Sidwell <nathan@codesourcery.com>
2876
2877 * gdb.xml/tdesc-regs.exp: Use for m68k.
2878
4867c1fb
PA
28792009-11-15 Pedro Alves <pedro@codesourcery.com>
2880
2881 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
2882
f6838f81
DJ
28832009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2884
2885 * lib/gdb.exp (current_target_name): New procedure.
2886 (gdb_wrapper_target): New variable.
2887 (gdb_wrapper_init): Set gdb_wrapper_target.
2888 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
2889 wrapper.
2890
4ac4dd3f
DJ
28912009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2892
2893 * gdb.base/remote.exp: Delete the slowest load test.
2894 Do not load with fixed packet sizes.
2895
a7881759
DJ
28962009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2897
2898 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
2899
97a5b505
DJ
29002009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2901
2902 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
2903 srcfile when setting a breakpoint.
2904
d3e1fc54
DJ
29052009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
2906
2907 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
2908 macros.
2909
7cbcbded
DJ
29102009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2911
2912 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
2913 to be in memory.
2914 * gdb.base/display.c (force_mem): New.
2915 (do_loops): Use it. Add breakpoint comments.
2916 (do_vars): Add a breakpoint comment.
2917 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
2918 line numbers.
2919
bdea3a92
NF
29202009-11-13 Nathan Froyd <froydnj@codesourcery.com>
2921
2922 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
2923 instead of a bare "run".
2924
269f82e5
PP
29252009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
2926
2927 * gdb.python/py-prettyprint.exp: Adjust.
2928
a69b7d9d
DJ
29292009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2930
2931 * lib/cell.exp (skip_cell_tests): Clean up test files before
2932 returning.
2933
b598bfda
DJ
29342009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2935
2936 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
2937 and the breakpoint menu. Do not call perror if a prompt is seen.
2938 Consume the following GDB prompt.
2939 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
2940 * gdb.cp/namespace.exp: Use gdb_test.
2941 * gdb.cp/templates.exp: Use gdb_test.
2942 (test_template_breakpoints): Use gdb_test_multiple.
2943
87728fa0
DJ
29442009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2945
2946 * gdb.base/break1.c (struct some_struct, values): Move earlier.
2947 (marker4): Reference values.
2948
b67c692f
DJ
29492009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2950
2951 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
2952 is missing.
2953
f0df251a
DJ
29542009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2955
2956 * gdb.base/break.c (need_malloc): New.
2957 * gdb.base/constvars.c (main): Reference crass and crisp.
2958 * gdb.base/gdb1821.c (main): Reference bar.
2959 * gdb.cp/gdb1355.cc (main): Reference s1.
2960 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
2961 (main): Call them.
2962 * gdb.cp/hang2.cc (dummy2): Define.
2963 * gdb.cp/hang3.cc (dummy3): Define.
2964 * gdb.cp/m-data.cc (main): Reference shadow.
2965
bdf7534a
NF
29662009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2967 Nathan Froyd <froydnj@codesourcery.com>
2968
2969 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
2970 remote host.
2971
f24fce77
NF
29722009-11-12 Nathan Froyd <froydnj@codesourcery.com>
2973
2974 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
2975 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
2976 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2977 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2978 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2979 * gdb.dwarf2/dw2-producer.exp: Likewise.
2980 * gdb.dwarf2/mac-fileno.exp: Likewise.
2981 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
2982 py-prettyprint.py to the remote host.
2983 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
2984
40f0318e
KS
29852009-11-11 Keith Seitz <keiths@redhat.com>
2986
2987 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
2988 use it instead of "Foo".
2989 * gdb.cp/classes.exp (do_tests): Add a test to access
2990 a method through a typedef'd class name.
2991
f3d9f7fb
NF
29922009-11-11 Nathan Froyd <froydnj@codesourcery.com>
2993
2994 * gdb.base/long_long.exp: Permit leading zeros on floating-point
2995 exponents.
2996 * gdb.base/pointers.exp: Likewise.
2997 * gdb.cp/ref-types.exp: Likewise.
2998
a4216f37
KS
29992009-11-11 Keith Seitz <keiths@redhat.com>
3000
3001 * gdb.cp/cplusfuncs.cc (class foo): Add operators
3002 new[] and delete[].
3003 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
3004 "void".
3005 (probe_demangler): Remove all single-quoting of
3006 method and variable names.
3007 (info_func_regexp): Remove the word "void" from any
3008 occurrence of "(void)".
3009 (print_addr_2): Remove all single-quoting of
3010 method names.
3011 (print_addr_2_kfail): Likewise.
3012 (print_addr): Single-quote C function names before
3013 passing to print_addr_2.
3014 (test_paddr_operator_functions): Remove single-quoting
3015 for method names.
3016 Add tests for operator new[] and operator delete[].
3017
9b14d7aa
JK
30182009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3019
3020 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
3021
85feb311
KS
30222009-11-09 Keith Seitz <keiths@redhat.com>
3023
3024 * gdb.cp/overload.exp: Add tests for resolving overloaded
3025 methods in expression parsing/evaluation.
3026
fa335448
DJ
30272009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3028
3029 * lib/gdb.exp (default_gdb_version): Use --version instead of
3030 --command.
3031
ec3c07fc
NS
30322009-11-10 Nathan Sidwell <nathan@codesourcery.com>
3033
3034 * lib/gdb.exp (gdb_compile_test): New.
3035 (skip_ada_tests, skip_java_tests): New.
3036 (gdb_compile): Use gdb_compile_test for f77.
3037 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
3038 * lib/java.exp (compile_java_from_source): Remove runtests check,
3039 use gdb_compile_test to record result.
3040 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
3041 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
3042 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
3043 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
3044 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
3045 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
3046 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
3047 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
3048 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
3049 adjust gdb_compile invocations.
3050
b8b4e42b
JK
30512009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3052
3053 * Makefile.in (abs_builddir): New.
3054 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
3055 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
3056 `$(abs_builddir)/site.exp'.
3057
f8b7eaf3
DJ
30582009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
3059
3060 * config/m68k-emc.exp, lib/emc-support.exp,
3061 gdb.trace/gdb_c_test.c: Delete.
3062 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
3063 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
3064 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
3065 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
3066 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
3067 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
3068 casing for m68k-*-elf.
3069
c4187697
NS
30702009-11-03 Pedro Alves <pedro@codesourcery.com>
3071
3072 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
3073 * gdb.arch/i386-prologue.exp: Likewise.
3074 * gdb.arch/i386-unwind.exp: Likewise.
3075
db16b772
DJ
30762009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
3077
3078 * lib/gdb.exp (gdb_expect): Fix timeout typo.
3079
bcf71277
DJ
30802009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
3081
3082 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
3083
0105cee2
DJ
30842009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
3085
3086 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
3087
24ddea62
JK
30882009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3089
3090 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
3091
287ccc17
JK
30922009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3093
3094 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
3095 * gdb.base/sepdebug2.c: New file.
3096
08bca259 30972009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
3098
3099 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
3100 the modified warnings for catch syscall. Verify if GDB was compiled
3101 with support for lib expat, and choose which tests to run depending
3102 on this.
3103
5d4e2b76
VP
31042009-10-30 Vladimir Prus <vladimir@codesourcery.com>
3105
3106 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
3107 that composite commands are parsed OK. And also test
3108 that breakpoint commands do work.
3109
240e538a
MS
31102009-10-23 Michael Snyder <msnyder@vmware.com>
3111
3112 gdb.reverse/consecutive-precsave.exp: Change expect pattern
3113 to allow for new disassembly style.
3114
9c419145
PP
31152009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3116
3117 * gdb.asm/asm-source.exp: Adjust.
3118
02506ff1
MS
31192009-10-22 Michael Snyder <msnyder@vmware.com>
3120
3121 * gdb.reverse/break-precsave.exp: New test.
3122 * gdb.reverse/consecutive-precsave.exp: Ditto.
3123 * gdb.reverse/finish-precsave.exp: Ditto.
3124 * gdb.reverse/i386-precsave.exp: Ditto.
3125 * gdb.reverse/machinestate-precsave.exp: Ditto.
3126 * gdb.reverse/sigall-precsave.exp: Ditto.
3127 * gdb.reverse/solilb-precsave.exp: Ditto.
3128 * gdb.reverse/step-precsave.exp: Ditto.
3129 * gdb.reverse/until-precsave.exp: Ditto.
3130 * gdb.reverse/watch-precsave.exp: Ditto.
3131
4cf866a3
MS
31322009-10-22 Michael Snyder <msnyder@vmware.com>
3133
3134 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
3135 for gdb_expect. Adjust one test's expect strings for the new
3136 format of disassemble.
3137 * gdb.reverse/finish-reverse.exp: Delete 'return'.
3138 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
3139 gdb_test_multiple.
3140 * gdb.reverse/step-reverse.exp: Delete 'return'.
3141 * gdb.reverse/until-reverse.exp: Delete blank lines.
3142 * gdb.reverse/watch-reverse.exp: Delete blank lines.
3143
2b28d209
PP
31442009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3145
3146 * gdb.base/consecutive.exp: Adjust.
3147 * gdb.base/display.exp: Likewise.
3148 * gdb.base/pc-fp.exp: Likewise.
3149 * gdb.base/sigbpt.exp: Likewise.
3150
33b9c32b
MS
31512009-10-19 Michael Snyder <msnyder@vmware.com>
3152
3153 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
3154 * gdb.reverse/finish-reverse.c: Ditto.
3155 * gdb.reverse/sigall-reverse.c: Ditto.
3156 * gdb.reverse/solib-reverse.c: Ditto.
3157 * gdb.reverse/step-reverse.c: Ditto.
3158 * gdb.reverse/watch-reverse.c: Ditto.
3159
6c95b8df
PA
31602009-10-19 Pedro Alves <pedro@codesourcery.com>
3161 Stan Shebs <stan@codesourcery.com>
3162
3163 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
3164 * gdb.base/foll-exec.exp: Adjust to expect a process id before
3165 "Executing new program".
3166 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
3167 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
3168 left listed after having been killed.
3169 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
3170 * gdb.base/maint.exp: Adjust test.
3171
3172 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
3173 * gdb.multi/Makefile.in: New.
3174 * gdb.multi/base.exp: New.
3175 * gdb.multi/goodbye.c: New.
3176 * gdb.multi/hangout.c: New.
3177 * gdb.multi/hello.c: New.
3178 * gdb.multi/bkpt-multi-exec.c: New.
3179 * gdb.multi/bkpt-multi-exec.exp: New.
3180 * gdb.multi/crashme.c: New.
3181
279017b7
TG
31822009-10-13 Tristan Gingold <gingold@adacore.com>
3183
3184 * gdb.base/sepdebug.exp: Check debug info are found.
3185
0413d738
PA
31862009-10-08 Pedro Alves <pedro@codesourcery.com>
3187
3188 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
3189 bits.
3190
c628eecc
JK
31912009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3192
3193 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
3194
38af1bfe
JB
31952009-10-07 Joel Brobecker <brobecker@adacore.com>
3196
3197 * gdb.base/watchpoints.c: Add copyright header. Reformat one
3198 of the comments.
3199
2b0adecd
PM
32002009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
3201
3202 * gdb.base/annota1.exp: Remove obsolete match_max increase.
3203 * gdb.base/annota3.exp: Idem.
3204 * gdb.base/maint.exp: Idem.
3205
8d417781
PM
32062009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
3207
3208 * lib/gdb.exp (default_gdb_init): Set current value of match_max
3209 to default.
3210
bb61102d
PM
32112009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
3212
3213 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
3214 mingw and cygwin targets.
3215
ace5c364
PM
32162009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
3217 Pedro Alves <pedro@codesourcery.com>
3218
3219 * lib/gdb.exp (gdb_compile): Avoid adding
3220 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
3221
c2d494a0
PM
32222009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
3223
e1b52ce2
PM
3224 * gdb.base/shr1.c: Use %p in format string.
3225 * gdb.base/unload.c: Avoid warning in fprintf.
3226 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 3227
209f53f5
PM
32282009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
3229
3230 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
3231 long type.
3232 (test_unlink): Correct printf string.
3233 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
3234 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
3235
8172766a
JK
32362009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3237
3238 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
3239 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
3240 * gdb.arch/ia64-breakpoint-shadow.S: New file.
3241
0f73703c
UW
32422009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3243
3244 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
3245 * gdb.objc/nondebug.exp: Likewise.
3246
b32306ca
UW
32472009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3248
3249 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
3250 target_info setting.
3251
3252 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
3253 that detect new threads during "info threads".
3254
0057022f
UW
32552009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3256
3257 * gdb.threads/manythreads.c (main): Increase thread stack size
3258 to 2*PTHREAD_STACK_MIN.
3259 * gdb.threads/multi-create.c (main): Likewise.
3260 (create_function): Likewise.
3261
f29c0325
UW
32622009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3263
3264 * gdb.base/dump.exp: Pass difference of pointer types instead
3265 of integer types as offset to restore in intarr3.srec case.
3266
fcb34849
UW
32672009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3268
3269 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
3270
d5142e3b
UW
32712009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3272
3273 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
3274
087b74b2
PM
32752009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3276
3277 New test for two watchpoints, with disabling of
3278 the first inserted.
3279 * testsuite/gdb.base/watchpoints.c: New file.
3280 * testsuite/gdb.base/watchpoints.exp: New file.
3281
96c07c5b
TT
32822009-09-25 Tom Tromey <tromey@redhat.com>
3283
3284 * gdb.base/charset.exp: Test utf-16 strings with Python.
3285
b8899f2b
TT
32862009-09-25 Tom Tromey <tromey@redhat.com>
3287
3288 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
3289 UCS-4.
3290 * gdb.base/charset.c (utf_32_string): Rename.
3291 (init_utf32): Rename.
3292 (main): Update.
3293
329719ec
TT
32942009-09-22 Tom Tromey <tromey@redhat.com>
3295
3296 * gdb.python/py-function.exp: Add regression tests.
3297
11ef0d76
KS
32982009-09-21 Keith Seitz <keiths@redhat.com>
3299
3300 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
3301 with invalid operator.
3302
3fe8f3b3
KS
33032009-09-21 Keith Seitz <keiths@redhat.com>
3304
3305 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
3306 and destructor using typedef name of class.
3307 * gdb.cp/classes.cc (class Base1): Add a destructor.
3308 (base1): New typedef.
3309 (use_methods): Instanitate an object of type base1.
3310 * gdb.cp/templates.exp (test_template_typedef): New procedure.
3311 (do_tests): Call test_template_typedef.
3312 * gdb.cp/templates.cc (Baz::~Baz): New method.
3313 (intBazOne): New typedef.
3314 (main): Instantiate intBazOne.
3315
7a9fe101
PM
33162009-09-21 Phil Muldoon <pmuldoon@redhat.com>
3317
3318 PR python/10633
3319
3320 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
3321 Function.
3322 (run_lang_tests): Add print elements test.
3323
2e4d963f
PM
33242009-09-21 Phil Muldoon <pmuldoon@redhat.com>
3325
3326 * gdb.python/py-value.exp (test_subscript_regression): New
3327 function. Test for invalid subscripts.
3328 * gdb.python/py-value.c (main): Add test array, and pointer to it.
3329 (ptr_ref): New function.
3330
ec7e75e7
PP
33312009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3332
3333 * gdb.base/default.exp: Fix "show convenience".
3334
0cc7d26f
TT
33352009-09-15 Tom Tromey <tromey@redhat.com>
3336
3337 * lib/mi-support.exp (mi_create_varobj): Update.
3338 (mi_create_floating_varobj): Likewise.
3339 (mi_create_dynamic_varobj): New proc.
3340 (mi_varobj_update): Update.
3341 (mi_varobj_update_with_type_change): Likewise.
3342 (mi_varobj_update_kv_helper): New proc.
3343 (mi_varobj_update_dynamic_helper): Rewrite.
3344 (mi_varobj_update_dynamic): New proc.
3345 (mi_list_varobj_children): Update.
3346 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
3347 * gdb.python/python-prettyprint.py (pp_outer): New class.
3348 (pp_nullstr): Likewise.
3349 (lookup_function): Register new printers.
3350 * gdb.python/python-prettyprint.c (struct substruct): New type.
3351 (struct outerstruct): Likewise.
3352 (substruct_test): New function.
3353 (struct nullstr): New type.
3354 (string_1, string_2): New globals.
3355 (main): Add new tests.
3356 * gdb.python/python-mi.exp: Added regression tests.
3357 * gdb.mi/mi2-var-display.exp: Update.
3358 * gdb.mi/mi2-var-cmd.exp: Update.
3359 * gdb.mi/mi2-var-child.exp: Update.
3360 * gdb.mi/mi2-var-block.exp: Update.
3361 * gdb.mi/mi-var-invalidate.exp: Update.
3362 * gdb.mi/mi-var-display.exp: Update.
3363 * gdb.mi/mi-var-cmd.exp: Update.
3364 * gdb.mi/mi-var-child.exp: Update.
3365 * gdb.mi/mi-var-block.exp: Update.
3366 * gdb.mi/mi-break.exp: Update.
3367 * gdb.mi/gdb701.exp: Update.
3368
a96d9b2e
SDJ
33692009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3370
3371 * Makefile.in: Inclusion of catch-syscall object.
3372 * gdb.base/catch-syscall.c: New file.
3373 * gdb.base/catch-syscall.exp: New file.
3374
b43b923a
MS
33752009-09-12 Michael Snyder <msnyder@vmware.com>
3376
3377 * gdb.reverse/step-reverse.exp: Explicitly check for targets
3378 that can support reverse debuggnig.
3379
cec03d70
TT
33802009-09-11 Tom Tromey <tromey@redhat.com>
3381
3382 * gdb.dwarf2/valop.S: New file.
3383 * gdb.dwarf2/valop.exp: New file.
3384
e23bb3fc
MK
33852009-09-11 Mark Kettenis <kettenis@gnu.org>
3386
3387 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
3388
37c3696d
DE
33892009-09-10 Doug Evans <dje@google.com>
3390
3391 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
3392 Add $gdb_prompt to second breakpoint regexp.
3393
5172aecb
JB
33942009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
3395
3396 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
3397 names, add missing ones.
3398 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
3399 * gdb.python/py-frame.c: Rename from python-frame.c.
3400 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
3401 testfile name.
3402 * gdb.python/py-function.exp: Rename from python-function.exp.
3403 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
3404 testfile name.
3405 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
3406 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
3407 Adjust testfile name.
3408 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
3409 * gdb.python/py-template.cc: Rename from python-template.cc.
3410 * gdb.python/py-template.exp: Rename from python-template.exp.
3411 Adjust testfile name.
3412 * gdb.python/py-value.c: Rename from python-value.c.
3413 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
3414 testfile name.
3415
b554e4bd
JK
34162009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3417
3418 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
3419 $bpt2address.
3420 (Second breakpoint address is valid on ia64)
3421 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
3422
9a68ae16
JM
34232009-09-03 Joseph Myers <joseph@codesourcery.com>
3424
3425 * gdb.base/ending-run.exp: Restrict regular expression matching
3426 line number to require closing brace following.
3427
146b9145
DE
34282009-09-03 Doug Evans <dje@google.com>
3429
3430 * gdb.base/store.exp (check_set): Fix typo in expected value message.
3431
787d21e1
TT
34322009-09-02 Tom Tromey <tromey@redhat.com>
3433
3434 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
3435
e7802207
TT
34362009-09-02 Tom Tromey <tromey@redhat.com>
3437
3438 * gdb.dwarf2/callframecfa.exp: New file.
3439 * gdb.dwarf2/callframecfa.S: New file.
3440
817aadd2
JK
34412009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3442
3443 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
3444 gdb.base/solib-overlap-main.c: New.
3445
4a76eae5
DJ
34462009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
3447
3448 PR gdb/10565
3449
3450 * gdb.base/bitfields.c (struct container, container): New.
3451 (main): Initialize it and call break5.
3452 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
3453
d4b96c9a
JK
34542009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3455
3456 Support constant DW_AT_data_member_location by GCC PR debug/40659.
3457 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
3458
4e22772d
JK
34592009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3460
3461 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
3462
2efab443
MS
34632009-08-26 Michael Snyder <msnyder@vmware.com>
3464
3465 * gdb.base/i386-reverse.c: New file.
3466 * gdb.base/i386-reverse.exp: New file.
3467 * gdb.base/Makefile.in: Add new files to be removed.
3468
07ab73a0
JM
34692009-08-26 Joseph Myers <joseph@codesourcery.com>
3470
3471 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
3472 environment-pwd for remote host.
3473 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
3474
676accff
KS
34752009-08-24 Keith Seitz <keiths@redhat.com>
3476
3477 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
3478 Add two new C++ completer tests which limit the output to a
3479 given class.
3480
f9f7ad22
MS
34812009-08-24 Michael Snyder <msnyder@vmware.com>
3482
3483 * gdb.base/del.exp: Fix typo in comment.
3484 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
3485
81ecdfbb
RW
34862009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3487
3488 * configure: Regenerate.
3489 * gdb.hp/configure: Likewise.
3490 * gdb.hp/gdb.aCC/configure: Likewise.
3491 * gdb.hp/gdb.base-hp/configure: Likewise.
3492 * gdb.hp/gdb.compat/configure: Likewise.
3493 * gdb.hp/gdb.defects/configure: Likewise.
3494 * gdb.hp/gdb.objdbg/configure: Likewise.
3495 * gdb.stabs/configure: Likewise.
3496
cab0c772
UW
34972009-08-19 Doug Evans <dje@google.com>
3498
3499 * gdb.base/gdbvars.c: New file.
3500 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
3501
b8fa0bfa
PA
35022009-08-14 Pedro Alves <pedro@codesourcery.com>
3503
3504 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3505 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
3506
b84aa90a
PA
35072009-08-13 Pedro Alves <pedro@codesourcery.com>
3508
3509 * gdb.base/default.exp: Adjust "set language test": it's now an
3510 enum command. Larger help string moved to "help set language".
3511 * gdb.base/help.exp: Adjust "help set language" expected output,
3512 now lists all known languages.
3513
0d8f9b2c
NF
35142009-08-11 Nathan Froyd <froydnj@codesourcery.com>
3515
3516 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
3517 all frame arguments.
3518 * gdb.arch/altivec-regs.exp: Likewise.
3519
bda180e0
TT
35202009-08-07 Tom Tromey <tromey@redhat.com>
3521
3522 * gdb.base/setshow.exp: Add tests for changes to set language, set
3523 check range, and set check type.
3524
48cb2d85
VP
35252009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3526
3527 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
3528 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
3529 Call it.
3530
1ea34204
UW
35312009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3532
3533 * configure.ac: Run gdb.cell tests when appropriate.
3534 * configure: Regenerate.
3535 * lib/cell.exp: New file.
3536 * gdb.cell: New directory.
3537 * gdb.cell/configure.ac: New file.
3538 * gdb.cell/configure: New file.
3539 * gdb.cell/Makefile.in: New file.
3540 * gdb.cell/arch.exp: New file.
3541 * gdb.cell/break.c: New file.
3542 * gdb.cell/break.exp: New file.
3543 * gdb.cell/break-spu.c: New file.
3544 * gdb.cell/bt.c: New file.
3545 * gdb.cell/bt2-spu.c: New file.
3546 * gdb.cell/bt-spu.c: New file.
3547 * gdb.cell/bt.exp: New file.
3548 * gdb.cell/coremaker.c: New file.
3549 * gdb.cell/coremaker-spu.c: New file.
3550 * gdb.cell/core.exp: New file.
3551 * gdb.cell/gcore.exp: New file.
3552 * gdb.cell/data.c: New file.
3553 * gdb.cell/data.exp: New file.
3554 * gdb.cell/data-spu.c: New file.
3555 * gdb.cell/ea-cache.exp: New file.
3556 * gdb.cell/ea-cache.c: New file.
3557 * gdb.cell/ea-cache-spu.c: New file.
3558 * gdb.cell/ea-standalone.c: New file.
3559 * gdb.cell/ea-standalone.exp: New file.
3560 * gdb.cell/ea-test.c: New file.
3561 * gdb.cell/ea-test.exp: New file.
3562 * gdb.cell/f-regs.exp: New file.
3563 * gdb.cell/mem-access.c: New file.
3564 * gdb.cell/mem-access.exp: New file.
3565 * gdb.cell/mem-access-spu.c: New file.
3566 * gdb.cell/ptype.exp: New file.
3567 * gdb.cell/registers.exp: New file.
3568 * gdb.cell/size.c: New file.
3569 * gdb.cell/sizeof.exp: New file.
3570 * gdb.cell/size-spu.c: New file.
3571 * gdb.cell/solib.exp: New file.
3572 * gdb.cell/solib-symbol.exp: New file.
3573
85e747d2
UW
35742009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3575
3576 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
3577
58d6951d
DJ
35782009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3579
3580 * gdb.base/float.exp: Handle VFP registers.
3581
6e0a4f15
MS
35822009-07-14 Michael Snyder <msnyder@vmware.com>
3583
dcd5da87
MS
3584 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
3585 to bring gdb to the beginning of the calling line.
3586
6e0a4f15
MS
3587 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
3588 confusing the i386 epilogue unwinder.
3589
782b2b07
SS
35902009-07-14 Stan Shebs <stan@codesourcery.com>
3591
3592 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
3593
f662c3bc
MS
35942009-07-14 Michael Snyder <msnyder@vmware.com>
3595
3596 * gdb.reverse/step-reverse.exp (stepi into function call):
3597 Call instruction may not be first instruction in the line.
3598 (reverse stepi from a function call): Used wrong line number.
3599
8f313923
JK
36002009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3601
3602 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
3603
4662c76e
JK
36042009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3605
3606 Fix gdb.base/macscp.exp when using custom inputrc.
3607 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
3608 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
3609 env(TERM) set.
3610 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
3611 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
3612
aa81e255
JK
36132009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3614
3615 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
3616 * gdb.base/annota1.exp (thread_test): Import global $testfile.
3617 Change the compilation target to match the testcase name.
3618 * gdb.base/sect-cmd.exp: Change the compilation target to match the
3619 testcase name.
3620 * a2-run.exp: Use for setup prepare_for_testing. Change the
3621 compilation target to match the testcase name.
3622 * gdb.base/commands.exp: Likewise.
3623 * gdb.base/finish.exp: Likewise.
3624 * gdb.base/float.exp: Likewise.
3625 * gdb.base/info-target.exp: Likewise.
3626 * gdb.base/relational.exp: Likewise.
3627 * gdb.base/term.exp: Likewise.
3628 * gdb.base/until.exp: Likewise.
3629 * gdb.base/volatile.exp: Likewise.
3630 * gdb.base/whatis-exp.exp: Likewise.
3631
4c93b1d7
HZ
36322009-07-11 Hui Zhu <teawater@gmail.com>
3633
3634 * gdb.base/help.exp (disassemble): Update expected help text.
3635
812f7342
TT
36362009-07-09 Tom Tromey <tromey@redhat.com>
3637
3638 * lib/gdb.exp: Handle TRANSCRIPT.
3639 (remote_spawn, remote_close, send_gdb): New procs.
3640
fbb8f299
PM
36412009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3642
3643 * gdb.python/python-prettyprint.c: Add counted null string
3644 structure.
3645 * gdb.python/python-prettyprint.exp: Print null string. Test for
3646 embedded nulls.
3647 * gdb.python/python-prettyprint.py (pp_ns): New Function.
3648 * gdb.python/python-value.exp (test_value_in_inferior): Add
3649 variable length string fetch tests.
3650 * gdb.python/python-value.c (main): Add strings for string fetch tests.
3651
c0ac0ec7
JK
36522009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3653
3654 * gdb.base/dump.exp (inaccessible memory is reported): New test.
3655
30b66ecc
TT
36562009-07-07 Tom Tromey <tromey@redhat.com>
3657
3658 * gdb.base/call-rt-st.exp: Update for change to escape output.
3659 * gdb.base/callfuncs.exp: Likewise.
3660 * gdb.base/charset.exp: Likewise.
3661 * gdb.base/constvars.exp: Likewise.
3662 * gdb.base/long_long.exp: Likewise.
3663 * gdb.base/pointers.exp: Likewise.
3664 * gdb.base/printcmds.exp: Likewise.
3665 * gdb.base/setvar.exp: Likewise.
3666 * gdb.base/store.exp: Likewise.
3667 * gdb.cp/ref-types.exp: Likewise.
3668 * gdb.mi/mi-var-child.exp: Likewise.
3669 * gdb.mi/mi-var-display.exp: Likewise.
3670 * gdb.mi/mi2-var-display.exp: Likewise.
3671 * gdb.base/charset.exp: Test octal escape sequence length.
3672 Update for change to escape output.
3673
187c4a2b
JK
36742009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3675
3676 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
3677
d80a43f9
DJ
36782009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
3679
3680 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
3681
047427a8
JK
36822009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3683
3684 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
3685 gdbserver increasing $portnum if "Can't bind address" has been seen.
3686
8b5a0f4f
PA
36872009-07-05 Pedro Alves <pedro@codesourcery.com>
3688
3689 * gdb.base/ending-run.exp: Add "step out of main" pattern for
3690 mingw32ce.
3691
7d93ba58
PA
36922009-07-05 Pedro Alves <pedro@codesourcery.com>
3693
3694 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
3695 VFP format.
3696
2277426b
PA
36972009-07-02 Pedro Alves <pedro@codesourcery.com>
3698
3699 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
3700 linux. Adjust to use "inferior", "info inferiors", "detach
3701 inferior" and "kill inferior" instead of "restart", "info fork",
3702 "detach fork" and "delete fork".
3703 * gdb.base/ending-run.exp: Spell out "info".
3704 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
3705 the "kill" command.
3706
5af949e3
UW
37072009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3708
3709 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
3710 change to prefix TLS offset in hex with 0x.
3711
5d3729b5
UW
37122009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3713
3714 * gdb.base/default.exp: Update test case for "x" changes.
3715
af589bd0
TG
37162009-07-01 Tristan Gingold <gingold@adacore.com>
3717
3718 * gdb.base/bigcore.exp: Make darwin untested.
3719
40974f91
JK
37202009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3721
3722 * gdb.base/completion.exp (directory completion): Create the directory.
3723 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
3724 escapeuniquesub.
3725 (directory completion 2): Expect now ${escapeuniquesub}.
3726 (Glob remaining of directory test): Remove one excessive newline.
3727 Expect the real output.
3728
59dd3af6
JK
37292009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3730
3731 Fix `make check//%' target after `make check' has been ran.
3732 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
3733 a mkdir call.
3734 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
3735 (%/.dir): Remove.
3736
f4e164aa
JK
37372009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3738
3739 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
3740 the expected result record.
3741
69af2122
JK
37422009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3743
3744 Remove racy FAILs relying just on the timeouts.
3745 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
3746 (annotation_level 2): Remove racy FAILs.
3747
2fd481e1
PP
37482009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
3749
3750 gdb/10275
3751 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
3752
c38f313d
DJ
37532009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
3754
3755 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
3756
8b777f02
VP
37572009-06-30 Vladimir Prus <vladimir@codesourcery.com>
3758
3759 * gdb.mi/mi-stack.exp: Testing symbolic options
3760 to -stack-list-locals and -stack-list-arguments.
3761
00c7eacf
JK
37622009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3763
3764 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
3765
6bc80edc
TT
37662009-06-29 Tom Tromey <tromey@redhat.com>
3767
3768 * dg-extract-results.sh: New file.
3769 * Makefile.in (FORCE_PARALLEL): New variable.
3770 (CHECK_TARGET): New conditional variable.
3771 (check): Use CHECK_TARGET.
3772 (DO_RUNTEST): New variable.
3773 (check-single): New target.
3774 (TEST_DIRS): New variable.
3775 (TEST_TARGETS): Likewise.
3776 (check-parallel): New target.
3777 (check-gdb.%): New pattern.
3778 (BASE1_FILES): New variable.
3779 (BASE2_FILES): Likewise.
3780 (check-gdb.base%): New pattern.
3781 (%/.dir): New pattern.
3782 * configure: Rebuild.
3783 * aclocal.m4 (AM_CONDITIONAL): New defun.
3784 * configure.ac: Check whether user is using GNU make.
3785 (GMAKE): New conditional.
3786
794684b6
SW
37872009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
3788
3789 * gdb.cp/namespace-nested-import.cc: New test.
3790 * gdb.cp/namespace-nested-import.exp: New test.
3791
edb3359d
DJ
37922009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3793
3794 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
3795 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
3796 * gdb.opt/Makefile.in (EXECUTABLES): Update.
3797 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
3798 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
3799 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
3800 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
3801 gdb.opt/inline-markers.c: New files.
3802 * lib/gdb.exp (skip_inline_frame_tests): New function.
3803 (skip_inline_var_tests): New function.
3804
cf657a0c
AS
38052009-06-27 Andreas Schwab <schwab@linux-m68k.org>
3806
3807 * gdb.cp/exception.exp: Don't require $hex before inner frame in
3808 backtrace.
3809
28d41a99
MS
38102009-06-27 Michael Snyder <msnyder@vmware.com>
3811
3812 * gdb.reverse: New directory.
3813 * gdb.reverse/break-reverse.c: New test.
3814 * gdb.reverse/break-reverse.exp: New test.
3815 * gdb.reverse/consecutive-reverse.c: New test.
3816 * gdb.reverse/consecutive-reverse.exp: New test.
3817 * gdb.reverse/finish-reverse.c: New test.
3818 * gdb.reverse/finish-reverse.exp: New test.
3819 * gdb.reverse/machinestate.c: New test.
3820 * gdb.reverse/ms1.c: New test.
3821 * gdb.reverse/machinestate.exp: New test.
3822 * gdb.reverse/Makefile.in: New file.
3823 * gdb.reverse/shr2.c: New test.
3824 * gdb.reverse/solib-reverse.c: New test.
3825 * gdb.reverse/solib-reverse.exp: New test.
3826 * gdb.reverse/step-reverse.c: New test.
3827 * gdb.reverse/step-reverse.exp: New test.
3828 * gdb.reverse/until-reverse.c: New test.
3829 * gdb.reverse/ur1.c: New test.
3830 * gdb.reverse/until-reverse.exp: New test.
3831 * gdb.reverse/watch-reverse.c: New test.
3832 * gdb.reverse/watch-reverse.exp: New test.
3833 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
3834 * configure: Regenerate.
3835
fe3c8b0d
DE
38362009-06-26 Doug Evans <dje@google.com>
3837
3838 * gdb.base/psymtab.exp: Turn off pending breakpoints.
3839
3a72a602
PM
38402009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
3841
3842 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
3843 windows problem for 'file delete $binfile'.
3844
27aa8d6a
SW
38452009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
3846
3847 * gdb.cp/namespace-using.exp: New test.
3848 * gdb.cp/namespace-using.cc: New test.
3849
8ac055f8
JB
38502009-05-20 Joel Brobecker <brobecker@adacore.com>
3851
3852 * gdb.ada/variant_record_packed_array: New testcase.
3853
85e306ed
TT
38542009-06-23 Tom Tromey <tromey@redhat.com>
3855
3856 * gdb.base/charset.exp (test_combination): Regression test.
3857 * gdb.base/charset.c (my_wchar_t): New typedef.
3858 (myvar): New global.
3859 (main): Set myvar.
3860
56643c5e
PM
38612009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
3862
3863 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
3864 target.
3865
1fac167a
UW
38662009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3867
3868 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
3869
7ccb0be9
UW
38702009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3871
3872 * gdb.mi/gdb680.exp: Update test for error message.
3873
568d6575
UW
38742009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3875
3876 * gdb.base/annota1.exp: Allow multiple occurrences of the
3877 frames-invalid annotation.
3878 * gdb.cp/annota2.exp: Likewise.
3879
7cd1089b
PM
38802009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3881
3882 * gdb.cp/gdb2495.cc: New file.
3883 * gdb.cp/gdb2495.exp: New file.
3884
72c63395
JK
38852009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3886
3887 Report error on GDB crash during runto.
3888 * lib/gdb.exp (runto <eof>): New.
3889
3788363d
DJ
38902009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
3891
3892 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
3893 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
3894 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
3895 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
3896 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
3897 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
3898 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
3899 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
3900 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
3901 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
3902 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
3903 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
3904 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
3905 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
3906 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
3907 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
3908 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
3909 gdb.server/server-mon.exp, gdb.server/server-run.exp,
3910 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3911 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3912 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
3913 gdb.trace/passcount.exp, gdb.trace/report.exp,
3914 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
3915 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
3916 gdb.trace/while-stepping.exp: Use a unique name for the compiled
3917 executable.
3918
17592de3
PA
39192009-06-07 Pedro Alves <pedro@codesourcery.com>
3920
3921 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
3922 defined before referencing it.
3923
701e355d
DE
39242009-06-03 Doug Evans <dje@google.com>
3925
3926 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
3927 * gdb.arch/i386-see.c: Ditto.
3928
f2292c65
PM
39292009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
3930
3931 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
3932 (check_macro): Return 1 if undefined.
3933 If first test fails, check if macro debug information is available,
3934 and report unsupported test if no macro information is found.
3935
5a437975
DE
39362009-05-29 Doug Evans <dje@google.com>
3937
3938 * gdb.threads/hand-call-in-threads.exp: New.
3939 * gdb.threads/hand-call-in-threads.c: New.
3940
c141c696
MS
39412009-05-29 Michael Snyder <msnyder@vmware.com>
3942
3943 * gdb.base/break-always.exp: Change "1" to "on".
3944 Add confirmation check.
3945
b3444185
PA
39462009-05-28 Pedro Alves <pedro@codesourcery.com>
3947
3948 * gdb.threads/threxit-hop-specific.c: New.
3949 * gdb.threads/threxit-hop-specific.exp: New.
3950 * gdb.threads/thread-execl.c: New.
3951 * gdb.threads/thread-execl.exp: New.
3952
b6313243
TT
39532009-05-27 Tom Tromey <tromey@redhat.com>
3954 Thiago Jung Bauermann <bauerman@br.ibm.com>
3955
3956 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
3957 (mi_child_regexp): Likewise.
3958 (mi_list_varobj_children_range): Likewise.
3959 (mi_get_features): Likewise.
3960 (mi_list_varobj_children): Rewrite.
3961 * gdb.python/python-mi.exp: New file.
3962
a6bac58e
TT
39632009-05-27 Tom Tromey <tromey@redhat.com>
3964 Thiago Jung Bauermann <bauerman@br.ibm.com>
3965 Phil Muldoon <pmuldoon@redhat.com>
3966 Paul Pluzhnikov <ppluzhnikov@google.com>
3967
3968 * gdb.python/python-prettyprint.exp: New file.
3969 * gdb.python/python-prettyprint.c: New file.
3970 * gdb.python/python-prettyprint.py: New file.
3971 * gdb.base/display.exp: print/r is now valid.
3972
2c74e833
TT
39732009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3974 Tom Tromey <tromey@redhat.com>
3975 Pedro Alves <pedro@codesourcery.com>
3976 Paul Pluzhnikov <ppluzhnikov@google.com>
3977
3978 * gdb.python/python-template.exp: New file.
3979 * gdb.python/python-template.cc: New file.
3980 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3981 tests.
3982 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3983 Call it.
3984 (test_value_after_death): New proc.
3985 * gdb.python/python-value.c (PTR): New typedef.
3986 (main): New variable 'x'.
3987
89c73ade
TT
39882009-05-27 Tom Tromey <tromey@redhat.com>
3989
3990 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3991 tests.
3992 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3993 Call it.
3994
a75724bc
PA
39952009-05-27 Pedro Alves <pedro@codesourcery.com>
3996
3997 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
3998
e58b0e63
PA
39992009-05-24 Pedro Alves <pedro@codesourcery.com>
4000
4001 * gdb.threads/fork-thread-pending.c: New.
4002 * gdb.threads/fork-thread-pending.exp: New.
4003
4ac36638
JK
40042009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4005
4006 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
4007 * gdb.dwarf2/dw2-strp.S (a_string2): New.
4008
c28c63d8
JB
40092009-05-18 Jon Beniston <jon@beniston.com>
4010
4011 * gdb.asm/asm-source.exp: Add lm32 target.
4012
b242c3c2
PA
40132009-05-17 Pedro Alves <pedro@codesourcery.com>
4014
4015 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
4016 `gdb_get_line_number'. Call `callee' in both parent and child.
4017 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
4018 `gdb_get_line_number' instead of hardcoding line numbers.
4019 (catch_fork_unpatch_child): New procedure to test detaching
4020 breakpoints from child fork.
4021 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
4022 hardcoding line numbers.
4023 (do_fork_tests): Run `catch_fork_unpatch_child'.
4024
ee342b23
VP
40252009-05-17 Vladimir Prus <vladimir@codesourcery.com>
4026
4027 * gdb.mi/mi-cmd-var.exp: Check that when varobj
4028 of structure type enters or leaves the scope, it
4029 is reported by -var-update.
4030
e2009e98
DE
40312009-05-11 Doug Evans <dje@sebabeach.org>
4032
4033 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
4034 * gdb.threads/pending-step.c (main): Fix off-by-one error.
4035 * gdb.threads/schedlock.c (main): Fix off-by-one error.
4036
00903456
JK
40372009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4038
4039 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
4040
dc621c35
DE
40412009-04-30 Doug Evans <dje@google.com>
4042
4043 * gdb.threads/watchthreads2.exp: New testcase.
4044 * gdb.threads/watchthreads2.c: New testcase.
4045
9ab4e744
DE
40462009-04-29 Doug Evans <dje@google.com>
4047
4048 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
4049 * gdb.cp/mb-ctor.cc: Ditto.
4050 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
4051 * gdb.cp/mb-inline.h (multi_line_foo): New function.
4052 * gdb.cp/mb-inline1.cc: Call it.
4053 * gdb.cp/mb-inline2.cc: Ditto.
4054 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
4055 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
4056
484086b7
JK
40572009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4058
4059 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
4060 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
4061 Replace all uses of `decimal' by `nonzero'.
4062 (info macro FROM_COMMANDLINE): New test.
4063
379a77b5
TT
40642009-04-27 Tom Tromey <tromey@redhat.com>
4065
4066 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
4067
b92b73c2
DE
40682009-04-27 Doug Evans <dje@google.com>
4069
4070 * gdb.threads/watchthreads.c (main): Initialize args before starting
4071 the threads. Plus formatting cleanup.
4072 * gdb.threads/watchthreads.exp: Avoid errant failures due to
4073 biased scheduling of one thread.
4074
945a118d
JG
40752009-04-27 Jerome Guitton <guitton@adacore.com>
4076
4077 * gdb.cp/templates.cc (GetMax): New template.
4078 (main): Declare two instances of GetMax.
4079 * gdb.cp/templates.exp: Add new test.
4080
d389af10
JK
40812009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4082
4083 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
4084
e7f86de9
JM
40852009-04-22 Joseph Myers <joseph@codesourcery.com>
4086
4087 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
4088
334cc82d
TT
40892009-04-15 Tom Tromey <tromey@redhat.com>
4090
4091 * gdb.base/charset.exp: Add regression test.
4092
d12672cc
JB
40932009-04-14 Joel Brobecker <brobecker@adacore.com>
4094
4095 * gdb.base/exe-lock.exp: New testcase.
4096
18e8c3bc
TT
40972009-04-13 Tom Tromey <tromey@redhat.com>
4098
4099 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
4100 operator on Frame.
4101
5ecd5cbe
UW
41022009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4103
4104 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
4105 * gdb.server/ext-attach.exp: Likewise.
4106
7309f756
VP
41072009-04-03 Vladimir Prus <vladimir@codesourcery.com>
4108
4109 Eliminate some sleep usage.
4110
4111 * gdb.mi/basics.c (do_nothing): New.
4112 (main): Use do_nothing instead of printf, so that
4113 not to introduce race condition between output of
4114 inferiour and output of gdb. Do not use sleep as it
4115 is not generally available on embedded targets.
4116
f4b95f6f
PA
41172009-04-02 Pedro Alves <pedro@codesourcery.com>
4118
4119 * gdb.server/ext-attach.exp: Expect an optional process id after
4120 "Detached from remote process".
4121
de40b933
JK
41222009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4123
4124 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
4125 gdb.dwarf2/dw2-unresolved.exp: New.
4126
2ae101a4
PA
41272009-04-02 Pedro Alves <pedro@codesourcery.com>
4128
4129 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
4130 mi_run_to_main.
4131
56a8e183
PA
41322009-04-02 Pedro Alves <pedro@codesourcery.com>
4133
4134 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
4135 mi_run_to_main. Skip thread exit test on remote targets.
4136 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
4137 mi_run_to_main.
4138 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
4139 mi_run_to_main.
4140 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
4141 when expecting ^connected. Detect when the target doesn't support
4142 non-stop mode.
4143 (mi_run_cmd): Detect if non-stop mode was requested by isn't
4144 supported. Return -1 on error, 0 on success.
4145 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
4146 (mi_runto): Return mi_runto_helper's result explicitly.
4147
c35fafde
PA
41482009-04-01 Pedro Alves <pedro@codesourcery.com>
4149
4150 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
4151
f8a8dce6
JB
41522009-04-01 Tom Tromey <tromey@redhat.com>
4153
4154 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
4155 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
4156 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
4157 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
4158
71c25dea
TT
41592009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
4160 Jan Kratochvil <jan.kratochvil@redhat.com>
4161
4162 PR gdb/931
4163 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
4164 output.
4165 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
4166 for gdb/931.
4167 * dw2-strp.S (DW_AT_language): Change to C++.
4168 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
4169
02d9a9ce
JB
41702009-03-31 Joel Brobecker <brobecker@adacore.com>
4171
4172 * gdb.ada/tasks: New testcase.
4173
1042e4c0
SS
41742009-03-30 Stan Shebs <stan@codesourcery.com>
4175
4176 * gdb.trace/actions.exp: Update to match new info trace format.
4177 * gdb.trace/deltrace.exp: Ditto.
4178 * gdb.trace/infotrace.exp: Ditto.
4179 * gdb.trace/passcount.exp: Ditto.
4180 * gdb.trace/save-trace.exp: Ditto.
4181 * gdb.trace/while-stepping.exp: Ditto.
4182 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
4183
f8f6f20b
TJB
41842009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4185
4186 * gdb.python/python-frame.c: New file.
4187 * gdb.python/python-frame.exp: New file.
4188
c0c6f777
TJB
41892009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4190
4191 * gdb.python/python-value.exp: Add tests for the address
4192 attribute.
4193
3cb51905
AS
41942009-03-29 Andreas Schwab <schwab@linux-m68k.org>
4195
4196 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
4197
88fc996f
DE
41982009-03-26 Doug Evans <dje@google.com>
4199
4200 * gdb.mi/mi-nonstop-exit.exp: New file.
4201 * gdb.mi/non-stop-exit.c: New file.
4202
56ef84b1
TT
42032009-03-26 Tom Tromey <tromey@redhat.com>
4204
4205 Update for change to prologue skipping:
4206 * gdb.mi/mi2-simplerun.exp: Update.
4207 * gdb.mi/mi2-break.exp: Update.
4208 * gdb.mi/mi-simplerun.exp: Update.
4209 * gdb.mi/mi-break.exp: Update.
4210 * gdb.base/ending-run.exp: Update.
4211
def2b000
TJB
42122009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4213
4214 * gdb.python/python-value.exp (test_value_in_inferior): Test
4215 gdb.Value.is_optimized_out attribute.
4216
442ddf59
JK
42172009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4218
4219 * gdb.dwarf2/dw2-noloc-main.c: New file.
4220 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
4221 (.text): Remove.
4222 (.data): New.
4223 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
4224 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
4225 (DW_TAG_subprogram func_cu1, noloc): Remove.
4226 (main): New.
4227 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
4228 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
4229 (file_symbols): New procedure.
4230
a8df5de4
TT
42312009-03-25 Tom Tromey <tromey@redhat.com>
4232
4233 * gdb.base/charset.exp (valid_target_charset): New proc.
4234 Use it to skip tests on invalid charsets.
4235
cc1d7add
PM
42362009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
4237
4238 * gdb.base/completion.exp: Add a test for directory completion.
4239
bcd5727b
JK
42402009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4241
4242 Fix a racy FAIL.
4243 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
4244 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
4245
cc924cad
TJB
42462009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4247
4248 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
4249 * gdb.python/python-function.exp: Add test for function returning
4250 a GDB value.
4251
bc3b79fd
TJB
42522009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
4253
4254 * gdb.python/python-function.exp: New file.
4255
6c7a06a3
TT
42562009-03-20 Tom Tromey <tromey@redhat.com>
4257
4258 * gdb.base/store.exp: Update for change to escape output.
4259 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
4260 to escape output.
4261 * gdb.base/pointers.exp: Update for change to escape output.
4262 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
4263 to escape output.
4264 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
4265 escape output.
4266 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
4267 to escape output.
4268 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
4269 escape output.
4270 * gdb.base/setvar.exp: Update for change to escape output.
4271 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
4272 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
4273 to escape output.
4274 (test_print_string_constants): Likewise.
4275 * gdb.base/charset.exp (valid_host_charset): Check size of
4276 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
4277 cases. Handle "auto"-related output.
4278 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
4279 (uvar, Uvar): New globals.
4280
c31af87b
JG
42812009-03-19 Jerome Guitton <guitton@adacore.com>
4282
4283 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
4284 deltas.
4285 * gdb.ada/fixed_points.exp: Ditto.
4286
51272cf2
PA
42872009-03-18 Pedro Alves <pedro@codesourcery.com>
4288
4289 * return-nodebug.c: Don't include stdio.h.
4290 (init): Delete.
4291 (func): Delete definition and provide extern declaration.
4292 (t): New.
4293 (main): Don't call printf. Call func and store its result in t.
4294 * return-nodebug1.c: New.
4295 * return-nodebug.exp: Don't expect stdio output. Instead, print
4296 the global variable t. Drop printf formatters and cast types from
4297 foreach loop. Don't use prepare_for_testing. Compile
4298 return-nodebug.c and return-nodebug1.c in separate steps. Don't
4299 define FORMAT or CAST.
4300
d24948ac
PP
43012009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4302
4303 * gdb.base/solib-display.exp: Disable test for remote targers.
4304
61ff14c6
JK
43052009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4306
4307 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
4308
cb4dce93
JK
43092009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4310
4311 Fix a racy FAIL.
4312 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
4313 code from `follow parent, print pids'.
4314 (`follow child, print pids', `follow parent, print pids'): Call it.
4315 Replace `gdb_test "break..."' by gdb_breakpoint.
4316
f7c60c5e
VP
43172009-03-13 Vladimir Prus <vladimir@codesourcery.com>
4318
4319 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 4320 sync and async modes.
f7c60c5e 4321
383ace49
JB
43222009-03-12 Joel Brobecker <brobecker@adacore.com>
4323
4324 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
4325 that was checked in by mistake. Remove loading of ada.exp, since
4326 this is not necessary in this case.
4327
4ce102af
JB
43282009-03-12 Joel Brobecker <brobecker@adacore.com>
4329
4330 * gdb.ada/ptype_arith_binop.exp: New testcase.
4331
529a2aef
JB
43322009-03-12 Joel Brobecker <brobecker@adacore.com>
4333
4334 * gdb.ada/mod_from_name: New testcase.
4335
8a38181c
JB
43362009-03-12 Joel Brobecker <brobecker@adacore.com>
4337
4338 * gdb.ada/tick_last_segv: New testcase.
4339
11436dee
VP
43402009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4341
61ff14c6 4342 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 4343
1f31650a
VP
43442009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4345
61ff14c6
JK
4346 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
4347 include the token in ^running and frame info in *stopped.
1f31650a 4348
a3247a22
PP
43492009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4350
4351 * solib-display.exp: New file.
4352 * solib-display-main.c: New file.
4353 * solib-display-lib.c: New file.
61ff14c6 4354
aae64587
PA
43552009-03-05 Pedro Alves <pedro@codesourcery.com>
4356
4357 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
4358
44aabfbc
JK
43592009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4360
4361 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
4362 (list_and_check_macro): Use more specific test name.
4363 (next to definition): Make the test names unique.
4364
c087fcd3
PM
43652009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4366
4367 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 4368
c86cf029
VP
43692009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4370
4371 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
4372 notifications.
4373 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
4374 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
4375 * lib/mi-support.exp (library_loaded_re): New.
4376 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
4377
3ea85240
VP
43782009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4379
4380 * gdb.gdb/observer.exp: Use test_notification observer, not
4381 normal_stop, everywhere.
4382 (test_normal_stop_notifications): Rename to...
4383 (test_notifications): ...this.
4384 (test_observer_normal_stop): Rename to...
4385 (test_observer): ...this.
4386
1903f0e6
DE
43872009-02-16 Doug Evans <dje@google.com>
4388
4389 * gdb.arch/amd64-disp-step.S (test_int3): New test.
4390 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
4391 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
4392 (test_prefixed_syscall,test_int3): New tests.
4393 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
4394 (test_prefixed_syscall,test_int3): New tests.
4395
1d33d6ba
VP
43962009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4397
3cb51905
AS
4398 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
4399 (mi_expect_interrupt): Likewise.
4400 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
4401 response.
1d33d6ba 4402
faafb047
PM
44032009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4404
4405 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
4406 * gdb.base/pc-fp.exp (get_valueofx): Remove.
4407 Replace calls to get_valueofx by get_hexadecimal_valueof.
4408
417e16e2
PM
44092009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4410
4411 * lib/gdb.exp (get_valueof): Accept anything as a return value.
4412 (get_integer_valueof): New procedure.
4413 (get_sizeof): Use new get_integer_value_of.
4414 * gdb.base/sizeof.exp: Replace all uses of get_valueof
4415 by get_integer_valueof.
4416
7065b901
TT
44172009-02-13 Tom Tromey <tromey@redhat.com>
4418
4419 * gdb.base/remote.exp (get_sizeof): Remove.
4420 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
4421 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
4422 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
4423 * lib/gdb.exp (get_valueof): Move from long_long.exp.
4424 (get_sizeof): Likewise.
4425
5d7cb8df
JK
44262009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4427
4428 PR fortran/9806
4429 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
4430
b2febfff
PP
44312009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4432
4433 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
4434
4aa995e1
PA
44352009-02-06 Pedro Alves <pedro@codesourcery.com>
4436
4437 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
4438
d8906c6f
TJB
44392009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
4440
4441 * gdb.python/python-cmd.exp: New file.
4442
ff4ab08d
TG
44432009-02-06 Tristan Gingold <gingold@adacore.com>
4444
4445 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
4446
aacd552b
TG
44472009-02-05 Tristan Gingold <gingold@adacore.com>
4448
4449 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
4450 pointer is dereferenced and use this signal name in regexp.
4451 * gdb.base/signull.exp: Ditto.
4452 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
4453 * gdb.base/signull.c (main): Ditto.
4454
08c637de
TJB
44552009-02-04 Tom Tromey <tromey@redhat.com>
4456 Thiago Jung Bauermann <bauerman@br.ibm.com>
4457
4458 * gdb.python/python-value.exp: Use `gdb.history' instead of
4459 `gdb.value_from_history'.
4460 (test_value_numeric_ops): Add test for conversion of enum constant.
4461 * gdb.python/python-value.c (enum e): New type.
4462 (evalue): New global.
4463 (main): Use argv.
4464
20261af8
JG
44652009-02-04 Jerome Guitton <guitton@adacore.com>
4466
4467 * gdb.ada/uninitialized_vars: New test program.
4468 * gdb.ada/uninitialized_vars.exp: New testcase.
4469
52e44b43
TT
44702009-02-02 Tom Tromey <tromey@redhat.com>
4471
4472 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
4473 * gdb.cp/pr2489.cc: Rename...
4474 * gdb.cp/pr9594.cc: ... to this.
4475
1c71341a
TT
44762009-02-02 Tom Tromey <tromey@redhat.com>
4477
4478 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
4479 * gdb.cp/pr2489.cc: New file.
4480 * gdb.cp/cpcompletion.exp: New file.
4481
a4295225
TT
44822009-02-02 Tom Tromey <tromey@redhat.com>
4483
4484 PR exp/9059:
4485 * gdb.cp/call-c.exp: Add regression test.
4486 * gdb.cp/call-c.cc (FooHandle): New typedef.
4487 (main): New variable 'handle'.
4488
592375cd
VP
44892009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4490
4491 * lib/mi-support.exp (et_mi_thread_list)
4492 (check_mi_and_console_threads): Adjust for current thread in
4493 -thread-list-ids output.
4494
41447f92
VP
44952009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4496
4497 * gdb.mi/mi-break.exp (test_disabled_creation): New.
4498 Call it.
4499
35669430
DE
45002009-01-28 Doug Evans <dje@google.com>
4501
4502 * gdb.arch/amd64-disp-step.S: New file.
4503 * gdb.arch/amd64-disp-step.exp: New file.
4504 * gdb.arch/i386-disp-step.S: New file.
4505 * gdb.arch/i386-disp-step.exp: New file.
4506
09f00d9a
PM
45072009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
4508
4509 * gdb.base/find.exp: Set newline variable
4510 using quotes instead of braces to fix cygwin failures.
4511
1e8fb976
PA
45122009-01-23 Pedro Alves <pedro@codesourcery.com>
4513
4514 * gdb.base/radix.exp: Add tests to ensure that that set
4515 input-radix 0 and set output-radix 0 are really rejected.
4516
da061712
PA
45172009-01-23 Pedro Alves <pedro@codesourcery.com>
4518
4519 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
4520 copyright years.
4521
dd7e2d2b
PA
45222009-01-23 Pedro Alves <pedro@codesourcery.com>
4523
4524 PR gdb/9664:
4525 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
4526
392452f6
PA
45272009-01-22 Pedro Alves <pedro@codesourcery.com>
4528
4529 PR c++/9631:
4530 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
4531
8653e71c
PM
45322009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
4533
4534 * gdb.server/file-transfer.exp: Use EXEEXT variable for
4535 binfile definition to fix Windows OS failure.
4536
a12cc160
DJ
45372009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
4538
4539 PR gdb/9346
4540 * gdb.base/interrupt.c (sigint_handler): New.
4541 (main): Install a SIGINT handler if SIGNALS is defined. Exit
4542 on error.
4543 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
4544 Test "signal SIGINT".
4545
b89667eb
DE
45462009-01-19 Doug Evans <dje@google.com>
4547
4548 * gdb.base/break.exp: Update expected gdb output.
4549 * gdb.base/sepdebug.exp: Ditto.
4550 * gdb.mi/mi-syn-frame.exp: Ditto.
4551 * gdb.mi/mi2-syn-frame.exp: Ditto.
4552 * gdb.base/call-signal-resume.exp: New file.
4553 * gdb.base/call-signals.c: New file.
4554 * gdb.base/unwindonsignal.exp: New file.
4555 * gdb.base/unwindonsignal.c: New file.
4556 * gdb.threads/interrupted-hand-call.exp: New file.
4557 * gdb.threads/interrupted-hand-call.c: New file.
4558 * gdb.threads/thread-unwindonsignal.exp: New file.
4559
adb483fe
DJ
45602009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4561
4562 * gdb.base/define.exp: Test defining and hooking prefix commands.
4563 * gdb.python/python.exp: Update test for "show user" output.
4564
60023297
JK
45652009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4566
4567 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
4568 now the output exactly, using less wildcards. Expect also the output
4569 of gfortran-4.3. Update for the f-valprint.c modification from
4570 2008-04-22.
4571 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
4572 Remove gdb_test test names where matching the command.
4573
ccc57cf9
PA
45742009-01-01 Pedro Alves <pedro@codesourcery.com>
4575
4576 PR breakpoints/9681:
4577 * gdb.base/watchpoint.exp: Add regression test.
4578
c7a6ca08
PA
45792008-12-31 Pedro Alves <pedro@codesourcery.com>
4580
4581 * gdb.threads/attach-into-signal.exp: Don't use
4582 gdb_suppress_entire_file.
4583 * gdb.threads/attach-stopped.exp: Ditto.
4584 * gdb.threads/attachstop-mt.exp: Ditto.
4585
3a031f65
PA
45862008-12-31 Pedro Alves <pedro@codesourcery.com>
4587
4588 PR gdb/8812:
4589 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
4590
09e6485f
PA
45912008-12-29 Pedro Alves <pedro@codesourcery.com>
4592
4593 PR gdb/7536:
4594 * gdb.base/radix.exp: Add tests to ensure invalid input radices
4595 and unsupported output radices are really rejected.
4596
0cd53049
JK
45972008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4598
4599 * gdb.cp/punctuator.exp: Backslash the '$' signs.
4600
ba163c7e
TT
46012008-12-22 Tom Tromey <tromey@redhat.com>
4602
4603 * gdb.cp/punctuator.exp: New file.
4604
6f4de6c9
JK
46052008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4606
4607 * gdb.base/completion.exp (Completing non-existing component): New test.
4608
0f34d0b4
JK
46092008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4610
4611 Fix for PR gdb/8648.
4612 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
4613 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
4614 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
4615 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
4616
db2ad4c3
JK
46172008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4618
4619 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
4620
bb5ef15e
DP
46212008-12-16 Christophe Lyon <christophe.lyon@st.com>
4622
4623 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
4624 compiler actually generate code at the expected line number.
4625
90142adc
JZ
46262008-12-15 Jie Zhang <jie.zhang@analog.com>
4627
4628 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
4629
fad6eecd
TT
46302008-12-12 Tom Tromey <tromey@redhat.com>
4631
4632 * gdb.base/commands.exp (redefine_hook_test): New proc.
4633 Call it.
4634
17c8aaf5
TT
46352008-12-11 Tom Tromey <tromey@redhat.com>
4636
4637 * gdb.base/macscp.exp: New regression test.
4638
7c8adf68
TT
46392008-12-11 Tom Tromey <tromey@redhat.com>
4640
4641 * gdb.base/macscp.exp: Print "address.addr".
4642 * gdb.base/macscp1.c (struct outer): New struct.
4643 (address): New global.
4644
b05dcbb7
TT
46452008-12-09 Tom Tromey <tromey@redhat.com>
4646
4647 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
4648 Call it.
4649
2d476de1
DE
46502008-12-04 Doug Evans <dje@google.com>
4651
4652 * gdb.server/ext-run.exp: Relax regexp for init program.
4653
87bdc959
TG
46542008-12-03 Tristan Gingold <gingold@adacore.com>
4655
4656 * gdb.base/macscp.exp: Generate an object file during compilation
4657 to work around Darwin dsymutil limitations.
4658
e0740f77
JK
46592008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4660
4661 Test resolving external references to TLS variables.
4662 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
4663 FILE2_THREAD_LOCAL.
4664 (testfile2, srcfile2): New variables.
4665 * gdb.threads/tls.c (file2_thread_local)
4666 (function_referencing_file2_thread_local): New.
4667 * gdb.threads/tls2.c: New file.
4668
67f0aac5
JB
46692008-11-28 Joel Brobecker <brobecker@adacore.com>
4670
4671 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
4672 rather than integer, as integer might not be big enough when
4673 on 64bit targets.
67f0aac5 4674
c332165e
JG
46752008-11-27 Jerome Guitton <guitton@adacore.com>
4676
4677 * gdb.cp/formatted-ref.exp: Add equality test.
4678 * gdb.ada/formatted_ref.exp: Ditto.
4679
fc9b693c
JK
46802008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4681
4682 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
4683 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
4684
a9c64011
AS
46852008-11-20 Andreas Schwab <schwab@suse.de>
4686
4687 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
4688 matching syscall entry point.
4689 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4690 (tcatch_vfork_then_child_follow): Likewise. Finish through
4691 vfork even if we stopped at the syscall trampoline.
4692
e2fd701e
DE
46932008-11-20 Doug Evans <dje@google.com>
4694
4695 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
4696
69abc51c
TJB
46972008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4698
4699 * gdb.arch/ppc-dfp.exp: New file.
4700 * gdb.arch/ppc-dfp.c: New file.
4701
c14c28ba
PP
47022008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4703
4704 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 4705
2e74121d
DE
47062008-11-17 Doug Evans <dje@google.com>
4707
4708 * gdb.mi/mi-syn-frame.exp: Update expected output.
4709 * gdb.mi/mi2-syn-frame.exp: Update expected output.
4710
66bb093b
VP
47112008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4712
4713 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
4714 "thread N" results in =thread-selected.
4715 * lib/mi-support (mi_run_cmd, mi_expect_stop)
4716 (mi_send_resuming_command_raw): Be prepared for
4717 =thread-selected.
4718
3d043ef6
VP
47192008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4720
a9c64011
AS
4721 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
4722 * lib/mi-support.exp: Likewise.
3d043ef6 4723
808104c8
JB
47242008-11-16 Joel Brobecker <brobecker@adacore.com>
4725
4726 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
4727 commands from the expected output for "help catch".
4728
00b22944
JB
47292008-11-15 Joel Brobecker <brobecker@adacore.com>
4730
4731 * gdb.ada/int_deref.exp: New testcase.
4732
59669435
TT
47332008-11-14 Nick Roberts <nickrob@snap.net.nz>
4734
4735 * gdb.mi/gdb2549.exp: New file.
4736
de04a248
DE
47372008-11-11 Doug Evans <dje@google.com>
4738
4739 * gdb.base/callexit.exp: New file.
4740 * gdb.base/callexit.c: New file.
4741
6b8ce727
DE
47422008-11-10 Doug Evans <dje@google.com>
4743
4744 * lib/gdb.exp (GDBFLAGS): Move -nx ...
4745 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
4746 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
4747 (default_gdb_start,default_gdb_exit): Ditto.
4748 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
4749 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
4750 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
4751 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
4752 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
4753 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
4754
1b14b8aa
AS
47552008-11-03 Andreas Schwab <schwab@suse.de>
4756
4757 * gdb.base/hashline2.exp: Fix typo.
4758 * gdb.base/hashline3.exp: Likewise.
4759
f3134b88
TT
47602008-10-30 Tom Tromey <tromey@redhat.com>
4761
4762 * gdb.base/pointers.exp: Add test.
4763 * gdb.base/pointers.c (k, S): New typedefs.
4764 (instance): New global.
4765
c2226152
AS
47662008-10-30 Andreas Schwab <schwab@suse.de>
4767
4768 * gdb.base/args.exp: Add tests for newlines.
4769
462f405c
JB
47702008-10-30 Joel Brobecker <brobecker@adacore.com>
4771
4772 gdb.base/foll-exec.exp: Update the expected output of a couple
4773 of "info breakpoints" tests.
4774
79a45b7d
TT
47752008-10-28 Tom Tromey <tromey@redhat.com>
4776
4777 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
4778
adc13a14
PA
47792008-10-24 Pedro Alves <pedro@codesourcery.com>
4780
4781 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
4782 gdb_start_cmd.
4783 Use runto_main before any test that requires execution.
4784
252fbfc8
PA
47852008-10-23 Pedro Alves <pedro@codesourcery.com>
4786
4787 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
4788 instead of SIGINT.
4789
28148e3d
JB
47902008-10-22 Joel Brobecker <brobecker@adacore.com>
4791
4792 * gdb.base/completion.exp: Update expected output following
4793 the addition of the "info tasks" command.
4794
c209f847
TT
47952008-10-22 Tom Tromey <tromey@redhat.com>
4796
4797 * gdb.base/exprs.exp (test_expr): Add test for string
4798 concatenation.
4799
f177e350
PA
48002008-10-19 Pedro Alves <pedro@codesourcery.com>
4801
4802 * configure.ac: Output gdb.python/Makefile.
4803 * configure: Regenerate.
4804 * gdb.python/Makefile.in: New.
4805
cce89356
JB
48062008-10-16 Joel Brobecker <brobecker@adacore.com>
4807
4808 * gdb.base/foll-fork.exp: Adjust the expected output to match
4809 the new description for fork/vfork catchpoints in the "info
4810 breakpoints" output.
4811
176d289d
TJB
48122008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
4813
4814 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
4815
a08702d6
TJB
48162008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4817
4818 * gdb.python/python-value.c: New file.
4819 * gdb.python/python-value.exp: New file.
4820
1c5cfe86
PA
48212008-10-15 Pedro Alves <pedro@codesourcery.com>
4822
4823 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
4824
5a98ad69
DP
48252008-10-15 Denis Pilat <denis.pilat@st.com>
4826
41702f1b 4827 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 4828
dcb1a1e2
TT
48292008-10-09 Tom Tromey <tromey@redhat.com>
4830
4831 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
4832 'fprintf' and 'stderr'.
4833
9124fe48
JB
48342008-10-07 Joel Brobecker <brobecker@adacore.com>
4835
4836 * gdb.ada/ref_tick_size.exp: New testcase.
4837
45452591
DE
48382008-10-06 Doug Evans <dje@google.com>
4839
4840 * gdb.dwarf2/dw2-cu-size.exp: New file.
4841 * gdb.dwarf2/dw2-cu-size.S: New file.
4842
4843 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
4844 .Ltype_int for clarity.
4845
4fc5b208
PP
48462008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4847
4848 PR gdb/2384:
4849 * gdb.cp/gdb2384.exp: Extended to test more cases.
4850 * gdb.cp/gdb2384.cc: Likewise.
4851 * gdb.cp/gdb2384-base.h: Likewise.
4852 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 4853
d78df370
JK
48542008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4855
4856 * gdb.base/maint.exp (maint print type): Remove printing
4857 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
4858
9a044a89
TT
48592008-09-30 Tom Tromey <tromey@redhat.com>
4860
4861 * gdb.base/macscp.exp: Add completion tests.
4862 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
4863 (TWENTY_THREE): Likewise.
4864 (FORTY_EIGHT): Likewise.
4865
506800a9
TT
48662008-09-30 Tom Tromey <tromey@redhat.com>
4867
4868 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
4869 everywhere.
4870 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
4871
1a6f01b5
JK
48722008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4873
4874 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
4875 testcase is derived from. Fix racy dependency on an expected PID
4876 number. No longer support the testcase on Linux kernel 2.4.x.
4877
2fae03e8
TT
48782008-09-27 Tom Tromey <tromey@redhat.com>
4879
4880 * gdb.base/macscp.exp: Add tests for stringification, splicing,
4881 and varargs.
4882
1ad15515
PA
48832008-09-22 Pedro Alves <pedro@codesourcery.com>
4884
4885 * lib/mi-support.exp (mi_expect_interrupt): New.
4886 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
4887 from gdb.mi/mi-nonstop.exp.
4888 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
4889 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
4890 lib/mi-support.exp.
4891 Use mi_check_thread_states throughout. Avoid ".*" and do not
4892 require an anchor after -exec-run.
4893
d0b76dc6
DJ
48942008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4895
4896 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
4897 stop is pending. Avoid ".*" when two stops are pending.
4898 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
4899 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
4900 newlines in fullnames.
4901 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
4902 (mi_expect_stop): Update comments. Only anchor in sync mode.
4903 Do not match newlines.
4904 (mi_send_resuming_command_raw): Always return status.
4905 (mi_get_stop_line): Do not match more than one line by accident.
4906 Only anchor in sync mode.
4907 (mi_run_inline_test): If -exec-next fails, give up.
4908
9990c830
UW
49092008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4910
4911 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
4912 on SPU.
4913
ebcf6f00
JB
49142008-09-10 Joel Brobecker <brobecker@adacore.com>
4915
4916 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
4917
b6db24e5
JB
49182008-09-10 Joel Brobecker <brobecker@adacore.com>
4919
4920 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
4921 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4922 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
4923 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4924 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
4925 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
4926 gdb.ada/interface.exp, gdb.ada/null_array.exp,
4927 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4928 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4929 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4930 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
4931 Include the "= " sequence in the expected output of print tests.
4932
2bf448e0
JB
49332008-09-10 Joel Brobecker <brobecker@adacore.com>
4934
4935 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
4936 description for boolean types.
4937
d51fd4c8
PA
49382008-09-09 Pedro Alves <pedro@codesourcery.com>
4939
4940 * gdb.base/hook-stop-continue.c: New.
4941 * gdb.base/hook-stop-continue.exp: New.
4942
694182d2
DJ
49432008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4944
4945 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
4946
3b8a7fc0
JG
49472008-09-08 Jerome Guitton <guitton@adacore.com>
4948
4949 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
4950 (stack_check_probe_2, stack_check_probe_loop_1)
4951 (stack_check_probe_loop_2): New functions.
4952 (main): Add call to these new functions.
4953 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
4954 functions, check that the breakpoint is inserted at the appropriate
4955 location.
4956 (insert_breakpoint): Slightly refine this procedure so that it can
4957 be called several times in the test.
4958
96cc0ae8
JG
49592008-09-08 Jerome Guitton <guitton@adacore.com>
4960
4961 * gdb.base/stack-checking.c: New file.
4962 * gdb.base/stack-checking.exp: New file.
4963
1f08b409
TJB
49642008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4965
4966 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
4967 * gdb.arch/altivec-regs.exp: Likewise.
4968 * gdb.arch/vsx-regs.exp: Likewise.
4969
3099e1c4
TJB
49702008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4971
4972 * gdb.arch/ppc-fp.exp: New file.
4973 * gdb.arch/ppc-fp.c: New file.
4974
cc69bfc1
PP
49752008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4976
4977 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
4978 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 4979
b02a33db
MS
49802008-09-04 Michael Snyder <msnyder@vmware.com>
4981
4982 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
4983 as "at" (for non-debug functions such as _start).
4984
2992cbe0
UW
49852008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4986
4987 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
4988 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
4989 software watchpoints.
4990 * gdb.base/watch_thread_num.exp: Likewise.
4991
514f746b
AR
49922008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
4993
4994 * gdb.arch/i386-bp_permanent.exp: New test.
4995
876cecd0
TT
49962008-08-24 Tom Tromey <tromey@redhat.com>
4997
4998 * gdb.base/maint.exp: Update "maint print type".
4999
80f73d71
VP
50002008-08-21 Vladimir Prus <vladimir@codesourcery.com>
5001
5002 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
5003 support. Adjust the order of "*running" notifications.
5004 * gdb.mi/non-stop.c: Don't cast from int to void* and
5005 back.
5006
d9c78d7d
MK
50072008-08-20 Mark Kettenis <kettenis@gnu.org>
5008
5009 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
5010 expect to find it in the "info frame" output.
5011
97a2d1d3
DJ
50122008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
5013
5014 * gdb.base/interp.exp: Always consume both prompts.
5015
b96e2927
PA
50162008-08-20 Pedro Alves <pedro@codesourcery.com>
5017
5018 * gdb.base/pending.exp: Test pending breakpoints without symbols
5019 loaded.
5020
8cf6e61a
VP
50212008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5022
5023 * lib/mi-support.exp (mi_expect_stop): Produce
5024 more details on failures.
5025 * gdb.mi/mi-nonstop.exp: New.
5026 * gdb.mi/non-stop.c: New.
5027
c6ebd6cf
VP
50282008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5029
a9c64011
AS
5030 * gdb.mi/mi-async.exp: Use 'set target-async'.
5031 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 5032
46a9b8ed
DJ
50332008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
5034
5035 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
5036
44feb3ce
TT
50372008-08-17 Tom Tromey <tromey@redhat.com>
5038
5039 * gdb.base/help.exp (help catch): Rewrite.
5040
311a4e6b
TJB
50412008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5042
5043 * gdb.base/define.exp: Test indented command documentation.
5044 * gdb.python/python.exp: Test indented multi-line command.
5045
604c2f83
LM
50462008-08-15 Luis Machado <luisgpm@br.ibm.com>
5047
5048 * testsuite/gdb.arch/vsx-regs.c: New source file.
5049 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
5050 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
5051
886a217c
TT
50522008-08-14 Tom Tromey <tromey@redhat.com>
5053
5054 * gdb.base/macscp.exp: Add regression test for "macro define" or
5055 "macro undef" with no arguments.
5056
c814a4f3
PP
50572008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5058
5059 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 5060
12ab8a60
UW
50612008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5062
5063 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
5064
d57a3c85
TJB
50652008-08-06 Tom Tromey <tromey@redhat.com>
5066
5067 * gdb.python/python.exp: New file.
5068
c7b778ff
JK
50692008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5070
5071 Fix for PR gdb/1543.
5072 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
5073 $LOCATION.
5074 (location): New variable.
5075 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
5076 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
5077 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
5078 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
5079 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
5080 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
5081 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
5082 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
5083 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
5084 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
5085 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
5086 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
5087 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
5088 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
5089 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
5090 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
5091 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
5092 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
5093 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
5094 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
5095 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
5096 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
5097 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
5098 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
5099 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
5100 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
5101 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
5102 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
5103 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
5104 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
5105 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
5106 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
5107 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
5108 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
5109 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
5110 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
5111 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
5112 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
5113 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
5114 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
5115 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
5116 gdb.base/type-opaque.exp, gdb.base/until.exp,
5117 gdb.base/value-double-free.c, gdb.base/varargs.exp,
5118 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
5119 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
5120 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
5121 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
5122 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
5123 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
5124 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
5125 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
5126 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
5127 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
5128 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
5129 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
5130 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
5131 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
5132 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
5133 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
5134 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
5135 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
5136 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
5137 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
5138 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
5139 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
5140 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
5141 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
5142 gdb.pascal/types.exp, gdb.stabs/weird.exp,
5143 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
5144 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
5145 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
5146 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
5147 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
5148 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
5149 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5150 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
5151 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5152 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
5153 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5154 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
5155 lib/mi-support.exp, lib/trace-support.exp: Remove reference
5156 to bug-gdb@prep.ai.mit.edu .
5157
5e06a3d1
VP
51582008-07-31 Vladimir Prus <vladimir@codesourcery.com>
5159
5160 * lib/mi-support.exp (mi_load_shlibs): New.
5161 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
5162
9d81d21b
VP
51632008-07-30 Vladimir Prus <vladimir@codesourcery.com>
5164
5165 * lib/mi-support.exp (get_mi_thread_list)
5166 (check_mi_and_console_threads): New, moved from ...
5167 * gdb.mi/mi-pthread.exp: ...here.
5168 * gdb.mi/gdb669.exp (get_mi_thread_list)
5169 (check_mi_and_console_threads): Delete.
5170 * gdb.mi/mi2-pthread.exp: Likewise.
5171
bae98fe0
TT
51722008-07-28 Tom Tromey <tromey@redhat.com>
5173
5174 * Makefile.in (just-check): Remove. Move body to...
5175 (check): ... here.
5176
57380f4e
DJ
51772008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
5178
5179 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
5180 Add a test for duplicated SIGINTs.
5181
e09490f1
DJ
51822008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
5183
5184 * gdb.threads/schedlock.exp (get_args): Update to work for any
5185 value of NUM.
5186 (Top level): Report the number of threads that did not resume.
5187
6387b45f
DJ
51882008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
5189
5190 * gdb.dwarf2/dw2-compressed.S: Also define __start.
5191
62f64ff2
DJ
51922008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
5193
5194 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
5195 non-MI prompt.
5196
fa8de41e
TT
51972008-07-26 Tom Tromey <tromey@redhat.com>
5198
5199 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
5200 (function_struct, function_struct_ptr): New globals.
5201 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
5202 function pointer in a struct.
5203
ccb3ac8a
TT
52042008-07-26 Tom Tromey <tromey@redhat.com>
5205
5206 * gdb.base/macscp.exp: Add test for macro lexing bug.
5207
d7d9f01e
TT
52082008-07-18 Tom Tromey <tromey@redhat.com>
5209
5210 * gdb.base/macscp.exp: Add macro tests.
5211
9bf07184
PP
52122008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5213
5214 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
5215
becf6477
PP
52162008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5217
5218 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
5219
0709f7d3
PP
52202008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5221
5222 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 5223
7093c834
PP
52242008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
5225
5226 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 5227
b432ffe3
JK
52282008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5229
5230 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
5231
b1a268e5
VP
52322008-07-12 Vladimir Prus <vladimir@codesourcery.com>
5233
5234 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
5235
e2995f8e
KB
52362008-07-11 Kevin Buettner <kevinb@redhat.com>
5237
5238 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
5239 of regexp to account for changes made to GDB in the printing of
5240 byte vectors.
5241
14032a66
TT
52422008-07-11 Tom Tromey <tromey@redhat.com>
5243
5244 * gdb.base/completion.exp: Add 'help' completion test.
5245
981505ef
JK
52462008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5247
5248 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
5249
10568435
JK
52502008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5251
5252 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
5253
4487aabf
PA
52542008-07-09 Pedro Alves <pedro@codesourcery.com>
5255
5256 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
5257
a4a9b1c4
PA
52582008-07-09 Pedro Alves <pedro@codesourcery.com>
5259
5260 * gdb.base/fullname.exp: Restore pwd if compiling failed.
5261
3c3185ac
JK
52622008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5263
5264 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
5265
7ebd49dc
VP
52662008-06-28 Vladimir Prus <vladimir@codesourcery.com>
5267
5268 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
5269 previous commit. Add a comment.
5270
84e46146
PA
52712008-06-28 Pedro Alves <pedro@codesourcery.com>
5272
5273 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
5274
0f8d4a2f
VP
52752008-06-28 Vladimir Prus <vladimir@codesourcery.com>
5276
5277 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
5278
f747e0ce
PA
52792008-06-27 Pedro Alves <pedro@codesourcery.com>
5280
5281 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
5282 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
5283 compiling an executable, link in an object that forces unbuffered
5284 output.
5285 * lib/set_unbuffered_mode.c: New file.
5286
734a5c36
JK
52872008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5288
5289 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
5290
a2840c35
VP
52912008-06-25 Vladimir Prus <vladimir@codesourcery.com>
5292
a9c64011
AS
5293 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
5294 mi_expect_stop.
5295 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
5296 Demand that *running is output.
5297 (detect_async): Perform checking every time.
5298 (mi_send_resuming_command): Extract everything into...
5299 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
5300 (mi_expect_stop): Don't accept any output before *stopped.
5301
6ae37fef
VP
53022008-06-13 Vladimir Prus <vladimir@codesourcery.com>
5303
5304 Robustify mi-simplerun.
a9c64011
AS
5305 * gdb.mi/basics.c (main): Add a call to sleep.
5306 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
5307 * gdb.mi/mi2-cli.exp: Likewise.
5308 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 5309
b4aa76f0 53102008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
5311
5312 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
5313
e1ac3328
VP
53142008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5315
a9c64011
AS
5316 * gdb.mi/mi-console.exp: Adjust.
5317 * gdb.mi/mi-syn-frame.exp: Adjust.
5318 * gdb.mi/mi2-console.exp: Adjust.
5319 * gdb.mi/mi2-syn-frame.exp: Adjust.
5320 * lib/mi-support.exp (mi_run_cmd): Adjust.
5321 (mi_send_resuming_command): Adjust.
e1ac3328 5322
f7f9a841
VP
53232008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5324
5325 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
5326 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
5327 testing of stopped.
5328 * gdb.mi/mi2-syn-frame.exp: Likewise.
5329 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
5330 (async, detect_async): New.
5331 (mi_expect_stop, mi_continue_to_line): Adjust expectation
5332 depending on if we're running in sync or async mode.
f7f9a841 5333
37cd5d19
TT
53342008-06-09 Tom Tromey <tromey@redhat.com>
5335
5336 * gdb.base/completion.exp: New tests for field name completion
5337 with spaces, and field name completion with '->'.
5338
65d12d83
TT
53392008-06-06 Tom Tromey <tromey@redhat.com>
5340
5341 * gdb.base/break1.c (struct some_struct): New struct.
5342 (values): New global.
5343 * gdb.base/completion.exp: Add field name completion test.
5344
ebfe2e3f
PP
53452008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5346
5347 * gdb.cp/call-c.exp: Test for incorrect handling of reference
5348 to pointer.
5349 * gdb.cp/call-c.cc: Likewise.
5350
bcf6fc3a
NR
53512008-06-06 Nick Roberts <nickrob@snap.net.nz>
5352
5353 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
5354 annotation.
5355
49fd4a42 53562008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 5357 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
5358
5359 * gdb.threads/execl.c, gdb.threads/execl1.c,
5360 gdb.threads/execl.exp: New tests.
a9c64011 5361
8a34ac3f
AR
53622008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
5363 Daniel Jacobowitz <dan@codesourcery.com>
5364
5365 * gdb.cp/exception.exp: Activate test, make it work with pending
5366 catchpoints.
5367
86ae69ef
JK
53682008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5369
5370 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
5371
f7f9ae2c
VP
53722008-05-28 Vladimir Prus <vladimir@codesourcery.com>
5373
a9c64011
AS
5374 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
5375 now printed.
5376 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 5377
2a2d4dc3
AS
53782008-05-27 Andreas Schwab <schwab@suse.de>
5379
5380 * gdb.base/frame-args.exp: Handle arguments that are optimized
5381 out.
5382
5099e4d9
LM
53832008-05-26 Luis Machado <luisgpm@br.ibm.com>
5384
5385 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
5386 quiet for ppc32 and group options into a single variable.
5387
d9c36a91
JB
53882008-05-23 Joel Brobecker <brobecker@adacore.com>
5389
5390 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
5391 of zero-size elements.
5392 * gdb.ada/null_array.exp: Test printing this new array.
5393
103a8671
JK
53942008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5395
5396 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
5397
07a4cc1a 53982008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
5399
5400 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
5401 of the "finish" command.
5402
55f996a7
NR
54032008-05-21 Nick Roberts <nickrob@snap.net.nz>
5404
5405 * gdb.base/annota1.exp: Test for new annotation.
5406
907fc202
UW
54072008-05-16 Pedro Alves <pedro@codesourcery.com>
5408
5409 * gdb.base/fixsection.exp: New file.
5410 * gdb.base/fixsection0.c: New file.
5411 * gdb.base/fixsection1.c: New file.
5412
e8f97270
UW
54132008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5414
5415 * gdb.base/annota1.exp: Accept printf@... in place of printf.
5416 * gdb.base/annota3.exp: Likewise.
5417
ac0bb574
NF
54182008-05-13 Nathan Froyd <froydnj@codesourcery.com>
5419
5420 * gdb.base/watch_thread_num.exp: Don't run tests that require
5421 watchpoints if the target doesn't support them.
5422
6fadd07a
DE
54232008-05-12 Doug Evans <dje@google.com>
5424
5425 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
5426
6e9a4a30
JB
54272008-05-09 Joel Brobecker <brobecker@adacore.com>
5428
5429 * gdb.ada/assign_1.exp: New testcase.
5430
08388c79
DE
54312008-05-09 Doug Evans <dje@google.com>
5432
a3c83fae
DE
5433 * gdb.base/find.exp: New file.
5434 * gdb.base/find.c: New file.
08388c79 5435
bd5ddfe8
DJ
54362008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
5437
5438 * gdb.base/commands.exp (watchpoint_command_test): Handle
5439 gdb,no_hardware_watchpoints.
5440 * gdb.base/float.exp: Allow ARM targets without floating point.
5441 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
5442
b5dd68e2 54432008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 5444 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
5445
5446 * gdb.ada/lang_switch: New test program.
5447 * gdb.ada/lang_switch.exp: New testcase.
5448
382d13d1
DE
54492008-05-05 Doug Evans <dje@google.com>
5450
5451 * gdb.base/help.exp (disassemble): Update expected help text.
5452
9dd789d0
PA
54532008-05-04 Pedro Alves <pedro@codesourcery.com>
5454
5455 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
5456
611c83ae
PA
54572008-05-04 Pedro Alves <pedro@codesourcery.com>
5458
5459 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
5460 different times.
5461
ff013f42
JK
54622008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5463
5464 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
5465 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
5466 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
5467 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
5468
96dff6a2
VP
54692008-05-04 Vladimir Prus <vladimir@codesourcery.com>
5470
5471 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
5472 notification to appear.
5473
55cd6f92
DJ
54742008-05-04 Daniel Jacobowitz <dan@debian.org>
5475
5476 * gdb.base/fullname.c: New file.
5477 * gdb.base/fullname.exp: New file.
5478 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
5479
d705c43c
PA
54802008-05-03 Pedro Alves <pedro@codesourcery.com>
5481
5482 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
5483 expressions with macros.
5484
333222e1
JK
54852008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5486
5487 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
5488
5ac01682
DJ
54892008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5490
5491 * gdb.base/completion.exp: Handle lack of other symbols beginning
5492 with "a".
5493
5494 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
5495
237fc4c9
PA
54962008-05-02 Jim Blandy <jimb@codesourcery.com>
5497
5498 * gdb.asm/asmsrc1.s: Add scratch space.
5499
ed5e9466
DJ
55002008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5501 Daniel Jacobowitz <dan@codesourcery.com>
5502
5503 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
5504 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
5505 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
5506
b39cc962
DJ
55072007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
5508
5509 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
5510
36d520f5
JB
55112008-05-01 Joel Brobecker <brobecker@adacore.com>
5512
5513 * gdb.base/info-target.exp: New testcase.
5514
8d4e3071
DJ
55152008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5516
5517 * gdb.cp/hang.exp: Use .cc instead of .C.
5518 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
5519 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
5520
6f3f3097
DJ
55212008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5522
5523 * gdb.base/gdb1250.exp: Remove perror.
5524 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
5525
5550a914
PA
55262008-04-30 Pedro Alves <pedro@codesourcery.com>
5527
5528 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
5529 .2byte.
5530
d848e687
DJ
55312008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
5532
5533 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
5534 (maybe_kfail): New.
5535
93b5768b
PA
55362008-04-25 Pedro Alves <pedro@codesourcery.com>
5537
5538 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
5539
721c02de
VP
55402008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5541
a9c64011
AS
5542 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
5543 * gdb.mi/mi2-syn-frame.exp: Likewise.
5544 * lib/mi-support.exp: Likewise.
721c02de 5545
74960c60
VP
55462008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5547
5548 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
5549 to specify regexp for the location to stop at.
5550 * gdb.base/break-always.c: New.
5551 * gdb.base/break-always.exp: New.
5552
d24317b4
VP
55532008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5554
5555 * lib/mi-support.exp (mi_runto_helper): Adjust
5556 for the original-location field.
5557 (mi_create_breakpoint, mi_list_breakpoints): New.
5558 * gdb.mi/mi-break.exp: Adjust.
5559 * gdb.mi/mi2-break.exp: Adjust.
5560 * gdb.mi/mi-pending.exp: Adjust.
5561 * gdb.mi/mi-simplerun.exp: Adjust.
5562 * gdb.mi/mi2-simplerun.exp: Adjust.
5563 * gdb.mi/mi-syn-frame.exp: Adjust.
5564 * gdb.mi/mi2-syn-frame.exp: Adjust.
5565 * gdb.mi/mi-until.exp: Adjust.
5566 * gdb.mi/mi2-until.exp: Adjust.
5567 * gdb.mi/mi-var-display.exp: Adjust.
5568 * gdb.mi/mi2-var-display.exp: Adjust.
5569 * gdb.mi/mi-watch.exp: Adjust.
5570 * gdb.mi/mi2-watch.exp: Adjust.
5571
fdc59709 55722008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 5573
a9c64011
AS
5574 * aclocal.m4: Add override.m4.
5575 * configure: Regenerate.
fdc59709 5576
8e91f023
VP
55772008-04-19 Vladimir Prus <vladimir@codesourcery.com>
5578
5579 * gdb.mi/var-cmd.c (do_at_tests): Verify that
5580 '-var-update --all-values' reports new value even the type
5581 of a variable object has changed.
5582
233a11ab
CS
55832008-04-18 Craig Silverstein <csilvers@google.com>
5584
5585 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
5586 files.
d24317b4 5587
9c1137ad
JB
55882008-04-18 Joel Brobecker <brobecker@adacore.com>
5589
5590 * gdb.ada/atomic_enum: New test program.
5591 * gdb.ada/atomic_enum.exp: New testcase.
5592
66d0bbc7
DE
55932008-04-17 Doug Evans <dje@google.com>
5594
5595 * gdb.opt/Makefile.in: Fix whitespace.
5596
100906b0
UW
55972008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
5598
5599 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
5600
4584e32e
DE
56012008-04-17 Doug Evans <dje@google.com>
5602
5603 * gdb.base/hashline1.exp: New testcase.
5604 * gdb.base/hashline2.exp: New testcase.
5605 * gdb.base/hashline2.exp: New testcase.
5606
0a320680
PA
56072008-04-17 Pedro Alves <pedro@codesourcery.com>
5608
5609 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
5610
18ac113b
AR
56112008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
5612
5613 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
5614 temporary breakpoint to match "Temporary breakpoint".
5615 * gdb.base/break.exp (delete_breakpoints): Likewise.
5616 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
5617 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
5618 * gdb.base/display.exp: Likewise.
5619 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
5620 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
5621 * gdb.base/restore.exp (restore_tests): Likewise.
5622 * gdb.base/sepdebug.exp: Likewise.
5623 * gdb.base/watchpoint.exp: Likewise.
5624 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
5625 * gdb.mi/mi-pending.exp: Likewise.
5626 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
5627 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
5628 * gdb.mi/mi-var-cmd.exp: Likewise.
5629 * gdb.mi/mi-var-display.exp: Likewise.
5630 * gdb.mi/mi2-cli.exp: Likewise.
5631 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
5632 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
5633 * gdb.mi/mi2-var-display.exp: Likewise.
5634 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
5635 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
5636 new "disp" field.
a9c64011 5637 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
5638 reason. This is to support fix for PR2424.
5639
add38693
JK
56402008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5641
5642 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
5643
fcacd99f
VP
56442008-04-13 Vladimir Prus <vladimir@codesourcery.com>
5645
5646 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 5647 field. Add more floating varobj tests.
fcacd99f 5648 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
5649 field.
5650 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
5651 (main): Call do_at_tests.
5652 * lib/mi-support.exp (mi_create_floating_varobj)
5653 (mi_varobj_update_with_type_change): New.
fcacd99f 5654
de051565
MK
56552008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5656
5657 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
5658 option of -var-evaluate-expression.
5659 * gdb.mi/mi2-var-display.exp: Likewise.
5660
dbc52822
VP
56612008-04-07 Vladimir Prus <vladimir@codesourcery.com>
5662
5663 Introduce test setup helpers.
a9c64011
AS
5664 * lib/gdb.exp (build_executable, clean_restart)
5665 (prepare_for_testing): New.
5666 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
5667 * gdb.base/return.exp: Likewise.
5668 * gdb.base/ending-run.exp: Likewise.
dbc52822 5669
473591da
NR
56702008-04-07 Nick Roberts <nickrob@snap.net.nz>
5671
5672 * gdb.mi/mi-async.exp: New test for asynchronous Machine
5673 Interface (MI) responses.
5674
2b2d9e11
VP
56752008-04-06 Vladimir Prus <vladimir@codesourcery.com>
5676
a9c64011
AS
5677 * gdb.cp/breakpoint.cc: New code to test conditions involving
5678 member variables.
5679 * gdb.cp/breakpoint.exp: Test condition involving member
5680 variables.
2b2d9e11 5681
bb378428
VP
56822008-04-05 Vladimir Prus <vladimir@codesourcery.com>
5683
5684 * lib/mi-support.exp (mi_expect_stop): New.
5685 (mi_run_cmd): Change the
5686 token. Use mi_send_resuming_command, use
5687 mi_expect_stop.
5688 (mi_execute_to_helper): Rename to mi_execute_to.
5689 (mi_send_resuming_command): Add more error patterns.
5690 (mi_wait_for_stop): Renamed to...
5691 (mi_get_stop_line): ...this.
5692 (mi_run_inline_test): Adjust.
5693
5694 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
5695 * gdb.mi/mi-console.exp: Likewise.
5696 * gdb.mi/mi-pending.exp: Likewise.
5697 * gdb.mi/mi-simplerun.exp: Likewise.
5698 * gdb.mi/mi-stack.exp: Likewise.
5699 * gdb.mi/mi-stepi.exp: Likewise.
5700 * gdb.mi/mi-syn-frame.exp: Add comment.
5701 * gdb.mi/mi-until.exp: Likewise.
5702 * gdb.mi/mi-var-display.exp: Likewise.
5703 * gdb.mi/mi-watch.exp: Likewise.
5704 * gdb.mi/mi2-cli.exp: Likewise.
5705 * gdb.mi/mi2-console.exp: Likewise.
5706 * gdb.mi/mi2-simplerun.exp: Likewise.
5707 * gdb.mi/mi2-stack.exp: Likewise.
5708 * gdb.mi/mi2-stepi.exp: Likewise.
5709 * gdb.mi/mi2-until.exp: Likewise.
5710 * gdb.mi/mi2-var-display.exp: Likewise.
5711 * gdb.mi/mi2-watch.exp: Likewise.
5712
62172bb9
UW
57132008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5714
5715 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
5716
5717 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
5718
a13e061a
PA
57192008-04-04 Pedro Alves <pedro@codesourcery.com>
5720
5721 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
5722 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
5723 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
5724 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
5725 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
5726 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
5727 expect an mi error duplicated in stderr.
5728
eae06beb
JB
57292008-04-03 Joel Brobecker <brobecker@adacore.com>
5730
5731 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
5732 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
5733 Add a couple of tests that verify the behavior when the new setting
5734 is set to "cancel" and "all".
5735 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
5736 "ask" before we start the testing.
5737
79c6ced6
AR
57382008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
5739
5740 * gdb.cp/casts.cc: Add class reference variables.
5741 * gdb.cp/casts.exp: New test cases for up/down casting references.
5742
6c2d1a6b
MK
57432008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
5744
5745 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
5746 instead of beginning to make an extra test pass.
5747 * gdb.mi/mi2-var-display.exp: Likewise.
5748
55b411d9
MR
57492008-03-31 Maciej W. Rozycki <macro@mips.com>
5750
5751 * gdb.base/break.exp: Mark failures as such. Fix formatting.
5752
c6140da2
MD
57532008-03-31 Markus Deuling <deuling@de.ibm.com>
5754 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5755
5756 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
5757 value. Add xfail for older kernels.
5758
79732189
AR
57592008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
5760
5761 Bring mi-support in line with gdb.exp.
5762 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
5763 (mi_gdb_start): New function.
5764
33c3676e
MR
57652008-03-28 Maciej W. Rozycki <macro@mips.com>
5766
5767 * gdb.mi/mi-var-cmd.exp: Fix a typo.
5768
92e28119
VP
57692008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5770
5771 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
5772 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 5773
9e8e3afe
VP
57742008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5775
5776 * lib/mi-support.exp (mi_create_varobj_checked): New.
5777 (mi_list_varobj_children): Allow to check for a
5778 value.
5779 (mi_list_array_varobj_children): New.
5780
5781 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
5782 and mi_list_varobj_children, as opposed to hardcoding
5783 expected strings.
5784 * gdb.mi/gdb701.exp: Likewise.
5785 * gdb.mi/gdb792.exp: Likewise.
5786 * gdb.mi/mi-var-block.exp: Likewise.
5787 * gdb.mi/mi-var-cmd.exp: Likewise.
5788 * gdb.mi/mi-var-invalidate.exp: Likewise.
5789 * gdb.mi/mi2-var-block.exp: Likewise.
5790 * gdb.mi/mi2-var-child.exp: Likewise.
5791 * gdb.mi/mi2-var-cmd.exp: Likewise.
5792 * gdb.mi/mi2-var-display.exp: Likewise.
5793
9df50351
JK
57942008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5795
5796 Fix random false FAILs on i386.
5797 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
5798
31e5d73a
DJ
57992008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5800
5801 PR gdb/544
5802 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
5803
12f4afab
DJ
58042008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5805
5806 PR gdb/544
5807 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
5808
b562a0cb
DJ
58092008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5810
5811 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
5812 fixed PR gdb/544.
5813
17faa917
DJ
58142008-03-21 Pedro Alves <pedro@codesourcery.com>
5815
5816 * gdb.threads/fork-child-threads.exp: Test next over fork.
5817
6214f497
DJ
58182008-03-21 Chris Demetriou <cgd@google.com>
5819
5820 * gdb.base/break.exp (rbreak junk): New test for rbreak
5821 "Junk at end of arguments" issue.
5822
63092375
DJ
58232008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5824
5825 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
5826 *& to work on created array elements.
5827 (Top level): Test print $pc with a file. Test string operations
5828 without a target.
5829 * gdb.base/ptype.exp: Do not expect *& to work on created array
5830 elements.
5831
b21991b0
DJ
58322008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5833
5834 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5835 gdb.threads/staticthreads.exp: Update exit query.
5836
c4b347c7
SL
58372008-03-07 Sandra Loosemore <sandra@codesourcery.com>
5838
5839 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
5840
fa4727a6
DJ
58412008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5842
5843 * gdb.base/watchpoint.c (global_ptr, func4): New.
5844 (main): Call func4.
5845 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
5846 (test_inaccessible_watchpoint): New.
5847
2f34202f
MR
58482008-02-29 Maciej W. Rozycki <macro@mips.com>
5849
5850 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
5851 select the largest.
5852
0d6ba1b1
DJ
58532008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5854
5855 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
5856 frames-invalid annotations.
5857
e691325a
PM
58582008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
5859
a9c64011 5860 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 5861
f85b5ecc
DE
58622008-02-27 Doug Evans <dje@google.com>
5863
5864 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
5865 for bug 1738.
5866 (breakpoint_to_handler_entry): Ditto.
5867
b40e7bf3
JB
58682008-02-27 Joel Brobecker <brobecker@adacore.com>
5869
5870 * gdb.base/ending-run.exp: Use the first line of code inside
5871 function body to test breakpoints.
5872 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
5873 location where the breakpoint is inserted when using the line
5874 where a function is declared. Fix typo in the description of
5875 one of the tests.
5876 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
5877
2faca73a
PM
58782008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5879
5880 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 5881 tests.
2faca73a 5882
6f439c36
PM
58832008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5884
5885 * gdb.base/args.exp: avoid same output for tests
5886 with single quotes.
5887
54e52265
VP
58882008-02-26 Vladimir Prus <vladimir@codesourcery.com>
5889
a9c64011
AS
5890 * gdb.base/annota1.exp: Adjust for 'info break'
5891 format changes.
5892 * gdb.base/annota3.exp: Likewise.
5893 * gdb.base/break.exp: Likewise.
5894 * gdb.base/condbreak.exp: Likewise.
5895 * gdb.base/pending.exp: Likewise.
5896 * gdb.base/sepdebug.exp: Likewise.
5897 * gdb.base/unload.exp: Likewise.
5898 * gdb.cp/ovldbreak.exp: Likewise.
5899 * gdb.mi/mi-pending.exp: Likewise.
54e52265 5900
897b09ca
DE
59012008-02-07 Doug Evans <dje@google.com>
5902
5903 * gdb.cp/mb-inline.exp: New.
5904 * gdb.cp/mb-inline.h: New.
5905 * gdb.cp/mb-inline1.cc: New.
5906 * gdb.cp/mb-inline2.cc: New.
5907
b1c32d35
PM
59082008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
5909
5910 * gdb.pascal/floats.pas: New test program.
5911 * gdb.pascal/floats.exp: New testcase.
5912
1a4ca44a
TJB
59132008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5914
5915 * gdb.base/callfuncs.c (t_float_many_args): New function.
5916 (t_double_many_args): New function.
5917 * gdb.base/callfuncs.exp: Add tests for exceeding float
5918 and double parameters passed through the stack.
5919
439048e8
JB
59202008-02-05 Joel Brobecker <brobecker@adacore.com>
5921
5922 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
5923 gdb.ada/complete/foo.adb: New files.
5924 * gdb.ada/complete.exp: New testcase.
5925
81fe8080
DE
59262008-02-03 Doug Evans <dje@google.com>
5927
301f0ecf
DE
5928 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
5929
81fe8080
DE
5930 * gdb.cp/gdb2384.exp: New file.
5931 * gdb.cp/gdb2384.cc: New file.
5932 * gdb.cp/gdb2384-base.h: New file.
5933 * gdb.cp/gdb2384-base.cc: New file.
5934
4b071aec
DE
59352008-02-02 Doug Evans <dje@google.com>
5936
5937 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
5938
61137ba6
JB
59392007-02-01 Joel Brobecker <brobecker@adacore.com>
5940
5941 * gdb.ada/sym_print_name: New test program.
5942 * gdb.ada/sym_print_name.exp: New testcase.
5943
59442007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
5945
5946 * gdb.ada/nested/hello.adb: New file.
5947 * gdb.ada/nested.exp: New testcase.
5948 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5949
98deb0da
VP
59502008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5951
5952 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
5953 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
5954 don't cause future evaluations of function to report
5955 creation of internal breakpoints.
98deb0da 5956
723a2275
VP
59572008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5958
5959 * gdb.mi/mi-break.exp (test_error): New.
5960 Call it.
5961
fb546a2f
LM
59622008-01-31 Luis Machado <luisgpm@br.ibm.com>
5963
5964 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
5965 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
5966
2d8fd90a
PM
59672008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5968
5969 * gdb.pascal/integers.pas: New test program.
5970 * gdb.pascal/integers.exp: New testcase.
5971
a7fa0ded
PM
59722008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5973
5974 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
5975
5e1a1926
TJB
59762008-01-30 Luis Machado <luisgpm@br.ibm.com>
5977
5978 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
5979 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
5980
8d04f9f0
JB
59812008-01-30 Paul Hilfinger <hilfinger@adacore.com>
5982
5983 * gdb.ada/formatted_ref: New test program.
5984 * gdb.ada/formatted_ref.exp: New testcase.
5985
5986 * gdb.cp/formatted-ref.cc: New file.
5987 * gdb.cp/formatted-ref.exp: New testcase.
5988
ce75a98f
JB
59892008-01-30 Joel Brobecker <brobecker@adacore.com>
5990
5991 * gdb.base/ptype.exp: Add testing of "ptype $pc".
5992
e835f6bf
NR
59932008-01-30 Nick Roberts <nickrob@snap.net.nz>
5994
5995 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
5996 (test_file_list_exec_source_file): Update to new macro-info field.
5997
d118ef87
PH
59982008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
5999
6000 * gdb.ada/exprs: New test program.
6001 * gdb.ada/exprs.exp: New testcase.
6002
7d35ab09
TJB
60032008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6004
6005 * dfp-test.c (DELTA, DELTA_B): New definitions.
6006 (double_val1, double_val2, double_val3, double_val4, double_val5,
6007 double_val6, double_val7, double_val8, double_val9, double_val10,
6008 double_val11, double_val12, double_val13, double_val14, dec32_val1,
6009 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
6010 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
6011 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
6012 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
6013 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
6014 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
6015 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
6016 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
6017 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
6018 dec128_val16): New global variables.
6019 (decimal_dec128_align): New function.
6020 (decimal_mixed): Likewise.
6021 (decimal_many_args_dec32): Likewise.
6022 (decimal_many_args_dec64): Likewise.
6023 (decimal_many_args_dec128): Likewise.
6024 (decimal_many_args_mixed): Likewise.
6025 * dfp-test.exp: Add tests calling new inferior functions.
6026
2d717e4f
DJ
60272008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6028
6029 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
6030 gdb.server/ext-run.exp: New files.
6031 * lib/gdbserver-support.exp (gdbserver_download): New.
6032 (gdbserver_start): New. Update gdbserver expected
6033 output.
6034 (gdbserver_spawn): Use them.
6035 (gdbserver_start_extended): New.
6036
e85a822c
DJ
60372008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6038
6039 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
6040 Run on GNU/Linux.
6041 (do_exec_tests): Check for systems which do not support catchpoints.
6042 Do not match START.
6043 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
6044 Run on GNU/Linux. Enable verbose output.
6045 (check_fork_catchpoints): New.
6046 (explicit_fork_child_follow, catch_fork_child_follow)
6047 (tcatch_fork_parent_follow): Update expected messages.
6048 (do_fork_tests): Use check_fork_catchpoints.
6049 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
6050 Run on GNU/Linux. Enable verbose output.
6051 (check_vfork_catchpoints): New.
6052 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
6053 expected messages.
6054 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
6055
401ea829
JB
60562008-01-29 Jim Blandy <jimb@red-bean.com>
6057
6058 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
6059 host' errors.
6060 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
6061
aceaf3ad
JB
60622008-01-29 Jim Blandy <jimb@red-bean.com>
6063
6064 * gdb.threads/sigthread.c: Use barriers to ensure that
6065 child_thread and child_thread_two are always initialized before we
6066 start to use them.
6067
a5606eee
VP
60682008-01-29 Vladimir Prus <vladimir@codesourcery.com>
6069
6070 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
6071 * gdb.base/watchpoint-solib.c: New.
6072 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 6073
c55a82bb
PM
60742008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
6075
6076 * gdb.base/gdb1056.exp: Add unsigned integer test.
6077
0993fe05
DE
60782008-01-28 Doug Evans <dje@google.com>
6079
6080 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
6081
4fe42e7f
JB
60822008-01-27 Jim Blandy <jimb@codesourcery.com>
6083
c7a69933
JB
6084 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
6085
4fe42e7f
JB
6086 * gdb.base/expand-psymtabs.exp: Doc fix.
6087
5def8285
MK
60882008-01-26 Mark Kettenis <kettenis@gnu.org>
6089
6090 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
6091
5313c911
NR
60922008-01-24 Nick Roberts <nickrob@snap.net.nz>
6093
a9c64011 6094 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
6095 -var-set-format.
6096
93815fbf
VP
60972008-01-23 Chris Demetriou <cgd@google.com>
6098
6099 * gdb.threads/thread_events.c: New testcase source file.
6100 * gdb.threads/thread_events.exp: New testcase expect file.
6101
467a88ee
NR
61022008-01-23 Nick Roberts <nickrob@snap.net.nz>
6103
6104 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
6105
6106 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
6107 -var-set-format.
6108
d8f82aba
DJ
61092008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
6110 Vladimir Prus <vladimir@codesourcery.com>
6111
6112 * gdb.base/float.exp: Allow missing floating point for m68k and
6113 PowerPC.
6114
60c46647
VP
61152008-01-22 Vladimir Prus <vladimir@codesourcery.com>
6116
6117 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
6118 ignore count.
6119 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
6120 * gdb.mi/mi-cli.exp: Adjust.
6121 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 6122
c7dd36a1
PA
61232008-01-17 Pedro Alves <pedro@codesourcery.com>
6124
6125 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
6126 and 'dummy_ptr' integer pointer. Initialize struct_declarations
6127 with dummy_ptr's address.
6128 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
6129 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
6130 all targets.
6131 * gdb.mi/mi2-var-child.exp: Likewise.
6132
39d5313e
JB
61332008-01-09 Joel Brobecker <brobecker@adacore.com>
6134
6135 * gdb.ada/null_array: New test program.
6136 * gdb.ada/null_array.exp: New testcase.
6137
0aea4bf3
LM
61382008-01-09 Luis Machado <luisgpm@br.ibm.com>
6139
6140 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
6141 with required float modifiers.
6142
0b354900
JB
61432008-01-08 Joel Brobecker <brobecker@adacore.com>
6144
6145 * gdb.ada/funcall_param: New test program.
6146 * gdb.ada/funcall_param.exp: New testcase.
6147
cdb7f5d4
JB
61482008-01-08 Joel Brobecker <brobecker@adacore.com>
6149
6150 * gdb.ada/arrayparam: New test program.
6151 * gdb.ada/arrayparam.exp: New testcase.
6152
88e2547f
JB
61532008-01-08 Joel Brobecker <brobecker@adacore.com>
6154
6155 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
6156 landed. Should also fix random failures in the test following it.
6157
f6867ce0
TJB
61582008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6159
6160 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
6161 for expressions with decimal float values.
6162 (test_dfp_conversions): New function to test casts to and from
6163 decimal float types.
6164 Call test_dfp_conversions.
6165 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
6166 elements.
6167 (main): Initialize ds.float4 and ds.double8 elements.
6168 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
6169 string to new error message.
6170 (d64_set_tests): Likewise.
6171 (d128_set_tests): Likewise.
6172 Add tests for expressions with decimal float variables. Add tests for
6173 conversions to and from decimal float types.
6174
f9c11282
JB
61752008-01-05 Joel Brobecker <brobecker@adacore.com>
6176
6177 * gdb.ada/packed_tagged/comp_bug.adb: New file.
6178 * gdb.ada/packed_tagged.exp: New testcase.
6179
0ecbca72
JB
61802008-01-04 Joel Brobecker <brobecker@adacore.com>
6181
6182 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
6183 gdb.ada/homonym/homonym_main.adb: New files.
6184 * gdb.ada/homonym.exp: New testcase.
6185
c18d3d89
JB
61862008-01-04 Joel Brobecker <brobecker@adacore.com>
6187
6188 * gdb.ada/packed_array.exp: Add testing of references to
6189 a packed array.
6190
ecc7085b
JB
61912008-01-04 Joel Brobecker <brobecker@adacore.com>
6192
6193 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
6194 New files.
6195 * gdb.ada/type_coercion.exp: New testcase.
6196
c474c922
JB
61972008-01-04 Joel Brobecker <brobecker@adacore.com>
6198
6199 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
6200 gdb.ada/tagged/foo.adb: New file.
6201 * gdb.ada/tagged.exp: New testcase.
6202
9005b927
JB
62032008-01-04 Joel Brobecker <brobecker@adacore.com>
6204
6205 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
6206 gdb.ada/ptype_field/foo.adb: New files.
6207 * gdb.ada/ptype_field.exp: New testcase.
6208
1a6aaad8
JB
62092008-01-03 Joel Brobecker <brobecker@adacore.com>
6210
6211 * gdb.ada/print_pc.exp: New testcase.
6212
0ef22f53
JB
62132008-01-03 Joel Brobecker <brobecker@adacore.com>
6214
6215 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
6216 gdb.ada/taft_type/p.adb: New files.
6217 * gdb.ada/taft_type.exp: New testcase.
6218
1689ecf8
JB
62192008-01-03 Joel Brobecker <brobecker@adacore.com>
6220
6221 * gdb.ada/array_bounds/bar.adb: New file.
6222 * gdb.ada/array_bounds.exp: New testcase.
6223
a4d0b9c3
JB
62242008-01-03 Joel Brobecker <brobecker@adacore.com>
6225
6226 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
6227 gdb.ada/arrayptr/foo.adb: New files.
6228 * gdb.ada/arrayptr.exp: New testcase.
6229
a31ace00
JB
62302008-01-03 Joel Brobecker <brobecker@adacore.com>
6231
6232 * gdb.base/set-lang-auto.exp: New testcase.
6233
a97fced3
JB
62342008-01-03 Joel Brobecker <brobecker@adacore.com>
6235
6236 * gdb.ada/fun_addr/foo.adb: New file.
6237 * gdb.ada/fun_addr.exp: New testcase.
6238
ef29ce1a
JK
62392008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6240
6241 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
6242 New files
6243
0fafefe3
JB
62442008-01-02 Joel Brobecker <brobecker@adacore.com>
6245
6246 * array_subscript_addr/p.adb: New file.
a9c64011 6247 * array_subscript_addr.exp: New testcase.
0fafefe3 6248
c4359f8d
JB
62492008-01-02 Joel Brobecker <brobecker@adacore.com>
6250
a9c64011 6251 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
6252 New files.
6253 * gdb.ada/str_cmp_ref.exp: New testcase.
6254
1aa1b15b
JB
62552008-01-01 Joel Brobecker <brobecker@adacore.com>
6256
6257 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
6258 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 6259 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 6260
81c9b2cf
JB
62612008-01-01 Joel Brobecker <brobecker@adacore.com>
6262
6263 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
6264 gdb.ada/ref_param/pck.ads: New files.
6265 * gdb.ada/ref_param.exp: New testcase.
6266
319e4674
JB
62672008-01-01 Joel Brobecker <brobecker@adacore.com>
6268
6269 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
6270 gdb.ada/interface/foo.adb: New files.
6271 * gdb.ada/interface.exp: New testcase.
6272
ef682c56
JB
62732007-12-31 Jim Blandy <jimb@codesourcery.com>
6274
6275 * gdb.base/multi-forks.exp: Consume all output from child
6276 processes before proceeding to next test.
6277
f6f3eb6c
JB
62782007-12-29 Jim Blandy <jimb@codesourcery.com>
6279
6280 * configure: Regenerated.
6281
f652e42f
JB
62822007-12-27 Joel Brobecker <brobecker@adacore.com>
6283
6284 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
6285 gdb.ada/fixed_cmp/fixed.adb: New files.
6286 * gdb.ada/fixed_cmp.exp: New testcase.
6287
6943e596
JB
62882007-12-27 Joel Brobecker <brobecker@adacore.com>
6289
6290 * gdb.ada/boolean_expr.exp: New testcase.
6291
aad9a193
JB
62922007-12-26 Jim Blandy <jimb@codesourcery.com>
6293
6294 * gdb.base/multi-forks.exp: Doc fix.
6295
fb5f3683
JB
62962007-12-26 Joel Brobecker <brobecker@adacore.com>
6297
6298 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
6299 * gdb.ada/char_param.exp: Do not compile our test program with
6300 -gnata, this is unnecessary.
6301 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
6302
384e4a9c
JB
63032007-12-24 Joel Brobecker <brobecker@adacore.com>
6304
6305 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
6306 gdb.ada/print_chars/foo.adb: New files.
6307 * gdb.ada/print_chars.exp: New testcase.
6308
01e044f7
JB
63092007-12-24 Joel Brobecker <brobecker@adacore.com>
6310
6311 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
6312 gdb.ada/char_param/foo.adb: New files.
6313 * gdb.ada/char_param.exp: New testcase.
6314
0ce17860
JB
63152007-12-22 Jim Blandy <jimb@codesourcery.com>
6316
6317 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
6318 hard-coding source line numbers into the test.
6319 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
6320 gdb_get_line_number to find.
6321
919809b9
JB
63222007-12-22 Joel Brobecker <brobecker@adacore.com>
6323
6324 * gdb.base/ptype.c (highest): New struct type.
6325 (the_highest): New variable of that type.
6326 (main): Add dummy assignment to a field of variable the_highest.
6327 * gdb.base/ptype.exp: Test type printing of our new variable.
6328
abc8a88d
PM
63292007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
6330
6331 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 6332 and record first explicitly generated thread number.
abc8a88d
PM
6333 Use that thread number for thread specific watchpoint test.
6334 Add iteration number to repetitive tests.
6335
5158f3e3
CES
63362007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
6337 Jim Blandy <jimb@codesourcery.com>
6338
6339 * gdb.base/expand-psymtabs.c: New testcase
6340 source file.
6341 * gdb.base/expand-psymtabs.exp: New testcase
6342 expect file.
6343
37e4754d
LM
63442007-12-17 Luis Machado <luisgpm@br.ibm.com>
6345
6346 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
6347 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
6348
551e5d04
JB
63492007-12-17 Joel Brobecker <brobecker@adacore.com>
6350
6351 * gdb.ada/frame_args/foo.adb: New file.
6352 * gdb.ada/frame_args/pck.ads: New file.
6353 * gdb.ada/frame_args/pck.adb: New file.
6354 * gdb.ada/frame_args.exp: New testcase.
6355
a05ee097
JB
63562007-12-17 Joel Brobecker <brobecker@adacore.com>
6357
6358 * gdb.base/frame-args.c: New file.
6359 * gdb.base/frame-args.exp: New testcase.
6360
c162e8c9 63612007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 6362 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
6363
6364 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
6365
afe8ab22 63662007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6367
afe8ab22
VP
6368 * gdb.mi/mi-pending.exp: New.
6369 * gdb.mi/mi-pending.c: New.
6370 * gdb.mi/mi-pendshr.c: New.
6371
dfdfb3ca
JB
63722007-12-06 Jim Blandy <jimb@codesourcery.com>
6373
6374 * gdb.base/default.exp: Update expected output for 'info catch'.
6375
b7fca990
JK
63762007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6377
6378 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
6379 must be set to binary.
6380
6a1afc1e
PA
63812007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
6382
6383 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
6384
a6b151f1
DJ
63852007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6386
6387 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
6388 gdb.mi/mi-file-transfer.exp: New.
6389
43039443
JK
63902007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6391
6392 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
6393
0ef2251b
MR
63942007-11-22 Maciej W. Rozycki <macro@mips.com>
6395
6396 * gdb.trace/backtrace.exp: Fix a typo.
6397 * gdb.trace/circ.exp: Likewise.
6398 * gdb.trace/collection.exp: Likewise.
6399 * gdb.trace/limits.exp: Likewise.
6400 * gdb.trace/report.exp: Likewise.
6401 * gdb.trace/tfind.exp: Likewise.
6402 * gdb.trace/while-dyn.exp: Likewise.
6403
5443631e
NR
64042007-11-21 Nick Roberts <nickrob@snap.net.nz>
6405
6406 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
6407 objects of pointers that can't be dereferenced are now
6408 "noneditable".
6409
a4ce5b0d
UW
64102007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6411
6412 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6413 (target_cpu): Remove.
6414
d6e956e5
VP
64152007-10-15 Vladimir Prus <vladimir@codesourcery.com>
6416
6417 * gdb.base/ending-run.exp: Expect the list of cleared
6418 breakpoint to come in natural order, not the reversed one.
a9c64011 6419
214270ab
VP
64202007-11-07 Vladimir Prus <vladimir@codesourcery.com>
6421
6422 * gdb.mi/mi-var-child.c (do_child_deletion): New.
6423 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 6424
1a619819
LM
64252007-11-05 Luis Machado <luisgpm@br.ibm.com>
6426
6427 * gdb.base/printcmds.exp: New function
6428 test_printf_with_dfp.
6429
5b01a6fa
DE
64302007-11-02 Doug Evans <dje@google.com>
6431
6432 * gdb.disasm/t01_mov.s: Remove carriage returns.
6433 * gdb.disasm/t02_mova.s: Ditto.
6434 * gdb.disasm/t03_add.s: Ditto.
6435 * gdb.disasm/t04_sub.s: Ditto.
6436 * gdb.disasm/t05_cmp.s: Ditto.
6437 * gdb.disasm/t06_ari2.s: Ditto.
6438 * gdb.disasm/t07_ari3.s: Ditto.
6439 * gdb.disasm/t08_or.s: Ditto.
6440 * gdb.disasm/t09_xor.s: Ditto.
6441 * gdb.disasm/t10_and.s: Ditto.
6442 * gdb.disasm/t11_logs.s: Ditto.
6443 * gdb.disasm/t12_bit.s: Ditto.
6444 * gdb.disasm/t13_otr.s: Ditto.
6445
ec33ab7f
JK
64462007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6447
6448 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
6449
ae0d01ff
UW
64502007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6451
6452 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
6453 provide DFP support.
6454
55eddb0f
DJ
64552007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6456
6457 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
6458 Test "set powerpc vector-abi". Skip auto-detection tests for old
6459 toolchains.
6460
7020f05c
PA
64612007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6462
6463 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
6464 with [string compare].
6465
84bc3db9
PA
64662007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6467
6468 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
6469 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
6470
5876dc88
LM
64712007-10-25 Luis Machado <luisgpm@br.ibm.com>
6472
6473 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
6474 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
6475 * gdb.opt/Makefile.in: New makefile.
6476 * Makefile.in: Create new directory "gdb.opt".
6477 * configure.ac: Add "gdb.opt" directory.
6478 * configure: Regenerated.
a9c64011 6479
c3ea9a14
DE
64802007-10-25 Doug Evans <dje@google.com>
6481
6482 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
6483 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
6484
a9c64011 64852007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
6486 Thiago Jung Bauermann <bauerman@br.ibm.com>
6487
6488 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
6489 Floating Point expressions.
6490 * gdb.base/dfp-test.exp: new file adding tests for Decimal
6491 Floating Point variables.
6492 * gdb.base/dfp-test.c: new file containing program with Decimal
6493 Floating variables, used by gdb.base/dfp-test.exp.
6494
62a24a2b
DJ
64952007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
6496
6497 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
6498
e7b1eae6
UW
64992007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6500
6501 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
6502 compiling test case with GCC.
6503 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
6504
c641edcc
UW
65052007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6506
6507 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6508 format changes.
6509
5e5ebfe6
MS
65102007-10-18 Michael Snyder <msnyder@specifix.com>
6511
6512 * gdb.base/dbx.exp: Add missing "-re " operator.
6513
e831e7b6
GM
65142007-10-16 Gaius Mulley <gaius@glam.ac.uk>
6515
6516 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
6517 * configure.ac: Removed trailing spaces after backslash.
6518 * gdb.modula2: New directory.
6519 * gdb.modula2/Makefile.in: New file.
6520 * gdb.modula2/unbounded-array.exp: New file.
6521 * gdb.modula2/unbounded1.c: New file.
6522
7cc46491
DJ
65232007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6524
6525 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
6526
65272007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
6528
6529 * gdb.base/sigstep.c (main): Add checks for
6530 return values for setitimer call.
6531 Call setitimer again with itimer = ITIMER_REAL
6532 if first call to setitimer fails.
6533
e91528f0
KH
65342007-10-11 Kazu Hirata <kazu@codesourcery.com>
6535
6536 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
6537 of $timeout.
6538
2ec9a4f8
DJ
65392007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
6540
6541 * gdb.server/server-run.exp: Test for dynamic linker symbols.
6542
65432007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
6544
6545 * lib/gdb.exp (gdb_run_cmd): Move comment outside
6546 of gdb_expect call, to avoid interruption.
6547
64b2fa04
PA
65482007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
6549
6550 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
6551 (v_unsigned_long_long, v_long_long_array)
6552 (v_signed_long_long_array, v_unsigned_long_long_array)
6553 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
6554 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
6555 [!NO_LONG_LONG]: New.
6556 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
6557 v_long_long_member.
6558
6559 (v_long_long_func, v_signed_long_long_func)
6560 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
6561 (main) [!NO_LONG_LONG]: Initialize long long variants.
6562
6563 * gdb.base/whatis.exp: If board file requests no_long_long, build
6564 test with NO_LONG_LONG defined. Test long long, signed long long,
6565 and unsigned long long variants but only if board file doesn't
6566 disable it.
6567
a912286e 65682007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 6569 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
6570
6571 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
6572 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
6573 * configure: Regenerated.
6574 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
6575 gdb.pascal/types.exp, lib/pascal.exp: New files.
6576
471ba8c9
DJ
65772007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
6578
6579 * gdb.cp/classes.exp (do_tests): Always step to the line after the
6580 call.
6581 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
6582 to return to the call.
6583 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
6584 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
6585 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
6586 * gdb.mi/mi-until.exp (test_until): Likewise.
6587 * gdb.mi/mi2-until.exp (test_until): Likewise.
6588
fef8a650
DJ
65892007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
6590
6591 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
6592 two-char array.
6593 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
6594
d983da9c
DJ
65952007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6596
6597 * gdb.threads/watchthreads.c (thread_function): Sleep between
6598 iterations.
6599 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
6600 at once for S/390. Generate matching fails and passes.
6601
17f62551
VP
66022007-09-27 Vladimir Prus <vladimir@codesourcery.com>
6603
6604 * gdb.mi/var-cmd.c (do_children_tests): Initialize
6605 the 'struct_declarations' variable to zeros.
a9c64011 6606
ed0616c6
VP
66072007-09-24 Vladimir Prus <vladimir@codesourcery.com>
6608
6609 * gdb.cp/mb-ctor.cc: New.
6610 * gdb.cp/mb-ctor.exp: New.
6611 * gdb.cp/mb-templates.cc: New.
6612 * gdb.cp/mb-templates.exp: New.
6613
41f1b697
DJ
66142007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
6615
6616 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
6617
3f213f78
PA
66182007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
6619
6620 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
6621 targets.
6622 * configure: Regenerate.
6623
0d381245 66242007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6625
0d381245
VP
6626 * gdb.base/annota1.exp: Adjust for 'info break'
6627 format changes.
6628 * gdb.base/annota3.exp: Likewise.
6629 * gdb.base/break.exp: Likewise.
6630 * gdb.base/condbreak.exp: Likewise.
6631 * gdb.base/pending.exp: Likewise.
6632 * gdb.base/sepdebug.exp: Likewise.
6633 * gdb.base/unload.exp: Likewise.
6634 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 6635
fe3f5fa8
VP
66362007-09-22 Vladimir Prus <vladimir@codesourcery.com>
6637
6638 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
6639 messages.
6640 * gdb.base/chng-syms.exp: Likewise.
6641 * gdb.base/unload.exp: Likewise.
a9c64011 6642
a75cf6c0
DJ
66432007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
6644
6645 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
6646
18ecae38
DJ
66472007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6648
6649 * schedlock.c (NUM): Change to 1.
6650 (main): Use args[0] for the main thread.
6651 * schedlock.exp: Only expect two threads. Only issue one pass or fail
6652 regardless of the number of threads.
6653
5509918f
MR
66542007-09-14 Maciej W. Rozycki <macro@mips.com>
6655
4a543daf
MR
6656 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
6657 type down.
6658 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6659 test.
6660 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
6661 watchpoint type down.
6662 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6663 test.
6664
66652007-09-14 Maciej W. Rozycki <macro@mips.com>
6666
5509918f
MR
6667 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
6668 Move all the tests here and run them twice, once using software
6669 watchpoints and once using hardware watchpoints.
6670 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
6671
40b53987
DJ
66722007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
6673
6674 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
6675 test.
6676
695e2681
MK
66772007-09-10 Mark Kettenis <kettenis@gnu.org>
6678
8b3fc8d8
MK
6679 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
6680 build-id.
6681
695e2681
MK
6682 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
6683 know about $ORIGIN. Calculate output dir from $dest instead of
6684 using ${objdir}/{$subdir}.
6685
58d69f29
MK
66862007-09-09 Mark Kettenis <kettenis@gnu.org>
6687
6688 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
6689 gcore, before continuing with the test.
6690
3e347599
DJ
66912007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
6692
6693 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
6694 * gdb.mi/mi-watch.exp: Likewise.
6695
ea37ba09
DJ
66962007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6697 Jim Blandy <jimb@codesourcery.com>
6698
6699 * gdb.arch/i386-sse.exp: Do not expect character constants.
6700 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
6701 * gdb.base/display.exp: Allow print/s.
6702 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
6703 and unsigned char array changes.
6704
2025a643
DJ
67052007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6706
6707 * gdb.base/display.exp: Add tests for printf %p.
6708
26669a27
PA
67092007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
6710
6711 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
6712 the dll name to unicode.
6713
c8f021f8
JK
67142007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6715
6716 * gdb.base/default.exp (show version): Update the version text.
6717 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
6718
4cf31eea
JK
67192007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6720
6721 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
6722 New files.
6723
4935890f
JK
67242007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6725
6726 * lib/gdb.exp (build_id_debug_filename_get): New function.
6727 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
6728 Remove the generate DEBUG file for the future testcase runs.
6729 New testcase for the NT_GNU_BUILD_ID retrieval.
6730 Move the final testing step to ...
6731 (test_different_dir): ... a new function.
6732 New parameter XFAIL to XFAIL all the tests performed.
6733 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
6734 New parameter TYPE to PF_PREFIX all the tests performed.
6735
02142340
VP
67362007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6737
6738 * gdb.mi/mi-var-cp.cc (path_expression): New
6739 function.
6740 * gdb.mi/mi-var-cp.exp: Run path exression tests.
6741
36acd84e
UW
67422007-08-27 Markus Deuling <deuling@de.ibm.com>
6743
6744 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
6745 to fit into SPU Local Store memory.
6746
a896d121
JB
67472007-08-23 Joel Brobecker <brobecker@adacore.com>
6748
6749 * gdb.base/default.exp: Adjust the expected output of "info
6750 warranty" after the switch to GPLv3.
6751
7b433602
JB
67522007-08-23 Joel Brobecker <brobecker@adacore.com>
6753
6754 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
6755 to 30000 (from 20000).
6756
e22f8b7c
JB
67572007-08-23 Joel Brobecker <brobecker@adacore.com>
6758
6759 Switch the license of all .exp files to GPLv3.
6760 Switch the license of all .f and .f90 files to GPLv3.
6761 Switch the license of all .s and .S files to GPLv3.
6762
5a0e3bd0
JB
67632007-08-23 Joel Brobecker <brobecker@adacore.com>
6764
6765 * configure.ac: Switch license to GPLv3.
6766
cc00619d
JB
67672007-08-23 Joel Brobecker <brobecker@adacore.com>
6768
6769 Switch the licensing to GPLv3 for all .ads and .adb files.
6770
8d26208a
DJ
67712007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
6772
6773 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
6774 and t_int_double.
6775 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
6776
4fcb9948
JB
67772007-08-17 Joel Brobecker <brobecker@adacore.com>
6778
6779 * gdb.base/step-line.c: Switch license to GPL version 3, and
6780 update copyright year.
6781 * gdb.base/step-line.inp: Likewise.
6782
b9c34f67
JB
67832007-08-17 Joel Brobecker <brobecker@adacore.com>
6784
6785 * gdb.base/gdb1555.exp: Make expected output immune to formatting
6786 changes inside gdb1555.c.
6787 * gdb.base/pending.exp: Likewise.
6788
2cc17678
DJ
67892007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
6790
6791 * config/default.exp: New file.
6792
e48883f7
DJ
67932007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6794
6795 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
6796 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
6797
1ab80e5b
MR
67982007-07-30 Maciej W. Rozycki <macro@mips.com>
6799
6800 * gdb.base/dump.exp: Force the correct endianness for binary
6801 formats not carrying this information.
6802
aba471f5
DJ
68032007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6804
6805 * gdb.threads/staticthreads.exp: Match .*sem_post.
6806
d4e07204
DJ
68072007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6808
6809 * gdb.base/readline.exp (operate_and_get_next): Match the final
6810 prompt.
6811
2b97317d
KB
68122007-07-23 Kevin Buettner <kevinb@redhat.com>
6813
6814 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
6815 to restarting SID.
6816
44efa07a
KB
68172007-07-18 Kevin Buettner <kevinb@redhat.com>
6818
6819 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
6820 prior to `gdb_start'.
6821
7b5ebade
KB
68222007-07-18 Kevin Buettner <kevinb@redhat.com>
6823
6824 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
6825 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
6826 Remove call to gdb_unload.
6827
255e7678
DJ
68282007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
6829 Daniel Jacobowitz <dan@codesourcery.com>
6830
6831 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
6832 for __WIN32__.
6833 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
6834 * gdb.base/unload.exp: Use shared library test routines.
6835
3a40aaa0
UW
68362007-07-03 Markus Deuling <deuling@de.ibm.com>
6837
6838 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
6839 * gdb.base/solib-symbol-lib.c: Likewise.
6840 * gdb.base/solib-symbol-main.c: Likewise.
6841
b0f4b84b
DJ
68422007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6843
6844 * config/gdbserver.exp (gdb_reconnect): New.
6845 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
6846 gdb.base/solib-disc.exp: New files.
6847 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
6848 remote debugging".
6849 (gdb_compile): Add shlib_load flag.
6850 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
6851 port.
6852 (gdbserver_reconnect): New.
6853
1b05479a
DJ
68542007-07-01 Nick Roberts <nickrob@snap.net.nz>
6855 Daniel Jacobowitz <dan@codesourcery.com>
6856
6857 * gdb.base/annota3.exp: Test for if construct.
6858
86f78eb2
DJ
68592007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
6860
6861 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
6862
6a2eb474 68632007-06-21 Chris Dearman <chris@mips.com>
a9c64011 6864 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
6865
6866 * gdb.base/display.exp: Allow a newline after display/i.
6867 * gdb.base/pc-fp.exp: Likewise.
6868 * gdb.base/sigbpt.exp: Likewise.
6869
f8b73d13
DJ
68702007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6871
6872 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
6873 required features to be included.
6874
4339e69e
DJ
68752007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6876
6877 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
6878 in info threads output.
6879
23d964e7
UW
68802007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6881 Markus Deuling <deuling@de.ibm.com>
6882
6883 * gdb.arch/spu-info.exp: New testcase.
6884 * gdb.arch/spu-info.c: New file.
6885
fd20f75b
DJ
68862007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
6887
6888 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
6889 tpcs_offset. Restore lr after the call.
6890 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
6891
2226f861
DJ
68922007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
6893
6894 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
6895 (gdbserver_run): Kill any running gdbserver.
6896 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
6897
d12371a9
MR
68982007-05-17 Maciej W. Rozycki <macro@mips.com>
6899
6900 * gdb.base/sigbpt.exp: Preset segv_addr.
6901
93f02886
DJ
69022007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6903
6904 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
6905 (gdb_compile_shlib): Likewise.
6906 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
6907 (default_gdb_init): Clear cleanfiles.
6908 (gdb_finish): Delete recorded cleanfiles.
6909 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
6910
6911 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
6912 Do not use isnative.
6913 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
6914 gdb.base/so-impl-ld.exp: Likewise.
6915 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
6916 * gdb.base/unload.exp: Likewise. Do not pass empty option to
6917 gdb_compile.
6918
b04e06d7
VP
69192007-05-15 Vladimir Prus <vladimir@codesourcery.com>
6920
6921 * config/unknown.exp: Remove.
6922
069ed931
UW
69232007-05-15 Markus Deuling <deuling@de.ibm.com>
6924
6925 * gdb.base/info-proc.exp: Check is_remote.
6926
09db0d03
UW
69272007-05-14 Markus Deuling <deuling@de.ibm.com>
6928
6929 * gdb.base/gcore.exp: Initialize variable core_supported.
6930
af2cbe8c
DJ
69312007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6932
6933 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
6934
027c0295
DJ
69352007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6936
6937 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
6938 * gdb.threads/print-threads.exp (test_all_threads): Allow
6939 negative and hexadecimal thread IDs.
6940
dc5000e7
DJ
69412007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6942
6943 * gdb.java/jprint.java (public): Avoid invalid call to static
6944 method.
6945
2e74ed18
DP
69462007-05-14 Denis Pilat <denis.pilat@st.com>
6947
6948 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
6949 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
6950 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
6951 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
6952 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
6953
83547f02
UW
69542007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6955
6956 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 6957 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
6958 this mode.
6959 * gdb.base/ovlymgr.c: Provide stubs for spu target.
6960 * gdb.base/spu.ld: New file.
6961
b18be20d
DJ
69622007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
6963
6964 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
6965
be444858
DJ
69662007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
6967
6968 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
6969
b1d53152
DJ
69702007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6971
6972 * gdb.java/jmain.exp: Handle demangled names with and without method
6973 signatures.
6974
d084b331
DJ
69752007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6976
6977 * gdb.mi/mi-syn-frame.c (main, foo, bar)
6978 (have_a_very_merry_interrupt): Remove calls to puts.
6979 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
6980 inferior output.
6981 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
6982 test names.
6983
db9d7fc5
DJ
69842007-04-29 Markus Deuling <deuling@de.ibm.com>
6985 Daniel Jacobowitz <dan@codesourcery.com>
6986
6987 * gdb.base/auxv.exp (core_works): Also check is_remote.
6988 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
6989
ef783a7d 69902007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6991
ef783a7d
VP
6992 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
6993 message, not the undefined 'module' variable.
6994 * gdb.base/siginfo.exp: Likewise.
6995 * gdb.base/sigstep.exp: Likewise.
6996 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
6997 serialport.
6998 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
6999
b7b73cae
CV
70002007-04-25 Corinna Vinschen <vinschen@redhat.com>
7001
7002 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
7003 target sim fails. Return 0 otherwise.
7004 (gdb_load): Return prematurely if gdb_target_sim fails.
7005
7d90fdfa
DP
70062007-04-16 Denis Pilat <denis.pilat@st.com>
7007
7008 * gdb.base/setshow.exp: Reset height after having set it to 100.
7009
5d3e9c85
DP
70102007-04-16 Denis Pilat <denis.pilat@st.com>
7011
7012 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
7013
18e75969
DP
70142007-04-16 Denis Pilat <denis.pilat@st.com>
7015
7016 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
7017
25d5ea92
VP
70182007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7019
7020 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
7021 tests. Run the frozen varobjs test.
7022 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 7023 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 7024
0b49cb80
JK
70252007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7026
7027 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
7028 gdb.base/type-opaque.exp: New files.
7029
a73bafbc 70302007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
7031
7032 * gdb.mi/mi-var-child.c
a73bafbc
VP
7033 (do_children_tests): User char[2] instead of
7034 char so that automatic printing of pointers to char
7035 don't give unpredicable result.
7036 * gdb.mi/var-cmd.c (do_locals_test): Initialize
7037 local variables.
7038 * gdb.mi/mi-var-child.exp: Step to right line
7039 of do_children_tests.
7040 * gdb.mi/mi2-var-child.exp: Likewise.
7041 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 7042 do_locals_tests.
a73bafbc
VP
7043 (do_children_tests): User char[2] instead of
7044 char so that automatic printing of pointers to char
a9c64011 7045 don't give unpredicable result.
a73bafbc 7046 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 7047 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
7048 Pass test name to mi_wait_for_stop.
7049
7ce59000
DJ
70502007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7051
7052 * gdb.asm/asm-source.exp: Remove d10v case.
7053 * lib/gdb.exp (skip_cplus_tests): Likewise.
7054 * gdb.asm/d10v.inc: Deleted.
7055
20389057
DJ
70562007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7057
7058 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
7059
8807d78b
DJ
70602007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7061
7062 * config/netware.exp: Delete file.
7063
aa3edb8e
JB
70642007-03-29 Joel Brobecker <brobecker@adacore.com>
7065
7066 * gdb.dwarf2/dw2-noloc.S: New file.
7067 * gdb.dwarf2/dw2-noloc.exp: New file.
7068
297561ac
PA
70692007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
7070
7071 * gdb.cp/method2.cc: New test.
7072 * gdb.cp/method2.exp: New test.
7073 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
7074
1f81bd39
DJ
70752007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
7076
7077 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
7078
9453113a
DJ
70792007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7080
7081 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
7082
b741e217
DJ
70832007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
7084
7085 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
7086 (gdb_load): Delete, replace with...
7087 (gdb_reload): ...this.
7088 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
7089 * gdb.server/server-mon.exp: Likewise.
7090 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
7091 (gdb_start_cmd): New.
7092 (gdb_file_cmd): Save the last loaded file.
7093 (gdb_reload): New.
7094 (gdb_gnu_strip_debug): Use transform.
7095 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
7096 support here. Use new $last_loaded_file. Check mtime.
7097 (gdb_target_cmd): Handle ObjC failure case.
7098 (infer_host_exec): Delete.
7099 (gdbserver_load): Rename to...
7100 (gdbserver_run): ...this. Simplify.
7101 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
7102 (mi_gdb_load): Move most contents to a new function...
7103 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
7104 (mi_run_cmd): Use mi_gdb_target_load.
7105 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
7106 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
7107 Use gdb_run_cmd.
7108 * gdb.base/charsign.exp: Remove incorrect comment.
7109 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
7110 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
7111 gdb.base/start.exp: Use gdb_start_cmd.
7112
446ab585 71132007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 7114 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
7115
7116 * gdb.base/sigbpt.exp: Fix the message when skipping test.
7117 * gdb.base/signull.exp: Similarly.
7118
bbb88ebf
UW
71192007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7120
7121 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
7122 messages available to test cases (like chng-sym.exp).
7123
cb8c4a99
AS
71242007-03-14 Andreas Schwab <schwab@suse.de>
7125
7126 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
7127 format changes.
7128
4e463ff5
DJ
71292007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
7130
7131 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
7132 (optimized_1): New.
7133 (main): Call optimized_1.
7134 (gdb2029): Correct typos. Call gdb2029_marker.
7135 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
7136 for gdb2029.
7137
b6db2c47
MK
71382007-03-12 Mark Kettenis <kettenis@gnu.org>
7139
7140 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
7141 as tabs. Remove redundant test pattern.
7142
70ed3737
UW
71432007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7144
7145 * gdb.base/long_long.exp: Accept optional symbol name in <...>
7146 for /a format output.
7147
47b67b60
DJ
71482007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
7149
7150 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
7151 collect output incrementally.
7152
b8953b0e
UW
71532007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7154
7155 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
7156 for -var-create lpcharacter test.
7157 * gdb.mi/mi2-var-cmd.exp: Likewise.
7158
7acd5c40
UW
71592007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7160
7161 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
7162 pass on targets where address zero is readable.
7163
9c6759c1
UW
71642007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7165
7166 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
7167 just a single architecture.
7168
a2f1aeb4
UW
71692007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7170
7171 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
7172 (fetch_all_registers): New function, uses gdb_test_multiple and
7173 exp_continue to fetch inferior output line-by-line.
7174 Replace all uses of do_get_all_registers by fetch_all_registers.
7175
46579ac2
UW
71762007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7177
7178 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
7179 in target_info.
7180
fc133f24
MS
71812007-03-02 Michael Snyder <michael.snyder@palmsource.com>
7182
a9c64011 7183 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
7184 consistancy; add a default (timeout) case.
7185
7646a51d
MS
71862007-03-02 Michael Snyder <michael.snyder@palmsource.com>
7187
7188 * gdb.base/watchpoint.exp: Fix truncated comment.
7189
dcfff61f
MS
71902007-03-02 Michael Snyder <michael.snyder@palmsource.com>
7191
7192 * Makefile.in: Remove spurious single-quotes from sed command.
7193
664e3ee9
DJ
71942007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7195
7196 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
7197 func.
7198 * gdb.mi/mi2-var-cmd.exp: Likewise.
7199
d7cc6f2f
JB
72002007-02-27 Joel Brobecker <brobecker@adacore.com>
7201
a9c64011
AS
7202 * gdb.dwarf2/dw2-producer.S: New file.
7203 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
7204
72052007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
7206
7207 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
7208 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
7209 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
7210 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
7211 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
7212 Revert tests to use mi_gdb_test and include value field in output
7213 of -var-create.
7214
93d42b30
DJ
72152007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7216
7217 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
7218
c499ed39
DJ
72192007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7220
7221 * gdb.base/maint.exp: Remove full paths from test names.
7222 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
7223 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
7224
9836f81b
JB
72252007-02-27 Joel Brobecker <brobecker@adacore.com>
7226
7227 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
7228
c74d0ad8
DJ
72292007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7230
7231 * gdb.server/server-mon.exp: New test.
7232
2711e456
DJ
72332007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7234
7235 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
7236
ff6f572f
DJ
72372007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7238
7239 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
7240 register capitalization.
7241
fada3feb
DP
72422007-02-13 Denis Pilat <denis.pilat@st.com>
7243
7244 * gdb.mi/mi-var-invalidate.exp: New file.
7245
fb1e4ffc
DJ
72462007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7247
7248 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
7249
3da939d7
DJ
72502007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7251
7252 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
7253
123dc839
DJ
72542007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7255
7256 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
7257 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
7258
877e3645 72592007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
7260
7261 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
7262 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
7263 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
7264 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
7265 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 7266 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 7267 Update tests to include value field in output of -var-create.
a9c64011 7268
3c0a2960
AS
72692007-02-08 Andreas Schwab <schwab@suse.de>
7270
7271 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
7272
108546a0
DJ
72732007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7274
7275 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
7276 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
7277
d701dcab
DP
72782007-02-02 Denis Pilat <denis.pilat@st.com>
7279
7280 * gdb.threads/threadapply.exp: check that frame is not changed by
7281 the thread apply all command.
7282
783e3e2f
AS
72832007-01-31 Andreas Schwab <schwab@suse.de>
7284
6d9c3a87
AS
7285 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
7286
3c50d7b9
AS
7287 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
7288 in the dwarf sections.
7289 * gdb.dwarf2/mac-fileno.S: Likewise.
7290
783e3e2f
AS
7291 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
7292 bspstore register on ia64.
7293
78ff580e
AS
72942007-01-29 Andreas Schwab <schwab@suse.de>
7295
cc8e9b12
AS
7296 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
7297 "frame-begin" annotation.
7298
78ff580e
AS
7299 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
7300 number of "frames-invalid" annotations.
7301
704a4f78
DJ
73022007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7303
7304 * gdb.base/commands.exp: Call if_commands_test.
7305 (gdb_test_no_prompt, if_commands_test): New.
7306
e741bf94
MK
73072007-01-28 Mark Kettenis <kettenis@gnu.org>
7308
7309 * gdb.threads/sigthread.c (NSIGS): Make bigger.
7310
474d0ad3
AS
73112007-01-27 Andreas Schwab <schwab@suse.de>
7312
7313 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
7314 .short/.int/.quad in the dwarf sections.
7315 * gdb.dwarf2/dw2-intercu.S: Likewise.
7316 * gdb.dwarf2/dw2-intermix.S: Likewise.
7317
e784b426
JK
73182007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7319
7320 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
7321 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
7322 array.
e784b426
JK
7323 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
7324 * gdb.base/setvar.exp: Likewise.
7325
37f08e04
AS
73262007-01-26 Andreas Schwab <schwab@suse.de>
7327
9a01813a
AS
7328 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
7329 test.
7330
37f08e04
AS
7331 * gdb.base/multi-forks.exp ("restart $i"): Also match
7332 __kernel_syscall_via_break.
7333
6e2a9270
VP
73342007-01-24 Vladimir Prus <vladimir@codesourcery.com>
7335
7336 * lib/mi-support.exp (mi_delete_varobj): New.
7337 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
7338 testcase.
7339 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
7340 (main): Call the above.
7341 (reference_update_test, base_in_reference_test)
7342 (reference_to_pointer): Delete the created varobjs.
a9c64011 7343
e515b470
DJ
73442007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
7345
7346 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
7347 * configure: Regenerated.
7348 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
7349 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
7350 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
7351 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
7352 * lib/gdb.exp (gdb_skip_xml_test): New function.
7353
08d8bcd7
DJ
73542007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
7355
7356 * gdb.base/sigrepeat.exp: Correct error message.
7357
73582007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
7359 Daniel Jacobowitz <dan@codesourcery.com>
7360
7361 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
7362 gdb.arch/i386-gnu-cfi-asm.S: New files.
7363
97c3f1f3
JK
73642007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7365
7366 * lib/gdb.exp: Abort on missing `site.exp'.
7367
cb1df416
DJ
73682007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7369 Daniel Jacobowitz <dan@codesourcery.com>
7370
7371 * gdb.base/included.c, gdb.base/included.exp,
7372 gdb.base/included.h: New files.
7373
35990120
DJ
73742007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7375
7376 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
7377 (maximize_rlimit): Reduce limits on 64-bit systems.
7378
6e81a116 73792007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
7380
7381 From Marcus Deuling <deuling@de.ibm.com>:
7382 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
7383 every case.
7384
6c3c41f3
NR
73852007-01-13 Nick Roberts <nickrob@snap.net.nz>
7386
7387 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
7388 (test_path_specification): Use objdir instead of srcdir to always
7389 get an absolute filename.
7390
2f12c312
DJ
73912007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
7392
7393 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
7394
81121995
VP
73952007-01-11 Vladimir Prus <vladimir@codesourcery.com>
7396
7397 * gdb.mi/mi-var-cp.cc (reference_update_tests):
7398 Make sure the variable we're using is in scope.
7399 (reference_to_pointer): Likewise.
7400
4741b737
DJ
74012007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7402
7403 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
7404 has no debug information.
7405
054410c3
DJ
74062007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7407
7408 * gdb.base/annota1.exp: Remove extra send_gdb.
7409
818f79f6
DJ
74102007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7411
7412 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
7413
f7a6bb70
DJ
74142007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7415
7416 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
7417
57e66780
DJ
74182007-01-08 Nick Roberts <nickrob@snap.net.nz>
7419 Daniel Jacobowitz <dan@codesourcery.com>
7420
7421 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
7422 lcharacter or linteger change. Correct duplicated test name.
7423 * gdb.mi/mi2-var-cmd.exp: Likewise.
7424
3d799a95
DJ
74252007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7426
7427 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
7428
74292007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 7430
a9c64011
AS
7431 * gdb.base/nofield.c: New file.
7432 * gdb.base/nofield.exp: New testcase.
51679ba9 7433
eafb94e8
NR
74342007-01-05 Nick Roberts <nickrob@snap.net.nz>
7435
7436 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
7437
7438 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
7439 test.
7440
5e572bb4
DJ
74412007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7442
7443 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
7444
74a44383
DJ
74452007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7446
7447 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
7448 when continuing.
7449
1b572db9
DJ
74502007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7451
7452 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
7453 Expect ".exe" extension.
7454
381bc39b
DJ
74552007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7456
7457 * gdb.base/charset.exp: Add explicit filename to break.
7458 * gdb.base/dbx.exp: Add explicit filename to breaks.
7459
2b70e4c6
DJ
74602007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7461
7462 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
7463 * gdb.mi/mi2-file.exp: Likewise.
7464
303b6f5d
DJ
74652007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7466
7467 Implement specification of MI tests as comments
7468 in C and C++ sources.
7469 * lib/mi-support.exp (mi_autotest_data): New variable.
7470 (mi_autotest_source): New variable.
7471 (count_newlines, mi_prepare_inline_tests)
7472 (mi_get_inline_test, mi_continue_to_line)
7473 (mi_run_inline_test, mi_tbreak)
7474 (mi_send_resuming_command, mi_wait_for_stop): New functions.
7475 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
7476 Run inline tests.
7477 * gdb.mi/mi-var-cp.cc: Define tests here.
7478
23da0d94
VP
74792007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7480
7481 Simplify usage of mi_continue_to.
7482 * lib/mi-support.exp (mi_runto_helper): Renamed
7483 from mi_runto, added new parameter 'run_or_continue'.
7484 (mi_runto): Use mi_runto_helper.
7485 (mi_continue_to): Accept just function name as parameter.
7486 Use mi_runto_helper.
7487 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
7488 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 7489
f9e18282
JB
74902006-01-04 Joel Brobecker <brobecker@adacore.com>
7491
7492 Make this testcase a bit more realistic. The current code
7493 is too simplistic, and allows the compiler to optimize out
7494 some of the entities we need for this testcase.
7495 * gdb.ada/null_record/bar.ads (Void_Star): New type.
7496 (Do_Nothing): Add extra parameter.
7497 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
7498 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
7499 by using a variable of type Void_Star.
7500
fd678c65
JB
75012006-01-04 Joel Brobecker <brobecker@adacore.com>
7502
7503 * gdb.ada/catch_ex/foo.adb: New file.
7504 * gdb.ada/catch_ex.exp: New testcase.
7505
05cfdb42
DJ
75062007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
7507
7508 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
7509 pass --image-base to linker.
7510
2e03ee74
DJ
75112007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7512 Daniel Jacobowitz <dan@codesourcery.com>
7513
7514 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
7515 secondary prompts.
7516
0d5de010
DJ
75172007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7518
7519 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
7520 output. Test the types of members and member pointers.
7521 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
7522 gdb/2092.
7523 * gdb.cp/member-ptr.exp: Search for a comment instead of a
7524 statement. Enable for GCC. Update expected output for some tests
7525 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
7526 layout.
7527 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
7528 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
7529 (Diamond::vget_base): New.
7530 (main): Add new tests.
7531 * gdb.cp/printmethod.exp: Update expected output for member functions.
7532 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
7533 print pEe->D::vg().
7534
61a771aa
DJ
75352007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7536
7537 * gdb.threads/tls.exp: Allow stops in sem_post.
7538
2fa63963
DJ
75392006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
7540
7541 * gdb.base/annota1.exp: Allow .*printf in backtraces.
7542 * gdb.base/annota3.exp: Likewise.
7543 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
7544 again (instead of timing out).
7545 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
7546 GCC bug 26475.
7547 * gdb.java/jmisc.exp: Adjust to work with method signatures including
7548 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
7549 test from jmisc1.exp.
7550 * gdb.java/jmisc1.exp: Delete.
7551 * gdb.java/jprint.exp: Adjust to work with method signatures including
7552 return types.
7553 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
7554 * gdb.threads/linux-dp.exp: Don't be confused by program output.
7555 * lib/java.exp (compile_java_from_source): Pass the correct type
7556 to target_compile.
7557
5eefc2b7
JB
75582006-12-31 Joel Brobecker <brobecker@adacore.com>
7559
7560 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
7561 (stack_align_edx): New function.
7562 (stack_align_eax): New function.
7563 (main): Add calls to stack_align_edx and stack_align_eax.
7564 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
7565 Add testing for the cases where the register used during a stack
7566 realignment is edx. Same for eax.
7567
227c54da
DJ
75682006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
7569
7570 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
7571 and generic PE targets.
7572
cab8ac94
JB
75732006-12-29 Joel Brobecker <brobecker@adacore.com>
7574
7575 * gdb.ada/array_return.exp: Update copyright date list.
7576
ba54f318
JB
75772006-12-27 Joel Brobecker <brobecker@adacore.com>
7578
7579 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
7580 (Create_Small_Float_Vector): New function.
7581 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
7582 function body.
7583 * gdb.ada/array_return/p.adb: Use new type and function from
7584 package Pck.
7585 * gdb.ada/array_return.exp: Add a test verifying that GDB is
7586 able to print the value returned by a function returning an
7587 array of float.
7588
6b7a35dd
JB
75892006-12-20 Joel Brobecker <brobecker@adacore.com>
7590
7591 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
7592 The associated tests should be PASSing.
7593
038224f6
VP
75942006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7595
7596 Test for base in references.
7597 * gdb.mi/mi-var-cp.cc: Add test code.
7598 * gdb.mi/mi-var-cp.exp: Test for bases in references.
7599 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
7600 * gdb.mi/mi2-watch.exp: Likewise.
7601 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
7602 (mi_list_varobj_children): New function.
7603
b26ed50d
VP
76042006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7605
7606 * lib/mi-support.exp
7607 (mi_runto): Accept "()" after function name.
7608 (mi_create_varobj): New function.
7609 (mi_varobj_update): New function.
7610 (mi_Check_varobj_value): New function.
7611 * gdb.mi/mi-var-cp.exp: New file.
7612 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 7613
08232497
DJ
76142006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
7615
7616 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
7617 gdb.base/weaklib2.c: New files.
7618
d394c993 76192006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 7620
ac6c2fba
NS
7621 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
7622 info. Adjust test names.
7623
8ec659a0 7624 * gdb.base/break.c (main): Move position of malloc.
d394c993 7625 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 7626
acd65feb
VP
76272006-11-28 Vladimir Prus <vladimir@codesourcery.com>
7628
7629 * gdb.mi/mi-var-cmd.exp: Check -var-update after
7630 assignement of arrays and function pointers.
7631 * gdb.mi/var-cmd.c: Add declaration necessary for above
7632 tests.
7633
f556d5e5
NS
76342006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7635
7636 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
7637
7638 * gdb.threads/linux-dp.exp: Read thread table before and after
7639 creating each philosopher and verify it.
7640
697bc68d
NS
76412006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7642 Paul Brook <paul@codesourcery.com>
7643 Daniel Jacobowitz <dan@codesourcery.com>
7644
7645 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 7646 main to remove duplication. Add start function of the form
697bc68d
NS
7647 '_*start[1-9]*'. Add RVDS start function.
7648
29d73ae4
DJ
76492006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7650
7651 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
7652
c1d88655
UW
76532006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7654
7655 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
7656 * gdb.asm/spu.inc: New file.
7657 * gdb.base/term.exp: Disable if [target_info exists noargs].
7658 * gdb.gdb/complaints.exp: Disable if ![isnative].
7659 * gdb.gdb/selftest.exp: Likewise.
7660 * gdb.gdb/observer.exp: Likewise.
7661 * gdb.gdb/xfullpath.exp: Likewise.
7662 * gdb.base/attach.exp: Disable on SPU target.
7663 * gdb.cp/bs145503.exp: Likewise.
7664 * gdb.cp/exception.exp: Likewise.
7665 * gdb.cp/userdef.exp: Likewise.
7666
32a13b1a
DJ
76672006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7668
7669 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
7670
d8295fe9
VP
76712006-11-10 Vladimir Prus <vladimir@codesourcery.com>
7672
7673 * gdb.base/completion.exp: Fix completion tests for
7674 'info' and 'info '.
7675 * gdb.base/help.exp (help_test_raw, test_class_help)
7676 (test_prefix_command_help): Move...
7677 * lib/gdb.exp: Here.
7678 * gdb.base/main.exp: Adjust.
7679 * gdb.cp/maint.exp: Adjust.
7680 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 7681
8c394015
VP
76822006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7683
7684 * gdb.stabs/weird.exp (print_weird_var): Use
7685 gdb_test_multiple instead of gdb_expect.
7686
027fc1bc
VP
76872006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7688
7689 * gdb.base/help.exp (help_test_raw): New.
7690 (test_class_help): New.
7691 (test_prefix_command_help): New.
7692 Adjust testcases.
7693
67609209
FR
76942006-11-09 Christophe Lyon <christophe.lyon@st.com>
7695
7696 * gdb.base/constvars.c (main): Write to crass and crips, so that
7697 they are allocated by the compiler.
7698
f73adfeb
AS
76992006-10-27 Andreas Schwab <schwab@suse.de>
7700
7701 * gdb.base/multi-forks.exp: Use "detach fork" instead of
7702 "detach-fork".
7703
2f83a18e
DJ
77042006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
7705
7706 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
7707 of patterns.
7708
94277a38
DJ
77092006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7710
7711 * gdb.base/sepdebug.exp: Remove debug format test.
7712 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
7713 Handle no-symtab.
7714 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
7715
5bd2f6e2
DJ
77162006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7717
7718 * gdb.threads/manythreads.c (thread_function, main): Don't cast
7719 int to pointer or pointer to int.
7720 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
7721
8c008720
DJ
77222006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
7723
7724 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
7725
9e35dae4
DJ
77262006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7727
7728 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
7729
d9639e13
DJ
77302006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
7731
7732 PR c++/2116
7733 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
7734
390a1bd0
JB
77352006-10-06 Joel Brobecker <brobecker@adacore.com>
7736
7737 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
7738 the corresponding bug has been fixed in GDB (PR/2018).
7739
dd920c33
JB
77402006-10-06 Joel Brobecker <brobecker@adacore.com>
7741
7742 * gdb.base/subst.exp: New testcase.
7743
53bbefe9
JB
77442006-10-06 Joel Brobecker <brobecker@adacore.com>
7745
7746 * gdb.ada/array_return/pck.ads: Add copyright notice.
7747 * gdb.ada/array_return/pck.adb: Likewise.
7748 * gdb.ada/array_return/p.adb: Likewise.
7749 * gdb.ada/exec_changed/first.adb: Likewise.
7750 * gdb.ada/exec_changed/second.adb: Likewise.
7751
09851417
JB
77522006-10-06 Joel Brobecker <brobecker@adacore.com>
7753
7754 * gdb.ada/watch_arg/watch.adb: New file.
7755 * gdb.ada/watch_arg.exp: New testcase.
7756
041bf30d
VP
77572006-10-02 Vladimir Prus <vladimir@codesourcery.com>
7758
7759 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 7760 via string_to_regexp.
041bf30d 7761 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 7762
f286fbdd 77632006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
7764
7765 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
7766 Remove unused / obsolete files.
7767
7c07f349
NR
77682006-09-19 Nick Roberts <nickrob@snap.net.nz>
7769
7770 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
7771
cd5ff84a
VP
77722006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7773
7774 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
7775 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 7776 the number of frames.
cd5ff84a 7777
ae018d1a
DJ
77782006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
7779
7780 * gdb.base/args.c (main): Add breakpoint marker.
7781 * gdb.base/args.exp: Use args_test for tests. Add new tests which
7782 really test empty arguments.
7783 (args_load): Delete.
7784 (args_test): New.
7785
b399c549
NR
77862006-09-13 Nick Roberts <nickrob@snap.net.nz>
7787
7788 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
7789 check for one file.
7790
2ab1eb7a
VP
77912006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
7792
7793 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
7794 HIGH_FRAME argument to -stack-list-locals can be larger than
7795 the number of frames.
a9c64011 7796
476308bf
FF
77972006-08-18 Fred Fish <fnf@specifix.com>
7798
7799 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
7800 '$' in front of skip_vmx_tests_saved when setting that.
7801
8625200f
AS
78022006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
7803
7804 * gdb.base/trace-commands.exp: New file.
7805
089ec8f1
DJ
78062006-08-10 Joel Brobecker <brobecker@adacore.com>
7807 Daniel Jacobowitz <dan@codesourcery.com>
7808
7809 * gdb.base/step-bt.exp: Make hexadecimal address optional in
7810 expected output of the backtrace commands.
7811
b60f0898
JB
78122006-08-09 Joel Brobecker <brobecker@adacore.com>
7813
7814 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
7815 untested followed by return combination.
7816 * gdb.arch/altivec-regs.exp: Likewise.
7817 * gdb.arch/e500-abi.exp: Likewise.
7818 * gdb.arch/e500-regs.exp: Likewise.
7819 * gdb.arch/gdb1291.exp: Likewise.
7820 * gdb.arch/gdb1431.exp: Likewise.
7821 * gdb.arch/gdb1558.exp: Likewise.
7822 * gdb.arch/i386-prologue.exp: Likewise.
7823 * gdb.arch/i386-unwind.exp: Likewise.
7824 * gdb.asm/asm-source.exp: Likewise.
7825 * gdb.base/a2-run.exp: Likewise.
7826 * gdb.base/advance.exp: Likewise.
7827 * gdb.base/all-bin.exp: Likewise.
7828 * gdb.base/annota1.exp: Likewise.
7829 * gdb.base/annota3.exp: Likewise.
7830 * gdb.base/args.exp: Likewise.
7831 * gdb.base/arithmet.exp: Likewise.
7832 * gdb.base/assign.exp: Likewise.
7833 * gdb.base/async.exp: Likewise.
7834 * gdb.base/attach.exp: Likewise.
7835 * gdb.base/bang.exp: Likewise.
7836 * gdb.base/bigcore.exp: Likewise.
7837 * gdb.base/bitfields.exp: Likewise.
7838 * gdb.base/bitfields2.exp: Likewise.
7839 * gdb.base/break.exp: Likewise.
7840 * gdb.base/call-sc.exp: Likewise.
7841 * gdb.base/call-strs.exp: Likewise.
7842 * gdb.base/callfuncs.exp: Likewise.
7843 * gdb.base/checkpoint.exp: Likewise.
7844 * gdb.base/chng-syms.exp: Likewise.
7845 * gdb.base/code-expr.exp: Likewise.
7846 * gdb.base/commands.exp: Likewise.
7847 * gdb.base/completion.exp: Likewise.
7848 * gdb.base/cond-expr.exp: Likewise.
7849 * gdb.base/condbreak.exp: Likewise.
7850 * gdb.base/consecutive.exp: Likewise.
7851 * gdb.base/constvars.exp: Likewise.
7852 * gdb.base/corefile.exp: Likewise.
7853 * gdb.base/cvexpr.exp: Likewise.
7854 * gdb.base/dbx.exp: Likewise.
7855 * gdb.base/define.exp: Likewise.
7856 * gdb.base/detach.exp: Likewise.
7857 * gdb.base/display.exp: Likewise.
7858 * gdb.base/dump.exp: Likewise.
7859 * gdb.base/ena-dis-br.exp: Likewise.
7860 * gdb.base/ending-run.exp: Likewise.
7861 * gdb.base/environ.exp: Likewise.
7862 * gdb.base/eval-skip.exp: Likewise.
7863 * gdb.base/exprs.exp: Likewise.
7864 * gdb.base/fileio.exp: Likewise.
7865 * gdb.base/finish.exp: Likewise.
7866 * gdb.base/float.exp: Likewise.
7867 * gdb.base/foll-exec.exp: Likewise.
7868 * gdb.base/foll-fork.exp: Likewise.
7869 * gdb.base/foll-vfork.exp: Likewise.
7870 * gdb.base/freebpcmd.exp: Likewise.
7871 * gdb.base/funcargs.exp: Likewise.
7872 * gdb.base/gcore.exp: Likewise.
7873 * gdb.base/gdb1090.exp: Likewise.
7874 * gdb.base/gdb1250.exp: Likewise.
7875 * gdb.base/huge.exp: Likewise.
7876 * gdb.base/info-proc.exp: Likewise.
7877 * gdb.base/interrupt.exp: Likewise.
7878 * gdb.base/jump.exp: Likewise.
7879 * gdb.base/langs.exp: Likewise.
7880 * gdb.base/lineinc.exp: Likewise.
7881 * gdb.base/list.exp: Likewise.
7882 * gdb.base/logical.exp: Likewise.
7883 * gdb.base/long_long.exp: Likewise.
7884 * gdb.base/macscp.exp: Likewise.
7885 * gdb.base/maint.exp: Likewise.
7886 * gdb.base/mips_pro.exp: Likewise.
7887 * gdb.base/miscexprs.exp: Likewise.
7888 * gdb.base/multi-forks.exp: Likewise.
7889 * gdb.base/opaque.exp: Likewise.
7890 * gdb.base/overlays.exp: Likewise.
7891 * gdb.base/pc-fp.exp: Likewise.
7892 * gdb.base/pointers.exp: Likewise.
7893 * gdb.base/printcmds.exp: Likewise.
7894 * gdb.base/psymtab.exp: Likewise.
7895 * gdb.base/ptype.exp: Likewise.
7896 * gdb.base/recurse.exp: Likewise.
7897 * gdb.base/relational.exp: Likewise.
7898 * gdb.base/relocate.exp: Likewise.
7899 * gdb.base/remote.exp: Likewise.
7900 * gdb.base/reread.exp: Likewise.
7901 * gdb.base/restore.exp: Likewise.
7902 * gdb.base/return.exp: Likewise.
7903 * gdb.base/return2.exp: Likewise.
7904 * gdb.base/scope.exp: Likewise.
7905 * gdb.base/sect-cmd.exp: Likewise.
7906 * gdb.base/sep.exp: Likewise.
7907 * gdb.base/sepdebug.exp: Likewise.
7908 * gdb.base/setshow.exp: Likewise.
7909 * gdb.base/setvar.exp: Likewise.
7910 * gdb.base/sigall.exp: Likewise.
7911 * gdb.base/sigbpt.exp: Likewise.
7912 * gdb.base/signals.exp: Likewise.
7913 * gdb.base/signull.exp: Likewise.
7914 * gdb.base/sizeof.exp: Likewise.
7915 * gdb.base/solib.exp: Likewise.
7916 * gdb.base/step-line.exp: Likewise.
7917 * gdb.base/step-test.exp: Likewise.
7918 * gdb.base/structs.exp: Likewise.
7919 * gdb.base/structs2.exp: Likewise.
7920 * gdb.base/term.exp: Likewise.
7921 * gdb.base/twice.exp: Likewise.
7922 * gdb.base/until.exp: Likewise.
7923 * gdb.base/varargs.exp: Likewise.
7924 * gdb.base/volatile.exp: Likewise.
7925 * gdb.base/watchpoint.exp: Likewise.
7926 * gdb.base/whatis-exp.exp: Likewise.
7927 * gdb.base/whatis.exp: Likewise.
7928 * gdb.cp/ambiguous.exp: Likewise.
7929 * gdb.cp/annota2.exp: Likewise.
7930 * gdb.cp/annota3.exp: Likewise.
7931 * gdb.cp/bool.exp: Likewise.
7932 * gdb.cp/breakpoint.exp: Likewise.
7933 * gdb.cp/casts.exp: Likewise.
7934 * gdb.cp/class2.exp: Likewise.
7935 * gdb.cp/classes.exp: Likewise.
7936 * gdb.cp/cplusfuncs.exp: Likewise.
7937 * gdb.cp/ctti.exp: Likewise.
7938 * gdb.cp/derivation.exp: Likewise.
7939 * gdb.cp/exception.exp: Likewise.
7940 * gdb.cp/gdb1355.exp: Likewise.
7941 * gdb.cp/hang.exp: Likewise.
7942 * gdb.cp/inherit.exp: Likewise.
7943 * gdb.cp/local.exp: Likewise.
7944 * gdb.cp/m-data.exp: Likewise.
7945 * gdb.cp/m-static.exp: Likewise.
7946 * gdb.cp/member-ptr.exp: Likewise.
7947 * gdb.cp/method.exp: Likewise.
7948 * gdb.cp/misc.exp: Likewise.
7949 * gdb.cp/namespace.exp: Likewise.
7950 * gdb.cp/overload.exp: Likewise.
7951 * gdb.cp/ovldbreak.exp: Likewise.
7952 * gdb.cp/pr-1023.exp: Likewise.
7953 * gdb.cp/pr-1210.exp: Likewise.
7954 * gdb.cp/pr-574.exp: Likewise.
7955 * gdb.cp/printmethod.exp: Likewise.
7956 * gdb.cp/psmang.exp: Likewise.
7957 * gdb.cp/ref-params.exp: Likewise.
7958 * gdb.cp/ref-types.exp: Likewise.
7959 * gdb.cp/rtti.exp: Likewise.
7960 * gdb.cp/templates.exp: Likewise.
7961 * gdb.cp/try_catch.exp: Likewise.
7962 * gdb.cp/userdef.exp: Likewise.
7963 * gdb.cp/virtfunc.exp: Likewise.
7964 * gdb.disasm/am33.exp: Likewise.
7965 * gdb.disasm/h8300s.exp: Likewise.
7966 * gdb.disasm/mn10300.exp: Likewise.
7967 * gdb.disasm/sh3.exp: Likewise.
7968 * gdb.disasm/t01_mov.exp: Likewise.
7969 * gdb.disasm/t02_mova.exp: Likewise.
7970 * gdb.disasm/t03_add.exp: Likewise.
7971 * gdb.disasm/t04_sub.exp: Likewise.
7972 * gdb.disasm/t05_cmp.exp: Likewise.
7973 * gdb.disasm/t06_ari2.exp: Likewise.
7974 * gdb.disasm/t07_ari3.exp: Likewise.
7975 * gdb.disasm/t08_or.exp: Likewise.
7976 * gdb.disasm/t09_xor.exp: Likewise.
7977 * gdb.disasm/t10_and.exp: Likewise.
7978 * gdb.disasm/t11_logs.exp: Likewise.
7979 * gdb.disasm/t12_bit.exp: Likewise.
7980 * gdb.disasm/t13_otr.exp: Likewise.
7981 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
7982 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
7983 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
7984 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
7985 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
7986 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
7987 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
7988 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
7989 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
7990 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
7991 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
7992 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
7993 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
7994 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
7995 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
7996 * gdb.mi/gdb701.exp: Likewise.
7997 * gdb.mi/gdb792.exp: Likewise.
7998 * gdb.mi/mi-basics.exp: Likewise.
7999 * gdb.mi/mi-break.exp: Likewise.
8000 * gdb.mi/mi-cli.exp: Likewise.
8001 * gdb.mi/mi-console.exp: Likewise.
8002 * gdb.mi/mi-disassemble.exp: Likewise.
8003 * gdb.mi/mi-eval.exp: Likewise.
8004 * gdb.mi/mi-file.exp: Likewise.
8005 * gdb.mi/mi-read-memory.exp: Likewise.
8006 * gdb.mi/mi-regs.exp: Likewise.
8007 * gdb.mi/mi-return.exp: Likewise.
8008 * gdb.mi/mi-simplerun.exp: Likewise.
8009 * gdb.mi/mi-stack.exp: Likewise.
8010 * gdb.mi/mi-stepi.exp: Likewise.
8011 * gdb.mi/mi-syn-frame.exp: Likewise.
8012 * gdb.mi/mi-until.exp: Likewise.
8013 * gdb.mi/mi-var-block.exp: Likewise.
8014 * gdb.mi/mi-var-child.exp: Likewise.
8015 * gdb.mi/mi-var-cmd.exp: Likewise.
8016 * gdb.mi/mi-var-display.exp: Likewise.
8017 * gdb.mi/mi-watch.exp: Likewise.
8018 * gdb.mi/mi2-basics.exp: Likewise.
8019 * gdb.mi/mi2-break.exp: Likewise.
8020 * gdb.mi/mi2-cli.exp: Likewise.
8021 * gdb.mi/mi2-console.exp: Likewise.
8022 * gdb.mi/mi2-disassemble.exp: Likewise.
8023 * gdb.mi/mi2-eval.exp: Likewise.
8024 * gdb.mi/mi2-file.exp: Likewise.
8025 * gdb.mi/mi2-read-memory.exp: Likewise.
8026 * gdb.mi/mi2-regs.exp: Likewise.
8027 * gdb.mi/mi2-return.exp: Likewise.
8028 * gdb.mi/mi2-simplerun.exp: Likewise.
8029 * gdb.mi/mi2-stack.exp: Likewise.
8030 * gdb.mi/mi2-stepi.exp: Likewise.
8031 * gdb.mi/mi2-syn-frame.exp: Likewise.
8032 * gdb.mi/mi2-until.exp: Likewise.
8033 * gdb.mi/mi2-var-block.exp: Likewise.
8034 * gdb.mi/mi2-var-child.exp: Likewise.
8035 * gdb.mi/mi2-var-cmd.exp: Likewise.
8036 * gdb.mi/mi2-var-display.exp: Likewise.
8037 * gdb.mi/mi2-watch.exp: Likewise.
8038 * gdb.stabs/exclfwd.exp: Likewise.
8039 * gdb.stabs/weird.exp: Likewise.
8040 * gdb.threads/gcore-thread.exp: Likewise.
8041 * gdb.trace/actions.exp: Likewise.
8042 * gdb.trace/backtrace.exp: Likewise.
8043 * gdb.trace/circ.exp: Likewise.
8044 * gdb.trace/collection.exp: Likewise.
8045 * gdb.trace/deltrace.exp: Likewise.
8046 * gdb.trace/infotrace.exp: Likewise.
8047 * gdb.trace/limits.exp: Likewise.
8048 * gdb.trace/packetlen.exp: Likewise.
8049 * gdb.trace/passc-dyn.exp: Likewise.
8050 * gdb.trace/passcount.exp: Likewise.
8051 * gdb.trace/report.exp: Likewise.
8052 * gdb.trace/save-trace.exp: Likewise.
8053 * gdb.trace/tfind.exp: Likewise.
8054 * gdb.trace/tracecmd.exp: Likewise.
8055 * gdb.trace/while-dyn.exp: Likewise.
8056 * gdb.trace/while-stepping.exp: Likewise.
8057
f4b618d1
JB
80582006-08-08 Joel Brobecker <brobecker@adacore.com>
8059
8060 * gdb.base/step-bt.c: New file.
8061 * gdb.base/step-bt.exp: New testcase.
8062
3d00d119
DJ
80632006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8064
8065 * config/monitor.exp (gdb_load): Remove support for obsolete
8066 download-write-size.
8067 * gdb.base/remote.exp: Likewise. Update all callers of
8068 gdb_timed_load.
8069
017b5bd4
DJ
80702006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
8071
8072 * cursal.exp: Pass binfile to gdb_load.
8073
837c599d
DJ
80742006-08-01 Nathan Sidwell <nathan@codesourcery.com>
8075
8076 * gdb.base/cursal.exp: Add "" to gdb_load call.
8077
8dd4540b
MK
80782006-07-29 Mark Kettenis <kettenis@gnu.org>
8079
8080 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
8081 NetBSD/ELF targets.
8082
ab5c9f60
DJ
80832006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
8084
8085 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
8086 operator*.
8087
4c42eaff
DJ
80882006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
8089
8090 * gdb.base/completion.exp: Update for change in "file" behavior.
8091 * gdb.stabs/weird.exp: Likewise.
8092 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
8093 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
8094
0155cc76
NS
80952006-07-24 Nathan Sidwell <nathan@codesourcery.com>
8096
8097 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
8098 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
8099
16026cd7
AS
81002006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8101
8102 * gdb.base/default.exp: Update source command error message.
8103 * gdb.base/help.exp: Update 'help source' message.
8104
16963cb6
DJ
81052006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
8106
8107 * gdb.cp/bs15503.exp: Update comment for no longer crashing
8108 test.
8109
6d7fd486
AS
81102006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
8111
8112 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
8113
29e8a844
DJ
81142006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
8115
8116 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
8117
6afcfa39
DJ
81182006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
8119
8120 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
8121
267a692b
MK
81222006-07-17 Mark Kettenis <kettenis@gnu.org>
8123
8124 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
8125 *-*-openbsd* from targets for wich we expect ARM FPA floating
8126 point format.
8127
85d2fec4
NR
81282006-07-17 Nick Roberts <nickrob@snap.net.nz>
8129
8130 * gdb.cp/annota3.exp: Expect frame-begin annotation.
8131
81322006-07-17 Mark Kettenis <kettenis@gnu.org>
8133
8134 * gdb.base/annota3.exp: Expect frame-begin annotation.
8135
85b4c6e8
JB
81362006-07-14 Joel Brobecker <brobecker@adacore.com>
8137
8138 * gdb.base/help.exp: Adjust "help unset" test to accept
8139 any list of unset commands.
8140
fb933624
DJ
81412006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
8142 Daniel Jacobowitz <dan@codesourcery.com>
8143
8144 * gdb.cp/ref-params.exp: New test.
8145 * gdb.cp/ref-params.cc: New source file.
8146 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
8147
1dff4b64
MK
81482006-07-08 Mark Kettenis <kettenis@gnu.org>
8149
8150 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
8151 spaces/tabs in regular expressions since they might not be there.
8152
40d2e0e3
AS
81532006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
8154
8155 * gdb.base/ifelse.exp: New file.
8156
f6c957d2
NS
81572006-07-04 Nathan Sidwell <nathan@codesourcery.com>
8158
8159 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
8160 line.
8161 * gdb.base/huge.exp: Loop over compilation to find a size that
8162 is acceptable.
8163 * gdb.base/remote.exp: Correct expected strings.
8164 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
8165
b9c5a23d
DJ
81662006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
8167
8168 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
8169
9af2e58d
DJ
81702006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
8171
8172 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
8173 native.
8174
30930ca5
DJ
81752006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
8176
8177 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
8178 enable stabs testing.
8179
aa32fa1d
DJ
81802006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
8181
bd4a4c80 8182 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
8183 gdb_test_multiple does.
8184
321fef15
DJ
81852006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
8186
8187 * Makefile.in (host_alias): Remove.
8188 (target_alias): Use @target_noncanonical@.
8189 (site.exp): Don't set host_alias.
8190 * aclocal.m4: Remove contents. Include acx.m4.
8191 * configure: Regenerated.
8192 * configure.ac: Use ACX_NONCANONICAL_TARGET.
8193
e1c2defa
NS
81942006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8195
e63b55d1
NS
8196 * lib/gdb.exp (gdb_load_cmd): New.
8197
5600ea19
NS
8198 * gdb.base/fileio.c: Add system(NULL) test.
8199 * gdb.base/fileio.exp: Check it.
8200
e1c2defa
NS
8201 * gdb.base/break.c: Add 10a breakpoint at }
8202 * gdb.base/break.exp: Add test for breakpoint at }
8203 * gdb.cp/anon-union.cc: Add code at end of function.
8204 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
8205 * gdb.mi/var-cmd.c: Add code at end of function.
8206 * gdb.mi/mi-var-display.exp: Adjust end of next.
8207 * gdb.mi/mi2-var-display.exp: Likewise.
8208 * gdb.base/fileio.c: Add stop function and insert calls at
8209 stopping places.
8210 * gdb.base/fileio.exp: Breakpoint stop function and remove
8211 explicit line number references.
8212
6c0112ec
JB
82132006-05-19 Joel Brobecker <brobecker@adacore.com>
8214
a9c64011
AS
8215 * gdb.base/del.exp (test_delete_alias): New function.
8216 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 8217
154189a4
FF
82182006-05-18 Fred Fish <fnf@specifix.com>
8219
8220 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
8221 required. Check for spurious output after program exits normally.
8222
582e64c2
FF
82232006-05-17 Fred Fish <fnf@specifix.com>
8224
8225 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
8226 gdb_load, so it works in the simulator.
8227
8ef6493a
FF
82282006-05-11 Fred Fish <fnf@specifix.com>
8229
8230 * gdb.base/bang.exp: Ignore unexpected output between the
8231 "program exited normally" and the gdb prompt, as many other
8232 tests do.
8233
692b141c
MK
82342006-05-07 Mark Kettenis <kettenis@gnu.org>
8235
8236 * gdb.base/help.exp: Make "delete checkpoint" part option for
8237 "help d" and "help delete" tests.
8238
540b8a30
UW
82392006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8240
a9c64011 8241 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
8242 expected output in some mi_gdb_test statements.
8243 * gdb.mi/mi2-basics.exp: Likewise.
8244
9b6462d9
JB
82452006-05-05 Joel Brobecker <brobecker@adacore.com>
8246
8247 * gdb.base/del.c: New file.
8248 * gdb.base/del.exp: New testcase.
8249
954de43b
DM
82502006-05-05 David S. Miller <davem@sunset.davemloft.net>
8251
8252 * gdb.base/break.exp: Do not assume a breakpoint on
8253 main will actually be in $srcfile when optimizing.
1303f75e
DM
8254 * gdb.base/savedregs.exp: Do not require that the dummy
8255 frame location match up to a symbol and source file location.
c3242428
DM
8256 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
8257 will get printed without a mi_cmd_data_list_register_values prefix.
8258 (*-data-list-register-*): Correct regular expressions to expect the new
8259 pseudo d? floating point registers.
8260 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 8261
c7e64c9a
DJ
82622006-05-05 Christophe Lyon <christophe.lyon@st.com>
8263
8264 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
8265 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
8266 is allocated by the compiler.
8267 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
8268 anons, e, anone to force their allocation by the compiler.
8269
82702006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
8271
8272 * gdb.base/help.exp: Update expected text for help d and
8273 help delete.
8274
27ce9a6d
MK
82752006-05-02 Mark Kettenis <kettenis@gnu.org>
8276
8277 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
8278 NetBSD/ELF targets.
8279
8608915f
MK
82802006-04-30 Mark Kettenis <kettenis@gnu.org>
8281
8282 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
8283 single-step breakpoint fails; make this a KFAIL on
8284 sparc*-*-openbsd*.
8285 * gdb.base/siginfo.exp: Likewise.
8286 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8287
b8db102d
MS
82882006-04-26 Michael Snyder <msnyder@redhat.com>
8289
8290 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
8291 which may have to consume output from other forks.
8292 Add tests to make sure that "delete fork" succeeded.
8293
c702009a
MS
82942006-04-20 Michael Snyder <msnyder@redhat.com>
8295
8296 * 2006-03-22 Jim Blandy <jimb@redhat.com>
8297 Add support for the Renesas M32C and M16C.
8298
8299 * gdb.asm/asm-source.exp: Add m32c target.
8300 * gdb.asm/m32c.inc: Support for m32c target.
8301
e28493f2
AS
83022006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
8303
8304 * gdb.base/commands.exp (recursive_source_test): New test.
8305
880da185
DM
83062006-04-04 David S. Miller <davem@sunset.davemloft.net>
8307
8308 * gdb.base/float.exp: Add pattern for sparc targets.
8309
61d9b92f
DJ
83102006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8311
8312 * gdb.base/commands.exp (stray_arg0_test): New test.
8313
bd717df8
PB
83142006-03-30 Paul Brook <paul@codesourcery.com>
8315
8316 * gdb.mi/mi-until.exp: kfail broken until command.
8317 * gdb.mi/mi2-until.exp: Ditto.
8318
ec793d3c
NR
83192006-03-27 Nick Roberts <nickrob@snap.net.nz>
8320
8321 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
8322
831004b7
AO
83232006-03-08 Alexandre Oliva <aoliva@redhat.com>
8324
8325 * gdb.base/prelink.exp: Anchor tested-for regular expression
8326 on gdb prompt.
8327
effe49a0
PB
83282006-03-07 Paul Brook <paul@codesourcery.com>
8329
8330 * gdb.base/assign.exp: Correct fail message.
8331
e5461016
PB
83322006-03-07 Paul Brook <paul@codesourcery.com>
8333
8334 * lib/compiler.c: Extract armcc version number.
8335 * lib/compiler.cc: Ditto.
8336
fc91c6c2
PB
83372006-03-07 Paul Brook <paul@codesourcery.com>
8338
8339 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
8340 additional_flags=-w.
8341 * gdb.arch/altivec-regs.exp: Ditto.
8342 * gdb.arch/e500-abi.exp: Ditto.
8343 * gdb.arch/e500-regs.exp: Ditto.
8344 * gdb.base/all-bin.exp: Ditto.
8345 * gdb.base/annota1.exp: Ditto.
8346 * gdb.base/annota3.exp: Ditto.
8347 * gdb.base/args.exp: Ditto.
8348 * gdb.base/arithmet.exp: Ditto.
8349 * gdb.base/assign.exp: Ditto.
8350 * gdb.base/async.exp: Ditto.
8351 * gdb.base/bang.exp: Ditto.
8352 * gdb.base/break.exp: Ditto.
8353 * gdb.base/call-rt-st.exp: Ditto.
8354 * gdb.base/completion.exp: Ditto.
8355 * gdb.base/cond-expr.exp: Ditto.
8356 * gdb.base/condbreak.exp: Ditto.
8357 * gdb.base/consecutive.exp: Ditto.
8358 * gdb.base/define.exp: Ditto.
8359 * gdb.base/display.exp: Ditto.
8360 * gdb.base/ena-dis-br.exp: Ditto.
8361 * gdb.base/environ.exp: Ditto.
8362 * gdb.base/eval-skip.exp: Ditto.
8363 * gdb.base/info-proc.exp: Ditto.
8364 * gdb.base/jump.exp: Ditto.
8365 * gdb.base/logical.exp: Ditto.
8366 * gdb.base/long_long.exp: Ditto.
8367 * gdb.base/maint.exp: Ditto.
8368 * gdb.base/miscexprs.exp: Ditto.
8369 * gdb.base/pc-fp.exp: Ditto.
8370 * gdb.base/pointers.exp: Ditto.
8371 * gdb.base/relational.exp: Ditto.
8372 * gdb.base/reread.exp: Ditto.
8373 * gdb.base/sect-cmd.exp: Ditto.
8374 * gdb.base/sep.exp: Ditto.
8375 * gdb.base/sepdebug.exp: Ditto.
8376 * gdb.base/until.exp: Ditto.
8377 * gdb.base/whatis-exp.exp: Ditto.
8378 * gdb.cp/annota2.exp: Ditto.
8379 * gdb.cp/annota3.exp: Ditto.
8380 * gdb.trace/actions.exp: Ditto.
8381 * gdb.trace/backtrace.exp: Ditto.
8382 * gdb.trace/circ.exp: Ditto.
8383 * gdb.trace/collection.exp: Ditto.
8384 * gdb.trace/deltrace.exp: Ditto.
8385 * gdb.trace/infotrace.exp: Ditto.
8386 * gdb.trace/limits.exp: Ditto.
8387 * gdb.trace/packetlen.exp: Ditto.
8388 * gdb.trace/passc-dyn.exp: Ditto.
8389 * gdb.trace/passcount.exp: Ditto.
8390 * gdb.trace/report.exp: Ditto.
8391 * gdb.trace/save-trace.exp: Ditto.
8392 * gdb.trace/tfind.exp: Ditto.
8393 * gdb.trace/tracecmd.exp: Ditto.
8394 * gdb.trace/while-dyn.exp: Ditto.
8395 * gdb.trace/while-stepping.exp: Ditto.
8396 * lib/gdb.exp: Ditto.
8397 (gdb_compile): Handle nowarning option.
8398
5f4a23d9
AO
83992006-03-07 Alexandre Oliva <aoliva@redhat.com>
8400
8401 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
8402 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
8403 Rename executable to prelinkt. Don't re-prelink if we didn't
8404 get a core file. Test prelink -u exit status to tell whether
8405 prelinking failed. Use gdb_test_multiple.
8406
9733fc94
DJ
84072006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
8408
8409 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
8410 (do_tests): Call it.
8411
cc10cae3
AO
84122006-02-28 Alexandre Oliva <aoliva@redhat.com>
8413
8414 * gdb.base/prelink.exp: New test.
8415 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
8416
15c46491
WZ
84172006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
8418
8419 * gdb.fortran/derived-type.f90: New file.
8420 * gdb.fortran/derived-type.exp: New testcase.
8421
5c9f7ded
DJ
84222006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
8423
8424 * gdb.base/default.exp: Allow ';' as a directory separator.
8425
5b96932b
AS
84262006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8427
8428 * gdb.base/help.exp (help add-symbol-file): Update.
8429
1986bccd
AS
84302006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8431
8432 * gdb.base/help.exp (help load): Update expected results.
8433
a8b7528f
FF
84342006-02-19 Fred Fish <fnf@specifix.com>
8435
8436 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
8437 specifix hex value as part of results.
8438 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 8439
f8261448
FF
84402006-02-16 Fred Fish <fnf@specifix.com>
8441
8442 * gdb.base/whatis.c: Define variables using typedefs char_addr,
8443 ushort_addr, and slong_addr, so the typedefs are not optimized
8444 away.
8445 * gdb.base/whatis.exp: Add tests using type name for struct type,
8446 union type, enum type, and typedef.
a9c64011 8447
31d8bdd2
MK
84482006-02-13 Mark Kettenis <kettenis@gnu.org>
8449
8450 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
8451
34e41e63
JB
84522006-02-13 Jim Blandy <jimb@redhat.com>
8453
8454 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
8455 case where it takes two "next" commands to skip past the init
8456 call.
8457
ac6e4f31
FF
84582006-02-12 Fred Fish <fnf@specifix.com>
8459
8460 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
8461 to handle cases where it takes two "next" commands to skip
8462 past the init call.
8463
2db2d571
JB
84642006-02-07 Joel Brobecker <brobecker@adacore.com>
8465
8466 * gdb.ada/array_return.exp: Mark the last test as expected to fail
8467 on hppa32 targets.
8468
38fcd64c
DJ
84692006-02-06 Vladimir Prus <ghost@cs.msu.su>
8470
8471 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
8472 field.
8473
1315ad46
MK
84742006-01-29 Mark Kettenis <kettenis@gnu.org>
8475
8476 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
8477
5625b943
DJ
84782006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8479
8480 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
8481 files.
8482
80df1bbe
DJ
84832006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8484
8485 * gdb.cp/maint.exp: Set complaints to a positive value.
8486
9078e690
DJ
84872006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8488
8489 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
8490 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
8491 function name.
8492
9c903399
DJ
84932006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8494
8495 * gdb.base/checkpoint.c: Update copyright notice. Include
8496 <stdlib.h>.
8497
761ae4d6
JB
84982006-01-04 Jim Blandy <jimb@redhat.com>
8499
8500 * gdb.asm/asm-source.exp: Independently provide default values for
8501 asm-flags and debug-flags. Use 'string equal' to do the
8502 comparison, not the implicit expr's '==' operator. Remove
8503 now-unneeded assignments to asm-flags. In h8300 case, place
8504 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
8505
099ac3dd
MS
85062006-01-04 Michael Snyder <msnyder@redhat.com>
8507
8508 * gdb.base/checkpoint.c: New file.
8509 * gdb.base/checkpoint.exp: New file.
8510 * gdb.base/multi-fork.c: New file.
8511 * gdb.base/multi-fork.exp: New file.
8512 * gdb.base/pi.txt: New file (data for checkpoint.c test).
8513
f4d85314
FF
85142006-01-04 Fred Fish <fnf@specifix.com>
8515
8516 * gdb.base/ptype.c (foo): Add typedef.
8517 (intfoo): Add function.
8518 * gdb.base/ptype1.c: New file.
8519 * gdb.base/ptype.exp: Handle compilation and linking with two
8520 source files. Test that proper type for "foo" is found based
8521 on source context rather than first match found in symtabs.
8522
a1b06f35
MK
85232005-12-28 Mark Kettenis <kettenis@gnu.org>
8524
8525 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
8526 * gdb.asm/openbsd.inc: Indent commands.
8527
d082a1e2
MK
85282005-12-26 Mark Kettenis <kettenis@gnu.org>
8529
c65016bd
MK
8530 * gdb.base/freebpcmd.exp: Increase timeout.
8531
d082a1e2
MK
8532 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
8533
d3c32a0e
DJ
85342005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
8535
8536 * gdb.base/default.exp: Update check for "show version".
8537
9fdb1f50
RC
85382005-12-09 Randolph Chung <tausq@debian.org>
8539
8540 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
8541 * gdb.asm/pa64.inc: New file.
8542
5f2c56f7
RC
85432005-12-09 Randolph Chung <tausq@debian.org>
8544
8545 * gdb.asm/common.inc: Indent commands.
8546 * gdb.asm/asmsrc1.s: Likewise.
8547 * gdb.asm/asmsrc2.s: Likewise.
8548
8117349c
RC
85492005-12-09 Randolph Chung <tausq@debian.org>
8550
8551 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
8552 (get_addr_of_sym): Remove duplicate print.
8553 (gen_core): xfail hppa*-*-hpux*, update expected output.
8554 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
8555 * gdb.arch/pa64-nullify.s: New file.
8556
8f07f25a
RC
85572005-12-09 Randolph Chung <tausq@debian.org>
8558
8559 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
8560
55b39184
DJ
85612005-12-07 Christophe Lyon <christophe.lyon@st.com>
8562
8563 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
8564 code generation for these functions.
8565 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
8566 error message.
8567
31e2b00f
AS
85682005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8569
8570 * gdb.base/help.exp (help b, help br, help bre, help brea)
8571 (help break): Update the expected message.
8572
c3d0b56e
SC
85732005-11-11 Stephane Carrez <stcarrez@nerim.fr>
8574
8575 * gdb.asm/m68hc11.inc: Setup the data section.
8576 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
8577 script for this test.
8578 (m6812-*-*): Likewise.
8579
36ae0ea9
RC
85802005-11-09 Randolph Chung <tausq@debian.org>
8581
8582 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
8583
9d6f42e9
WZ
85842005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
8585
8586 * gdb.base/break.exp: Fix a comment typo.
8587
e2126a14
EZ
85882005-11-03 Jim Blandy <jimb@redhat.com>
8589
a9c64011
AS
8590 Checked in by Elena Zannoni <ezannoni@redhat.com>
8591
e2126a14
EZ
8592 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
8593
e0ac7199
CV
85942005-11-02 Corinna Vinschen <vinschen@redhat.com>
8595
8596 * gdb.arch/gdb1558.c: Include stdio.h.
8597
31d3fb18
MK
85982005-10-31 Mark Kettenis <kettenis@gnu.org>
8599
8600 * gdb.asm/asm-source.exp: Use -e instead of --entry.
8601
e52b687c
MK
86022005-10-31 Mark Kettenis <kettenis@gnu.org>
8603
8604 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
8605
f4711d79
PG
86062005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
8607
a9c64011
AS
8608 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8609 vscr" tests to better match output.
f4711d79 8610
987a9106
JB
86112005-10-12 Jim Blandy <jimb@redhat.com>
8612
8613 * gdb.base/structs.exp (any): New function.
8614 (test_struct_returns): Don't make any assumptions at all about
8615 what value the function returns when GDB can't set the return
8616 value.
8617
2336bb58
JB
86182005-10-09 Joel Brobecker <brobecker@adacore.com>
8619
8620 * gdb.ada/arrayidx/p.adb: New file.
8621 * gdb.ada/arrayidx.exp: New testcase
8622
86232005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
8624
8625 * gdb.ada/array_return/pck.ads: New file.
8626 * gdb.ada/array_return/pck.adb: New file.
8627 * gdb.ada/array_return/p.adb: New file.
8628 * gdb.ada/array_return.exp: New testcase.
8629
705335ea
JB
86302005-10-03 Joel Brobecker <brobecker@adacore.com>
8631
a9c64011
AS
8632 * gdb.base/arrayidx.c: New file.
8633 * gdb.base/arrayidx.exp: New testcase.
705335ea 8634
11ee9940
NR
86352005-09-29 Nick Roberts <nickrob@snap.net.nz>
8636
8637 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
8638 frames-invalid and breakpoints-invalid are no longer generated
8639 with level 3 so don't expect them in the output.
8640
39fb8e9e
BR
86412005-09-27 Bob Rossi <bob@brasko.net>
8642
a9c64011 8643 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
8644 from test. Escape the | in mi_gdb_test call.
8645 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
8646 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
8647 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
8648 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
8649 expected regex's in mi_gdb_test calls.
8650 * lib/mi-support.exp: Remove arbitrary .* from tests.
8651 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
8652 Fully anchor GDB/MI expected results in mi_gdb_test.
8653 * lib/gdb.exp (string_to_regexp): Escape the ] character.
8654 * gdb.base/sizeof.exp: Remove escape character. Correct test.
8655
2af48f68
PB
86562005-09-26 Paul Brook <paul@codesourcery.com>
8657
8658 * long_long.exp: Exclude eabi targets from arm FPA float format test.
8659
f34502bc
WZ
86602005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8661
8662 * bfp-test.c: New file.
8663 * bfp-test.exp: New testcase.
8664
ca929517
WZ
86652005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8666
8667 * gdb.fortran/subarray.exp: New testcase to test the evaluation
8668 of subarray and substring variable.
8669 * gdb.fortran/subarray.f: New source file for the test of subarray
8670 and substring variable evaluation.
8671 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
8672 of string constant.
8673
c761af65
DJ
86742005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
8675
8676 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
8677 copyright dates.
8678
561d7a1d
PG
86792005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
8680
8681 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
8682 powerpc altivec' test with an almost identical 'info vector' test.
8683
b2b64cc9
PG
86842005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8685
a9c64011
AS
8686 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8687 vscr" tests to match output.
b2b64cc9 8688
6ac4d15a
PG
86892005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8690
a9c64011
AS
8691 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
8692 output.
6ac4d15a 8693
40e55bef
BR
86942005-09-11 Bob Rossi <bob@brasko.net>
8695
8696 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
a9c64011 8697 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
40e55bef
BR
8698 commands that return an MI output command and an asyncronous MI output
8699 command.
8700 * gdb.mi/mi-console.exp: Ditto.
8701
3c7385ec
BR
87022005-09-11 Bob Rossi <bob@brasko.net>
8703
8704 * gdb.mi/mi-var-child.c: Include <string.h>.
8705
a6cd0eb3
DJ
87062005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
8707
8708 * killed.exp: Correct gdb_expect syntax.
8709
2f168eed
CV
87102005-08-09 Corinna Vinschen <vinschen@redhat.com>
8711
8712 * lib/mi-support.exp (mi_gdb_load): Fix typo.
8713
ecd3fd0f
BR
87142005-08-02 Bob Rossi <bob@brasko.net>
8715
8716 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
8717 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
8718 Change tests to inferior-tty-set/show.
8719 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
8720 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
8721 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
8722 inferior. Use mi_gdb_test to get GDB and Inferior output.
8723 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
8724 descriptor.
8725 (mi_inferior_tty_name): Add inferior PTY file name.
8726 (mi_gdb_start): Add INFERIOR_PTY parameter.
8727 (mi_gdb_test): Add IPATTERN parameter.
8728
f1ea48cb 87292005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 8730
f1ea48cb
BR
8731 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
8732 parameter to mi_gdb_test.
8733 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
8734
6e650a67
DJ
87352005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8736
8737 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
8738 struct_declarations.
8739 * gdb.mi/mi-var-child.exp: Step over the initialization of
8740 struct_declarations.
8741
8be260b6
DJ
87422005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8743
8744 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
8745 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
8746 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
8747 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
8748 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
8749 file.
8750
4e660f07
NR
87512005-07-27 Nick Roberts <nickrob@snap.net.nz>
8752
8753 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
8754 (do_children_tests): Assign values to the extra elements.
8755
8756 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
8757 them for tests for "-var-update --no-values" and
a9c64011 8758 "-var-update --all-values".
4e660f07
NR
8759 Add test for "-var-list-children --simple-values".
8760
8761 * gdb.mi/basics.c (callee4): Add integer array D[3]...
8762
8763 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
8764 "-stack-list-locals --simple-values" Improve doc strings and
8765 comments.
8766
6bdae935
MK
87672005-07-18 Mark Kettenis <kettenis@gnu.org>
8768
598b7a6f
MK
8769 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
8770 *-*-openbsd*.
8771 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
8772
6bdae935
MK
8773 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
8774 sigaltsatck'.
8775
1323e929 87762005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 8777
1323e929
BR
8778 * gdb.base/default.exp (tty): Changed output of command.
8779 * gdb.base/help.exp (help tty): Ditto.
8780
b1a9c082
MK
87812005-07-12 Mark Kettenis <kettenis@gnu.org>
8782
8783 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
8784
10a844a2
MK
87852005-07-10 Mark Kettenis <kettenis@gnu.org>
8786
8787 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
8788 -stack-select-frame without arguments.
8789 (test_stack_frame_listing): Add test for newly implemented command
8790 -stack-info-frame.
8791
3cb3b8df
BR
87922005-07-06 Bob Rossi <bob@brasko.net>
8793
8794 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
8795 command.
8796 (Copyright): Update copyright.
8797
a0c5fbcf
WZ
87982005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
8799
8800 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
8801 tests to evaluate exponentiation expression.
8802
984971d0
AS
88032005-06-29 Andreas Schwab <schwab@suse.de>
8804
8805 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
8806 main to avoid warnings.
8807
8808 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
8809
fe03833f
NR
88102005-06-20 Nick Roberts <nickrob@snap.net.nz>
8811
8812 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
8813 -stack-select-frame without arguments.
8814 (test_stack_frame_listing): Add test for newly implemented command
8815 -stack-info-frame.
a9c64011 8816
7a55f279
WZ
88172005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
8818
0ffa0ea5
DJ
8819 * gdb.fortran/array-element.f: New file.
8820 * gdb.fortran/array-element.exp: New testcase.
7a55f279 8821
26585198
DJ
88222005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8823
8824 * gdb.base/bigcore.exp: Correct checks for systems which can
8825 not dump a large core file.
8826
c1bd25fd
DJ
88272005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8828
8829 * gdb.base/relocate.c: Add a copyright notice.
8830 (dummy): Remove.
8831 * gdb.base/relocate.exp: Test printing the values of variables
8832 from a relocatable file.
8833
589e074d
DJ
88342005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8835
8836 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
8837 excess MI output after an error.
8838
0915f927
JB
88392005-05-29 Joel Brobecker <brobecker@adacore.com>
8840
8841 * gdb.arch/alpha-step.c: New file.
8842 * gdb.arch/alpha-step.exp: New testcase.
8843
76ff342d
DJ
88442005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8845 Dennis Brueni <dennis@slickedit.com>
8846
8847 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
8848 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
8849 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
8850 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
8851 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8852 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
8853 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
8854
96b0c7ac
DJ
88552005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
8856 Wu Zhou <woodzltc@cn.ibm.com>
8857
8858 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
8859 IBM's xlc compiler.
8860 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
8861 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
8862
f21565d2
JB
88632005-05-13 Jim Blandy <jimb@redhat.com>
8864
8865 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
8866 calling gdb_suppress_entire_file.
8867 * gdb.base/charset.exp: Same.
8868 * gdb.base/call-rt-st.exp: Same.
8869
6006a3a1
BR
88702005-05-05 Bob Rossi <bob_rossi@cox.net>
8871
8872 * lib/gdb.exp (fullname_syntax): Added global regex.
8873 (fullname_syntax_POSIX): Ditto.
8874 (fullname_syntax_UNC): Ditto.
8875 (fullname_syntax_DOS_CASE): Ditto.
8876 (fullname_syntax_DOS): Ditto.
8877 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
8878 fullname_syntax variable to scope and use it.
8879 (test_file_list_exec_source_files): Ditto.
8880 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
8881
c3b69c04
DJ
88822005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
8883
8884 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
8885
3c95e6af
PG
88862004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
8887
a9c64011
AS
8888 * lib/gdb.exp (skip_altivec_tests): New function, based on
8889 check_vmx_hw_available from the GCC testsuite.
8890 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
8891 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 8892
78df6c56
JB
88932005-05-02 Jim Blandy <jimb@redhat.com>
8894
8895 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
8896 calling gdb_suppress_entire_file.
8897
1690f9cf
DJ
88982005-04-30 Randolph Chung <tausq@debian.org>
8899
8900 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
8901 Slightly relax "sem_post" name checking.
8902
5ea106f7
PG
89032005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8904
8905 * gdb.base/unload.exp: Use new shared library infrastructure.
8906
bf7234cf
PG
89072005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8908
8909 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 8910 infrastructure.
bf7234cf 8911
547b869a
CV
89122005-04-29 Corinna Vinschen <vinschen@redhat.com>
8913
8914 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
8915 * gdb.asm/h8300.inc: New file.
8916
f07e55f0
PG
89172005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8918
8919 * gdb.base/shlib-call.exp: Change to use new shared library
8920 infrastructure.
8921
3cbba3d1
PG
89222005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8923
a9c64011
AS
8924 * gdb.base/pending.exp: Change to use new shared library
8925 infrastructure.
3cbba3d1 8926
ed6df200
PG
89272005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8928
a9c64011
AS
8929 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
8930 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 8931
8c8f4ebe
PG
89322005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
8933
a9c64011
AS
8934 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
8935 shared objects being adjusted and update copyright years.
8c8f4ebe 8936
607fbc54
DJ
89372005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
8938
8939 * ChangeLog: Correct some 2003-01-13 dates.
8940 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
8941 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
8942 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
8943 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
8944 gdb.trace/tfind.exp: Update copyright years.
8945
57bf0e56
DJ
89462005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
8947 Daniel Jacobowitz <dan@codesourcery.com>
8948
8949 * lib/gdb.exp (gdb_compile): Handle shlib=.
8950 (gdb_compile_shlib): New function.
8951
9b593790
PG
89522005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
8953
a9c64011 8954 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 8955
9494c6a5
DJ
89562005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8957
8958 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
8959 gdb.server.
8960 * configure.ac: Likewise.
8961 * configure: Regenerated.
8962 * gdb.gdbserver/Makefile.in: Moved to...
8963 * gdb.server/Makefile.in: ... here.
8964 * gdb.gdbserver/server.c: Moved to...
8965 * gdb.server/server.c: ... here.
8966 * gdb.gdbserver/server-run.exp: Moved to...
8967 * gdb.server/server-run.exp: ... here.
8968
6f8eac0e
DJ
89692005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8970
8971 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
8972 * configure.ac: Create gdb.gdbserver/Makefile.
8973 * configure: Regenerated.
8974 * lib/gdbserver-support.exp: New file, derived from
8975 config/gdbserver.exp.
8976 * config/gdbserver.exp: Use gdbserver-support.exp.
8977 * gdb.gdbserver/Makefile.in: New file.
8978 * gdb.gdbserver/server.c: New file.
8979 * gdb.gdbserver/server-run.exp: New file.
8980
6e87504d
PG
89812005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
8982
a9c64011
AS
8983 * lib/gdb.exp (test_compiler_info): Return compiler_info
8984 if no arguments are given.
6e87504d 8985
d1779be4
PG
89862005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
8987
8988 * gdb.arch/altivec-abi.exp: Check for compiler and set
8989 use altivec' flag accordingly.
8990 * gdb.arch/altivec-regs.exp: Likewise.
8991
88750304
DJ
89922005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
8993
8994 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
8995
f3fb768d
AS
89962005-03-27 Andreas Schwab <schwab@suse.de>
8997
8998 * gdb.base/bigcore.c (main): Add missing mode argument in open
8999 call.
9000
7e813ac5
DJ
90012005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
9002
9003 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
9004 downloads.
9005 * config/gdbserver.exp (gdb_load): Likewise.
9006
8e3049aa
PB
90072005-03-14 Paul Brook <paul@codesourcery.com>
9008
9009 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
9010 targets.
9011
a9df7c44
JB
90122005-03-09 Joel Brobecker <brobecker@adacore.com>
9013
9014 * gdb.dwarf2/dup-psym.S: New file.
9015 * gdb.dwarf2/dup-psym.exp: New testcase.
9016
9f0d94e8
JB
90172005-03-09 Joel Brobecker <brobecker@adacore.com>
9018
9019 * gdb.ada/exec_changed/first.adb: New file.
9020 * gdb.ada/exec_changed/second.adb: New file.
9021 * gdb.ada/exec_changed.exp: New testcase.
9022
5f579bc5
NS
90232005-03-08 Nathan Sidwell <nathan@codesourcery.com>
9024
36e9969c
NS
9025 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
9026 (A2): New class.
9027 (main): Test operator+.
9028 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
9029 breakpoint test.
9030
5f579bc5
NS
9031 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
9032 * gdb.base/signull.exp: Disable if gdb,nosignals.
9033 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
9034 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
9035 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
9036 * gdb.mi/mi2-console.exp: Likewise.
9037 * gdb.trace/collection.exp (run_trace_experiment): Consume the
9038 continue output at start.
9039 (gdb_collect_locals_test): Robustify regexp.
9040 * gdb.trace/passc-dyn.exp: Fix comment typo.
9041 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
9042
be46087e
CV
90432005-03-08 Corinna Vinschen <vinschen@redhat.com>
9044
9045 * gdb.asm/asm-source.exp: Add iq2000 case.
9046 * gdb.asm/iq2000.inc: New file.
9047
384e1a61 90482005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 9049
384e1a61
MI
9050 * gdb.base/command.exp: Change hardcoded value to regular expression.
9051 * gdb.base/float.exp: Add powerpc to the list of targets checked.
9052
584b6e9e
DJ
90532005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
9054
9055 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
9056 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
9057 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
9058 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
9059 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
9060
ab5b5d61
MK
90612005-03-05 Mark Kettenis <kettenis@gnu.org>
9062
9063 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
9064 changes.
9065
ae051c1b
PG
90662004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
9067
a9c64011
AS
9068 * lib/compiler.c: Add test for IBM's xlc compiler.
9069 * lib/compiler.cc: Likewise.
ae051c1b 9070
3f0f6ed2
JB
90712004-02-24 Joel Brobecker <brobecker@adacore.com>
9072
9073 * gdb.ada/fixed_points.exp: Create compilation object directory
9074 before running the test.
9075 * gdb.ada/null_record.exp: Likewise.
9076 * gdb.ada/packed_array.exp: Likewise.
9077 * gdb.ada/start.exp: Likewise.
9078
724f452b
JB
90792005-02-15 Joel Brobecker <brobecker@adacore.com>
9080
9081 * gdb.ada/packed_array/pa.adb: New file.
9082 * gdb.ada/packed_array.exp: New testcase.
9083
57f5cdfb 90842005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 9085
1f393151
MK
9086 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
9087 files.
9088
ebdda337
MK
9089 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
9090 on *-*-openbsd*. Correctly match whitespace in regukar
9091 expressions.
9092
cf309262
DJ
90932005-02-10 Daniel Jacobowitz <dan@debian.org>
9094
9095 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
9096 PR exp/1821
9097 * gdb.base/gdb1821.c: New test file.
9098 * gdb.base/gdb1821.exp: New test file.
9099
3be49e7a
JB
91002005-02-09 Joel Brobecker <brobecker@adacore.com>
9101
9102 * gdb.base/start.c: New file.
9103 * gdb.base/start.exp: New testcase.
9104
e292e67d
JB
91052005-02-09 Joel Brobecker <brobecker@adacore.com>
9106
9107 * gdb.ada/start/dummy.adb: New file.
9108 * gdb.ada/start.exp: New testcase.
9109
dbdfa66c
CV
91102005-02-09 Corinna Vinschen <vinschen@redhat.com>
9111
9112 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
9113 for printing symbols and statistics.
9114 Add test for using relative pathnames in "maint print msymbols" test.
9115 Mark "maint info sections DATA" XFAIL on Cygwin.
9116 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
9117 tests.
9118
d7941671
AC
91192005-02-09 Andreas Schwab <schwab@suse.de>
9120
9121 Committed by Andrew Cagney <cagney@gnu.org>
9122 * gdb.base/remotetimeout.exp: New file.
9123
74e5ef44
MK
91242005-02-07 Mark Kettenis <kettenis@gnu.org>
9125
9126 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
9127
464dd14d
JB
91282005-02-03 Joel Brobecker <brobecker@adacore.com>
9129
9130 * gdb.ada/gnat_ada.gpr: New file.
9131 * gdb.ada/gnat_ada.gin: Delete, no longer used.
9132 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
9133 * configure.ac: No longer generate gnat_ada.gpr.
9134 * configure: Regenerate.
9135 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
9136 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
9137 * gdb.ada/null_record/bar.ads: Likewise.
9138 * gdb.ada/null_record/bar.adb: Likewise.
9139 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
9140 * gdb.ada/null_record.exp (testdir): New variable.
9141 (testfile): executable is now in testdir subdirectory.
9142 (srcfile): Use full path to the main compilation unit.
9143 * gdb.ada/fixed_points.exp: Same changes as above.
9144
30d756ae
NR
91452005-02-03 Nick Roberts <nickrob@snap.net.nz>
9146
9147 * gdb.base/interp.exp: New test.
9148
9d799f85
AC
91492005-01-24 Andrew Cagney <cagney@gnu.org>
9150
9151 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
9152
15656118
AC
91532005-01-19 Andrew Cagney <cagney@gnu.org>
9154
a892c31b
AC
9155 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
9156 configure.ac not configure.in.
9157
15656118
AC
9158 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
9159 of powerpc*-*-*.
9160 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 9161 * gdb.base/list.exp (test_list_function)
15656118
AC
9162 (test_list_filename_and_function): Ditto.
9163 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
9164
a7b01baf
AC
91652005-01-16 Andrew Cagney <cagney@gnu.org>
9166
17d92a02
AC
9167 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
9168
a7b01baf
AC
9169 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
9170
bc8332bb
AC
91712005-01-14 Andrew Cagney <cagney@gnu.org>
9172
9173 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
9174 * gdb.mi/mi2-var-cmd.exp: Ditto.
9175
4d074752
CV
91762005-01-10 Corinna Vinschen <vinschen@redhat.com>
9177
9178 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
9179
bec39cab
AC
91802005-01-07 Andrew Cagney <cagney@gnu.org>
9181
9182 * configure.ac: Rename configure.in, require autoconf 2.59.
9183 * configure: Re-generate.
9184 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
9185 * gdb.stabs/configure: Re-generate.
9186 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
9187 * gdb.hp/configure: Re-generate.
9188 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
9189 autoconf 2.59.
9190 * gdb.hp/gdb.objdbg/configure: Re-generate.
9191 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
9192 autoconf 2.59.
9193 * gdb.hp/gdb.defects/configure: Re-generate.
9194 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
9195 autoconf 2.59.
9196 * gdb.hp/gdb.compat/configure: Re-generate.
9197 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
9198 autoconf 2.59.
9199 * gdb.hp/gdb.base-hp/configure: Re-generate.
9200 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
9201 autoconf 2.59.
9202 * gdb.hp/gdb.aCC/configure: Re-generate.
9203
f10b16d4
JB
92042004-12-15 Jim Blandy <jimb@redhat.com>
9205
9206 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
9207 under NPTL when there is debugging info available for libpthread.
9208
fb6e1814
JG
92092004-12-13 Jerome Guitton <guitton@gnat.com>
9210
9211 * gdb.ada/fixed_points.c: New file.
9212 * gdb.ada/fixed_points.exp: New file.
9213
fe46cd3a
RC
92142004-12-03 Randolph Chung <tausq@debian.org>
9215
9216 * gdb.arch/pa-nullify.exp: New file.
9217 * gdb.arch/pa-nullify.s: New file.
9218
8de0841b
RC
92192004-11-30 Randolph Chung <tausq@debian.org>
9220
9221 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
9222 instead of "tbug". Fix regexp to work properly with gdb_test.
9223
c8170782
PH
92242004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
9225
9226 * gdb.base/bitfields2.exp: New test.
9227 * gdb.base/bitfields2.c: New file.
9228
954269c2
RE
92292004-11-28 Richard Earnshaw <rearnsha@arm.com>
9230
9231 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
9232
0107feed
RC
92332004-11-16 Randolph Chung <tausq@debian.org>
9234
9235 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
9236
f073ae8c
DJ
92372004-11-14 Daniel Jacobowitz <dan@debian.org>
9238
9239 * gdb.threads/threadapply.exp: Correct "macro details" test.
9240
19ad59e7
JJ
92412004-11-11 Jeff Johnston <jjohnstn@redhat.com>
9242
9243 * gdb.threads/threadapply.exp: New test.
9244 * gdb.threads/threadapply.c: New file.
9245
9cf0961b
MK
92462004-11-07 Mark Kettenis <kettenis@gnu.org>
9247
9248 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
9249 frames.
9250
c789492a
FL
92512004-11-05 Felix Lee <felix+log1@specifixinc.com>
9252
9253 * gdb.base/cursal.exp: New file.
9254 * gdb.base/cursal.c: New file.
9255
a1e167bb
AC
92562004-11-03 Andrew Cagney <cagney@gnu.org>
9257
9258 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
9259
b7cbf173
MK
92602004-10-30 Mark Kettenis <kettenis@gnu.org>
9261
9262 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
9263 NetBSD/ELF targets.
9264
88f9d34f
JB
92652004-10-29 Joel Brobecker <brobecker@gnat.com>
9266
9267 * gdb.threads/bp_in_thread.c: New file, copied from
9268 pthread_cond_wait.c.
9269 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
9270 file, rather than reusing the .c file from another testcase.
9271
ca7d6a0c
JB
92722004-10-20 Joel Brobecker <brobecker@gnat.com>
9273
9274 * gdb.ada/null_record.exp: Check where we stopped after
9275 sending the start command, instead of where the associated
9276 temporary breakpoint was inserted.
9277
0d863d03
AC
92782004-10-14 Andrew Cagney <cagney@gnu.org>
9279
9280 * gdb.mi/gdb701.c (main): Return 0.
9281
d11e72cb
DJ
92822004-10-13 Daniel Jacobowitz <dan@debian.org>
9283
d40539a4 9284 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 9285
e1923096
JJ
92862004-10-12 Jeff Johnston <jjohnstn@redhat.com>
9287
9288 * gdb.threads/schedlock.c: Add comment markers to use to find
9289 line numbers.
9290 * gdb.threads/schedlock.exp: Adjust regex to handle the new
9291 comments.
9292 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
9293 breakpoint lines.
9294
ec8ba2c9
DJ
92952004-10-12 Daniel Jacobowitz <dan@debian.org>
9296
9297 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
9298
0eb3658b
DJ
92992004-10-12 Daniel Jacobowitz <dan@debian.org>
9300
9301 * configure.in: Add gdb.dwarf2.
9302 * configure: Regenerated.
9303 * Makefile.in: Add gdb.dwarf2.
9304 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
9305 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
9306 gdb.dwarf2/file1.txt: New files.
9307
a271cc33
OF
93082004-10-11 Orjan Friberg <orjanf@axis.com>
9309
a9c64011 9310 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
9311 of "run", since the latter doesn't work with remote targets. Adjust
9312 the breakpoint numbering accordingly.
9313 * gdb.threads/pthread_cond_wait.exp: Ditto.
9314
895ce074
MC
93152004-10-08 Michael Chastain <mec.gnu@mindspring.com>
9316
9317 * gdb.base/overlays.exp: Update copyright years.
9318
6be3092d
KI
93192004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
9320
9321 * gdb.base/overlays.exp: Disable if target is Linux.
9322
e05389b8
FL
93232004-10-06 Felix Lee <felix+log1@specifixinc.com>
9324
9325 * config/gdbserver.exp (gdb_load): Use right filename on remote.
9326
73cb587d
KI
93272004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
9328
9329 * gdb.asm/asm-source.exp: Add m32r-linux target.
9330 * gdb.asm/m32r-linux.inc: New file.
9331
3c0edcdc
AC
93322004-09-24 Andrew Cagney <cagney@redhat.com>
9333 David Anderson <anderson@redhat.com>
9334
9335 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
9336 command fails, assume things will work.
9337 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
9338 (_GNU_SOURCE): Define.
9339 (print_unsigned, print_hex): Change parameter to "long long".
9340 (print_byte_count): New function, use to print byte counts.
9341 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
9342 O_LARGEFILE.
9343 (main): Compute an upper bound on a corefile in max_core_size.
9344 Limit memory chunk size to max_core_size. Limit total memory
9345 allocated to max_core_size.
9346
4bb3667f
AC
93472004-09-23 Andrew Cagney <cagney@gnu.org>
9348
9349 * gdb.base/bigcore.exp: Replace the code that creates a corefile
9350 from a separate process with code that creates a corefile by
9351 making the inferior dump core.
9352
60fe1a51
MK
93532004-09-23 Mark Kettenis <kettenis@gnu.org>
9354
9355 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
9356 block.
9357
8e937346
MC
93582004-09-23 Michael Chastain <mec.gnu@mindspring.com>
9359
9360 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
9361 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
9362 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
9363 Likewise.
9364
7213f6d6
JJ
93652004-09-20 Jeff Johnston <jjohnstn@redhat.com>
9366
9367 * gdb.java/jprint.exp: New test case for java inferior call.
9368 * gdb.java/jprint.java: Ditto.
9369
eac69dca
JB
93702004-09-15 Joel Brobecker <brobecker@gnat.com>
9371
9372 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
9373
22227696
MC
93742004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9375
9376 * gdb.threads/killed.c: Include <stdlib.h>.
9377 * gdb.threads/pthreads.c: Likewise.
9378
7dd403a4
MC
93792004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9380
9381 * gdb.threads/killed.c: Add copyright notice.
9382
33f2d567
JM
93832004-09-10 Jason Molenda (jmolenda@apple.com)
9384
a9c64011
AS
9385 * gdb.base/define.exp: Two new tests to verify zero space chars
9386 after 'if' and 'while' commands in a user-defined command is correctly
9387 parsed.
33f2d567 9388
e05b62ac
AC
93892004-09-08 Andrew Cagney <cagney@gnu.org>
9390
9391 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
9392 delivery test with duplicate at end of file.
9393
9cbe82da
MK
93942004-09-06 Mark Kettenis <kettenis@jive.nl>
9395
9396 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
9397
564803d9
MC
93982004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9399
9400 * config/hppro.exp: Removed.
9401
7c6807ce
MC
94022004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9403
9404 * config/sparclet.exp: Removed.
9405
bf7e26dd
MC
94062004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9407
9408 * config/udi.exp: Removed.
9409
714e341b
MC
94102004-09-02 Michael Chastain <mec.gnu@mindspring.com>
9411
9412 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
9413 of "exp_continue".
9414 (advancei): Likewise.
9415
1236e623
JJ
94162004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9417
9418 * gdb.base/unload.exp: Fix so messages aren't duplicated.
9419
3bdcad15
MI
94202004-09-01 Manoj Iyer <manjo@austin.ibm.com>
9421
228af206 9422 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
9423 to check for nodebug in executable.
9424 * gdb.gdb/observer.exp (setup_test): Likewise.
9425 * gdb.gdb/selftest.exp (test_with_self): Likewise.
9426 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
9427
c72b934c
AC
94282004-09-01 Andrew Cagney <cagney@gnu.org>
9429
9430 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9431 files.
9432
edd9b715
JJ
94332004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9434
9435 * gdb.base/unload.exp: Fix expected warning message to match
9436 latest format.
9437
fb4ce06b
CV
94382004-09-01 Corinna Vinschen <vinschen@redhat.com>
9439
9440 * gdb.base/call-rt-st.exp: Fix typos.
9441
ce78e7c3
MI
94422004-08-31 Manoj Iyer <manjo@austin.ibm.com>
9443
9444 * gdb.threads/thread_check.exp: New testcase.
9445 * gdb.threads/thread_check.c: New testcase.
9446
2dedb159
AC
94472004-08-31 Andrew Cagney <cagney@gnu.org>
9448
9449 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
9450 (skip_to_handler_entry): New procedures. Test stepping into a
9451 handler when the breakpoint is at the handler's entry point.
9452
68f53502
AC
94532004-08-30 Andrew Cagney <cagney@gnu.org>
9454
9455 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
9456 gdb/1757.
9457
3e3ffd2b
MC
94582004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9459
9460 With code from Manoj Iyer <manjo@austin.ibm.com>:
9461 * lib/gdb.exp (gdb_file_cmd): Return more information in the
9462 return value. Add an arm for "no debugging symbols found".
9463 Change a stray "error" to "perror".
9464 (gdb_run_cmd): Adapt to new return value.
9465 * gdb.base/remote.exp: Adapt to new return value.
9466 * gdb.gdb/complaints.exp: Likewise.
9467 * gdb.gdb/observer.exp: Likewise.
9468 * gdb.gdb/selftest.exp: Likewise.
9469 * gdb.gdb/xfullpath.exp: Likewise.
9470
4b6f5fd2
JB
94712004-08-27 Joel Brobecker <brobecker@gnat.com>
9472
9473 * gdb.threads/bp_in_thread.exp: New testcase.
9474
e5b25496
MC
94752004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9476
9477 Fix PR testsuite/1735.
9478 * gdb.threads/schedlock.c (thread_function): Add a cast
9479 to suppress a gcc warning.
9480 * gdb.threads/thread-specific.c (thread_function): Likewise.
9481
934353d6
MC
94822004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9483
9484 * gdb.base/unload.c: Include <stdlib.h>.
9485
f98a0aef 94862004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 9487
f98a0aef 9488 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
9489 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
9490 synchronized after the "return".
9491
5a2e8882
MC
94922004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9493
9494 * gdb.mi/basics.c: Include <stdio.h>.
9495 * gdb.mi/pthreads.c: Include <stdlib.h>.
9496 * gdb.mi/var-cmd.c: Include <stdlib.h>.
9497
a9640423
MC
94982004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9499
9500 * gdb.threads/schedlock.c: Add copyright notice.
9501
b04e311d
AC
95022004-08-25 Andrew Cagney <cagney@gnu.org>
9503
9504 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
9505 (skip_over_handler, breakpoint_over_hander): New test procedures.
9506 (advance, advancei): Add a proper prefix, do not use
9507 rerun_to_main.
9508 * gdb.base/sigstep.c (main): Change to use an infinite loop.
9509
7c27f15b
MC
95102004-08-24 Michael Chastain <mec.gnu@mindspring.com>
9511
9512 * gdb.mi/basics.c: Add copyright notice.
9513 * gdb.mi/var-cmd.c: Add copyright notice.
9514
fffc87ae
MC
95152004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9516
9517 * lib/gdb.exp: Remove signed_keyword_not_used.
9518 * lib/compiler.c: Likewise.
9519 * lib/compiler.cc: Likewise.
9520
d782e0bf
MC
95212004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9522
9523 * gdb.base/whatis.c: Remove conditional disabling of "signed".
9524 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
9525
96033e83
MC
95262004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9527
9528 * gdb.base/whatis.c: Add copyright notice.
9529
cf38c229
MK
95302004-08-20 Mark Kettenis <kettenis@gnu.org>
9531
9532 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
9533 it to skip the breakpoints encoded in the inline assembly.
9534
f4b49756
MC
95352004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9536
9537 * Makefile.in: Add gdb.fortran.
9538
2f193b69
MC
95392004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9540
9541 * gdb.base/call-sc.exp (test_scalar_returns):
9542 Fix cut-and-paste glitch in "Make fun return now".
9543
89a237cb
MC
95442004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9545
9546 * configure.in: Add gdb.fortran.
9547 * configure: Regenerate.
9548 * gdb.fortran/Makefile.in: New file.
9549 * lib/gdb.exp (skip_fortran_tests): New procedure.
9550
469aff8e
MC
95512004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9552
9553 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
9554 reference to bug-gnu@prep.ai.mit.edu.
9555 * gdb.mi/mi-var-child.exp: Likewise.
9556 * gdb.mi/mi-var-cmd.exp: Likewise.
9557 * gdb.mi/mi-var-display.exp: Likewise.
9558 * gdb.mi/mi2-var-block.exp: Likewise.
9559 * gdb.mi/mi2-var-child.exp: Likewise.
9560 * gdb.mi/mi2-var-cmd.exp: Likewise.
9561 * gdb.mi/mi2-var-display.exp: Likewise.
9562
00b51b9f
MK
95632004-08-15 Mark Kettenis <kettenis@gnu.org>
9564
9565 * gdb.base/unload.c (main): Make local variable msg const.
9566
45f07fef
MC
95672004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9568
9569 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
9570 to bug-gnu@prep.ai.mit.edu.
9571 * gdb.mi/mi-disassemble.exp: Likewise.
9572 * gdb.mi/mi-eval.exp: Likewise.
9573 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
9574 default line number.
9575 * gdb.mi/mi-return.exp: Likewise.
9576 * gdb.mi/mi-simplerun.exp: Likewise.
9577 * gdb.mi/mi-stack.exp: Likewise.
9578 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
9579 number with explicit range test.
9580 * gdb.mi/mi-watch.exp: Likewise.
9581 * gdb.mi/mi2-break.exp: Likewise.
9582 * gdb.mi/mi2-cli.exp: Likewise.
9583 * gdb.mi/mi2-disassemble.exp: Likewise.
9584 * gdb.mi/mi2-eval.exp: Likewise.
9585 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
9586 default line number.
9587 * gdb.mi/mi2-return.exp: Likewise.
9588 * gdb.mi/mi2-simplerun.exp: Likewise.
9589 * gdb.mi/mi2-stack.exp: Likewise.
9590 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
9591 number with explicit range test.
9592 * gdb.mi/mi2-watch.exp: Likewise.
9593
dd8c8ee7
MC
95942004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9595
9596 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
9597 * gdb.cp/m-static.exp: Likewise.
9598 * gdb.cp/rtti.exp: Likewise.
9599
4e838464
MK
96002004-08-14 Mark Kettenis <kettenis@gnu.org>
9601
9602 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
9603
8d8cb839
EZ
96042004-08-14 Eli Zaretskii <eliz@gnu.org>
9605
9606 * ChangeLog: Prefix Local Variables with semi-colons and indent
9607 the reference to older ChangeLog files, to fix fontification in
9608 Emacs.
9609
deea8bb0
MC
96102004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9611
9612 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
9613 * gdb.mi/mi2-break.exp: Likewise.
9614
c3297504
MC
96152004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9616
9617 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
9618
25808999
MC
96192004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9620
9621 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
9622
226a8d71
MC
96232004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9624
9625 * gdb.cp/classes.exp: Remove unused declarations. Just let
9626 test names default instead of providing special names. Remove
9627 extraneous demangler test.
9628
37fdf854
JJ
96292004-08-12 Jeff Johnston <jjohnstn@redhat.com>
9630
9631 * gdb.base/unload.exp: New test for breakpoints in dynamically
9632 loaded libraries.
9633 * gdb.base/unload.c: Ditto.
9634 * gdb.base/unloadshr.c: Ditto.
9635
2d3a7986
MC
96362004-08-12 Michael Chastain <mec.gnu@mindspring.com>
9637
9638 * gdb.cp/classes.exp (test_ptype_class_objects): Call
9639 cp_test_ptype_class.
9640 (test_enums): Likewise.
9641
c72b934c
AC
96422004-08-10 Andrew Cagney <cagney@gnu.org>
9643
9644 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9645 files.
9646
cc503c8a
AC
96472004-08-10 Andrew Cagney <cagney@gnu.org>
9648
9649 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
9650 init_malloc call.
9651
902f2ccb
MC
96522004-08-10 Michael Chastain <mec.gnu@mindspring.com>
9653
9654 * ChangeLog: Add copyright notice. The notice is copied
9655 from emacs 21.3 top level ChangeLog.
9656
78c90502
MC
96572004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9658
9659 * lib/cp-support.exp: New file.
9660 * lib/cp-support.exp (cp_test_type_class): New function.
9661 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
9662 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
9663 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
9664 cp_test_ptype_class.
9665
88e5ea78
MC
96662004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9667
9668 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
9669 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9670 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
9671 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
9672 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
9673 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
9674 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
9675 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
9676 gdb.mi/mi2-watch.exp: Update copyright years.
9677
6a89fc9c
MK
96782004-08-09 Mark Kettenis <kettenis@gnu.org>
9679
9680 * gdb.base/sigaltstack.exp: Provide proper anchoring.
9681
1482e0de
MC
96822004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9683
9684 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
9685 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
9686 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
9687 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9688 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
9689 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
9690 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
9691 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9692 gdb.mi/mi-watch.exp: Update copyright years.
9693
1a5ce3f3
DJ
96942004-08-08 Daniel Jacobowitz <dan@debian.org>
9695
9696 PR gdb/1738
9697 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
9698 from a breakpoint with a pending signal.
9699
04f6ecf2
DJ
97002004-08-08 Daniel Jacobowitz <dan@debian.org>
9701
9702 PR gdb/1736
9703 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
9704 * gdb.base/sigaltstack.exp (finish_test): Consume output until
9705 the prompt.
9706 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
9707
54d90d35
DJ
97082004-08-08 Daniel Jacobowitz <dan@debian.org>
9709
9710 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
9711
d2f6abb0
DJ
97122004-08-08 Daniel Jacobowitz <dan@debian.org>
9713
9714 PR gdb/1736
9715 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
9716 for i?86-*-linux*.
9717
5598c03d
DJ
97182004-08-08 Daniel Jacobowitz <dan@debian.org>
9719
9720 * gdb.arch/i386-prologue.exp: Compile without debug information.
9721
c6fee705
MC
97222004-08-08 Michael Chastain <mec.gnu@mindspring.com>
9723
9724 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
9725 rather than asking gdb to search.
9726
dd90efdb
MC
97272004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9728
9729 * gdb.base/gcore.c: Include <string.h>.
9730
1e84bec1
MC
97312004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9732
9733 * gdb.base/gcore.c: Add copyright notice.
9734
e425eb2b
MC
97352004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9736
9737 * gdb.base/freebpcmd.c: Include <stdio.h>.
9738 * gdb.base/long_long.c: Include <string.h>.
9739 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
9740 * gdb.base/siginfo.c: Include <string.h>.
9741 * gdb.base/sigstep.c: Include <string.h>.
9742
cb9aaed5
MC
97432004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9744
9745 * gdb.base/complex.c: Include <stdlib.h>.
9746
55944f3d
MC
97472004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9748
9749 * gdb.base/complex.c: Add copyright notice.
9750
7b2953d9
MC
97512004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9752
9753 * gdb.base/charset.c: Include <stdlib.h>.
9754
c9133d23
MC
97552004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9756
9757 * gdb.base/auxv.c: Include <stdlib.h>.
9758
0a8490ad
MC
97592004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9760
9761 * gdb.base/auxv.c: Add copyright notice.
9762
3426d5ec
MC
97632004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9764
9765 * gdb.base/coremaker.c: Add copyright notice.
9766 * gdb.base/coremaker2.c: Add copyright notice.
9767
8da195dd
AC
97682004-08-04 Andrew Cagney <cagney@gnu.org>
9769
9770 * gdb.base/store.exp: Update copyright.
9771 (check_set, up_set, check_struct, up_struct): Add a prefix to test
9772 names, do not import gdb_prompt.
9773
8d394f98
AC
97742004-08-01 Andrew Cagney <cagney@gnu.org>
9775
9776 Fix PR testsuite/1729.
9777 * gdb.base/dump.exp: Add test name to callers of capture_value, do
9778 not use capture_value with value 4.
9779 (capture_value): Add optional test name parameter.
9780 (test_reload_saved_value, test_restore_saved_value): Use $msg as
9781 the prefix, pass to capture_value.
9782
b6702b23
MK
97832004-08-01 Mark Kettenis <kettenis@gnu.org>
9784
9785 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
9786 * gdb.arch/i386-prologue.c (standard): New prototype and function.
9787 (main): Call new function.
9788
c203e0ca
MC
97892004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9790
9791 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
9792
a7995a30
MC
97932004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9794
9795 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
9796
9366563b
MC
97972004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9798
b6eeaf26 9799 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
9800 Accept more values of vtbl pointer. Remove some messages
9801 about "obsolete gcc or gdb".
9802
2fc1f950
MC
98032004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9804
9805 * gdb.cp/classes.exp: Accept more varieties of ptype output.
9806
c724d49b
MC
98072004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9808
9809 * gdb.base/asm-source.exp: Properly convert target board
9810 debug flags from gcc format to binutils format.
9811
736b0fce
MK
98122004-07-28 Mark Kettenis <kettenis@gnu.org>
9813
9814 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
9815 gdb1718". PR backtrace/1718 partially fixed.
9816
5633ea5c
JJ
98172004-07-27 Jeff Johnston <jjohnstn@redhat.com>
9818
9819 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
9820
575eebb1
NC
98212004-07-26 Nick Clifton <nickc@redhat.com>
9822
9823 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
9824 good default value for a specific architecture is available then
9825 set it to that value. Otherwise default to the -gstabs switch.
9826 Remove the -g... switches from the asm-flags variable. Allow the
9827 target board info to override the value if it wants to. Pass the
9828 switch on the assembler command line.
9829
62104619
MK
98302004-07-23 Mark Kettenis <kettenis@gnu.org>
9831
9832 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
9833 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
9834 (main): Call new function.
9835
4a1135b8
MC
98362004-07-22 Michael Chastain <mec.gnu@mindspring.com>
9837
9838 Test for PR exp/1715.
9839 * gdb.base/radix.exp: Refactor common procedures. Make all
9840 test names unique. Change XFAIL to KFAIL.
9841
8a12c1f0
MC
98422004-07-20 Michael Chastain <mec.gnu@mindspring.com>
9843
9844 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
9845 * gdb.ada/gnat_ada.gin: ... to here.
9846 * configure.in: Use gnat_ada.gin.
9847 * configure: Regenerate.
9848
23b451cf
AC
98492004-07-20 Andrew Cagney <cagney@gnu.org>
9850
9851 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
9852 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
9853 XFAILs. Clean up test messages and comments. Check backtraces.
9854 Delete re-sync code.
9855
ab618a02
MC
98562004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9857
9858 Fix PR cli/740.
9859 * gdb.base/annota1.exp: Honor gdb,nosignals.
9860 * gdb.base/annota3.exp: Likewise.
9861
46dad340
MC
98622004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9863
9864 * lib/java.exp: Update copyright notice.
9865
756d8c70
AC
98662004-07-19 Andrew Cagney <cagney@gnu.org>
9867
9868 * gdb.base/selftest.exp: Copy file from here ...
9869 * gdb.gdb/selftest.exp: ... to here.
9870
586027e6
AC
98712004-07-16 Andrew Cagney <cagney@redhat.com>
9872
9873 * lib/insight-support.exp: Delete file.
9874 * lib/java.exp (java_init): Fix copyright.
9875
029d2200
AC
98762004-07-16 Andrew Cagney <cagney@gnu.org>
9877
9878 * gdb.base/restore.c: Append "prologue" to comments marking the a
9879 function's prologue.
9880 * gdb.base/restore.exp: Update copyright, re-indent.
9881 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
9882 callerN" prefix where needed. Update patterns that match a
9883 function's prologue.
9884
653b62c5
MC
98852004-07-16 Michael Chastain <mec.gnu@mindspring.com>
9886
9887 * gdb.base/restore.c: Add copyright notice.
9888
f7d690e5
AC
98892004-07-16 Andrew Cagney <cagney@gnu.org>
9890
9891 * gdb.base/logical.exp: Update copyright.
9892 (evaluate): New procedure. Use to re-implement tests using
9893 several tables.
9894
d629a7cb
MH
98952004-07-14 Martin Hunt <hunt@redhat.com>
9896
9897 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
9898 which fixes some problems where init.tcl was not found.
9899
9c7bb332
AC
99002004-07-13 Andrew Cagney <cagney@gnu.org>
9901
6bf46641
AC
9902 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
9903 (check_sizeof, check_valueof): Do not include the output in the
9904 test name. Use gdb_test.
9905 (get_valueof): Use gdb_test_multiple.
9906
c4ffd4c0
AC
9907 * gdb.base/step-test.exp: Update copyright. Use
9908 gdb_test_multiple. Ensure that test names do not include
9909 architecture dependent output.
9910
ab89363a
AC
9911 * gdb.gdb/observer.exp: Update copyright.
9912 (setup_test): Use gdb_test_multiple.
9913 (attach_first_observer, attach_second_observer)
9914 (attach_third_observer, detach_first_observer)
9915 (detach_second_observer, detach_third_observer)
9916 (reset_counters, check_counters): Make $message a prefix.
9917 (test_normal_stop_notifications): Add "args" parameter - a list of
9918 init functions to be called. Make $message a prefix,
9919 (test_observer_normal_stop): Change the message prefixes so that
9920 they are unique, pass the attach / detach procedures to
9921 test_normal_stop_notifications.
9922
ec58997a
AC
9923 * gdb.base/signull.exp (test_segv): Prefix all tests with
9924 "${name}". Clean up test messages.
9925
b475183b
AC
9926 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
9927
9c7bb332
AC
9928 * gdb.base/ena-dis-br.exp: Update copyright.
9929 (break_at): New function. Replace send_gdb with gdb_test,
9930 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
9931 ignore count, not stopped at bpt", with KFAIL.
9932
2dd95497
CV
99332004-07-13 Corinna Vinschen <vinschen@redhat.com>
9934
9935 * gdb.base/attach.exp: Remove cleanupfile handling.
9936
419e626b
AC
99372004-07-12 Andrew Cagney <cagney@gnu.org>
9938
9939 * gdb.base/annota1.exp: Cleanup corefile test name.
9940 * gdb.base/annota3.exp: Ditto.
9941
8b1b3228
AC
99422004-07-12 Andrew Cagney <cagney@gnu.org>
9943
78650829
AC
9944 * gdb.base/signals.exp: Clean up copyright, re-indent.
9945
8b1b3228
AC
9946 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
9947 gdb_test and gdb_test_multiple.
9948
935c2760
JJ
99492004-07-08 Jeff Johnston <jjohnstn@redhat.com>
9950
9951 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 9952 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
9953 provide line number info for first statement in main.
9954
1544280f
AC
99552004-07-08 Andrew Cagney <cagney@gnu.org>
9956
1279f4ff
AC
9957 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
9958
1544280f
AC
9959 * gdb.base/sigbpt.exp: Make the common part of each test name a
9960 prefix instead of suffix.
9961
bcc82369
BR
99622004-07-07 Bob Rossi <bob_rossi@cox.net>
9963
9964 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
9965 test from test_tbreak_creation_and_listing to
9966 test_file_list_exec_source_file
9967 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
9968 Changed name of test from test_tbreak_creation_and_listing to
9969 test_file_list_exec_source_file
9970
23f4b0aa
JJ
99712004-07-07 Jeff Johnston <jjohnstn@redhat.com>
9972
9973 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
9974 the jmisc() constructor instead of <init>.
9975 * gdb.java/jmisc1.exp: Ditto.
9976
56401cd5
AC
99772004-07-07 Andrew Cagney <cagney@gnu.org>
9978
9979 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
9980 corrupting the PC.
9981
44ae2f6a
MC
99822004-07-06 Michael Chastain <mec.gnu@mindspring.com>
9983
9984 * gdb.cp/templates.exp: Accept whitespace change in demangler
9985 output.
9986
45a83408
AC
99872004-07-06 Andrew Cagney <cagney@gnu.org>
9988
9989 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
9990
d205ad70
MC
99912004-07-02 Michael Chastain <mec.gnu@mindspring.com>
9992
9993 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
9994 * lib/compiler.cc: Likewise.
9995
06ea1a61
MC
99962004-06-30 Michael Chastain <mec.gnu@mindspring.com>
9997
9998 * lib/compiler.cc: Work around string preprocessing problem
9999 with old hp c++ compiler.
10000 * lib/compiler.c: Likewise.
10001
daab1251
CV
100022004-06-29 Corinna Vinschen <vinschen@redhat.com>
10003
10004 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
10005 directives to conditionalize symbol prefixing.
10006 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
10007 additional_flags handling. Add underscore prefix for Cygwin.
10008 * gdb.arch/i386-unwind.c: Use preprocessor directives to
10009 conditionalize symbol prefixing.
10010 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
10011 additional_flags handling. Add underscore prefix for Cygwin.
10012
cc984116
CV
100132004-06-29 Corinna Vinschen <vinschen@redhat.com>
10014
10015 * gdb.base/bigcore.exp: Skip test on Cygwin.
10016
c279b077
MC
100172004-06-28 Michael Chastain <mec.gnu@mindspring.com>
10018
10019 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
10020 formats for "info register". Use gdb_test_multiple. Fix
10021 the "invalid register" test.
10022
0e915747
CV
100232004-06-28 Corinna Vinschen <vinschen@redhat.com>
10024
10025 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
10026 PID for Cygwin. Add Cygwin specific strings to check for in some
10027 tests.
10028 (do_attach_tests): Add a test for user interaction when attaching
10029 to a process with no matching symbol table already loaded.
10030
11422c86
AC
100312004-06-26 Andrew Cagney <cagney@gnu.org>
10032
10033 Test PR java/1567 and PR java/1565.
10034 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
10035 * gdb.java/jmisc2.exp: Delete file.
10036
cefbce26
MC
100372004-06-26 Michael Chastain <mec.gnu@mindspring.com>
10038
10039 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
10040
e19f872c
CV
100412004-06-25 Corinna Vinschen <vinschen@redhat.com>
10042
10043 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
10044 attach process.
10045
d931ba3b
MC
100462004-06-23 Michael Chastain <mec.gnu@mindspring.com>
10047
10048 * gdb.cp/pr-1553.exp: Remove.
10049
aef68c48
MC
100502004-06-22 Michael Chastain <mec.gnu@mindspring.com>
10051
10052 * gdb.cp/pr-1553.cc: Remove.
10053 * gdb.cp/pr-1553.exp: Disable this test.
10054
8d5df71a
JB
100552004-06-20 Jim Blandy <jimb@redhat.com>
10056
a9c64011 10057 Fix PR testsuite/1680.
8d5df71a
JB
10058 * gdb.arch/i386-sse.exp: Properly quote curly braces in
10059 regular expressions.
10060
4ac6f39d
MC
100612004-06-19 Michael Chastain <mec.gnu@mindspring.com>
10062
10063 Fix PR testsuite/1679.
10064 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
10065 Issue an UNSUPPORTED result instead.
10066
1b413552
JB
100672004-06-18 Jim Blandy <jimb@redhat.com>
10068
10069 * gdb.base/charset.exp: Only send a control-C if we see a new
10070 prompt and incomplete command.
10071
6daa6ebd
MC
100722004-06-18 Michael Chastain <mec.gnu@mindspring.com>
10073
10074 * gdb.cp/pr-574.cc: Add copyright notice.
10075
51fa4ae0
JB
100762004-06-17 Jim Blandy <jimb@redhat.com>
10077
10078 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
10079 cases where the regexp has no groups; this grabs random text from
10080 the previous test suite, whatever that was.
10081
8fea26c5
MC
100822004-06-17 Michael Chastain <mec.gnu@mindspring.com>
10083
10084 * gdb.cp/printmethod.cc: Add copyright notice.
10085
1e3aeb41
MC
100862004-06-16 Michael Chastain <mec.gnu@mindspring.com>
10087
10088 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
10089
9d9030bc
AC
100902004-06-16 Andrew Cagney <cagney@gnu.org>
10091
10092 * gdb.base/signull.c: Update copyright. Include <string.h>.
10093 (bowler): Replace data_pointer with data_read
10094 and data_write cases. Add code_descriptor case.
10095 (zero, desc): New array and pointer.
10096 (data, code): Change to simple pointers.
10097 * gdb.base/signull.exp: Fix probe pattern matching a function
10098 descriptor SIGSEGV. Replace data_pointer with data_read and
10099 data_write tests.
10100
acd4ad44
AC
101012004-06-16 Andrew Cagney <cagney@gnu.org>
10102
10103 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
10104
08fd625c
MC
101052004-06-15 Michael Chastain <mec.gnu@mindspring.com>
10106
10107 * gdb.base/long_long.c: Add copyright notice.
10108
1903502c
MC
101092004-06-15 Michael Chastain <mec.gnu@mindspring.com>
10110
10111 * gdb.base/long_long.exp: Remove reference to
10112 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
10113 to gdb_breakpoint and gdb_continue_to_breakpoint.
10114
83313cb1
JB
101152004-06-14 Jim Blandy <jimb@redhat.com>
10116
10117 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
10118 endian case.
10119
1bf404ef
AC
101202004-06-14 Andrew Cagney <cagney@gnu.org>
10121
10122 * gdb.base/gcore.exp (capture_command_output): Delete the always
10123 passing tests containing inferior values.
10124 * gdb.base/ending-run.exp: Do not include the breakpoint address
10125 in the test message. Update copyright.
10126 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
10127 size in the test name, use gdb_test_multiple. Update copyright.
10128
ef220b33
MC
101292004-06-14 Michael Chastain <mec.gnu@mindspring.com>
10130
10131 * gdb.cp/ref-types.cc: Add copyright notice.
10132
4f70a4c9
MC
101332004-06-14 Michael Chastain <mec.gnu@mindspring.com>
10134
10135 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
10136 hp_aCC_compiler.
10137 * lib/compiler.cc: Likewise.
10138 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
10139 'set' commands. Log diagnostics for other lines. Set
10140 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
10141
335928ac
MC
101422004-06-13 Michael Chastain <mec.gnu@mindspring.com>
10143
10144 * gdb.cp/try_catch.cc: Add copyright notice.
10145
2efb12e8
MC
101462004-06-12 Michael Chastain <mec.gnu@mindspring.com>
10147
10148 * gdb.cp/userdef.cc: Add copyright notice.
10149
0bbed51a
MC
101502004-06-11 Michael Chastain <mec.gnu@mindspring.com>
10151
10152 * gdb.cp/virtfunc.cc: Add copyright notice.
10153
e12a46c9
RC
101542004-06-11 Randolph Chung <tausq@debian.org>
10155
10156 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
10157 problem.
10158
338e05af
AC
101592004-06-10 Andrew Cagney <cagney@gnu.org>
10160
10161 * lib/compiler.cc, lib/compiler.c: Append either
10162 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
10163 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
10164 instead of gcc-3-3.
10165
dc3f10cb
AC
101662004-06-09 Andrew Cagney <cagney@gnu.org>
10167
b4d946af
AC
10168 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
10169 gdb/1455, bug is specific to "long long" and "double".
a9c64011 10170
dc3f10cb
AC
10171 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
10172 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
10173 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
10174 fixed.
10175
b5c0bfa2
AC
101762004-06-09 Andrew Cagney <cagney@gnu.org>
10177
10178 * gdb.base/structs.exp (test_struct_returns): Replace
10179 "return_value_unknown" and "finish_value_unknown" by
10180 "return_value_known" and "finish_value_known". Instead of
10181 "return_value_unknown" iff "finish_value_unknown", check
10182 "return_value_known" implies "finish_value_known".
10183
caeb605f
MH
101842004-06-08 Martin Hunt <hunt@redhat.com>
10185
10186 * gdb.base/float.exp: Add pattern for mips targets.
10187
c892bb64
RC
101882004-06-08 Randolph Chung <tausq@debian.org>
10189
10190 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
10191 message for unknown architectures more clear.
10192
48306d3e
JB
101932004-06-08 Joel Brobecker <brobecker@gnat.com>
10194
10195 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
10196 start the execution of the program.
10197
83ecb59f
JB
101982004-06-07 Jim Blandy <jimb@redhat.com>
10199
10200 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
10201 * gdb.arch/i386-cpuid.h: New helper file.
10202
55264cb4
RC
102032004-06-07 Randolph Chung <tausq@debian.org>
10204
10205 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
10206 has started.
10207
23cadb28
RM
102082004-06-04 Roland McGrath <roland@redhat.com>
10209
10210 Fix PR gdb/1647.
10211 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
10212 differently to be robust to output buffering differences.
10213
51d01eda
MC
102142004-06-04 Michael Chastain <mec.gnu@mindspring.com>
10215
10216 * gdb.threads/pthreads.exp: Update copyright years.
10217 (check_control_c): Change asynchronous 'after' to synchronous.
10218
f4fc3b93
RM
102192004-06-04 Roland McGrath <roland@redhat.com>
10220
10221 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
10222 next gdb prompt.
10223
4013522b
MC
102242004-06-02 Michael Chastain <mec.gnu@mindspring.com>
10225
10226 Fix PR gdb/1636.
10227 * gdb.threads/manythreads.exp: Change asynchronous 'after'
10228 calls to synchronous.
10229
7a8f1e6b
JB
102302004-05-26 Jim Blandy <jimb@redhat.com>
10231
10232 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
10233
81bb3443
RC
102342004-05-24 Randolph Chung <tausq@debian.org>
10235
10236 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
10237 * gdb.asm/pa.inc: New file.
10238
8f5a3103
MK
102392004-05-22 Mark Kettenis <kettenis@gnu.org>
10240
10241 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
10242
734b8fe8 102432004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 10244 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
10245
10246 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
10247 GDB prompt.
10248
725603e1
UW
102492004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10250
f4fc3b93 10251 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
10252 setjmp/longjmp. Use sigaction instead of signal.
10253
8b923272 102542004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 10255 Michael Snyder <msnyder@redhat.com>
8b923272
JB
10256
10257 * gdb.threads/pthread_cond_wait.c: New file.
10258 * gdb.threads/pthread_cond_wait.exp: New testcase.
10259
8bfabb04
AC
102602004-05-13 Andrew Cagney <cagney@redhat.com>
10261
10262 * gdb.base/signull.exp, gdb.base/signull.c: New files.
10263 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
10264
42edda50
AC
102652004-05-11 Andrew Cagney <cagney@redhat.com>
10266
10267 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
10268 fixed but revealed gdb/1639.
10269
d303a6c7
AC
102702004-05-10 Andrew Cagney <cagney@redhat.com>
10271
10272 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
10273 func1" and "next to 2nd alarm", kernel bug avoided.
10274
bf08c2a1
DJ
102752004-05-10 Daniel Jacobowitz <dan@debian.org>
10276
10277 PR external/1568
10278 * gdb.base/bigcore.exp: Check the size of the dumped core file.
10279 XFAIL if it is smaller than bytes_allocated.
10280 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
10281 (main): Make chunks_allocated unsigned. Correct comment.
10282
c0586a34
JB
102832004-05-07 Joel Brobecker <brobecker@gnat.com>
10284
10285 * gdb.arch/powerpc-aix-prologue.c: New file.
10286 * gdb.arch/powerpc-aix-prologue.exp: New file.
10287
f2785d12
JB
102882004-05-07 Jim Blandy <jimb@redhat.com>
10289
10290 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
10291 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
10292
bd7f6e30
JB
102932004-05-06 Joel Brobecker <brobecker@gnat.com>
10294
10295 * gdb.base/sep.exp: No longer setup_kfail when the program was
10296 built with dwarf2.
10297
0a5e7efe
JI
102982004-05-05 Jim Ingham <jingham@apple.com>
10299
10300 * gdb.base/pending.exp: Make sure pending breakpoints
10301 preserve the ignore count.
f4fc3b93 10302
a8958849
MK
103032004-04-27 Jerome Guitton <guitton@gnat.com>
10304
10305 * i386-prologue.exp: Add testcase for jump instruction as first
10306 instruction of the real code.
10307 * i386-prologue.c (jump_at_beginning): New function.
10308
7e103f5b
MK
103092004-04-28 Mark Kettenis <kettenis@gnu.org>
10310
10311 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
10312 x86_64-*-*.
10313
5d38b224
MK
103142004-04-28 Mark Kettenis <kettenis@gnu.org>
10315
10316 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
10317 i*86-*-*.
10318
0ef32fd9
MK
103192004-04-25 Mark Kettenis <kettenis@gnu.org>
10320
10321 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
10322 expression that checks the return type.
10323
71d7dd7c
AC
103242004-04-23 Andrew Cagney <cagney@redhat.com>
10325
10326 * gdb.base/call-sc.exp: New test of scalar call/return values.
10327 * gdb.base/call-sc.c: Ditto.
10328
1e9f977e
JJ
103292004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10330
10331 * gdb.threads/manythreads.c: Reduce thread stack size.
10332
899d9e3a
JJ
103332004-04-23 Jeff Johnston <jjohnstn@redhat.com>
10334
10335 * gdb.threads/manythreads.c: Add copyright notice.
10336
61bcae62
AC
103372004-04-23 Andrew Cagney <cagney@redhat.com>
10338
10339 * gdb.base/siginfo.exp: Better handle step out of signal.
10340 * gdb.base/sigstep.exp: Ditto.
10341
7339a42e 103422004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 10343 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
10344
10345 * gdb.threads/manythreads.c: New testcase.
10346 * gdb.threads/manythreads.exp: Ditto.
10347
5c98409b
JB
103482004-04-22 Jim Blandy <jimb@redhat.com>
10349
10350 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
10351 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
10352
3b611f1a
MC
103532004-04-21 Michael Chastain <mec.gnu@mindspring.com>
10354
10355 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
10356
f0fd9238
AC
103572004-04-21 Andrew Cagney <cagney@redhat.com>
10358
10359 * gdb.base/sigstep.c: New file.
10360 * gdb.base/sigstep.exp: New file.
10361
90990674
JB
103622004-04-16 Joel Brobecker <brobecker@gnat.com>
10363
10364 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
10365 call to observer_notify_normal_stop.
10366
78cef34b
AC
103672004-04-15 Andrew Cagney <cagney@redhat.com>
10368
10369 * gdb.base/siginfo.c: New file.
10370 * gdb.base/siginfo.exp: New file.
10371
d2343407
JB
103722004-04-12 J. Brobecker <brobecker@gnat.com>
10373
10374 * gdb.base/sep.exp: Fix typo in comment.
10375
a2dba3c8
JB
103762004-04-12 J. Brobecker <brobecker@gnat.com>
10377
10378 * gdb.base/sep.c: New file.
10379 * gdb.base/sep-proc.c: New file.
10380 * gdb.base/sep.exp: New testcase.
10381
15f7b60e
MK
103822004-04-09 Mark Kettenis <kettenis@gnu.org>
10383
10384 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
10385 support.
10386
44f4de1a
AC
103872004-04-05 Andrew Cagney <cagney@redhat.com>
10388
10389 * gdb.base/sigaltstack.c: New file.
10390 * gdb.base/sigaltstack.exp: New file.
10391
ef04f396
JB
103922004-04-04 Joel Brobecker <brobecker@gnat.com>
10393
10394 * gdb.base/foll-fork.exp: Update the expected output for
10395 "help set follow-fork-mode", to match a change that was made
10396 to the help of this variable on 2004-01-13.
10397
d40d2c92
JB
103982004-04-01 Joel Brobecker <brobecker@gnat.com>
10399
10400 * lib/ada.exp: Add copyright notice.
10401 * bar.ads: Likewise.
10402 * bar.adb: Likewise.
10403 * null_record.adb: Likewise.
10404 * null_record.exp: Likewise.
10405 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
10406
f86ef5a3
JB
104072004-04-01 Joel Brobecker <brobecker@gnat.com>
10408
10409 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
10410 * configure: Regenerate.
10411
414e70e3
JB
104122004-04-01 Joel Brobecker <brobecker@gnat.com>
10413
10414 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
10415 to build the application. Remove the message printed when in
10416 verbose mode, redundant with the UNSUPPORTED message above.
10417
f0aaee49
JB
104182004-03-31 Joel Brobecker <brobecker@gnat.com>
10419
10420 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
10421 * gdb.ada (null_record.exp): New testcase.
10422
ac81cb54
JB
104232004-03-31 Joel Brobecker <brobecker@gnat.com>
10424
10425 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
10426
854af2f7
JB
104272004-03-31 Joel Brobecker <brobecker@gnat.com>
10428
10429 * gdb.ada: New subdirectory.
10430 * gdb.ada/Makefile.in: New file.
10431 * gdb.ada/gnat_ada.gpr.in: New file.
10432
034cb681
JB
104332004-03-31 Joel Brobecker <brobecker@gnat.com>
10434
10435 * lib/ada.exp: New file.
10436
78a1a894
DJ
104372004-03-24 Daniel Jacobowitz <drow@mvista.com>
10438
10439 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
10440 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
10441
4b2b3b3e
AC
104422004-03-22 Andrew Cagney <cagney@redhat.com>
10443
10444 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
10445 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
10446 Problem identified by Ulrich Weigand.
10447
23c73aa3
DC
104482004-03-17 David Carlton <carlton@kealia.com>
10449
10450 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
10451 PR c++/826.
10452
d63a86f8
RM
104532004-03-16 Roland McGrath <roland@redhat.com>
10454
10455 * gdb.base/auxv.exp: New file.
10456 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
10457
0e02aa50
DC
104582004-03-12 David Carlton <carlton@kealia.com>
10459
10460 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
10461 * gdb.cp/pr-1553.cc: Ditto.
10462 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
10463 pass branch.
10464
c20b71be
MC
104652004-03-12 Michael Chastain <mec.gnu@mindspring.com>
10466
10467 * gdb.cp/templates.exp: Accept more template types.
10468
c7414a01
MC
104692004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10470
10471 From Corinna Vinschen with modifications.
10472 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
10473 local variable obj_with_enum.
10474 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
10475 results with obj_with_enum.
10476
ed69573c
MC
104772004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10478
10479 * gdb.cp/classes.cc: New file, copied from misc.cc.
10480 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
10481
28301461
MC
104822004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10483
10484 * gdb.cp/misc.cc: Add copyright notice.
10485
1198ecbe
DC
104862004-03-05 David Carlton <carlton@kealia.com>
10487
10488 * gdb.cp/rtti.exp: Add 'print *obj3' test.
10489 * gdb.cp/rtti.h: Update copyright.
10490 (namespace n2::n3): New.
10491 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
10492 (n2::n3::func3): New.
10493 (main): Call n2::n3::func3.
10494 * gdb.cp/rtti2.cc: Update copyright.
10495 (n2::create3): New.
10496
9e08c470
MK
104972004-03-04 Mark Kettenis <kettenis@gnu.org>
10498
10499 * gdb.asm/openbsd.inc: Fix typo.
10500
4bebc3aa
FF
105012004-03-03 Fred Fish <fnf@redhat.com>
10502
10503 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
10504 "val" instead of unused "size". Update copyright year.
10505
6ea9fb37
DJ
105062004-02-29 Daniel Jacobowitz <drow@mvista.com>
10507
10508 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
10509 to use unsigned char.
10510 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
10511 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
10512
23b23974
DJ
105132004-02-29 Daniel Jacobowitz <drow@mvista.com>
10514
10515 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
10516 line of output.
10517
7574fd53
DJ
105182004-02-28 Daniel Jacobowitz <drow@mvista.com>
10519
10520 * gdb.base/relocate.c (dummy): Initialize.
10521
a195357f
DJ
105222004-02-28 Daniel Jacobowitz <drow@mvista.com>
10523
10524 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
10525 a breakpoint at exit.
10526
72fd54a9
FF
105272004-02-27 Fred Fish <fnf@redhat.com>
10528
10529 * gdb.base/chng-syms.exp: Add expect condition to match failing
10530 case that isn't a timeout.
10531
b9d23137
AC
105322004-02-27 Andrew Cagney <cagney@redhat.com>
10533
10534 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
10535 support.
10536
15d208f6 105372004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 10538
15d208f6
FF
10539 * gdb.arch/gdb1431.c: Remove.
10540 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
10541 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
10542 of "until" incorrectly.
10543
98f9cd2d
JB
105442004-02-26 J. Brobecker <brobecker@gnat.com>
10545
10546 * gdb.cp/class2.cc (empty): New class.
10547 (refer): New function.
10548 (main): Declare an object of type empty and use it.
10549 * gdb.cp/class2.exp: Print the value of an object of type empty.
10550
9b50c11b
JJ
105512004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10552
10553 * gdb.base/langs.exp: Update query string to match the
10554 new nquery format used for pending breakpoints.
10555
0dcd613f
AC
105562004-02-26 Andrew Cagney <cagney@redhat.com>
10557
10558 Fix PR i18n/1570.
10559 * gdb.base/charset.c: Update copyright notice.
10560 (main, init_string): Remove the escape character '\e' tests.
10561 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
10562 * gdb.base/charset.exp (valid_host_charset): Ditto.
10563 * gdb.base/setvar.exp: Ditto.
10564
b8a56647
AC
105652004-02-24 Andrew Cagney <cagney@redhat.com>
10566
90d59e34
AC
10567 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
10568 mmapped data in core file" PASS and FAIL messages consistent.
10569
b8a56647
AC
10570 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
10571 setting a breakpoint. Work around PR java/1565.
10572
9f27c604
JJ
105732004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10574
10575 * lib/gdb.exp (gdb_breakpoint): Update query string to match
10576 new nquery format.
10577 * gdb.base/pending.exp: Ditto.
10578
3224a706
MK
105792004-02-22 Mark Kettenis <kettenis@gnu.org>
10580
10581 * configure.in: Run stabs tests on *BSD.
10582 * configure: Regenerated.
10583
41e0a9ca
MK
105842004-02-21 Mark Kettenis <kettenis@gnu.org>
10585
10586 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
10587
1e1b3428
FF
105882004-02-20 Fred Fish <fnf@redhat.com>
10589
10590 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
10591 blank in test for "returns short", for consistency with other
10592 "returns xxx" tests. Update copyright year.
10593
f9a7572a
FF
105942004-02-19 Fred Fish <fnf@redhat.com>
10595
10596 New testcase for PR breakpoint/1558.
10597 * gdb.arch/gdb1558.exp: New file.
10598 * gdb.arch/gdb1558.c: New file.
10599
b2ce2854
EZ
106002004-02-19 Elena Zannoni <ezannoni@redhat.com>
10601
10602 * gdb.base/nodebug.exp: Fix typo.
10603
e7c9ff01
JB
106042004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10605
10606 Committed by Jim Blandy <jimb@redhat.com>.
10607
62f4b920
JB
10608 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
10609
2db536a1
JB
10610 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
10611
e7c9ff01
JB
10612 * gdb.base/float.exp: Support s390*-*-* targets.
10613
f3205b34
AF
106142004-02-17 Adam Fedor <fedor@gnu.org>
10615
10616 * gdb.base/gdb1555.exp: New file.
10617 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
10618
9d62932d
EZ
106192004-02-17 Elena Zannoni <ezannoni@redhat.com>
10620
10621 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
10622
344c9711
FF
106232004-02-16 Fred Fish <fnf@redhat.com>
10624
10625 * gdb.arch/gdb1291.c: Remove
10626 * gdb.arch/gdb1291.s: New test input file.
10627 * gdb.arch/gdb1291.exp: Expand test to check case that should not
10628 fail. Test for correct result, known incorrect result, other
10629 failures and timeouts.
10630
2d822687
AC
106312004-02-16 Andrew Cagney <cagney@redhat.com>
10632
10633 * gdb.base/bigcore.exp: New file.
10634 * gdb.base/bigcore.c: New file.
10635
dac15b66
AC
106362004-02-13 Andrew Cagney <cagney@redhat.com>
10637
10638 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
10639 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
10640 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
10641 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
10642 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
10643 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
10644 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
10645 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
10646 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
10647 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
10648
6bdfc2c4
JJ
106492004-02-11 Jeff Johnston <jjohnstn@redhat.com>
10650
10651 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
10652 executed is an alloc instruction.
10653
87b3ede8
DC
106542004-02-11 David Carlton <carlton@kealia.com>
10655
10656 * gdb.cp/breakpoint.exp: New.
10657 * gdb.cp/breakpoint.cc: New.
10658
6e19e2bf
MC
106592004-02-11 Michael Chastain <mec.gnu@mindspring.com>
10660
10661 Partial fix for PR gdb/1543.
10662 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
10663 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
10664 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
10665 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
10666 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
10667 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
10668 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
10669 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
10670 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
10671 to bug-gdb@prep.ai.mit.edu .
10672 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
10673 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
10674 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
10675 Likewise.
10676
5c5455dc
AC
106772004-02-10 Andrew Cagney <cagney@redhat.com>
10678
10679 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
10680 using gdb_internal_error_resync.
10681
9cf689d7
DJ
106822004-02-09 Daniel Jacobowitz <drow@mvista.com>
10683
10684 * gdb.threads/thread-specific.exp: Stop early if no threads are
10685 found.
10686
d2dc51db
MC
106872004-02-09 Michael Chastain <mec.gnu@mindspring.com>
10688
10689 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
10690
14b1a056
DJ
106912004-02-08 Daniel Jacobowitz <drow@mvista.com>
10692
10693 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
10694 breakpoints.
10695
83f66e8f
DJ
106962004-02-07 Daniel Jacobowitz <drow@mvista.com>
10697
10698 * config/sim.exp (gdb_load): Handle $arg == "".
10699 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
10700 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
10701
30fc0091
EZ
107022004-02-07 Elena Zannoni <ezannoni@redhat.com>
10703
a9c64011
AS
10704 * gdb.base/maint.exp: Update test to reflect
10705 obstack changes.
30fc0091 10706
4d806929
JJ
107072004-02-04 Jeff Johnston <jjohnstn@redhat.com>
10708
10709 * gdb.base/pendshr.c (pendfunc): New function that calls
10710 pendfunc1.
10711 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
10712
7bfdd688
FF
107132004-02-04 Fred Fish <fnf@redhat.com>
10714
10715 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
10716 function symbols and update copyright years.
10717 * gdb.arch/gdb1291.c: Ditto.
10718
aaa08ee4
MC
107192004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10720
10721 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
10722
dbad7755
MC
107232004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10724
10725 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
10726
ec4646ef
MC
107272004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10728
10729 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
10730
1b802196
FF
107312004-02-02 Fred Fish <fnf@redhat.com>
10732
10733 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
10734 remote targets. Update copyright years.
10735
18fe2033
JJ
107362004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10737
10738 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
10739 support.
10740 * gdb.base/langs.exp: Fix test which attempts to create
10741 breakpoint on non-existent function to handle new pending
10742 support.
10743 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
10744 a breakpoint.
10745 * gdb.base/pending.exp: New test.
10746 * gdb.base/pending.c: New file.
10747 * gdb.base/pendshr.c: Ditto.
10748
8d577d32
DC
107492004-02-02 David Carlton <carlton@kealia.com>
10750
10751 * gdb.cp/overload.exp: Add overloadNamespace tests.
10752 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
10753 (overloadNamespace, XXX): New.
10754 (main): Call XXX::marker2.
10755
3ad13771
FF
107562004-02-01 Fred Fish <fnf@redhat.com>
10757
10758 * gdb.base/dump.exp: Use runto_main instead of "runto main".
10759 * gdb.base/finish.exp: Ditto.
10760 * gdb.base/gcore.exp: Ditto.
10761 * gdb.base/huge.exp: Ditto.
10762 * gdb.base/info-proc.exp: Ditto.
10763 * gdb.base/return2.exp: Ditto.
10764 * gdb.threads/gcore-thread.exp: Ditto.
10765
44c75849
DJ
107662004-02-01 Daniel Jacobowitz <drow@mvista.com>
10767
10768 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
10769
005bc093
MK
107702004-02-01 Mark Kettenis <kettenis@gnu.org>
10771
10772 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
10773 that opening the file succeeds on OpenBSD.
10774
c47cebdb
DJ
107752004-02-01 Daniel Jacobowitz <drow@mvista.com>
10776
10777 * gdb.threads/thread-specific.c: New file.
10778 * gdb.threads/threads-specific.exp: New test script.
10779 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
10780 to expect_out.
10781
5a01311c
MK
107822004-02-01 Mark Kettenis <kettenis@gnu.org>
10783
10784 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
10785 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
10786 only on the "print_small_structs from print_long_arg_list" test.
10787
ce22a4f1
DJ
107882004-02-01 Daniel Jacobowitz <drow@mvista.com>
10789
10790 * gdb.base/completion.exp: Kill a stray backslash.
10791
10792 From Jim Ingham <jingham@apple.com>:
10793 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
10794 agrees with the result from sending a tab.
10795
abbab9d3
DJ
107962004-01-31 Daniel Jacobowitz <drow@mvista.com>
10797
10798 * gdb.base/chng-syms.exp: Remove stray newline.
10799
53904d1e
MK
108002004-01-31 Mark Kettenis <kettenis@gnu.org>
10801
10802 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
10803 *-*-openbsd*.
10804 * gdb.asm/openbsd.inc: New file.
10805
3a4b3aac
MK
108062004-01-30 Mark Kettenis <kettenis@gnu.org>
10807
10808 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
10809 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
10810 *-*solaris2*. Remove commented out default settings for
10811 asm-flags. Replace gdb_compile with target_link.
10812
ebac27b4
MC
108132004-01-29 Michael Chastain <mec.gnu@mindspring.com>
10814
10815 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
10816 for all tests. Remove old hp-ux and cygnus xfail cases.
10817
d8679d84
PH
108182004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
10819
10820 * gdb.base/chng-syms.exp: New file.
10821 * gdb.base/chng-syms.c: New file.
10822
0a55bc22
MC
108232004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10824
10825 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
10826 Provide arms for current output in all my configurations.
10827
94b8e876
MC
108282004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10829
10830 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
10831 * lib/compiler.cc: Likewise.
10832 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
10833 get the right preprocessor. Eval the output directly. Remove
10834 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
10835 hp_f77_compiler and hp_f90_compiler completely.
10836 (gdb_preprocess): Delete.
10837 (get_compiler): Delete.
10838
7cf03d44
MK
108392004-01-24 Mark Kettenis <kettenis@gnu.org>
10840
10841 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
10842 <string.h>.
10843
68b6dce9
NR
108442004-01-24 Nick Roberts <nick@nick.uklinux.net>
10845
10846 * gdb.mi/mi-stack.exp: Update copyright.
10847
b368761e
DC
108482004-01-23 David Carlton <carlton@kealia.com>
10849
10850 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
10851 test for cp_lookup_transparent_type.
10852 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
10853 call them.
10854
f2061b53
DJ
108552004-01-23 Daniel Jacobowitz <drow@mvista.com>
10856
10857 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
10858 after -var-update.
10859
37fc574a
DC
108602004-01-23 David Carlton <carlton@kealia.com>
10861
10862 * gdb.cp/namespace.cc (C::ensureRefs): New.
10863 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
10864
8e94b928
NR
108652004-01-20 Nick Roberts <nick@nick.uklinux.net>
10866
10867 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
10868 case "-stack-list-locals 2".
10869 * gdb.mi/mi-var-child.exp: Test for case
10870 "-var-list-children --all-values NAME".
10871
997b0952
MC
108722004-01-18 Michael Chastain <mec.gnu@mindspring.com>
10873
10874 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
10875
52470da3
MK
108762004-01-18 Mark Kettenis <kettenis@gnu.org>
10877
7049b4b8
MK
10878 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
10879 used with gdb_test_multiple.
10880
52470da3
MK
10881 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
10882 read at address 0. This fixes PR testsuite/1504.
10883
da6012e5
DJ
108842004-01-18 Daniel Jacobowitz <drow@mvista.com>
10885
10886 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
10887 Remove downloading, guessing the host executable, the calls to
10888 gdb_file_cmd and gdb_target_cmd, and "load" support.
10889 (infer_host_exec): New function broken out from gdb_load.
10890 (gdb_load): New wrapper for gdbserver_gdb_load.
10891 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
10892 gdb_target_cmd. Use -target-select.
10893 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
10894 Download binaries to the host. Clear last_mi_remote_file when
10895 we load a new binary.
10896 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
10897 call gdbserver_gdb_load and mi_gdb_target_cmd.
10898
32c70722
MC
108992004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10900
10901 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
10902 type patterns.
10903
b0cecf36
MC
109042004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10905
10906 * gdb.cp/templates.exp: Fix typo in test name of
10907 "print Foo<volatile char*>::foo".
10908
4120d7e6
MC
109092004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10910
10911 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
10912
f679e530
BE
109132004-01-16 Ben Elliston <bje@wasabisystems.com>
10914
10915 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
10916 (clean mostlyclean): Remove empty rm.
10917
091c48f6
MC
109182004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10919
10920 * gdb.base/setvar.exp: Add copyright years.
10921
3e5fc8d2
DC
109222004-01-14 David Carlton <carlton@bactrian.org>
10923
10924 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
10925 PR c++/1511 and update coment.
10926 * gdb.cp/templates.exp: Update patterns to match current output.
10927 If changes involve something other than whitespace, KFAIL
10928 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
10929
63d06c5c
DC
109302004-01-14 David Carlton <carlton@kealia.com>
10931
10932 * gdb.cp/namespace.exp: Add tests involving classes defined within
10933 namespaces.
10934 * gdb.cp/namespace.cc (C::CClass): New.
10935 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
10936
a51dab88
EZ
109372004-01-14 Elena Zannoni <ezannoni@redhat.com>
10938
10939 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
10940 what debug info we have. Print a better message if something goes
10941 wrong while producing the separate debug info file.
10942
a476ccc9
MC
109432004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10944
10945 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
10946
f453692c
MC
109472004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10948
10949 * gdb.base/callfuncs.c: Add copyright notice.
10950
f40063a5
MC
109512004-01-13 Michael Chastain <mec.gnu@mindspring.com>
10952
10953 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
10954 inheritance. PR gdb/1498, PR gcc/13539.
10955
19ac3974
EZ
109562004-01-13 Elena Zannoni <ezannoni@redhat.com>
10957
a9c64011
AS
10958 * gdb.threads/gcore-thread.exp: Prefix name of binary with
10959 test specific name.
10960 * gdb.mi/gdb669.exp: Ditto.
10961 * gdb.mi/mi-pthreads.exp: Ditto.
10962 * gdb.mi/mi1-pthreads.exp: Ditto.
10963 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 10964
56c97c6e
MC
109652004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10966
10967 * gdb.cp/member-ptr.cc: Add copyright notice.
10968
a0644324
MC
109692004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10970
10971 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
10972 some patterns for recent versions of gcc and hpacc. Delete
10973 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
10974 Delete tests that access a NULL pointer-to-member-data. This
10975 script is still disabled for gcc.
10976
32fabe09
EZ
109772004-01-12 Elena Zannoni <ezannoni@redhat.com>
10978
10979 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 10980 escaped correctly.
32fabe09 10981
1f8a6abb
EZ
109822004-01-12 Elena Zannoni <ezannoni@redhat.com>
10983
10984 * gdb.base/sepdebug.exp: New file.
10985 * gdb.base/sepdebug.c: New file.
10986 * lib/gdb.exp (separate_debug_filename): New procedure.
10987 (gdb_gnu_strip_debug): New procedure.
10988
48efe704
AC
109892004-01-12 Andrew Cagney <cagney@redhat.com>
10990
10991 * gdb.mi/ChangeLog: Delete file. Renamed to ...
10992 * gdb.mi/ChangeLog-1999-2003: New file.
10993
a9415475
AC
109942004-01-12 Andrew Cagney <cagney@redhat.com>
10995
10996 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
10997 "Renaming a directory to a non-empty directory returns ENOTEMPTY
10998 or EEXIST", treat EBUSY as an XFAIL.
10999
83b8cf9d
MC
110002004-01-11 Michael Chastain <mec.gnu@mindspring.com>
11001
11002 * gdb.base/scope.exp: Remove obsolete setup_xfail for
11003 hp_cc_compiler.
11004
9939d2a8
MC
110052004-01-10 Michael Chastain <mec.gnu@mindspring.com>
11006
11007 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
11008 decorations.
11009
1ff8cadf
MC
110102004-01-10 Michael Chastain <mec.gnu@mindspring.com>
11011
11012 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
11013 and "(aCC)" decorations. Remove obsolete doco about old
11014 test results.
11015
6fa9022e
MC
110162004-01-09 Michael Chastain <mec.gnu@mindspring.com>
11017
11018 * gdb.cp/exception.exp: Fix typo in doco.
11019
209721fe
MK
110202004-01-09 Mark Kettenis <kettenis@gnu.org>
11021
11022 * gdb.base/gdb1476.exp: Fix typo.
11023
ef11303e
MC
110242004-01-09 Michael Chastain <mec.gnu@mindspring.com>
11025
11026 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
11027 file.
11028
041ab88c
MC
110292004-01-09 Michael Chastain <mec.gnu@mindspring.com>
11030
11031 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
11032 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
11033 Use gdb_compile. Remove restriction on gcc. Add some patterns
11034 for recent version of gdb. Delete second half, which was a copy
11035 of the first half with different build flags. This test is
11036 still disabled because it is still not ready for production.
11037
e36d075a
MC
110382004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11039
11040 * gdb.cp/exception.cc: Add copyright notice.
11041 * gdb.cp/exception.exp: Add a notice that this file is broken
11042 because of line number changes caused by addition of copyright
11043 notice.
11044
42b190ad
MC
110452004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11046
11047 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
11048 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
11049
8f25f06b
MC
110502004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11051
11052 * gdb.cp/classes.exp: Accept gnu abi 2.
11053 * gdb.cp/derivation.exp: Likewise.
11054 * gdb.cp/overload.exp: Likewise.
11055 * gdb.cp/virtfunc.exp: Likewise.
11056
06ded8b8
MC
110572004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11058
11059 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
11060 semicolon after end of function.
11061
77c26ae3
MC
110622004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11063
11064 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
11065 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
11066 boilerplate code for compiling and running the program under
11067 test. Add some string method tests.
11068
20757486
MC
110692004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11070
11071 * gdb.cp/bs15503.cc: Add copyright notice.
11072 * gdb.cp/bs15503.exp: Adjust line number.
11073
0fd3b503
MC
110742004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11075
11076 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
11077 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
11078
10d1bea8
MC
110792004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11080
11081 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
11082 hp_cc_compiler.
11083
2789202a
MC
110842004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11085
11086 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
11087 * gdb.cp/ctti.exp: Use the marker instead of "next".
11088 With gcc, run further before bailing.
11089
b862f14c
MC
110902004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11091
11092 * gdb.cp/cttiadd.cc: Add copyright notice.
11093 * gdb.cp/cttiadd1.cc: Likewise.
11094 * gdb.cp/cttiadd2.cc: Likewise.
11095 * gdb.cp/cttiadd3.cc: Likewise.
11096
96da2469
MC
110972004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11098
11099 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
11100 Use gdb_test, gdb_test_multiple. Use floating-point values that
11101 have exact representations in IEEE-ish formats.
11102
053248ff
MC
111032004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11104
11105 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
11106 compilers. Delete duplicate call to get_compiler_info.
11107 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
11108 * gdb.base/volatile.exp: Likewise.
11109
84acecdd
MK
111102004-01-07 Mark Kettenis <kettenis@gnu.org>
11111
11112 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
11113 memory at address 0.
11114
fe11a27f
MC
111152004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11116
11117 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
11118 to test for hp-ux assembler. Fix copyright years.
11119
60ad077b
AC
111202004-01-07 Andrew Cagney <cagney@redhat.com>
11121
11122 * gdb.base/fileio.c (strerrno): Add "EBUSY".
11123
1c9b8f33
AC
111242004-01-07 Andrew Cagney <cagney@redhat.com>
11125
11126 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
11127 when creating the read-only file. From analysis by Roland McGrath
11128 and Elena Zannoni.
11129
753ccc7a
MC
111302004-01-06 Michael Chastain <mec.gnu@mindspring.com>
11131
11132 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
11133
eca3e36b
MC
111342004-01-06 Michael Chastain <mec.gnu@mindspring.com>
11135
11136 * gdb.base/cvexpr.c: Be type-safe with function pointers and
11137 data pointers.
11138
f8d4bac4
MC
111392004-01-06 Michael Chastain <mec.gnu@mindspring.com>
11140
11141 * gdb.cp/m-static.exp: Compile one source file at a time.
11142 Delete unused call to get_compiler_info.
11143
9b4e0f94
MC
111442004-01-06 Michael Chastain <mec.gnu@mindspring.com>
11145
11146 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
11147 * gdb.base/call-rt-st.exp: Likewise.
11148 * gdb.base/nodebug.exp: Likewise.
11149 * gdb.base/volatile.exp: Likewise.
11150 * gdb.cp/ref-types.exp: Likewise.
11151 * gdb.cp/templates.exp: Likewise.
11152
023c1024
MK
111532004-01-05 Mark Kettenis <kettenis@gnu.org>
11154
11155 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
11156
19703c4a
MC
111572004-01-05 Michael Chastain <mec.gnu@mindspring.com>
11158
11159 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
11160 hppa*-hp-hpux*.
11161
18b67037
MK
111622004-01-04 Mark Kettenis <kettenis@gnu.org>
11163
ba6219c8
MK
11164 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
11165 x86_64-*-*.
11166
18b67037
MK
11167 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
11168 sparc64-*-* and sparc*-solaris2*.
11169
1bfbbb9d
MK
111702004-01-04 Mark Kettenis <kettenis@gnu.org>
11171
11172 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
11173 return ${tests}" test. The ${tests} already mentions the
11174 filename.
11175
06846494
MC
111762004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11177
11178 * gdb.cp/local.exp: Accept gcc abi 2.
11179
3b0cb202
MC
111802004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11181
11182 * gdb.cp/templates.exp: Accept gcc abi 2.
11183
0643ec3f
MC
111842004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11185
11186 * lib/compiler.cc: Remove supports_template_debugging.
11187 * gdb.cp/templates.exp: Do not test supports_template_debugging.
11188
d231d0b1
MC
111892004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11190
11191 * gdb.cp/namespace.exp: Accept gcc abi 2.
11192
44ffb27c
MC
111932004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11194
11195 * gdb.cp/method.exp: Accept gcc abi 2.
11196
184ad485
MC
111972004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11198
11199 * gdb.cp/classes.exp: Generate identical results as old version.
11200 * gdb.cp/derivation.exp: Likewise.
11201 * gdb.cp/overload.exp: Likewise.
11202 * gdb.cp/virtfunc.exp: Likewise.
11203
116f09e7
MC
112042004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11205
11206 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
11207 mysterious bug with sourceware version of expect.
11208
b1379776
MC
112092004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11210
11211 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
11212 current versions of gcc, including gcc abi 2. Remove gratuitous
11213 restart of test program. Use gdb_test_multiple and gdb_test for
11214 all tests. Add patterns to xfail missing "const" in "const char *"
11215 and kfail PR gdb/1155.
11216
6b7a4c0e
MC
112172004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11218
11219 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
11220 current versions of gcc, including gcc abi 2. Remove gratuitous
11221 restart of test program. Use gdb_test_multiple and gdb_test for
11222 all tests. Add patterns to kfail PR gdb/1498.
11223
51615d72
MC
112242003-12-31 Michael Chastain <mec.gnu@mindspring.com>
11225
11226 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
11227 current versions of gcc, including gcc abi 2. Use "breakpoint"
11228 and "continue" instead of restarting the target program. Use
11229 gdb_test_multiple and gdb_test for all tests.
11230
7b79a9d7
MK
112312004-01-01 Mark Kettenis <kettenis@gnu.org>
11232
11233 * gdb.asm/asm-source.exp: Update copyright year. Link statically
11234 for *-*-solaris2*.
11235
1cd3489f
MC
112362003-12-31 Michael Chastain <mec.gnu@mindspring.com>
11237
11238 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
11239 current versions of gcc, including gcc abi 2. Use "breakpoint"
11240 and "continue" instead of restarting the target program several
11241 times. Use gdb_test_multiple and gdb_test for all tests.
11242
850742db
MC
112432003-12-18 Michael Chastain <mec.gnu@mindspring.com>
11244
11245 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
11246 source files.
11247
eb4bbda8
MC
112482003-12-16 Michael Chastain <mec.gnu@mindspring.com>
11249
11250 * gdb.base/environ.exp: Handle compiling test case from multiple
11251 source files.
11252
e42c7771
MC
112532003-12-16 Michael Chastain <mec.gnu@mindspring.com>
11254
11255 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
11256
80e4b428
JB
112572003-12-17 Jim Blandy <jimb@redhat.com>
11258
5f06973a
JB
11259 * gdb.base/freebpcmd.c: Add copyright notice.
11260
80e4b428
JB
11261 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
11262
0ab84fb7
MC
112632003-12-16 Michael Chastain <mec.gnu@mindspring.com>
11264
11265 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
11266
1b3bb3d0
JB
112672003-12-13 Jim Blandy <jimb@redhat.com>
11268
11269 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
11270
3a4c9371
KB
112712003-12-12 Kevin Buettner <kevinb@redhat.com>
11272
11273 * gdb.asm/frv.inc: New file.
11274 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
11275
a1dea79a
FF
112762003-12-09 Fred Fish <fnf@redhat.com>
11277
11278 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
11279 functions to break1.c and leave prototypes behind. Add more
11280 "set breakpoint NN here" comments.
11281 * gdb.base/break1.c: New file.
11282
11283 * gdb.base/break.exp: Handle compiling test case from multiple
11284 source files and change source file references as needed.
11285 * gdb.base/completion.exp: Ditto.
11286 * gdb.base/condbreak.exp: Ditto.
11287 * gdb.base/define.exp: Ditto.
11288 * gdb.base/ena-dis-br.exp: Ditto.
11289 * gdb.base/info-proc.exp: Ditto.
11290 * gdb.base/maint.exp: Ditto.
11291 * gdb.base/until.exp: Ditto.
11292
11293 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
11294 hardcoded line numbers.
11295 * gdb.base/define.exp: Ditto.
11296 * gdb.base/ena-dis-br.exp: Ditto.
11297 * gdb.base/maint.exp: Ditto.
11298 * gdb.base/until.exp: Ditto.
11299
11300 * gdb.base/completion.exp: Use "break1" for completion tests since
11301 "break" is no longer a unique prefix.
11302
5266b69c
AC
113032003-12-06 Andrew Cagney <cagney@redhat.com>
11304
11305 * gdb.base/structs.exp (test_struct_returns): When applicable, set
11306 "return_value_unimplemented". When an unimplemented struct return
11307 architecture, report incorrect values as a KFAIL
11308
374451f0
MC
113092003-12-05 Michael Chastain <mec.gnu@mindspring.com>
11310
11311 * gdb.cp/rtti.exp: Accept new wording of warning from
11312 cp_lookup_rtti_type.
11313
ba9b20a7
MC
113142003-12-05 Michael Chastain <mec.gnu@mindspring.com>
11315
11316 Partial fix for PR testsuite/1456.
11317 * gdb.base/scope.exp (test_at_main): Replace references to
11318 gcc_compiled with calls to test_compiler_info.
11319 (test_at_foo): Likewise.
11320 (test_at_bar): Likewise.
11321
b74b6d0b
MC
113222003-12-04 Michael Chastain <mec.gnu@mindspring.com>
11323
11324 Partial fix for PR testsuite/1456.
11325 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
11326 to test_compiler_info.
11327
ccfa3402
MC
113282003-12-03 Michael Chastain <mec.gnu@mindspring.com>
11329
11330 * gdb.base/so-impl-ld.exp: Update copyright notice.
11331
f6246aba
MC
113322003-12-02 Michael Chastain <mec.gnu@mindspring.com>
11333
11334 Partial fix for PR testsuite/1456.
11335 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
11336 to test_compiler_info.
11337
13ae734a
MC
113382003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11339
11340 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
11341 from current versions of gdb. Clean up regular expressions.
11342 Delete redundant timeout case.
11343
d8e1cdee
MC
113442003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11345
11346 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
11347 from current versions of gdb. Clean up regular expressions.
11348 Delete redundant timeout case.
11349
96457b64
MC
113502003-12-01 Michael Chastain <mec.gnu@mindspring.com>
11351
11352 Partial fix for PR testsuite/1456.
11353 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
11354 gcc_compiled with call to test_compiler_info.
11355
f35309fc
MC
113562003-11-30 Michael Chastain <mec.gnu@mindspring.com>
11357
11358 Partial fix for PR testsuite/1456.
11359 * gdb.base/list.exp (test_list_function): Delete unused declaration
11360 of gcc_compiled.
11361
d7afdf9b
MC
113622003-11-29 Michael Chastain <mec.gnu@mindspring.com>
11363
11364 Partial fix for PR testsuite/1456.
11365 * gdb.base/complex.exp: Replace reference to gcc_compiled with
11366 call to test_compiler_info.
11367
71507b56
MK
113682003-11-29 Mark Kettenis <kettenis@gnu.org>
11369
11370 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
11371 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
11372 it to create the appropriate note.inc.
11373 * gdb.asm/asmsrc1.s: Include "note.inc".
11374 * gdb.asm/netbsd.inc: New file.
11375 * gdb.asm/empty.inc: New file.
11376
f81f93f7
MC
113772003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11378
11379 Partial fix for PR testsuite/1456.
11380 * gdb.base/constvars.exp: Replace references to gcc_compiled with
11381 calls to test_compiler_info.
11382
9a77938e
MC
113832003-11-27 Michael Chastain <mec.gnu@mindspring.com>
11384
11385 Partial fix for PR testsuite/1456.
11386 * gdb.base/volatile.exp: Replace references to gcc_compiled with
11387 calls to test_compiler_info.
11388
e8367dc7
MK
113892003-11-27 Mark Kettenis <kettenis@gnu.org>
11390
11391 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
11392 pattern for the KFAILs.
11393
526c61ee
AF
113942003-11-25 Adam Fedor <fedor@gnu.org>
11395
11396 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
11397 * gdb.objc/objcdecode.m: New file.
11398
28f2d600
AF
113992003-11-25 Adam Fedor <fedor@gnu.org>
11400
11401 * gdb.objc/nondebug.exp: Test for PR objc/1236.
11402 * gdb.objc/nondebug.m: New file.
11403
a3895cee
BE
114042003-11-26 Ben Elliston <bje@wasabisystems.com>
11405
11406 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11407 NetBSD as it does on FreeBSD. Modelled on a similar change by
11408 Mark Kettenis on 2003-05-30.
11409 (link-flags): Set to "--entry _start" regardless of target.
11410 Special linker flags are to be appended to $link-flags.
11411 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
11412
c9f2c8a3
MC
114132003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11414
11415 * gdb.cp/method.exp: Accept output of new demangler.
11416
15a0587a 114172003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
11418
11419 * gdb/class2.exp: New file.
11420 * gdb/class2.cc: New file.
11421
3c00b570
MC
114222003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11423
11424 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
11425 of new demangler.
11426
7027acc7
MK
114272003-11-23 Mark Kettenis <kettenis@gnu.org>
11428
11429 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
11430 of gdb_test "run".
11431
b0e1598a
MK
114322003-11-23 Mark Kettenis <kettenis@gnu.org>
11433
11434 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
11435 "continue" into "run".
11436
4d9eda44
MC
114372003-11-23 Michael Chastain <mec.gnu@mindspring.com>
11438
11439 Partial fix for PR testsuite/1456.
11440 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
11441 call to test_compiler_info.
11442 * gdb.cp/ctti.exp: Likewise.
11443 * gdb.cp/derivation.exp: Likewise.
11444 * gdb.cp/member-ptr.exp: Likewise.
11445 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
11446 reference to gcc_compiled.
11447
114482003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
11449
11450 Fix PR testsuite/1463.
11451 * gdb.base/structs.exp (start_structs_test): Call
11452 get_debug_format before using the debug format.
11453
d422fe19
AC
114542003-11-22 Andrew Cagney <cagney@redhat.com>
11455
11456 * lib/gdb.exp (gdb_test_multiple): Add simple example.
11457 * gdb.base/structs.exp: Use gdb_test_multiple.
11458
039cf96d
AC
114592003-11-20 Andrew Cagney <cagney@redhat.com>
11460
6882279b
AC
11461 * gdb.base/structs.exp: Handle and recover from internal errors.
11462 Replace "foo${n}" with "foo<n>" in test messages.
11463
e53890ae
AC
11464 * gdb.base/structs.exp: Update copyright. Rewrite.
11465 * gdb.base/structs.c: Update copyright. Rewrite.
11466
2b211c59
AC
11467 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
11468 resync count exceeded.
d63a86f8 11469
039cf96d
AC
11470 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
11471 from the internal error.
11472 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
11473 Original from Jim Blandy.
11474 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 11475
eac98b22
AC
114762003-11-19 Andrew Cagney <cagney@redhat.com>
11477
11478 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
11479 KFAIL.
11480
67455b2a
MK
114812003-11-17 Mark Kettenis <kettenis@gnu.org>
11482
11483 New testcase for PR backtrace/1435.
11484 * gdb.arch/i386-unwind.exp: New file.
11485 * gdb.arch/i386-unwind.c: New file.
11486
853d6e5b
AC
114872003-11-17 Andrew Cagney <cagney@redhat.com>
11488
11489 * lib/gdb.exp (compiler_info): New global.
11490 (test_compiler_info): New function.
11491 (get_compiler_info): Set compiler_info.
11492 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
11493 "compiler_info" to gcc-<major>-<minor>.
11494
38cf6e11
MC
114952003-11-15 Michael Chastain <mec.gnu@mindspring.com>
11496
11497 * gdb.trace/configure: Remove.
11498
a50d3602
EZ
114992003-11-13 Elena Zannoni <ezannoni@redhat.com>
11500
11501 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 11502 breakpoints.
a50d3602
EZ
11503 * gdb.base/break.exp: Remove all references to explicit line
11504 numbers.
11505
d9407aaa
NC
115062003-11-11 Nick Clifton <nickc@redhat.com>
11507
11508 * gdb.base/shreloc.exp: Do not run for targets which do not
11509 support shared objects.
11510
db488fc1
CV
115112003-11-10 Corinna Vinschen <vinschen@redhat.com>
11512
11513 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
11514 Don't run tests if nofileio flag is given.
11515
6a90a18e
EZ
115162003-11-07 Elena Zannoni <ezannoni@redhat.com>
11517
11518 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 11519 as well as 'Watchpoint'.
6a90a18e 11520
0b915e9c
EZ
115212003-11-06 Elena Zannoni <ezannoni@redhat.com>
11522
11523 Reported by Jim Ingham <jingham@apple.com>:
11524 * gdb.base/annota1.exp: Match at least one occurrence of the
11525 signal handler annotation.
11526
d7e4b55f
EZ
115272003-11-06 Elena Zannoni <ezannoni@redhat.com>
11528
a9c64011
AS
11529 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
11530 as well as 'Watchpoint'.
d7e4b55f 11531
2fe4e8d0
MC
115322003-11-05 Michael Chastain <mec@shout.net>
11533
11534 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
11535
6ef88553
KW
115362003-11-03 Kris Warkentin <kewarken@qnx.com>
11537
11538 * gdb.arch/gdb1291.c: New test file.
11539 * gdb.arch/gdb1291.exp: New test script.
11540 * gdb.arch/gdb1431.c: New test file.
11541 * gdb.arch/gdb1431.exp: New test script.
11542
ae7dc4d8
MC
115432003-10-22 Michael Chastain <mec@shout.net>
11544
11545 * gdb.mi/pthreads.c: Add copyright notice.
11546
c39d7427
MC
115472003-10-22 Michael Chastain <mec@shout.net>
11548
11549 * gdb.threads/pthreads.c: Add copyright notice.
11550
8b7d96c1
MC
115512003-10-20 Michael Chastain <mec@shout.net>
11552
11553 * gdb.base/gdb1056.exp: New test script.
11554
d1d69fdd
DJ
115552003-10-13 Daniel Jacobowitz <drow@mvista.com>
11556
11557 * gdb.threads/killed.exp: Use gdb_run_cmd.
11558
7d605576
DJ
115592003-10-13 Daniel Jacobowitz <drow@mvista.com>
11560
11561 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
11562 create a core file.
11563 * gdb.threads/gcore-thread.exp: Likewise.
11564
618ec112
CV
115652003-10-13 Corinna Vinschen <vinschen@redhat.com>
11566
11567 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
11568 type, based on char type.
11569 (struct bit_flags_short_t): New bitfield type, based on short type.
11570 (init_bit_flags_char): New fuction.
11571 (init_bit_flags_short): Ditto.
11572 (print_bit_flags_char): Ditto.
11573 (print_bit_flags_short): Ditto.
11574 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
11575
9367a73c
MC
115762003-10-11 Michael Chastain <mec@shout.net>
11577
11578 * gdb.base/call-rt-st.exp: Update copyright year.
11579
1decf120
KI
115802003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
11581
11582 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
11583 * gdb.disasm/sh3.s: Ditto.
11584
5445b2ae
DJ
115852003-10-07 Daniel Jacobowitz <drow@mvista.com>
11586
11587 * gdb.threads/switch-threads.exp: New test.
11588 * gdb.threads/switch-threads.c: New source file.
11589
aec24853
CV
115902003-10-07 Corinna Vinschen <vinschen@redhat.com>
11591
11592 * gdb.base/ending-run.exp: Add sh specific case.
11593
adc7428d
AC
115942003-10-06 Andrew Cagney <cagney@redhat.com>
11595
11596 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
11597 * gdb.disasm/mn10200.exp: Delete obsolete file.
11598
c9d37158
DJ
115992003-09-29 Daniel Jacobowitz <drow@mvista.com>
11600
11601 * ChangeLog: Correct an entry command.exp -> commands.exp.
11602 * gdb.base/commands.exp (bp_deleted_in_command_test)
11603 (temporary_breakpoint_commands): Check noargs.
11604
79c2c32d
DC
116052003-09-25 David Carlton <carlton@kealia.com>
11606
11607 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
11608 of some print tests, where appropriate. Add tests for C::D::cd,
11609 E::ce, F::cXfX, G::XgX.
11610 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
11611
594e6d67
RE
116122003-09-25 Richard Earnshaw <rearnsha@arm.com>
11613
11614 * lib/java.exp (java_init): Import target_alias before using it.
11615
10f0d451
DC
116162003-09-25 David Carlton <carlton@kealia.com>
11617
11618 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
11619
274bcba0
EZ
116202003-09-23 Elena Zannoni <ezannoni@redhat.com>
11621
d63a86f8 11622 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 11623 weirdness.
274bcba0 11624
cdbf20f7
MC
116252003-09-17 Michael Chastain <mec@shout.net>
11626
11627 * gdb.cp/gdb1355.exp: New file.
11628 * gdb.cp/gdb1355.c: New file.
11629
71e06f80
CV
116302003-09-15 Corinna Vinschen <vinschen@redhat.com>
11631
11632 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
11633 * gdb.asm/sh.inc: New file.
11634
5c4e30ca
DC
116352003-09-11 David Carlton <carlton@kealia.com>
11636
bd45b7af
DC
11637 * gdb.cp/namespace.exp: Add tests for namespace types.
11638 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
11639 (test_namespace): New.
11640
1c199746
EZ
116412003-09-11 Elena Zannoni <ezannoni@redhat.com>
11642
a9c64011 11643 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 11644 * gdb.stabs/weird.exp: Ditto.
1c199746 11645
04ed252f
MC
116462003-09-08 Michael Chastain <mec@shout.net>
11647
11648 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
11649
d8a2d9e7
MC
116502003-09-07 Michael Chastain <mec@shout.net>
11651
11652 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
11653 'parse error'.
11654
161afb24
MK
116552003-09-07 Mark Kettenis <m.kettenis@osp.nl>
11656
11657 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
11658
49f2741a
MC
116592003-08-30 Michael Chastain <mec@shout.net>
11660
11661 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
11662 * gdb.gdb/observer.exp: Ditto.
11663 * gdb.gdb/xfullpath.exp: Ditto.
11664
8afa723e
MK
116652003-08-29 Mark Kettenis <kettenis@gnu.org>
11666
11667 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
11668 *-*-*bsd*.
11669
f31dfe3b
JJ
116702003-08-28 Jeff Johnston <jjohnstn@redhat.com>
11671
11672 * gdb.base/dump.exp: Skip for ia64.
11673
4630e498
JJ
116742003-08-25 Jeff Johnston <jjohnstn@redhat.com>
11675
11676 * gdb.asm/asm-source.exp: Add ia64 support.
11677 * gdb.asm/ia64.inc: New file.
11678
1105b7ef
MC
116792003-08-22 Michael Chastain <mec@shout.net>
11680
11681 * gdb.cp: New directory.
11682 * gdb.cp/*: Copy from gdb.c++/*.
11683 * gdb.c++/*: Remove.
11684 * Makefile.in: Change gdb.c++ to gdb.cp.
11685 * configure.in: Ditto.
11686 * configure: Regnerate.
11687
c945b932
MK
116882003-08-18 Mark Kettenis <kettenis@gnu.org>
11689
11690 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
11691 * gdb.arch/i386-prologue.c (gdb1338): Add function.
11692
2b66634b
DJ
116932003-08-17 Daniel Jacobowitz <drow@mvista.com>
11694
11695 * mi-var-display.exp (-var-list-children weird): Accept function
11696 pointers with argument types.
11697 * mi1-var-display.exp (-var-list-children weird): Likewise.
11698 * mi2-var-display.exp (-var-list-children weird): Likewise.
11699
a356f73b
DJ
117002003-08-17 Daniel Jacobowitz <drow@mvista.com>
11701
11702 * gdb.base/annota3.exp: Add missing newline.
11703
483417b8
MC
117042003-08-06 Michael Chastain <mec@shout.net>
11705
11706 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
11707
c99c59c3
MS
117082003-08-12 Michael Snyder <msnyder@redhat.com>
11709
11710 * gdb.base/float.exp: Add test for SH.
11711
55ed7501
MK
117122003-08-10 Mark Kettenis <kettenis@gnu.org>
11713
11714 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
11715
1a371f2e
EZ
117162003-08-07 Elena Zannoni <ezannoni@redhat.com>
11717
11718 * gdb.base/completion.exp: Remove reduntant completion test
11719 on filename.
11720
e0f353ce
EZ
117212003-08-07 Elena Zannoni <ezannoni@redhat.com>
11722
a9c64011
AS
11723 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
11724 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
11725 gdb.trace/save-trace.exp: Make sure that full pathnames are
11726 escaped correctly.
e0f353ce 11727
5710a1af 117282003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 11729
a9c64011
AS
11730 * configure.in: Don't generate config.h from config.hin.
11731 * configure: Regenerate.
11732 * config.hin: Remove file.
11733 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
11734 * gdb.threads/pthreads.c: Ditto.
5710a1af 11735
dcd81ce9
DJ
117362003-08-07 Daniel Jacobowitz <drow@mvista.com>
11737
11738 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11739 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
11740 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
11741 Replace ld24 with seth/add3.
11742
6009d884
AC
117432003-08-02 Andrew Cagney <cagney@redhat.com>
11744
11745 * gdb.base/annota3.exp: New file.
11746 * gdb.base/annota3.c: New file.
11747 * gdb.c++/annota3.exp: New file.
11748 * gdb.c++/annota3.cc: New file.
11749
51514e06
MC
117502003-07-29 Michael Chastain <mec@shout.net>
11751
11752 * gdb.threads/tls.c (spin): Check errno only if sem_wait
11753 actually failed.
11754 (do_pass): Likewise.
11755 * gdb.threads/tls.exp: Always initialize no_of_threads.
11756
4ee6625b
DJ
117572003-07-27 Daniel Jacobowitz <drow@mvista.com>
11758
11759 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
11760 pattern.
11761 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
11762 * gdb.threads/tls.exp: Recognize one case of the host library not
11763 supporting TLS.
11764
225f2bf6
AC
117652003-07-27 Andrew Cagney <cagney@redhat.com>
11766
11767 * gdb.base/fileio.exp: Use SH when running commands using
11768 remote_exec.
11769
bcb27c9f
DJ
117702003-07-24 Daniel Jacobowitz <drow@mvista.com>
11771
11772 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11773 * gdb.base/relocate.c (dummy): New padding array.
11774
3d67be83
MS
117752003-07-22 Michael Snyder <msnyder@redhat.com>
11776
d63a86f8 11777 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
11778
11779 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
11780 patterns to be more general, accepting old and new output.
11781 Some output chars (such as '+') also must be quoted.
d63a86f8 11782 Some addresses are displayed numerically instead of
3d67be83
MS
11783 symbolically.
11784
57ba3b85
MS
117852003-07-23 Michael Snyder <msnyder@redhat.com>
11786
686d097c
MS
11787 * gdb.base/return2.exp: Don't test long-long return.
11788
57ba3b85
MS
11789 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
11790 * gdb.disasm/t01_mov.exp: Ditto.
11791 * gdb.disasm/t02_mova.s: Ditto.
11792 * gdb.disasm/t02_mova.exp: Ditto.
11793 * gdb.disasm/t03_add.s: Ditto.
11794 * gdb.disasm/t03_add.exp: Ditto.
11795 * gdb.disasm/t04_sub.s: Ditto.
11796 * gdb.disasm/t04_sub.exp: Ditto.
11797 * gdb.disasm/t05_cmp.s: Ditto.
11798 * gdb.disasm/t05_cmp.exp: Ditto.
11799 * gdb.disasm/t06_ari2.s: Ditto.
11800 * gdb.disasm/t06_ari2.exp: Ditto.
11801 * gdb.disasm/t07_ari3.s: Ditto.
11802 * gdb.disasm/t07_ari3.exp: Ditto.
11803 * gdb.disasm/t08_or.s: Ditto.
11804 * gdb.disasm/t08_or.exp: Ditto.
11805 * gdb.disasm/t09_xor.s: Ditto.
11806 * gdb.disasm/t09_xor.exp: Ditto.
11807 * gdb.disasm/t10_and.s: Ditto.
11808 * gdb.disasm/t10_and.exp: Ditto.
11809 * gdb.disasm/t11_logs.s: Ditto.
11810 * gdb.disasm/t11_logs.exp: Ditto.
11811 * gdb.disasm/t12_bit.s: Ditto.
11812 * gdb.disasm/t12_bit.exp: Ditto.
11813 * gdb.disasm/t13_otr.s: Ditto.
11814 * gdb.disasm/t13_otr.exp: Ditto.
11815
e00759ef
EZ
118162003-07-22 Elena Zannoni <ezannoni@redhat.com>
11817
11818 * gdb.threads/tls.exp :Add kfail for 'info address' case.
11819
8bc2021f
EZ
118202003-07-22 Elena Zannoni <ezannoni@redhat.com>
11821
a9c64011
AS
11822 * gdb.threads/tls.c : New file.
11823 * gdb.threads/tls.exp : New file.
11824 * gdb.threads/tls-main.c : New file.
11825 * gdb.threads/tls-shared.c : New file.
11826 * gdb.threads/tls-shared.exp : New file.
8bc2021f 11827
89320c4c
AS
118282003-07-22 Andreas Schwab <schwab@suse.de>
11829
11830 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
11831
180dea7c
AS
118322003-07-20 Andreas Schwab <schwab@suse.de>
11833
11834 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
11835 due to insn reordering.
11836
0714963c
AC
118372003-07-15 Andrew Cagney <cagney@redhat.com>
11838
11839 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
11840
98a23b3f
MC
118412003-07-15 Michael Chastain <mec@shout.net>
11842
11843 * gdb.base/gdb1250.exp: New file.
11844 * gdb.base/gdb1250.c: New file.
11845
27e417a2
ML
118462003-07-09 Michal Ludvig <mludvig@suse.cz>
11847
11848 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
11849 expansion of size_t to 'unsigned long', not only to 'unsigned'.
11850
8bc2021f
EZ
118512003-07-09 Elena Zannoni <ezannoni@redhat.com>
11852
a9c64011
AS
11853 * gdb.threads/tls.c: New file.
11854 * gdb.threads/tls.exp: New file.
11855 * gdb.threads/tls-main.c: New file.
11856 * gdb.threads/tls-shared.c: New file.
11857 * gdb.threads/tls-shared.exp: New file.
8bc2021f 11858
d99968dc
EZ
118592003-07-09 Elena Zannoni <ezannoni@redhat.com>
11860
11861 * gdb.base/annota1.exp: Make sure that we properly escape the
11862 full path of the source file. Xfail more permissive patterns,
d63a86f8 11863 due to a compiler debug info problem.
d99968dc 11864
83876b3b
AS
118652003-07-07 Andreas Schwab <schwab@suse.de>
11866
2705e972
AS
11867 * gdb.asm/m68k.inc: New file.
11868 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
11869
83876b3b
AS
11870 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
11871 arguments"): Also match negative number.
11872
11873 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
11874
3a871b37
DJ
118752003-07-03 Daniel Jacobowitz <drow@mvista.com>
11876
11877 * gdb.base/store.c (charest): New typedef.
11878 (add_char): Rename to add_charest, update.
11879 (wack_char): Rename to wack_charest, update types. Return l + r
11880 to keep r live across the call.
11881 (wack_short, wack_int, wack_long, wack_longest, wack_float)
11882 (wack_double, wack_doublest): Return l + r to keep r live across
11883 the call.
11884 * gdb.base/store.exp: Accomodate store.c changes.
11885
b2a7f303
DC
118862003-06-30 David Carlton <carlton@kealia.com>
11887
11888 * gdb.c++/maint.exp (test_invalid_name): New.
11889 (test_first_component): Add tests for invalid names.
11890
3c6cb4a1
MC
118912003-06-29 Michael Chastain <mec@shout.net>
11892
11893 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
11894 output of '<VTT for class>' for virtual base classes.
11895
f1c2644b
DJ
118962003-06-29 Daniel Jacobowitz <drow@mvista.com>
11897
11898 * gdb.base/completion.exp: Tab-complete "complet" instead of
11899 "compl".
11900 * gdb.base/complex.exp, gdb.base/complex.c: New files.
11901
18080350
DJ
119022003-06-29 Daniel Jacobowitz <drow@mvista.com>
11903
11904 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
11905 * gdb.base/volatile.exp: Likewise.
11906
f56973f8
DJ
119072003-06-29 Daniel Jacobowitz <drow@mvista.com>
11908
11909 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
11910 gdb/1265.
11911
119122003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
11913 Daniel Jacobowitz <drow@mvista.com>
11914
11915 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
11916 initial line count of 'captured_main' from 26 to 32.
11917 (test_with_self): Allow xmalloc call to be interleaved with the
11918 preceding two lines.
11919
e766d4d6
JB
119202003-06-24 Joel Brobecker <brobecker@gnat.com>
11921
11922 * gdb.base/bang.exp: New testcase.
11923
f125c9a4
JB
119242003-06-23 Joel Brobecker <brobecker@gnat.com>
11925
11926 * gdb.base/langs.exp: Add some tests for the "minimal" language
11927 support.
11928
6e25beaf
EZ
119292003-06-23 Elena Zannoni <ezannoni@redhat.com>
11930
11931 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
11932 the testcase.
11933
2f816dda
DJ
119342003-06-22 Daniel Jacobowitz <drow@mvista.com>
11935
11936 * gdb.base/relocate.exp: Test add-symbol-file with a variable
11937 offset.
11938
db5a5748
DJ
119392003-06-22 Daniel Jacobowitz <drow@mvista.com>
11940
11941 * gdb.c++/pr-1210.cc: New file.
11942 * gdb.c++/pr-1210.exp: New file.
11943
1df0c130
DJ
119442003-06-21 Daniel Jacobowitz <drow@mvista.com>
11945
11946 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
11947 000-exec-continue.
11948
a92feac0
MK
119492003-06-15 Mark Kettenis <kettenis@gnu.org>
11950
11951 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
11952 on *-*-*bsd* instead of *-*-freebsd*.
11953
81a58f5b
AC
119542003-06-14 Andrew Cagney <cagney@redhat.com>
11955
11956 * gdb.base/store.exp: Test longest and doublest. Test all
11957 parameters. Weaken return statement match.
11958 * gdb.base/store.c: Add longest and doublest - aka long long and
11959 long double functions. Put all parameters into local register
11960 variables. Use negative values.
11961
b257a0d3
AC
119622003-06-14 Andrew Cagney <cagney@redhat.com>
11963
11964 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
11965 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
11966 exit status.
11967 * gdb.base/fileio.exp: Disable target when nointerrupts and
11968 noinferiorio, instead of limiting it to remote. Use remote_exec
11969 instead of system.
d63a86f8 11970
21c38304
JJ
119712003-06-12 Jeff Johnston <jjohnstn@redhat.com>
11972
11973 * gdb.base/float.exp: Add ia64 support.
11974
1bcdb424
CV
119752003-06-12 Corinna Vinschen <vinschen@redhat.com>
11976
11977 * gdb.base/fileio.exp: Run only on remote targets.
11978
6aeb981f
CV
119792003-06-10 Corinna Vinschen <vinschen@redhat.com>
11980
11981 * gdb.base/fileio.c: New file, testing File-I/O.
11982 * gdb.base/fileio.exp: Ditto.
11983
53df362e
RG
119842003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
11985
11986 * gdb.base/shreloc.exp: New file, check symbol values obtained from
11987 shared objects after relocation at load time (gdb PR/1132).
11988 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 11989 as above, part of the shared object relocation test.
53df362e 11990
ffee1b46
MK
119912003-06-08 Mark Kettenis <kettenis@gnu.org>
11992
b5ca3722
MK
11993 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
11994 fully filled history list.
11995 * gdb.base/gdb_history: New file.
11996
03ed860d
MK
11997 * gdb.base/signals.exp: XFAIL "continue to func1" on
11998 i*86-*-freebsd*.
11999
ffee1b46
MK
12000 * gdb.base/attach.exp: When trying to attach to a nonexistent
12001 process, make it possible to specify the PID based on the target,
12002 and do so for *-*-freebsd*.
12003
d80dbb52
RH
120042003-06-02 Richard Henderson <rth@redhat.com>
12005
12006 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
12007
6dd77b81
RH
120082003-06-02 Richard Henderson <rth@redhat.com>
12009
12010 * gdb.base/selftest.exp: Next over lim_at_start initialization.
12011
f6347e16
RH
120122003-06-02 Richard Henderson <rth@redhat.com>
12013
12014 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
12015
2c161407
DJ
120162003-06-01 Daniel Jacobowitz <drow@mvista.com>
12017
12018 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
12019 of globalvar.
12020
572eb746
MK
120212003-06-01 Mark Kettenis <kettenis@gnu.org>
12022
12023 * gdb.asm/asm-source.exp: Check for memory read errors in
12024 disassembler test on *BSD too.
12025
9e9617a5
RH
120262003-06-01 Richard Henderson <rth@redhat.com>
12027
12028 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
12029 for .frame.
12030 (gdbasm_call): Lose ldgp.
12031 (gdbasm_startup): Add frame information.
12032 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
12033
7b34ad4e
MK
120342003-05-31 Mark Kettenis <kettenis@gnu.org>
12035
12036 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
12037 i?86-*-*.
12038
10059fdf
MK
120392003-05-30 Mark Kettenis <kettenis@gnu.org>
12040
12041 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
12042 FreeBSD.
12043
acf4b816
RH
120442003-05-29 Richard Henderson <rth@redhat.com>
12045
12046 * gdb.asm/alpha.inc: New file.
12047 * gdb.asm/asm-source.exp: Use it.
12048
e9ecd949
JB
120492003-05-29 Jim Blandy <jimb@redhat.com>
12050
12051 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
12052 'core.PID'.
12053
e3e5a4f3
JB
120542003-05-22 Jim Blandy <jimb@redhat.com>
12055
12056 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
12057 backtrace.
d63a86f8 12058
72fe3d25
DC
120592003-05-20 David Carlton <carlton@math.stanford.edu>
12060
12061 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
12062 this time.
12063
58da2eb2
DC
120642003-05-19 David Carlton <carlton@bactrian.org>
12065
12066 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
12067 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
12068
1fcb5155
DC
120692003-05-19 David Carlton <carlton@bactrian.org>
12070
12071 * gdb.c++/namespace.exp: Add namespace scope and anonymous
12072 namespace tests.
12073 Bump copyright date.
12074 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
12075 (main): Call C::D::marker2.
12076 * gdb.c++/namespace1.cc: New file.
12077
85e85163
JJ
120782003-05-14 Jeff Johnston <jjohnstn@redhat.com>
12079
12080 Roland McGrath <roland@redhat.com>
d63a86f8 12081 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
12082 there is no manager thread.
12083
a25fbfec
JJ
120842003-05-08 Jeff Johnston <jjohnstn@redhat.com>
12085
d63a86f8
RM
12086 * gdb.threads/schedlock.exp: Remove assumption that all threads
12087 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
12088 in one of the child threads rather than the main thread.
12089
be375bae
JB
120902003-05-07 Jim Blandy <jimb@redhat.com>
12091
09bf6082
JB
12092 Add support for assembly source testing on the s390x.
12093 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
12094 architecture.
12095 * gdb.asm/s390x.inc: New file.
12096
be375bae
JB
12097 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
12098 succession of 'if' statements.
12099
00905d52
AC
121002003-05-05 Andrew Cagney <cagney@redhat.com>
12101
12102 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
12103
b1e29e33
AC
121042003-05-05 Andrew Cagney <cagney@redhat.com>
12105
12106 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
12107 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
12108
e33d66ec
EZ
121092003-05-02 Elena Zannoni <ezannoni@redhat.com>
12110
12111 * gdb.base/charset.exp: Update based on new behavior of set/show
12112 charset commands.
12113
2b6fd0d8
AC
121142003-05-01 Andrew Cagney <cagney@redhat.com>
12115
12116 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
12117 variable do not give memory errors.
12118
130cacce
AF
121192003-04-30 Adam Fedor <fedor@gnu.org>
12120
12121 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
12122 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
12123 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
12124 gdb.objc/basicclass.m: : New files
12125
12126 * lib/gdb.exp (gdb_compile_objc): New procedure.
12127
bea71854
DJ
121282003-04-27 Daniel Jacobowitz <drow@mvista.com>
12129
12130 * gdb.base/signals.exp: Make backtrace tests more specific.
12131
0f20eeea
DC
121322003-04-23 David Carlton <carlton@bactrian.org>
12133
12134 * gdb.c++/maint.exp (test_first_component): Add tests for
12135 'operator' in more locations.
12136
c8c4d8dc
KB
121372003-04-16 Kevin Buettner <kevinb@redhat.com>
12138
12139 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
12140
3fe60e3c
EZ
121412003-04-16 Elena Zannoni <ezannoni@redhat.com>
12142
12143 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 12144 func marke' instead. Update test name.
3fe60e3c 12145
9219021c
DC
121462003-04-15 David Carlton <carlton@math.stanford.edu>
12147
12148 * gdb.c++/maint.exp: New file.
12149
5dd55bdd
EZ
121502003-04-14 Elena Zannoni <ezannoni@redhat.com>
12151
12152 * gdb.threads/schedlock.c: Change type of thread function argument
12153 to long, to avoid warnings on 64-bit platforms.
12154
00890572
EZ
121552003-04-14 Elena Zannoni <ezannoni@redhat.com>
12156
a9c64011
AS
12157 * gdb.base/attach.exp: Add new message from ptrace in case of
12158 attaching to nonexistent process.
d63a86f8 12159
93201743
JB
121602003-04-11 Jim Blandy <jimb@redhat.com>
12161
12162 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
12163 gdb.c++/userdef.cc: Place comments on the lines to which the
12164 marker function might return.
12165 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
12166 gdb.c++/userdef.exp: Look for those comments to check that we've
12167 returned to the right place, instead of checking line numbers.
12168
2a11c64d
EZ
121692003-04-11 Elena Zannoni <ezannoni@redhat.com>
12170
a9c64011
AS
12171 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
12172 match on sourcefile name, instead of directory name.
2a11c64d 12173
68ab8fc5
EZ
121742003-04-10 Elena Zannoni <ezannoni@redhat.com>
12175
d63a86f8 12176 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
12177 working directory name.
12178
5624293a
JB
121792003-04-09 Jim Blandy <jimb@redhat.com>
12180
12181 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
12182 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
12183 after an inferior function call, report the failure, but allow the
12184 test to continue.
12185
f1f02ee4
SC
121862003-04-05 Stephane Carrez <stcarrez@nerim.fr>
12187
12188 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
12189 with -DPROTOTYPES.
12190
6eb79af0
SC
121912003-04-05 Stephane Carrez <stcarrez@nerim.fr>
12192
12193 * gdb.base/break.exp: Revert last patch.
12194
8dfb4cf0
SC
121952003-04-04 Stephane Carrez <stcarrez@nerim.fr>
12196
12197 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
12198 with -DPROTOTYPES.
12199
ed4c619a
AC
122002003-04-02 Andrew Cagney <cagney@redhat.com>
12201
12202 * gdb.base/callfuncs.exp: Make "print add" messages unique.
12203 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
12204 matching directories by the name breakpoint.
12205 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
12206 Make "continue to marker1" consistent.
12207 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
12208 message consistent.
12209 * lib/gdb.exp: Put "the program is no longer running", and "the
12210 program exited" in parenthesis.
12211 * lib/mi-support.exp: Ditto.
d63a86f8 12212
4e35d5f0 122132003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 12214
4e35d5f0
BR
12215 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
12216
71900fe8
AC
122172003-03-29 Andrew Cagney <cagney@redhat.com>
12218
12219 * gdb.base/sizeof.c (main): Print the value of '\377'.
12220 * gdb.base/sizeof.exp: Check the sign of '\377'.
12221
c0655a16
MC
122222003-03-27 Michael Chastain <mec@shout.net>
12223
12224 * gdb.base/gdb1090.exp: New file.
12225 * gdb.base/gdb1090.cc: New file.
12226
5b2a3989
JB
122272003-03-27 J. Brobecker <brobecker@gnat.com>
12228
12229 * gdb.gdb/observer.exp: New regression test.
12230
79876890
MC
122312003-03-27 Michael Chastain <mec@shout.net>
12232
12233 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
12234 * gdb.base/ptype.exp: Likewise.
12235
6eac95e3
CV
122362003-03-27 Corinna Vinschen <vinschen@redhat.com>
12237
12238 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
12239
e8c71839
MC
122402003-03-26 Michael Chastain <mec@shout.net>
12241
12242 * gdb.base/ptype.exp: Actually use some typedef'd types.
12243
71b10041
SC
122442003-03-21 Stephane Carrez <stcarrez@nerim.fr>
12245
12246 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
12247 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
12248
2512cf80
CV
122492003-03-20 Corinna Vinschen <vinschen@redhat.com>
12250
12251 * gdb.base/default.exp: Fix regular expression.
12252
0d195a4f
CV
122532003-03-20 Corinna Vinschen <vinschen@redhat.com>
12254
12255 * gdb.base/args.exp: Fix regular expression.
12256
8a2dbca8
CV
122572003-03-20 Corinna Vinschen <vinschen@redhat.com>
12258
12259 * gdb.base/help.exp: Allow Win32 child process.
12260
bf028682
CV
122612003-03-20 Corinna Vinschen <vinschen@redhat.com>
12262
12263 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
12264 when stepping out of main().
12265
182dbe85
CV
122662003-03-20 Corinna Vinschen <vinschen@redhat.com>
12267
12268 * gdb.base/default.exp: Check for win32 specific message when calling
12269 "run" without executable.
12270
d67a6ba5
CV
122712003-03-20 Corinna Vinschen <vinschen@redhat.com>
12272
12273 * gdb.base/args.exp: Expect .exe in output.
12274
a955b5bb
CV
122752003-03-20 Corinna Vinschen <vinschen@redhat.com>
12276
12277 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
12278 Cygwin native.
12279
bf6bad4b
AC
122802003-03-17 Andrew Cagney <cagney@redhat.com>
12281
12282 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
12283 vector registes.
12284 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
12285 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
12286
293e9a31
DC
122872003-03-17 David Carlton <carlton@math.stanford.edu>
12288
12289 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
12290 test, for PR breakpoints/38.
12291 Call test_watchpoint_and_breakpoint.
12292 * gdb.base/watchpoint.c (func3): New function.
12293 (main): Call func3.
12294
5330f2db
DC
122952003-03-04 David Carlton <carlton@math.stanford.edu>
12296
12297 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
12298 Garply<Garply<char> >:: garply".
12299 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
12300 with respect to PR c++/1111; note also PR c++/1113.
12301 (test_template_breakpoints): KFAIL "constructor breakpoint" with
12302 respect to PR c++/1062.
12303 KFAIL "destructor breakpoint" with respect to PR c++/1112.
12304
6ece72da
DC
123052003-03-03 David Carlton <carlton@math.stanford.edu>
12306
12307 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
12308 with respect to PR c++/57.
12309 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
12310 c++/826.
12311 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
12312 respect to PR c++/57.
12313
85ca1584
DC
123142003-03-03 David Carlton <carlton@math.stanford.edu>
12315
12316 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
12317 respect to PR c++/33 into FAILs.
12318
98e9c5b8
MC
123192003-03-03 Michael Chastain <mec@shout.net>
12320
7bedbf27
MC
12321 * configure.in: Update copyright years.
12322
123232003-03-03 Michael Chastain <mec@shout.net>
12324
12325 * Makefile.in: Update copyright years.
98e9c5b8 12326
f683e100
DC
123272003-02-28 David Carlton <carlton@math.stanford.edu>
12328
12329 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
12330 print class instead of struct and/or superfluous protection
12331 specifiers, as long as the resulting output is equivalent to the
12332 source code.
12333 Delete FIXME from end of messages on tests that don't need
12334 fixing.
12335
a9e0cf2c
DC
123362003-02-28 David Carlton <carlton@math.stanford.edu>
12337
12338 * gdb.c++/templates.exp (do_tests): Allow const in the two
12339 Foo<volatile char *>::foo tests.
12340
e8d359df
MS
123412003-02-27 Michael Snyder <msnyder@redhat.com>
12342
d63a86f8 12343 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
12344 will be consistant.
12345
0b71dc91
DC
123462003-02-26 David Carlton <carlton@math.stanford.edu>
12347
12348 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
12349 char *>::foo" test with respect to PR c++/33. Create a new test
12350 which is identical to that one except that it doesn't put the
12351 space between the "char" and the "*"; KFAIL it, too.
12352
dd14ab43
DC
123532003-02-26 David Carlton <carlton@math.stanford.edu>
12354
12355 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
12356 template types into either PASSes or KFAILs (corresponding to PR
12357 c++/57). Tweak indentation. Update copyright.
12358
1146c7f1
SC
123592003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12360
12361 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
12362
74641dfb
MC
123632003-02-13 Michael Chastain <mec@shout.net>
12364
12365 * gdb.base/exprs.exp: Remove i960 remnants.
12366 * gdb.base/funcargs.exp: Likewise.
12367 * gdb.base/list.exp: Likewise.
12368 * gdb.base/ptype.exp: Likewise.
12369
559cd2d0
DC
123702003-02-14 David Carlton <carlton@math.stanford.edu>
12371
12372 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
12373 pEe->D::vg()" from XFAIL to KFAIL.
12374
c4f90d87
JM
123752003-02-13 Jason Molenda (jmolenda@apple.com)
12376
12377 * gdb.base/maint.exp: Update maint print statistics regexp to include
12378 new entries.
12379
cbc4d97c
MC
123802003-02-13 Michael Chastain <mec@shout.net>
12381
12382 * gdb.c++/inherit.exp: Remove call to get_debug_format.
12383
40f235b7
MC
123842003-02-12 Michael Chastain <mec@shout.net>
12385
12386 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
12387 * gdb.c++/inherit.exp: Likewise.
12388 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
12389 * gdb.c++/templates.exp: Likewise.
12390 * gdb.c++/virtfunc.exp: Likewise.
12391
c56716b0
JM
123922003-02-06 Jason Molenda (jason-cl@molenda.com)
12393
12394 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
12395 why the code is written that way.
12396
070afcf8
MC
123972003-02-05 Michael Chastain <mec@shout.net>
12398
12399 * gdb.base/dump.exp: Add missing copyright line.
12400
5d0331e5
JM
124012003-02-05 Jason Molenda (jason-cl@molenda.com)
12402
f7ae6d3e 12403 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
12404 at the beginning so the breakpoint doesn't get set on the loop.
12405
92851186
MC
124062003-02-05 Michael Chastain <mec@shout.net>
12407
12408 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
12409 output for configurations with gcc 2.95.3.
12410
cbf1e085
AC
124112003-02-05 Keith Seitz <keiths@redhat.com>
12412 Andrew Cagney <ac131313@redhat.com>
12413
12414 * gdb.mi/mi-cli.exp: New file.
d63a86f8 12415
29518e1e
MC
124162003-02-04 Michael Chastain <mec@shout.net>
12417
12418 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
12419 Call perror and then continue.
12420
5af1d5f3
MC
124212003-02-03 Michael Chastain <mec@shout.net>
12422
12423 * gdb.c++/pr-1023.cc: New file.
12424 * gdb.c++/pr-1023.exp: New file.
12425
6b549786
JB
124262003-02-05 Jim Blandy <jimb@redhat.com>
12427
12428 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
12429 it's local to foobar. Check for it there, and check that it's not
12430 present in main.
12431 * gdb.c++/local.cc (marker2): New function.
12432 (foobar): Call marker1.
12433 (main): Call marker2 instead of marker1.
12434
67f16606
AC
124352003-02-04 Andrew Cagney <ac131313@redhat.com>
12436
12437 * gdb.disasm/mn10200.exp: Obsolete file.
12438 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
12439 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
12440 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
12441
1c5cb38e
DC
124422003-02-04 David Carlton <carlton@math.stanford.edu>
12443
12444 * gdb.c++/overload.exp: Test intToChar(1).
12445 * gdb.c++/overload.cc (intToChar): New.
12446 (main): Call intToChar.
12447
d1fe6965
DC
124482003-02-03 David Carlton <carlton@math.stanford.edu>
12449
12450 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
12451 'might_kfail' arg.
12452 KFAIL some of the continue_to_bp_overloaded calls, according to
12453 PR c++/1025.
12454
9ba61c5d
MC
124552003-02-01 Michael Chastain <mec@shout.net>
12456
12457 * gdb.base/advance.c (marker1): New marker function.
12458 * gdb.base/advance.exp: When the 'advance' command lands on the
12459 return breakpoint, it can legitimately stop on either the
12460 current line or the next line. Accommodate both outcomes.
12461 * gdb.base/until.exp: Likewise.
12462
e7494ffb
AC
124632003-02-02 Andrew Cagney <ac131313@redhat.com>
12464
12465 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
12466 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
12467 now a list, not a tuple.
12468 * gdb.mi/mi-var-display.exp: Ditto.
12469 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 12470
075559bc
AC
124712003-02-01 Andrew Cagney <ac131313@redhat.com>
12472
12473 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
12474 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
12475 stack backtraces.
12476 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 12477
2bd4c7b1
MK
124782003-02-01 Mark Kettenis <kettenis@gnu.org>
12479
12480 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12481 gdb.mi/mi1-pthreads.exp: Return instead of calling
12482 gdb_suppress_entire_file.
12483
eabd8992
MS
124842003-02-01 Mark Salter <msalter@redhat.com>
12485
12486 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
12487
71469e2f
MS
124882003-01-31 Mark Salter <msalter@redhat.com>
12489
12490 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
12491 Support empty arg.
12492
38a94d44
MC
124932003-01-30 Michael Chastain <mec@shout.net>
12494
12495 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
12496 This was a workaround for a UTF-8 bug in readline 4.3. The bug
12497 has been fixed in gdb/readline on 2003-01-09.
12498
19ea9e73
MS
124992003-01-29 Michael Snyder <msnyder@redhat.com>
12500
e8d359df
MS
12501 * gdb.base/maint.exp: Allow for leading underscore in symbol.
12502 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
12503 * gdb.base/args.exp: Skip if target does not support args passing.
12504
2307bd6a
DJ
125052003-01-22 Daniel Jacobowitz <drow@mvista.com>
12506
19ea9e73 12507 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
12508 gdb_test. Accept a list of expect arguments as the third
12509 parameter.
12510 (gdb_test): Use it.
12511
f2dd3617
EZ
125122003-01-20 Elena Zannoni <ezannoni@redhat.com>
12513
12514 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
12515 allow for different test tree configurations. Update some
12516 tescases accordingly.
12517 * gdb.arch/altivec-regs.exp: Ditto.
12518 * gdb.asm/asm-source.exp: Ditto.
12519 * gdb.base/advance.exp: Ditto.
12520 * gdb.base/display.exp: Ditto.
d63a86f8 12521 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
12522 * gdb.base/mips_pro.exp: Ditto.
12523 * gdb.base/overlays.exp: Ditto.
12524 * gdb.base/relocate.exp: Ditto.
12525 * gdb.base/setshow.exp: Ditto.
12526 * gdb.base/step-line.exp: Ditto.
12527 * gdb.base/step-test.exp: Ditto.
12528 * gdb.base/until.exp: Ditto.
12529 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
12530
c71cdefd
DC
125312003-01-17 David Carlton <carlton@math.stanford.edu>
12532
12533 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
12534 corresponding to PR c++/945.
12535 Update copyright.
12536
fdba05d7
DC
125372003-01-17 David Carlton <carlton@math.stanford.edu>
12538
12539 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
12540 corresponding to PR c++/68.
12541
125422003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
12543
12544 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
12545 (test_paddr_hairy_functions): Call print_addr_2_kfail for
12546 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
12547
c362c33a
EZ
125482003-01-15 Elena Zannoni <ezannoni@redhat.com>
12549
0fbc361c
EZ
12550 * gdb.base/break.exp: Fix change of default location, because of
12551 removal of until tests.
12552 * gdb.base/help.exp: Update test for new 'until' help message.
12553 Add test for help on 'advance'.
a9c64011 12554 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 12555
dabf8a35
MK
125562003-01-15 Mark Kettenis <kettenis@gnu.org>
12557
12558 * gdb.base/default.exp: Adapt "info float" test for recent changes
12559 to that command. Add test for "info vector".
12560 * gdb.base/float.exp: New file. Add test for "info float" that
12561 resembles the old test in gdb.base/default.exp.
12562
a1769aca
DC
125632003-01-15 David Carlton <carlton@math.stanford.edu>
12564
12565 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
12566
82025e13
EZ
125672003-01-15 Elena Zannoni <ezannoni@redhat.com>
12568
12569 * gdb.base/break.exp: Move the tests of until command from here...
12570 * gdb.base/until.exp: ... to here. New file. Add other tests.
12571 * gdb.base/advance.c: New file.
12572 * gdb.base/advance.exp: New file.
12573
8f9ab801
EZ
125742003-01-14 Elena Zannoni <ezannoni@redhat.com>
12575
a9c64011
AS
12576 * gdb.base/args.c: New file.
12577 * gdb.base/args.exp: New file.
8f9ab801 12578
9ae66589
DJ
125792003-01-14 Daniel Jacobowitz <drow@mvista.com>
12580
12581 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
12582
8d77e5c3
DJ
125832003-01-14 Daniel Jacobowitz <drow@mvista.com>
12584
12585 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
12586
12d2f0a1
DJ
125872003-01-14 Daniel Jacobowitz <drow@mvista.com>
12588
12589 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
12590 dates.
12591
6ca37014
DJ
125922003-01-13 Daniel Jacobowitz <drow@mvista.com>
12593
12594 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
12595
b0023472
DJ
125962003-01-13 Daniel Jacobowitz <drow@mvista.com>
12597
12598 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
12599 (ptype &*"foo").
12600 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
12601
607fbc54 126022003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
12603
12604 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
12605 * gdb.mi/mi1-console.exp: Likewise.
12606
607fbc54 126072003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
12608
12609 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
12610 * gdb.mi/mi1-console.exp: Likewise.
12611
a1fb14a2
DJ
126122003-01-13 Daniel Jacobowitz <drow@mvista.com>
12613
12614 * gdb.c++/overload.exp: Remove some fixed XFAILs.
12615
c4cf40b7
DJ
126162003-01-09 Daniel Jacobowitz <drow@mvista.com>
12617
12618 * gdb.base/detach.exp: New test.
12619
696d5a5b
DJ
126202003-01-09 Daniel Jacobowitz <drow@mvista.com>
12621
12622 * Makefile.in (ALL_SUBDIRS): New variable.
12623 (subdirs, clean, distclean): Use it.
12624 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
12625 regenerating Makefile, since it is generated from the top level.
12626 * gdb.asm/Makefile.in: Likewise.
12627 * gdb.base/Makefile.in: Likewise.
12628 * gdb.c++/Makefile.in: Likewise.
12629 * gdb.disasm/Makefile.in: Likewise.
12630 * gdb.java/Makefile.in: Likewise.
12631 * gdb.mi/Makefile.in: Likewise.
12632 * gdb.threads/Makefile.in: Likewise.
12633 * gdb.trace/Makefile.in: Likewise.
12634
754533e4
DC
126352003-01-09 David Carlton <carlton@math.stanford.edu>
12636
12637 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
12638 Add copyright year 2003.
12639
d8b3e9ee
MC
126402003-01-06 Michael Chastain <mec@shout.net>
12641
12642 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
12643 When selecting a thread, 'line' and 'file' are optional.
12644 * gdb.mi/mi1-pthreads.exp: Likewise.
12645
8e9e0fe6
AS
126462003-01-06 Andreas Schwab <schwab@suse.de>
12647
12648 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
12649 failures.
12650
b5ab8ff3
DJ
126512003-01-04 Daniel Jacobowitz <drow@mvista.com>
12652
12653 Fix PR gdb/844
12654 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
12655 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
12656
12657 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
12658 instead of calling gdb_suppress_entire_file.
12659 * gdb.threads/print-threads.exp: Likewise.
12660 * gdb.threads/schedlock.exp: Likewise.
12661
12662 * gdb.threads/killed.exp: Return instead of calling
12663 gdb_suppress_entire_file.
12664 * gdb.threads/linux-dp.exp: Likewise.
12665 * gdb.threads/pthreads.exp: Likewise.
12666
1e698235
DJ
126672003-01-04 Daniel Jacobowitz <drow@mvista.com>
12668
12669 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
12670 stabs.
12671 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
12672 * gdb.base/whatis.exp: Always allow (void) after function names.
12673
147ff08c
DJ
126742003-01-04 Daniel Jacobowitz <drow@mvista.com>
12675
12676 * gdb.c++/casts.exp: Correct regexp.
12677
dc62bfc2
MK
126782003-01-04 Mark Kettenis <kettenis@gnu.org>
12679
12680 * configure.in: Call AC_CONFIG_HEADER. Don't call
12681 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
12682 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
12683 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
12684 aforementioned directories in the AC_OUPUT call.
12685 * config.hin: New file.
12686 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12687 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
12688 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
12689 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
12690 pass -I$objdir instead of -I$objdir/$subdir in compilation.
12691 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
12692 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
12693 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
12694 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
12695 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
12696 gdb.threads/configure.in, gdb.threads/configure,
12697 gdb.threads/config.in, gdb.trace/configure.in,
12698 gdb.trace/configure: Removed.
12699
77afa639
MC
127002003-01-03 Michael Chastain <mec@shout.net>
12701
12702 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
12703 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
12704
7634bb6e
DJ
127052003-01-03 Daniel Jacobowitz <drow@mvista.com>
12706
12707 * gdb.base/store.exp: Fix regular expressions.
12708
b39c905e
MK
127092002-12-28 Mark Kettenis <kettenis@gnu.org>
12710
12711 * configure.in: Rewrite.
12712 * configure: Regenerated.
12713
0a8551dd
DC
127142003-01-03 David Carlton <carlton@math.stanford.edu>
12715
12716 * gdb.base/psymtab.exp: New file.
12717 * gdb.base/psymtab1.c: Ditto.
12718 * gdb.base/psymtab2.c: Ditto.
12719
c60b7188
AF
127202002-12-23 Adam Fedor <fedor@gnu.org>
12721
12722 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
12723
ee73db83
DC
127242002-12-23 David Carlton <carlton@math.stanford.edu>
12725
12726 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
12727 and current_directory initialization.
12728
d6c1774e
JB
127292002-12-22 Jim Blandy <jimb@redhat.com>
12730
f0a847b8
JB
12731 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
12732 rather than as part of the output file name.
12733
d6c1774e
JB
12734 * gdb.base/attach.exp: There's no need to copy the test program to
12735 /tmp; that was only ever necessary on HP/UX, and this test is
12736 entirely disabled there anyway.
12737
f0708dbb
JB
127382002-12-21 Jim Blandy <jimb@redhat.com>
12739
4c2acfea
JB
12740 * gdb.c++/psmang.exp: Doc fix.
12741
f0708dbb
JB
12742 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
12743 test.
12744
9579e000
DC
127452002-12-20 David Carlton <carlton@math.stanford.edu>
12746
12747 * gdb.c++/annota2.exp: KFAIL annotate-quit.
12748
d1810171
MC
127492002-12-18 Michael Chastain <mec@shout.net>
12750
12751 * gdb.c++/annota2.exp: Add copyright year 2002.
12752
76565097
DC
127532002-12-17 David Carlton <carlton@math.stanford.edu>
12754
12755 * gdb.c++/try_catch.cc: Add marker comments.
12756 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
12757 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
12758 * gdb.c++/m-static.cc: Ditto.
12759 * gdb.c++/m-static1.cc: Ditto.
12760 * gdb.c++/try_catch.cc: Ditto.
12761
da81390b
JJ
127622002-12-16 Jeff Johnston <jjohnstn@redhat.com>
12763
12764 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
12765 to see whether we are using the new -environment-directory
12766 command which resets via -r or the old version of the command
12767 which may prompt the user. Part of fix for gdb/741.
12768
b304d130
AC
127692002-12-13 Andrew Cagney <ac131313@redhat.com>
12770
12771 * gdb.fortran/types.exp: Update obsolete comment.
12772 * gdb.fortran/exprs.exp: Ditto.
12773 * lib/gdb.exp: Delete obsolete code.
12774 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
12775 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
12776 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
12777 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
12778 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
12779 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
12780 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
12781 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
12782 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
12783 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
12784 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
12785 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
12786 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
12787 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
12788 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
12789 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
12790 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
12791 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
12792 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
12793 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
12794 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
12795 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
12796 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
12797 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
12798 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
12799 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
12800 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
12801 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
12802 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
12803 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
12804 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
12805 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
12806 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
12807 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
12808 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
12809 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
12810 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
12811
a23b6e6a
DC
128122002-12-11 David Carlton <carlton@math.stanford.edu>
12813
12814 * gdb.c++/m-data.exp: Add test for members that shadow global
12815 variables: see PR gdb/804.
12816 * gdb.c++/m-data.cc: Ditto.
12817
6604731b
DJ
128182002-12-10 Daniel Jacobowitz <drow@mvista.com>
12819
12820 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
12821
de46ecd7
DC
128222002-12-06 David Carlton <carlton@math.stanford.edu>
12823
12824 * gdb.base/store.c: Don't declare functions static.
12825
27e829d0
AC
128262002-12-04 Andrew Cagney <ac131313@redhat.com>
12827
12828 * gdb.base/store.exp, gdb.base/store.c: New files.
12829
92806416
DJ
128302002-12-03 Daniel Jacobowitz <drow@mvista.com>
12831
12832 * gdb.base/selftest.exp: Update for current gdb.
12833
3bcbaac5
DJ
128342002-12-03 Daniel Jacobowitz <drow@mvista.com>
12835
12836 * gdb.base/maint.exp: Only dump symbols from one source file
12837 or objfile.
12838
f4f00b1f
DJ
128392002-12-03 Daniel Jacobowitz <drow@mvista.com>
12840
12841 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
12842 function call.
12843
f1c8a949
JB
128442002-11-25 Jim Blandy <jimb@redhat.com>
12845
12846 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
12847 function appearing in error message.
12848
9e297a97
DJ
128492002-11-21 Daniel Jacobowitz <drow@mvista.com>
12850
12851 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
12852
1f312e79
JJ
128532002-11-08 Jeff Johnston <jjohnstn@redhat.com>
12854
d63a86f8
RM
12855 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
12856 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
12857 should be in mi console format. This is part of fix for PR gdb/604.
12858
83c31e7d
FN
128592002-09-18 Fernando Nasser <fnasser@redhat.com>
12860
12861 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
12862 which explicitly prints the zero offset as "+0".
12863
322b3f65
DJ
128642002-10-22 Daniel Jacobowitz <drow@mvista.com>
12865
12866 * gdb.threads/schedlock.c (args): Make unsigned.
12867
128682002-10-21 Daniel Jacobowitz <drow@mvista.com>
12869
12870 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
12871 numbers. Allow "foo2|selected stack frame".
12872 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
12873 * gdb.asm/asmsrc2.s: Likewise.
12874 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
12875 comments.
12876 * gdb.asm/mips.inc: New file.
12877
5e2fe5b8
AF
128782002-10-18 Adam Fedor <fedor@gnu.org>
12879
12880 * gdb.base/default.exp: Update expected output to include 'ObjC'.
12881 * gdb.base/help.exp: Likewise.
12882
abe1a5d0
KB
128832002-10-17 Kevin Buettner <kevinb@redhat.com>
12884
12885 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
12886 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
12887
10abb1d4
JB
128882002-10-02 Jim Blandy <jimb@redhat.com>
12889
12890 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
12891
1f609b42
AC
128922002-10-01 Andrew Cagney <ac131313@redhat.com>
12893
12894 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
12895 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
12896 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
12897 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
12898 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
12899 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
12900 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
12901
0aee02e4
AC
129022002-09-29 Andrew Cagney <ac131313@redhat.com>
12903
12904 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
12905 * mi0-disassemble.exp, mi0-eval.exp: Delete.
12906 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
12907 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
12908 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
12909 * mi0-var-block.exp, mi0-var-child.exp: Delete.
12910 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 12911
6fde09ad
KB
129122002-09-27 Kevin Buettner <kevinb@redhat.com>
12913
12914 * gdb.base/annota1.exp (info break): Make directory components of
12915 path optional since not all compilers emit this debug information.
12916
12917 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
12918 step ends up stepping out of the function instead of stopping on
12919 the epilogue.
12920
9e8aab75
KS
129212002-09-26 Keith Seitz <keiths@redhat.com>
12922
12923 * lib/insight-support.exp (gdbtk_start): Figure out where
12924 the insight executable is based on where gdb is. Use this
12925 executable to start insight instead of gdb.
12926
e36180d7
AC
129272002-09-25 Andrew Cagney <cagney@redhat.com>
12928
12929 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
12930
9dd34b2b
AC
129312002-09-24 Andrew Cagney <ac131313@redhat.com>
12932
12933 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
12934 test_isolated_complaints.
12935 (test_empty_complaint): New function.
12936 (test_empty_complaints): New function. Check no output when no
12937 complaints.
d63a86f8 12938
dea97812
KB
129392002-09-19 Jim Blandy <jimb@redhat.com>
12940
a9c64011 12941 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 12942
54951bd7
AC
129432002-09-19 Andrew Cagney <ac131313@redhat.com>
12944
12945 * gdb.gdb/complaints.exp: New file.
12946
dec43320
AC
129472002-09-18 Andrew Cagney <ac131313@redhat.com>
12948
12949 * gdb.base/maint.exp: Check `help maint internal-warning'.
12950
e70d6e3f
DC
129512002-09-18 David Carlton <carlton@math.stanford.edu>
12952
12953 * gdb.c++/m-static.exp: Remove breakpoints depending on line
12954 numbers, and replace them by a single breakpoint after the
12955 constructors are all finished.
12956 Add test 4.
12957 * gdb.c++/m-static.cc: Add test 4.
12958 * gdb.c++/m-static.h: New file.
12959 * gdb.c++/m-static1.cc: New file.
12960
12961 * gdb.c++/printmethod.exp: New file.
12962 * gdb.c++/printmethod.cc: New file.
12963
12964 * gdb.c++/pr-574.exp: New file.
12965 * gdb.c++/pr-574.cc: New file.
12966
afb5c968
CV
129672002-09-18 Corinna Vinschen <vinschen@redhat.com>
12968
12969 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
12970 embedded targets which never actually exit.
12971
31e45dee
FN
129722002-09-18 Fernando Nasser <fnasser@redhat.com>
12973
12974 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
12975 "don't step after run" as unresolved or unsupported, instead of xfail.
12976
a283c5a1
CV
129772002-09-18 Corinna Vinschen <vinschen@redhat.com>
12978
12979 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
12980 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
12981 Add newline to expected string in "step out of main (status wrapper)"
12982 case.
12983
11350d2a
CV
129842002-09-18 Corinna Vinschen <vinschen@redhat.com>
12985
12986 * lib/gdb.exp (rerun_to_main): Allow restarting application.
12987 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
12988
0deec7d6
TT
129892002-09-17 Tom Tromey <tromey@redhat.com>
12990
12991 * gdb.base/printcmds.exp (test_print_string_constants): Expect
12992 \000, not \0, in double-quoted string.
12993
b2b4a1b5
CV
129942002-09-14 Corinna Vinschen <vinschen@redhat.com>
12995
c9d37158 12996 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
12997 string after running the commands execution on breakpoint tests.
12998
1c56143a
CV
129992002-09-13 Corinna Vinschen <vinschen@redhat.com>
13000
13001 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
13002
37f8da45
JB
130032002-09-12 Joel Brobecker <brobecker@gnat.com>
13004
13005 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
13006
08b468e0
KS
130072002-09-10 Keith Seitz <keiths@redhat.com>
13008
13009 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
13010 runto proc.
13011 (mi_run_to_main): Use mi_runto.
13012 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
13013
dc360f58
KS
130142002-09-10 Keith Seitz <keiths@redhat.com>
13015
13016 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
13017 regexp for stopping at main. Could have multiple event notifications.
13018 Don't assume that main was declared with no parameters.
13019 (mi_next): Use mi_step_to.
13020 (mi_step): Use mi_next_to.
13021
ce3abcfb
CV
130222002-09-09 Corinna Vinschen <vinschen@redhat.com>
13023
13024 * gdb.base/default.exp: Fix expected string in `info float' test.
13025
d1f5b980
BE
130262002-09-09 Ben Elliston <bje@redhat.com>
13027
13028 * config/mips.exp: Update comments.
13029 * config/mips-idt.exp: Likewise.
13030 * config/nind.exp: Likewise.
13031 * config/slite.exp: Likewise.
13032 * config/sparclet.exp: Likewise.
13033 * config/udi.exp: Likewise.
13034 * config/vx.exp: Likewise.
13035 * config/vxworks29k.exp: Likewise.
13036
2f71430b
JB
130372002-09-05 Jim Blandy <jimb@redhat.com>
13038
13039 * gdb.threads/killed.exp: Fix test failure message.
13040
7ddebc7e
KS
130412002-09-04 Keith Seitz <keiths@redhat.com>
13042
13043 * lib/mi-support.exp: Update copyright.
13044 (mi_gdb_test): Increase the priority of the expected pattern
13045 so that it matches gdb_test.
13046
0ae67eb3
KS
130472002-09-03 Keith Seitz <keiths@redhat.com>
13048
13049 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
13050 Use integer comparison instead of string comparison for testing
13051 whether binary was built.
13052
38fc42c8
JB
130532002-09-03 Jim Blandy <jimb@redhat.com>
13054
13055 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
13056
b6ff0e81
JB
130572002-08-29 Jim Blandy <jimb@redhat.com>
13058
13059 * gdb.threads/pthreads.exp: Move the portable thread compilation
13060 code into a function in lib/gdb.exp, and call that from here.
13061 * lib/gdb.exp (gdb_compile_pthreads): New function.
13062
07c98896
KS
130632002-08-29 Keith Seitz <keiths@redhat.com>
13064
13065 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
13066 expect_out so that callers can get at it.
13067
0312286c
DJ
130682002-08-23 Daniel Jacobowitz <drow@mvista.com>
13069
13070 * gdb.threads/print-threads.c: New file.
13071 * gdb.threads/print-threads.exp: New file.
13072 * gdb.threads/schedlock.c: New file.
13073 * gdb.threads/schedlock.exp: New file.
13074
dd039bc4
EZ
130752002-08-22 Elena Zannoni <ezannoni@redhat.com>
13076
a9c64011
AS
13077 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
13078 not altivec.c.
dd039bc4 13079
1f36144c
MK
130802002-08-17 Mark Kettenis <kettenis@gnu.org>
13081
13082 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
13083 targets. The problem should be fixed now.
13084
16057ec7 130852002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
13086
13087 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
13088 2002-07-24 change that removes final dots from error messages.
13089
3c1499ad
TT
130902002-08-13 Tom Tromey <tromey@redhat.com>
13091
13092 * gdb.base/readline.exp: New file.
13093
a20ce2c3
AC
130942002-08-01 Andrew Cagney <ac131313@redhat.com>
13095
13096 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
13097 supress message.
13098
db034ac5
AC
130992002-08-01 Andrew Cagney <cagney@redhat.com>
13100
13101 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
13102 CHILL_FOR_TARGET and CHILL_LIB.
13103 * configure.in (configdirs): Remove gdb.chill.
13104 * configure: Regenerate.
13105 * lib/gdb.exp: Obsolete references to chill.
13106 * gdb.fortran/types.exp: Ditto.
13107 * gdb.fortran/exprs.exp: Ditto.
13108
3e000b18
KB
131092002-07-30 Kevin Buettner <kevinb@redhat.com>
13110
13111 * gdb.base/shlib-call.exp (additional_flags): Conditionally
13112 set Irix-specific compile and link flags.
13113
28f4966b
KB
131142002-07-29 Kevin Buettner <kevinb@redhat.com>
13115
13116 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
13117 source files. The ``-o'' option doesn't work with the ``-E'' option
13118 when using the Irix compiler.
13119
46c0d5a6
DJ
131202002-07-19 Daniel Jacobowitz <drow@mvista.com>
13121
13122 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
13123 Improve support for reusing an exec file. Copy exec file
13124 to target, and run gdbserver on the target instead of on the host.
13125
eecf4bed
JB
131262002-07-18 Jim Blandy <jimb@redhat.com>
13127
0f815cdf
JB
13128 * gdb.base/ending-run.exp: Don't expect to see the program end in
13129 some orderly fashion when we're running on a real stand-alone
13130 board.
13131
eecf4bed
JB
13132 * gdb.base/interrupt.exp: Correct logic for skipping tests on
13133 targets that don't support interrupts.
13134
52d309e4
JB
131352002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
13136
13137 * gdb.base/attach.exp: Add patterns to match output from /proc-based
13138 systems.
13139 Move comments in expect statements to inside the actions, so that they
13140 don't get matched against.
13141
ff683d9e
MK
131422002-07-10 Mark Kettenis <kettenis@gnu.org>
13143
13144 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
13145 function when asleep" test.
13146
b5356753
AC
131472002-07-10 Andrew Cagney <ac131313@redhat.com>
13148
13149 * gdb.base/page.exp: Rewrite to handle problems with very long
13150 `info set' output. Update copyright.
13151
6aa4d13a
AC
131522002-06-26 Andrew Cagney <ac131313@redhat.com>
13153
13154 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
13155 gdb.threads-hp.
13156 * gdb.hp/configure: Regenerate.
13157 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
13158 * gdb.hp/gdb.threads-hp/configure: Delete file.
13159 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
13160
8cf8c2b8
AC
131612002-06-22 Andrew Cagney <ac131313@redhat.com>
13162
13163 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
13164 setlocale, bindtextdomain and textdomain.
13165
6827a8f8
JB
131662002-06-11 Jim Blandy <jimb@redhat.com>
13167
919d772c
JB
13168 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
13169 preprocessor macro information is present.
13170
6827a8f8
JB
13171 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
13172 tests.
13173
c15b0d21
MS
131742002-06-06 Michael Snyder <msnyder@redhat.com>
13175
c5984d70
MS
13176 * gdb.base/overlays.exp: Record addresses of overlay
13177 functions in TCL variables rather than in GDB variables,
13178 to avoid having GDB convert them to pointers (with loss
13179 of information).
13180
d63a86f8 13181 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 13182 default linker script changes.
c15b0d21
MS
13183 * gdb.base/long_long.exp: Add check for sizeof (long double).
13184
be26fe0d
ML
131852002-06-06 Michal Ludvig <mludvig@suse.cz>
13186
13187 * gdb.asm/asm-source.exp: Add x86-64 target.
13188 * gdb.asm/x86_64.inc: New.
d63a86f8 13189
258093ca 131902002-05-30 Michael Chastain <mec@shout.net>
258093ca 13191
4b3153f1 13192 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
13193 * gdb.c++/m-static.cc: New file.
13194 * gdb.c++/m-static.exp: New file.
13195
241264c6
MS
131962002-05-28 Michael Snyder <msnyder@redhat.com>
13197
13198 * gdb.base/call-ar-st.exp: Allow for reduced floating point
13199 precision.
13200
9bba8c8f 132012002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 13202
4b3153f1 13203 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
13204 * gdb.c++/m-data.cc: New file.
13205 * gdb.c++/m-data.exp: New file.
13206
132072002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 13208
4b3153f1 13209 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 13210 * gdb.c++/try_catch.cc: New file.
d63a86f8 13211 * gdb.c++/try_catch.exp: New file.
9bba8c8f 13212
def1b996
MC
132132002-05-27 Michael Chastain <mec@shout.net>
13214
13215 * gdb.c++/local.exp: Accept more nested types in output.
13216
522ba268
MC
132172002-05-26 Michael Chastain <mec@shout.net>
13218
13219 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
13220
277254ba
MS
132212002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
13222
13223 * lib/gdb.exp (gdb_wrapper_init): Just because
13224 gdb_wrapper_file exists, this does not mean that the file
13225 should not be rebuilt. That is what gdb_wrapper_initialized
13226 is for.
13227 (default_gdb_init): Reset gdb_wrapper_initialized.
13228
b61a8733
MS
132292002-05-23 Michael Snyder <msnyder@redhat.com>
13230
d63a86f8 13231 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
13232 the precision of the floating point test results.
13233 * gdb.base/call-rt-st.exp: Ditto.
13234
b61a8733
MS
13235 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
13236 * gdb.base/call-rt-st.exp: Ditto.
13237
56f6e910
MC
132382002-05-19 Michael Chastain <mec@shout.net>
13239
13240 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
13241
ad0b0016
EZ
132422002-05-19 Elena Zannoni <ezannoni@redhat.com>
13243
a9c64011
AS
13244 * configure.in (configdirs): Add gdb.arch.
13245 * configure: Regenerate.
ad0b0016 13246
f617d2b6
JB
132472002-05-17 Jim Blandy <jimb@redhat.com>
13248
13249 * gdb.base/completion.exp: Recognize the more detailed error
13250 messages produced by the macro expander's lexical analyzer.
13251
eac2a696
EZ
132522002-05-14 Elena Zannoni <ezannoni@redhat.com>
13253
a9c64011
AS
13254 * gdb.arch/altivec-abi.c: New file.
13255 * gdb.arch/altivec-abi.exp: New file.
13256 * gdb.arch/altivec-regs.c: New file.
13257 * gdb.arch/altivec-regs.exp: New file.
eac2a696 13258
2fdde8f8
DJ
132592002-05-14 Daniel Jacobowitz <drow@mvista.com>
13260
13261 * gdb.base/maint.exp (maint print type): Update for new type
13262 structure.
d63a86f8 13263
e31f1a7c
EZ
132642002-05-14 Elena Zannoni <ezannoni@redhat.com>
13265
13266 * gdb.arch: New directory.
13267 * gdb.arch/configure.in: New file.
13268 * gdb.arch/configure: New file.
13269 * gdb.arch/Makefile.in: New file.
13270
db589741
CV
132712002-05-13 Corinna Vinschen <vinschen@redhat.com>
13272
13273 * gdb.asm/asm-source.exp: Add v850 as supported target.
13274 * gdb.asm/v850.inc: New file.
13275
8ce2a7dc
DJ
132762002-05-13 Daniel Jacobowitz <drow@mvista.com>
13277
13278 * gdb.c++/annota2.exp (annotate-quit): Add comment.
13279
df763c7f
DJ
132802002-05-12 Daniel Jacobowitz <drow@mvista.com>
13281
13282 * gdb.base/break.exp: Check 'break "marker2"'.
13283
377daeed
MS
132842002-05-10 Michael Snyder <msnyder@redhat.com>
13285
13286 * gdb.base/long_long.exp: Fix typo.
13287
c4b7bc2b
JB
132882002-05-10 Jim Blandy <jimb@redhat.com>
13289
ecac9a4e
JB
13290 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
13291 a bug.
13292
c4b7bc2b
JB
13293 * gdb.base/printcmds.exp (test_integer_literals_rejected):
13294 Recognize more detailed error message produced by the macro
13295 expander's lexical analyzer.
13296 * lib/gdb.exp (test_print_reject): Same.
13297
e71019a1
MK
132982002-05-09 Mark Kettenis <kettenis@gnu.org>
13299
13300 * gdb.c++/method.exp: Fix typo.
13301
fedfc8e6
MS
133022002-05-08 Michael Snyder <msnyder@redhat.com>
13303
166a1957
MS
13304 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
13305 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 13306 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
13307 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
13308 Add iftarget clause for strongarm.
d63a86f8 13309
f1c47eb2
MS
133102002-05-06 Michael Snyder <msnyder@redhat.com>
13311
cb9a9d3e
MS
13312 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
13313 (gdb_continue_to_end): Accept output from status wrapper.
13314 * gdb.base/ending-run.exp: Add case for output from status wrapper.
13315 Clean up fail messages to match pass messages.
13316
f1c47eb2
MS
13317 Enable the "needs_status_wrapper" testsuite feature.
13318 * lib/gdb.exp (gdb_wrapper_init): New procedure.
13319 (gdb_compile): Conditionally call gdb_wrapper_init.
13320 * gdb.base/a2-run.exp: Recognize output from status wrapper.
13321 * gdb.c++/method.exp: Recognize output from status wrapper.
13322
6079c749
BE
133232002-05-06 Ben Elliston <bje@redhat.com>
13324From Graydon Hoare <graydon@redhat.com>
13325
13326 * config/sid.exp: Include support for "rawsid" protocol.
13327
188baff3
JB
133282002-05-03 Jim Blandy <jimb@redhat.com>
13329
13330 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
13331 * gdb.c++/hang3.C: New file.
13332
b9c07f0f
AC
133332002-05-04 Andrew Cagney <ac131313@redhat.com>
13334
13335 * gdb.base/default.exp: Remove obsolete code.
13336 * gdb.c++/misc.exp: Ditto. Update copyright.
13337 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
13338 * gdb.base/whatis.exp: Ditto. Update copyright.
13339 * gdb.base/scope.exp: Ditto. Update copyright.
13340 * gdb.base/ptype.exp: Ditto. Update copyright.
13341 * gdb.base/printcmds.exp: Ditto. Update copyright.
13342 * gdb.base/opaque.exp: Ditto. Update copyright.
13343 * gdb.base/list.exp: Ditto.
13344 * gdb.base/funcargs.exp: Ditto. Update copyright.
13345 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
13346 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
13347 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
13348 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
13349 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
13350 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
13351
5c7a0397
MS
133522002-05-02 Michael Snyder <msnyder@redhat.com>
13353
d6dcc264 13354 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
13355 * gdb.base/long_long.exp: Add xscale target.
13356 * gdb.base/default.exp: Add xscale target.
13357
eb7f1c48
JB
133582002-05-01 Jim Blandy <jimb@redhat.com>
13359
13360 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
13361 gdb.c++/hang.exp: New test.
13362
a6befae8
FF
133632002-05-01 Fred Fish <fnf@redhat.com>
13364
13365 * gdb.base/completion.exp: Handle completions of "./Make" for
13366 more than one completion possibility, as is the case when we
13367 build and test in the source tree.
13368
0a310277
AG
133692002-04-29 Anthony Green <green@redhat.com>
13370
13371 * gdb.java/jmisc1.exp: New file.
13372 * gdb.java/jmisc2.exp: New file.
13373
6ff9af88
DJ
133742002-04-24 Daniel Jacobowitz <drow@mvista.com>
13375
13376 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
13377
96b3d632
EZ
133782002-04-23 Elena Zannoni <ezannoni@redhat.com>
13379
13380 * gdb.base/help.exp: Change 'help status' to allow for target
13381 dependent output differences.
13382
5019bb54
MC
133832002-04-22 Michael Chastain <mec@shout.net>
13384
13385 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
13386
a805a116
MC
133872002-04-22 Michael Chastain <mec@shout.net>
13388
13389 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
13390
a1706bfd
DM
133912002-04-17 David S. Miller <davem@redhat.com>
13392
13393 * gdb.asm/sparc64.inc: New file.
13394 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
13395
a73a20a2
EZ
133962002-04-19 Elena Zannoni <ezannoni@redhat.com>
13397
13398 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
13399 instruction file directly into the build tree. Clean up at end of
13400 test.
13401
ba678339
DM
134022002-04-18 David S. Miller <davem@redhat.com>
13403
13404 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
13405 handle 64-bit platforms correctly.
13406 * gdb.base/maint.exp: Likewise.
13407
b03399da
KB
134082002-04-18 Kevin Buettner <kevinb@redhat.com>
13409
13410 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
13411 ``-fpic'' when compiling files comprising a shared library, but
13412 it does need additional linker flags in order to find shared
13413 libraries at run time.
13414
e2004992
KB
134152002-04-18 Kevin Buettner <kevinb@redhat.com>
13416
13417 * gdb.base/cvexpr.c (use): New function.
13418 (main): Invoke use() on all global variables to prevent
13419 some linkers from deleting these otherwise unused symbols.
13420
d8937120
MC
134212002-04-17 Michael Chastain <mec@shout.net>
13422From David S. Miller <davem@redhat.com>
13423
13424 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
13425 handle 64-bit platforms correctly.
13426
ffd61a58
MS
134272002-04-12 Michael Snyder <msnyder@redhat.com>
13428From Jim Blandy <jimb@redhat.com>
a9c64011 13429 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
13430 script can handle this instead.
13431 * gdb.base/bar.c (barx): Same.
13432 * gdb.base/baz.c (bazx): Same.
13433 * gdb.base/grbx.c (grbxx): Same.
13434
13435 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
13436 manager doesn't automatically unmap overlays unnecessarily.
13437
6b8426a6
MH
134382002-04-10 Martin M. Hunt <hunt@redhat.com>
13439
13440 * gdb.base/ending-run.exp: Fix pattern for Mips targets
13441 stepping out of main.
13442
34af4875
MC
134432002-04-09 Michael Chastain <mec@shout.net>
13444
13445 * gdb.c++/local.cc (main): Move call to marker1() inside nested
13446 scope so that the nested scope tests will make sense.
13447 * gdb.c++/local.exp: Write patterns that actually work with gcc
13448 (the HP patterns "were never known to work with gcc").
13449 Keep the old aCC patterns too.
13450
2d1676a0
DJ
134512002-04-09 Daniel Jacobowitz <drow@mvista.com>
13452
13453 * gdb.base/attach.exp: Correct target board test.
13454
3a63e3f9
MC
134552002-04-08 Michael Chastain <mec@shout.net>
13456
13457 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
13458 in a const method. Add some xfail and fail cases for configurations
13459 that do not emit the "const ...".
13460
f18dabd2
MC
134612002-04-07 Michael Chastain <mec@shout.net>
13462
13463 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
13464 Accept "A * const" and "const A * const" as type of "this".
13465 Fix spelling of getFunky throughout. Make messages uniform.
13466
0fcddd82
EZ
134672002-04-07 Elena Zannoni <ezannoni@redhat.com>
13468
a9c64011 13469 Work around for PR gdb/285:
0fcddd82
EZ
13470 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
13471
16a8534a
EZ
134722002-04-07 Elena Zannoni <ezannoni@redhat.com>
13473
13474 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
13475 instructions file at run time instead of configure time.
13476 Sometimes we run the test in a directory that is not the one we
13477 configured in.
13478 * gdb.asm/configure.in: Delete creation of symlink.
13479 * gdb.asm/configure: Regenerate.
13480
24181d81
JB
134812002-04-05 J. Brobecker <brobecker@gnat.com>
13482
13483 * gdb.gdb/xfullpath.exp: New test, to exercise the new
13484 xfullpath () function.
13485
7cdb7107
DJ
134862002-04-04 Daniel Jacobowitz <drow@mvista.com>
13487
13488 * gdb.asm/Makefile.in: Correct dependencies.
13489
13490 * gdb.asm/powerpc.inc: New file.
13491 * gdb.asm/asm-source.exp: Add PowerPC.
13492 * gdb.asm/configure.in: Likewise.
13493 * gdb.asm/configure: Regenerated.
13494
a7d17088
DJ
134952002-04-04 Daniel Jacobowitz <drow@mvista.com>
13496
13497 * gdb.base/relocate.exp: New file.
13498 * gdb.base/relocate.c: New file.
13499
cd721503
FF
135002002-04-04 Fred Fish <fnf@redhat.com>
13501
13502 * gdb.base/step-test.exp: Update comment regarding stopping in
13503 memcpy/bcopy calls inserted as part of the compiler runtime.
13504
b22ad7a7
MS
135052002-04-04 Michael Snyder <msnyder@redhat.com>
13506
13507 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
13508
5f279fa6
DJ
135092002-04-03 Daniel Jacobowitz <drow@mvista.com>
13510
13511 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
13512 (gdb_expect): Remove $notransfer hack.
13513
dd0fd3ce
DJ
135142002-04-02 Daniel Jacobowitz <drow@mvista.com>
13515
13516 * gdb.c++/classes.exp ("calling method for small class"): Match
13517 updated register output.
13518
1e50cda1
DJ
135192002-03-30 Daniel Jacobowitz <drow@mvista.com>
13520
13521 Fix PR gdb/452
13522 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
13523 when finished. Make gdb_file_cmd send "exec-file" when
13524 appropriate.
13525
24015922
DJ
135262002-03-30 Daniel Jacobowitz <drow@mvista.com>
13527
13528 * gdb.base/attach.exp: Remove extra setup_xfail.
13529
dd7dfd64
MS
135302002-03-26 Michael Snyder <msnyder@redhat.com>
13531
13532 * gdb.base/default.exp: Add tests for dump, append, and restore.
13533 * gdb.base/help.exp: Add tests for dump, append, and restore.
13534 * gdb.base/dump.exp: New file, test dump, append and restore.
13535 * gdb.base/dump.c: New file.
13536
48b2f8d7
MS
135372002-03-27 Michael Snyder <msnyder@redhat.com>
13538
d63a86f8 13539 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
13540 clean-ups in help messages.
13541
05b4d525
FF
135422002-03-26 Fred Fish <fnf@redhat.com>
13543
13544 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
13545 have debugging info for those functions and the compiler uses them
13546 internally to copy structs around.
13547
d7679631
FF
135482002-03-26 Fred Fish <fnf@redhat.com>
13549
13550 * gdb.base/list.exp: Revert the change made yesterday and add note
13551 about why we don't list the default lines for remote targets.
13552
523ac3f9
MS
135532002-03-25 Michael Snyder <msnyder@redhat.com>
13554
13555 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
13556
754b2b8d
FF
135572002-03-25 Fred Fish <fnf@redhat.com>
13558
13559 * gdb.base/list.exp: This test works on remote targets so remove
13560 the short circuit for remote targets. Update copyright.
13561
33c3e192
FF
135622002-03-25 Fred Fish <fnf@redhat.com>
13563
13564 * gdb.base/attach.exp: Fix logic error that was suppressing this
13565 test for all non hppa*-*-hpux* targets, instead of the hp target.
13566 Move comments closer to the suppression point. Also now need to
13567 check that we are running natively.
13568
d43e73ee
MS
135692002-03-22 Michael Snyder <msnyder@redhat.com>
13570
882c8f02
MS
13571 * gdb.base/default.exp: Add test for gcore. Update copyright.
13572 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 13573
04c12f60
FF
135742002-03-06 Fred Fish <fnf@redhat.com>
13575
13576 * gdb.base/funcargs.c: Remove extraneous ';' character.
13577 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
13578
b43df995
MC
135792002-03-04 Michael Chastain <mec@shout.net>
13580
13581 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
13582 accommodate gcc v3 function signature.
13583 * gdb.mi/mi0-var-cmd-exp: Ditto.
13584
92362027
AC
135852002-02-24 Andrew Cagney <ac131313@redhat.com>
13586
13587 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
13588 ``GNU/Linux'' or ``Linux kernel''
13589 * testsuite/gdb.threads/pthreads.c: Ditto.
13590
258ad32d
MC
135912002-02-24 Michael Chastain <mec@shout.net>
13592
13593 * gdb.threads/pthreads.c (thread1): Add a return statement.
13594 (thread2): Likewise.
13595 (foo): Likewise.
13596
04c3b3d4
MC
135972002-02-23 Michael Chastain <mec@shout.net>
13598
13599 * gdb.threads/linux-dp.c (philosopher): Add a return statement
13600 to placate gcc.
13601
5a2a0a20
MC
136022002-02-23 Michael Chastain <mec@shout.net>
13603
13604 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
13605 test "ptype bint". The test passes on all my stabs configurations.
13606
a640f7fc
JB
136072002-02-21 Jim Blandy <jimb@redhat.com>
13608
27924826
JB
13609 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
13610 filename at a time, and watch for the ones we want to see.
13611
a640f7fc
JB
13612 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
13613 types of pointers to prototyped functions.
13614
edcc8c75
AC
136152002-02-20 Andrew Cagney <ac131313@redhat.com>
13616
13617 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
13618 signed, unsigned and straight char.
13619 (padding_char, padding_short, padding_int, padding_long,
13620 padding_long_long, padding_float, padding_double,
13621 padding_long_double): New global variables.
13622 (fill, fill_structs): New functions.
13623
13624 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
13625 for correctly sized writes. Update copyright.
13626 (get_valueof): New procedure.
13627 (get_sizeof): Call get_valueof.
13628 (check_valueof): New procedure.
13629 (check_padding): New procedure.
13630
ac57ea44
MC
136312002-02-20 Michael Chastain <mec@shout.net>
13632
13633 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
13634 to setup_xfail. Document some of the remaining calls.
13635
7a10c941
MC
136362002-02-18 Michael Chastain <mec@shout.net>
13637
13638 * gdb.c++/userdef.exp: Update copyright year.
13639
fb8acdcc
DJ
136402002-02-18 Daniel Jacobowitz <drow@mvista.com>
13641
13642 * gdb.c++/userdef.exp: Test overloaded operators properly.
13643 Remove xfails.
13644
fda6ae12
MS
136452002-02-14 Michael Snyder <msnyder@redhat.com>
13646
13647 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
13648
676a0442
DJ
136492002-02-14 Daniel Jacobowitz <drow@mvista.com>
13650
13651 * gdb.base/a2-run.exp: Check for a remote target properly.
13652 * gdb.base/annota1.exp: Likewise.
13653 * gdb.base/list.exp: Likewise.
13654 * gdb.base/reread.exp: Likewise.
13655 * gdb.base/scope.exp: Likewise.
13656 * gdb.base/shlib-call.exp: Likewise.
13657 * gdb.base/term.exp: Likewise.
13658 * gdb.c++/annota2.exp: Likewise.
13659
78b4f468
RE
136602002-02-13 Richard Earnshaw <rearnsha@arm.com>
13661
13662 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
13663
9a81ba51
MC
136642002-02-10 Michael Chastain <mec@shout.net>
13665
13666 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
13667 (call_after_alloca): Ditto.
13668
004af6c7
DJ
136692002-02-10 Daniel Jacobowitz <drow@mvista.com>
13670
13671 * gdb.base/ending-run.exp: Guard "cont" test with
13672 gdb_skip_stdio_test.
13673
37225f62
JB
136742002-02-06 Jim Blandy <jimb@redhat.com>
13675
13676 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
13677 from here...
13678 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
13679 To here. Disable this test on non-HP platforms. Add big comment.
13680
fe6fdd96
MS
136812002-02-04 Michael Snyder <msnyder@redhat.com>
13682
13683 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
13684 other than d10v and m32r.
13685
036fad3f
RE
136862002-02-02 Richard Earnshaw <rearnsha@arm.com>
13687
13688 * gdb.base/default.exp: Rewrite test patterns to reduce time
13689 taken to match them.
13690
7148ab62
DJ
136912002-01-30 Daniel Jacobowitz <drow@mvista.com>
13692
13693 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
13694 Allow a start function above main.
13695 * gdb.threads/linux-dp.exp: Fix copyright date.
13696
396cc255
DJ
136972002-01-30 Daniel Jacobowitz <drow@mvista.com>
13698
a9c64011
AS
13699 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
13700 (check_philosopher_stack): Check for manager thread before checking
13701 for a just-starting thread.
396cc255 13702
f038d31b
DJ
137032002-01-30 Daniel Jacobowitz <drow@mvista.com>
13704
13705 From Neil Booth <neil@daikokuya.demon.co.uk>:
13706 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
13707 warnings.
13708
b3ff9d9a
FF
137092002-01-21 Fred Fish <fnf@redhat.com>
13710
13711 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
13712 not caller.
13713
39ad761d
JB
137142002-01-21 Jim Blandy <jimb@redhat.com>
13715
13716 * gdb.base/reread.exp: Check that GDB properly re-reads the
13717 executable file when it changes while no inferior is running.
13718
aaf320fa
FF
137192002-01-21 Fred Fish <fnf@redhat.com>
13720
a9c64011
AS
13721 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
13722 optionally accept the "shlib events" variation.
aaf320fa 13723
808a31f5
JB
137242002-01-21 Jim Blandy <jimb@redhat.com>
13725
13726 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
13727 call `fflush' after every `printf', so that the output is produced
13728 at predictable points, regardless of whatever buffering does (or
13729 doesn't) take place.
13730 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
13731 at different points.
13732
4420d5e2
DJ
137332002-01-20 Daniel Jacobowitz <drow@mvista.com>
13734
13735 * gdb.c++/inherit.exp: Update copyright years.
13736 * gdb.c++/method.exp: Likewise.
13737
3e36a0f4
DJ
137382002-01-20 Daniel Jacobowitz <drow@mvista.com>
13739
13740 * gdb.c++/classes.exp: Update for improved v3 support and skipping
13741 artificial methods/arguments.
13742 * gdb.c++/derivation.exp: Likewise.
13743 * gdb.c++/inherit.exp: Likewise.
13744 * gdb.c++/method.exp: Likewise.
13745 * gdb.c++/virtfunc.exp: Likewise.
13746
b4ceaee6
AC
137472002-01-18 Andrew Cagney <ac131313@redhat.com>
13748
13749 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
13750 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
13751 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
13752 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
13753 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
13754 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
13755
ecace851
JB
137562002-01-17 Jim Blandy <jimb@redhat.com>
13757
13758 * gdb.asm/asm-source.exp (info symbol): Take another shot at
13759 anchoring the pattern matching the entry point symbol's name.
13760
375fc983
AC
137612002-01-17 Andrew Cagney <ac131313@redhat.com>
13762
13763 * gdb.base/maint.exp: Update ``maint internal-error'' to match
13764 continue/quit query. Update copyright.
13765
fe6fdd96
MS
137662002-01-14 Michael Snyder <msnyder@redhat.com>
13767
13768 * gdb.base/gcore.exp: Remove extra debugging output.
13769
e017c81f
DJ
137702002-01-13 Daniel Jacobowitz <drow@mvista.com>
13771
13772 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
13773 for slightly dubious v2 mangled string.
13774
37ab3bf8
DJ
137752002-01-13 Daniel Jacobowitz <drow@mvista.com>
13776
13777 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
13778
1bc05c3a 137792002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 13780
1bc05c3a 13781 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 13782
1bc05c3a
JM
13783 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
13784 constructors.
13785 * gdb.c++/derivation.exp: Likewise.
13786 * gdb.c++/templates.exp: Likewise.
13787 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 13788
1bc05c3a
JM
137892002-01-10 Michael Snyder <msnyder@redhat.com>
13790
13791 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 13792
a911c360
MS
137932002-01-08 Michael Snyder <msnyder@redhat.com>
13794
13795 * gdb.base/gcore.exp: New test for generate-core-file command.
13796 * gdb.base/gcore.c: Testcase for above.
13797 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
13798
ea2119ec
JM
137992002-01-08 Jason Merrill <jason@redhat.com>
13800
13801 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
13802
68203136
FF
138032002-01-07 Fred Fish <fnf@redhat.com>
13804
13805 * gdb.c++/overload.exp: Remove unconditional xfails for:
13806 print foo_instance1.overloadargs(1)
13807 print foo_instance1.overloadargs(1, 2)
13808 print foo_instance1.overloadargs(1, 2, 3)
13809 print foo_instance1.overloadargs(1, 2, 3, 4)
13810 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
13811 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
13812 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
13813 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
13814 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
13815 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
13816 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
13817 print foo_instance1.overload1arg()
13818 print foo_instance1.overload1arg((char)arg2)
13819 print foo_instance1.overload1arg((signed char)arg3)
13820 print foo_instance1.overload1arg((unsigned char)arg4)
13821 print foo_instance1.overload1arg((int)arg7)
13822 print foo_instance1.overload1arg((unsigned int)arg8)
13823 print foo_instance1.overload1arg((float)arg11)
13824 print foo_instance1.overload1arg((double)arg12)
d63a86f8 13825
21b9b5b1
MS
138262002-01-07 Michael Snyder <msnyder@redhat.com>
13827
13828 * gdb.base/huge.exp: New test. Print a very large target data object.
13829 (skip_huge_test): New test variable. Define if you want to skip this
13830 test. The test reads an 8 megabyte data object from the target, so it
13831 might be very time consuming on remote targets with a slow connection.
13832 * gdb.base/huge.c: New file. Test case for above.
13833
725f922e
FF
138342002-01-07 Fred Fish <fnf@redhat.com>
13835
13836 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
13837 g_instance.bfoo, and g_instance.cfoo.
13838
634d57ec
JL
13839Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
13840
f286b2c3
JL
13841 * gdb.base/break.c (multi_line_if_conditional): New function.
13842 (multi_ilne_while_conditional): Likewise.
13843 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
13844 IF or WHILE condition puts the breakpoint at the start of
13845 the condition.
13846
634d57ec
JL
13847 * gdb.base/selftest.exp (backtrace through signal handler): Remove
13848 hppa*-*-hpux* expected failure.
13849 * gdb.base/structs.exp (do_function_calls): Similarly.
13850
13851 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
13852 watchpoints.
13853
9fbfe2dc
AC
138542002-01-06 Andrew Cagney <ac131313@redhat.com>
13855
13856 Fix PR gdb/66.
13857 * gdb.base/structs.exp: Replace skip for a29k with skip for
13858 gdb,cannot_call_functions.
13859 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
13860 * gdb.base/callfuncs.exp: Ditto.
13861 * gdb.base/call-rt-st.exp: Ditto.
13862 * gdb.base/call-strs.exp: Ditto.
13863 * gdb.base/callfwmall.exp: Ditto.
13864 * gdb.base/scope.exp: Obsolete xfail a29k.
13865 * gdb.c++/misc.exp: Ditto.
13866 * gdb.c++/cplusfuncs.exp: Ditto.
13867 * gdb.base/ptype.exp: Ditto.
13868 * gdb.base/printcmds.exp: Ditto.
13869 * gdb.base/opaque.exp: Ditto.
13870 * gdb.base/list.exp: Ditto.
13871 * gdb.base/funcargs.exp: Ditto.
13872 * gdb.base/default.exp: Ditto.
13873
8ddad156
MS
138742002-01-04 Michael Snyder <msnyder@redhat.com>
13875
ca4976a6 13876 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
13877 * gdb.base/maint.exp: Add tests for maint info sections options.
13878
1b074332
JL
13879Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
13880
13881 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
13882
7d159115
CV
138832001-12-20 Corinna Vinschen <vinschen@redhat.com>
13884
13885 * gdb.asm/arm.inc: New file.
13886 * gdb.asm/asm-source.exp: Add arm targets.
13887 * gdb.asm/configure.in: Ditto.
13888 * gdb.asm/configure: Recreated from configure.in.
13889
8fb87725
JL
13890Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
13891
afabe08c
JL
13892 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
13893 with HP's compiler.
13894 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13895 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13896 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13897 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13898
13899 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
13900 either HP's compilers or GCC.
13901
db521deb
JL
13902 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
13903 a SIGBUS or SIGSEGV.
13904
13905 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
13906
13907 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
13908 can be compiled with either HP's compiler or GCC.
13909
cfa88ab7
JL
13910 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
13911 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
13912 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
13913
ca344dff
JL
13914 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
13915 to match current gdb output. Update due to using auto-solib-limit
13916 for limiting instead of overloading auto-solib-add.
13917 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
13918 test program.
13919
3f3c6e55 13920 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
13921 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
13922 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13923 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13924 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13925 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13926 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
13927 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
13928 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
13929 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
13930 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
13931 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
13932 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 13933
8fb87725
JL
13934 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
13935 a SIGTRAP to the inferior.
13936
cf599fa7
CV
139372001-12-19 Corinna Vinschen <vinschen@redhat.com>
13938
13939 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
13940 Substitute call to target_link by call to gdb_compile.
13941
2cd045cd
JL
13942Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
13943
a9c64011
AS
13944 * gdb.base/break.exp: Fix HP specific search string when testing
13945 backtracing in a called function.
2cd045cd 13946
a9c64011
AS
13947 * gdb.base/constvars.exp: Only set lang to C++ if we're
13948 compiling the test with HP's compilers.
13949 * gdb.base/volatile.exp: Similarly.
2cd045cd 13950
99ebe9ac
JB
139512001-12-19 Jim Blandy <jimb@redhat.com>
13952
13953 * gdb.base/printcmds.exp: Expect the null character to be printed
13954 as '\0', and the '\013' to be printed as '\v'.
13955 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
13956 * gdb.base/setvar.exp: Same.
13957
b9891b29
JB
139582001-12-17 Jim Blandy <jimb@redhat.com>
13959
0eba65ab
JB
13960 * gdb.base/completion.exp: Rather than completing very long
13961 filenames, which can make the readline library produce output we
13962 don't recognize, cd to the directory first, and then complete
13963 using nice, short relative paths.
13964
6970b5b1
JB
13965 * gdb.base/completion.exp: On some systems, there is, in fact, a
13966 variable named `b' in scope, since GDB treats all static
a9c64011
AS
13967 variables as being in scope. So use `no_var_named_this'
13968 instead of `b'.
6970b5b1 13969
b9891b29
JB
13970 * gdb.base/corefile.exp: Recognize the message saying that GDB
13971 can't find the core file's registers as a failure.
13972
e6ccd35f
JSC
139732001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
13974
a9c64011
AS
13975 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
13976 test expect string more specific.
e6ccd35f 13977
105ba819
CV
139782001-12-13 Corinna Vinschen <vinschen@redhat.com>
13979
13980 * gdb.asm/asm-source.exp: Add support for xstormy16.
13981 * gdb.asm/configure.in: Ditto.
13982 * gdb.asm/configure: Rebuild.
13983 * gdb.asm/xstormy16.inc: New file.
13984
e9e79dd9
FF
139852001-12-10 Fred Fish <fnf@redhat.com>
13986
13987 * gdb.base/maint.exp: Update to match changes in type dumping code.
13988
347dc97d
JB
139892001-12-10 Jim Blandy <jimb@redhat.com>
13990
13991 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
13992 matching the entry point symbol's name at the beginning of the
13993 line.
13994
5178b9d6
DJ
139952001-12-07 Daniel Jacobowitz <drow@mvista.com>
13996
13997 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
13998 gdb.c++/inherit.exp, gdb.c++/method.exp,
13999 gdb.c++/namespace.exp, gdb.c++/templates.exp,
14000 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
14001 and class layout support.
14002
af890c52
DJ
140032001-12-07 Daniel Jacobowitz <drow@mvista.com>
14004
14005 * gdb.c++/classes.exp: Add test for static member function.
14006 * gdb.c++/misc.cc: Add class with static member function.
14007
7a345fb3
JB
140082001-12-07 Jim Blandy <jimb@redhat.com>
14009
f2e54a80 14010 If GDB says it can't find the struct the function returned, report
8032bf31
JB
14011 those tests as `unsupported'.
14012 * gdb.base/call-rt-st.exp (print_struct_call): New function.
14013 Rewrite subsequent tests to use it.
14014
14015 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
14016 those tests as `unsupported'.
14017 * gdb.base/structs.exp (call_struct_func): New function.
14018 (do_function_calls): Use call_struct_func to call the functions
14019 returning structs.
14020
0bc69509
JB
14021 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
14022 whether functions are prototyped or not, so we can't possibly pass
14023 arguments to t_float_values2 properly.
14024
7a345fb3
JB
14025 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
14026 value of `timeout' for targets other than the mips*tx39-*.
14027
edb6ede1
MS
140282001-12-06 Michael Snyder <msnyder@redhat.com>
14029
d63a86f8 14030 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
14031 and detect whether the start symbol has a leading underscore.
14032
2d842f13
JB
140332001-12-04 Jim Blandy <jimb@redhat.com>
14034
14035 * gdb.base/completion.exp: Clarify indentation.
14036
68550daf
JB
140372001-12-03 Jim Blandy <jimb@redhat.com>
14038
14039 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
14040 variables on the S/390, not `.word'.
14041
cd5195a8
JB
140422001-11-30 Jim Blandy <jimb@redhat.com>
14043
14044 Add assembly-source tests for s390-ibm-linux.
14045 * gdb.asm/s390.inc: New file.
14046 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
14047 the S/390 architecture.
a9c64011 14048 * gdb.asm/configure: Regenerated.
cd5195a8 14049
ca9efc90
MS
140502001-11-30 Michael Snyder <msnyder@redhat.com>
14051
14052 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
14053 next, info source, info sources, info line, global and static
14054 variables, and static functions.
14055 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
14056 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
14057 * gdb.asm/asmsrc1.s: Add a static function and some variables.
14058 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
14059 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
14060 (gdbasm_leave): Restore frame pointer.
14061 (gdbasm_startup): Copy stack set-up from crt0.S.
14062
d0e66976
FN
140632001-11-26 Fernando Nasser <fnasser@redhat.com>
14064
14065 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
14066 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
14067 to a local (non-static) variable. Copy tstruct.a to a static buffer
14068 and return a pointer to that buffer.
14069 * gdb.base/callfwmall.c (t_structs_a): Ditto.
14070
e2334072
MK
140712001-11-24 Mark Kettenis <kettenis@gnu.org>
14072
14073 * gdb.asm/configure.in: Fix recognition of ix86 target.
14074 * gdb.asm/configure: Regenerate.
14075
756caa3d
MS
140762001-11-21 Michael Snyder <msnyder@redhat.com>
14077
14078 * gdb.asm/sparc.inc: New file.
14079 * gdb.asm/asm-source.exp: Recognize sparc target.
14080 * gdb.asm/configure.in: Recognize sparc target.
14081 * gdb.asm/configure: Regenerate.
d63a86f8 14082
9a4d72d5
MS
140832001-11-21 Michael Snyder <msnyder@redhat.com>
14084
14085 * gdb.asm/m32r.inc: New file.
14086 * gdb.asm/asm-source.exp: Recognize m32r target.
14087 * gdb.asm/configure.in: Recognize m32r target.
14088 * gdb.asm/configure: Regenerate.
14089
a773d1cd
MS
140902001-11-20 Michael Snyder <msnyder@redhat.com>
14091
017ac23d
MS
14092 * gdb.asm/i386.inc: New file.
14093 * gdb.asm/asm-source.exp: Recognize ix86 target.
14094 * gdb.asm/configure.in: Recognize ix86 target.
14095 * gdb.asm/configure: Regenerate.
14096
a773d1cd
MS
14097 * gdb.c++/namespace.exp: Fix quotes in output messages.
14098
bb632afb
MS
140992001-11-14 Michael Snyder <msnyder@redhat.com>
14100
25d559ca 14101 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
14102 qualifier in a type cast expression, to designate an address
14103 in the instruction space (Harvard architecture).
14104
4749e309
MS
141052001-11-13 Michael Snyder <msnyder@redhat.com>
14106
14107 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
14108 Tests for expressions using 'const' and 'volatile'.
14109
25050984
CV
141102001-11-13 Corinna Vinschen <vinschen@redhat.com>
14111
14112 * gdb.asm/asm-sources.exp: Allow defining linker flags.
14113
1902c51f
DJ
141142001-11-12 Daniel Jacobowitz <drow@mvista.com>
14115
14116 * lib/mi-support.exp (mi_run_to_helper): Move comments
14117 outside of gdb_expect.
14118
dcf95b47
DJ
141192001-11-11 Daniel Jacobowitz <drow@mvista.com>
14120
14121 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
14122 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
14123 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
14124 mi0_run_to): New functions.
14125 * gdb.mi/mi-simplerun.exp: Use them.
14126 * gdb.mi/mi0-simplerun.exp: Likewise.
14127 * gdb.mi/mi-var-cmd.exp: Likewise.
14128 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 14129
45b074e1
AC
141302001-11-10 Andrew Cagney <ac131313@redhat.com>
14131
14132 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
14133 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
14134
bf50d346
AC
141352001-11-09 Andrew Cagney <ac131313@redhat.com>
14136
14137 * gdb.base/restore.exp: Include $expected value in restored test
14138 message.
14139
9383332c
AC
141402001-11-09 Andrew Cagney <ac131313@redhat.com>
14141
14142 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
14143 implemented.
14144
db62520a
MS
141452001-11-08 Michael Snyder <msnyder@redhat.com>
14146
14147 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
14148 Add pass/fail message for stop at breakpoint in call dummy function.
14149
b5703437
MS
141502001-11-07 Michael Snyder <msnyder@redhat.com>
14151
d63a86f8
RM
14152 * gdb.c++/templates.exp (test_template_breakpoints):
14153 If we get an overload menu, but it does not match what
760f6330 14154 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
14155 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
14156 making the whitespace optional. Argument for "new" may be
14157 "unsigned" as well as "unsigned int/long".
d63a86f8 14158 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
14159 making the whitespace optional. Also replace "(void) with
14160 "((void|)), making the keyword "void" optional.
d63a86f8 14161 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
14162 making the whitespace optional. Also replace "(void) with
14163 "((void|)), making the keyword "void" optional.
3bf40917
MS
14164 * gdb.base/callfuncs.c (t_float_values): This function must
14165 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 14166 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
14167 can be tested against both cases. Usually one case involves
14168 promotion of float to double, while the other does not.
14169 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
14170 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
14171 includes a stack frame for "start".
14172
c8ab4e6d
JB
141732001-11-05 Jim Blandy <jimb@redhat.com>
14174
14175 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
14176 pointers are 32 bits long, and that offsets of relocs are always
14177 stored in the data (REL-style), and not in the reloc entry itself
14178 (RELA-style).
14179 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
14180 stabs.
14181
3f08ced9
MS
141822001-11-01 Michael Snyder <msnyder@redhat.com>
14183
14184 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
14185 and regular expression operators by using quoting.
14186
cbfa24cd
MS
141872001-10-31 Michael Snyder <msnyder@redhat.com>
14188
14189 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
14190 depending on what the symbol table contains.
14191 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
14192 the output of the ptype command. Similarly, accept both "const &"
14193 and "const&".
14194
aaa68313
CV
141952001-10-31 Corinna Vinschen <vinschen@redhat.com>
14196
14197 * gdb.base/miscexprs.c (main): Add usage of preprocessor
14198 symbol `STORAGE' to allow to choose the storage class of
14199 the local datastructures.
14200 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
14201 compiler directive.
14202
91740388
MS
142032001-10-30 Michael Snyder <msnyder@redhat.com>
14204
14205 * gdb.base/jump.exp: Allow it to run for all targets.
14206
1b7c05e7
CV
142072001-10-29 Corinna Vinschen <vinschen@redhat.com>
14208
14209 * gdb.base/call-ar-st.c (print_double_array): Match for loop
14210 with new double_array size.
14211 (main): Change storage class of all local variables to static.
14212 Reduce size of double_array to 9.
14213 * gdb.base/call-ar-st.exp: Increase timeout value.
14214 Change expected output for double array to match new size in
14215 call-ar-st.c.
14216
36a22261
CV
142172001-10-29 Corinna Vinschen <vinschen@redhat.com>
14218
14219 * gdb.base/ending-run.exp: Create identical output when passing
14220 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 14221 Stormy16 target.
36a22261 14222
92b8ae91
MK
142232001-10-28 Mark Kettenis <kettenis@gnu.org>
14224
14225 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
14226 that we catch the expected failure under Linux/x86.
14227
cb135b83
OF
142282001-10-29 Orjan Friberg <orjanf@axis.com>
14229
14230 * gdb.base/setvar.exp: Escape curly braces.
14231 * gdb.stabs/weird.exp: Ditto.
14232
6884aa54
DJ
142332001-10-27 Daniel Jacobowitz <drow@mvista.com>
14234
14235 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
14236 * gdm.mi/mi0-hack-cli.exp: Likewise.
14237
0398c9aa
AC
142382001-10-25 Andrew Cagney <ac131313@redhat.com>
14239
14240 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
14241 messages.
14242
d20bf2e8
AC
142432001-10-21 Andrew Cagney <ac131313@redhat.com>
14244
14245 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
14246 checking MI enabled.
14247
03dd63aa
CV
142482001-10-09 Corinna Vinschen <vinschen@redhat.com>
14249
14250 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
14251
1d9d99f3
FCE
142522001-10-04 Frank Ch. Eigler <fche@redhat.com>
14253
14254 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
14255 if gdb child process crashes, just signal an error.
14256
838ae6c4
JB
142572001-10-02 Jim Blandy <jimb@redhat.com>
14258
14259 * lib/gdb.exp (test_xfail_format): Simplify.
14260
14261 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
14262 front of the variable name `format'. Simplify `if'.
14263
8f0cbc1c
DJ
142642001-10-01 Daniel Jacobowitz <drow@mvista.com>
14265
14266 * gdb.threads/pthreads.exp: Wait for output and delay
14267 before sending ^C.
14268
1f08dafd
DJ
142692001-10-01 Daniel Jacobowitz <drow@mvista.com>
14270
14271 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
14272 some incorrect output instead of timing out.
14273 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
14274
674f90ff
CV
142752001-09-28 Corinna Vinschen <vinschen@redhat.com>
14276
14277 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
14278 check to allow additional `int'.
14279
9b284272
DJ
142802001-09-27 Daniel Jacobowitz <drow@mvista.com>
14281
14282 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
14283 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
14284
b55a4771
MS
142852001-09-27 Michael Snyder <msnyder@redhat.com>
14286
14287 * lib/gdb.exp (test_debug_format): New proc.
14288 (setup_xfail_format): Use new proc test_debug_format.
14289 * gdb.base/constvars.exp (local_compiler_xfail_check): New
14290 proc; use new service proc test_debug_format.
14291 Replace all other "gcc_compiled" tests with this test.
14292 * gdb.base/volatile.exp (local_compiler_xfail_check): New
14293 proc; use new service proc test_debug_format.
14294 Replace all other "gcc_compiled" tests with this test.
14295
142962001-09-27 Michael Snyder <msnyder@redhat.com>
14297
14298 * gdb.base/cvexpr.exp: New file.
14299 * gdb.base/cvexpr.c: New file
14300 Test for expressions using const and volatile keywords.
14301
4e6667ac
CV
143022001-09-26 Corinna Vinschen <vinschen@redhat.com>
14303
14304 * gdb.base/constvars.exp: Check for different orders of keywords
14305 and additional "int" strings in output.
14306
4f337972
AC
143072001-09-22 Andrew Cagney <ac131313@redhat.com>
14308
14309 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
14310 responses from "help maint".
14311
2015650d
FCE
143122001-09-19 Frank Ch. Eigler <fche@redhat.com>
14313
14314 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
14315 to localhost:NNN instead of :NNN, in case Xvfb is listening
14316 only on TCP.
14317
f3bcedc1
CV
143182001-09-19 Corinna Vinschen <vinschen@redhat.com>
14319
14320 * gdb.base/recurse.exp: When checking leaving the watchpoint
14321 scope, recognize when gdb is in function's epilogue and pass.
14322
6b819c92
KS
143232001-09-18 Keith Seitz <keiths@redhat.com>
14324
14325 * lib/insight-support.exp (_gdbtk_export_target_info): Add
14326 support for running tests against sid targets.
14327 (gdbtk_done): Ditto.
14328
a10c9419
CV
143292001-09-18 Corinna Vinschen <vinschen@redhat.com>
14330
14331 * gdb.base/ending-run.c (main): Set stdout buffersize
14332 to the same reasonable value for any target.
14333 * gdb.base/ending-run.exp: Add a regular expression
14334 to make testsuite happy on Sanyo Stormy16 target.
14335
739d0d99
CV
143362001-09-17 Corinna Vinschen <vinschen@redhat.com>
14337
14338 * gdb.base/display.c (do_loops): Add float variable `f'.
14339 Increment f in loop.
14340 * gdb.base/display.exp: Increment timeout by 60 seconds.
14341 Change float display test to use variable `f'.
14342
1b8947f0
JB
143432001-09-17 Jim Blandy <jimb@redhat.com>
14344
14345 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
14346 overflowing the limited breakpoint tables on some ROM monitors
14347 (like the ROM68K).
14348
9890ac81
FCE
143492001-09-15 Frank Ch. Eigler <fche@redhat.com>
14350
14351 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
14352 the "-ac" (disable access control) flag.
14353
6db765ea
JH
143542001-08-30 Jeff Holcomb <jeffh@redhat.com>
14355
14356 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
14357 ints.
14358
4c32cc04
KS
143592001-08-30 Keith Seitz <keiths@redhat.com>
14360
14361 * lib/gdb.exp: Move all insight-related functionality into
14362 separate file.
14363 * lib/insight-support.exp: New file.
14364
8d6e6f81
FCE
143652001-08-29 Frank Ch. Eigler <fche@redhat.com>
14366
14367 * config/sid.exp (sid_start): Never set sid verbosity; disable
14368 expect_background {} that consumed its stdout; tolerate </dev/null.
14369 Attempt to set endianness override in "sid" protocol mode. Cleanup.
14370
6a90e1d0
AC
143712001-08-18 Andrew Cagney <ac131313@redhat.com>
14372
14373 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
14374 CLI jump command to start it.
14375 (mi_run_to_main): Fail immediatly when unexpected output.
14376
1759b3c3
AC
143772001-08-18 Andrew Cagney <ac131313@redhat.com>
14378
14379 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
14380 beginning of function. Fix PR gdb/191.
14381
61d11d80
FCE
143822001-08-16 Frank Ch. Eigler <fche@redhat.com>
14383
14384 * config/sid.exp (sid_start): Don't warn if we cannot figure out
14385 what to force sid endianness to.
14386
942a4df2
KS
143872001-08-15 Keith Seitz <keiths@redhat.com>
14388
14389 * lib/gdb.exp (gdbtk_start): Don't set environment
14390 variables for TCL_LIBRARY and friends. Insight will
14391 now figure these out for itself.
14392
0521c418
MS
143932001-08-02 Michael Snyder <msnyder@redhat.com>
14394
14395 * gdb.base/completion.exp: Remove the symbol "a64l" from
14396 the expect string; this is target-specific, and not related
14397 to what is being tested.
14398
74a9a58a
DB
143992001-08-02 Dave Brolley <brolley@redhat.com>
14400
14401 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
14402
c70819fa
MS
144032001-07-25 Michael Snyder <msnyder@redhat.com>
14404
c2b8fa57
MS
14405 * gdb.base/consecutive.exp: New file. Test stepping over
14406 breakpoints on consecutive instructions.
14407 * gdb.base/consecutive.c: New file.
14408
c70819fa
MS
14409 * gdb.base/call-rt-st.exp: Use double-backslash to quote
14410 curly braces in regular expressions.
14411
2b1a1355
MS
144122001-07-25 Michael Snyder <msnyder@redhat.com>
14413
14414 * gdb.base/ending-run.exp: Accept "Program exited normally" as
14415 legitimate output from stepping out of main.
14416
413eca6f
KS
144172001-07-22 Keith Seitz <keiths@redhat.com>
14418
14419 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
14420 the empty string, do not run the tests.
14421
7e5a9322
SC
144222001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14423
14424 * gdb.base/long_long.exp: Detect size of pointer. Take into
14425 account 2-byte pointers when testing for p/a results.
14426
de58f10f
SC
144272001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14428
d63a86f8 14429 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
14430 and defined to 1K for m68hc11.
14431 (random_data): Reduce table to 1K for embedded platforms (68hc11).
14432 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
14433 (sizeof_random_data): New variable to tell the size of the data table;
14434 don't test past this size; always run to main.
14435
d6f5fea1
SC
144362001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14437
14438 * gdb.base/return2.exp: return of long long and double fails for
14439 68HC11; don't execute these tests on that platform.
14440 * gdb.base/return.exp: Return of a double fails for 68hc11.
14441
c477543d
SC
144422001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14443
14444 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
14445 tests that print a float.
14446 * call-rt-st.exp: Likewise.
14447
63cf1c79
MK
144482001-07-12 Mark Kettenis <kettenis@gnu.org>
14449
14450 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
14451 running this test on Linux.
14452
112f9ab5
MC
144532001-06-24 Michael Chastain <chastain@redhat.com>
14454
14455 * gdb.base/arithmet.exp: Remove some tests to make all test names
14456 unique.
14457
4970cb0f
MS
144582001-07-03 Michael Snyder <msnyder@redhat.com>
14459
14460 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
14461 the output of the ptype command.
14462
d85da69f
MS
144632001-07-02 Michael Snyder <msnyder@redhat.com>
14464
4c8a82de
MS
14465 * gdb.base/completion.exp: Don't assume that break.c is the only
14466 source file that may contain functions named "marker".
d85da69f
MS
14467 * gdb.base/corefile.exp: Quote the curly braces in regexp.
14468
8afc772b
AC
144692001-06-28 Andrew Cagney <ac131313@redhat.com>
14470
14471 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
14472 of files to delete.
14473
14474 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
14475 * gdb.disasm/h8300s.exp: New file.
14476 gdb.disasm/h8300s.s: Likewise.
14477
cff22675
AC
144782001-06-27 Andrew Cagney <ac131313@redhat.com>
14479
14480 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
14481 empty breakpoint tables.
14482
68c81b54
AC
144832001-06-25 Andrew Cagney <ac131313@redhat.com>
14484
14485 * lib/mi-support.exp: Update args=... part of stop-reason
14486 patterns. Accept either a list or a tuple.
14487
2dd62704
AC
144882001-06-23 Andrew Cagney <ac131313@redhat.com>
14489
14490 * lib/mi-support.exp: Remove local emacs variable defining
14491 change-log-default-name.
14492
b4127474
MC
144932001-06-22 Michael Chastain <chastain@redhat.com>
14494
14495 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
14496 This is operationally compatible with the previous version.
14497
8dbfb380
JB
144982001-06-13 Jim Blandy <jimb@redhat.com>
14499
14500 * lib/gdb.exp (gdb_test): Doc fix.
14501
f2d8c86d
MC
145022001-06-10 Michael Chastain <chastain@redhat.com>
14503
14504 * gdb.base/exprs.exp: Remove a duplicate test.
14505
81564d34
JB
145062001-06-06 Jim Blandy <jimb@redhat.com>
14507
14508 * gdb.base/return2.exp (main): Use values to test float and double
14509 returns that are not NaN's, to avoid being confused by IEEE
14510 comparison rules.
14511
da55addb
MS
145122001-06-04 Michael Snyder <msnyder@redhat.com>
14513
14514 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 14515 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
14516 rather than wait for 12 more tests to time out.
14517
42c65987
JB
145182001-06-06 Jim Blandy <jimb@redhat.com>
14519
b18bced9 14520 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 14521 Don't forget to match the GDB prompt.
b18bced9 14522
42c65987
JB
14523 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
14524
5b41e5f0
JB
145252001-06-04 Jim Blandy <jimb@redhat.com>
14526
14527 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
14528 command.
14529
015e046f
KB
145302001-05-31 Kevin Buettner <kevinb@redhat.com>
14531
14532 * gdb.base/annota1.exp (info break): Match four or more spaces
14533 after "Address".
14534
fb1ffbbe
MC
145352001-05-31 Michael Chastain <chastain@redhat.com>
14536
14537 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
14538 (dm_type_int_star): Likewise.
14539 (dm_type_long_star): Likewise.
14540 (dm_type_void_star): Likewise.
14541
5ea2a32c
KB
145422001-05-29 Kevin Buettner <kevinb@redhat.com>
14543
14544 * gdb.base/completion.exp (INPUTRC): Set this environment variable
14545 to a known value in order to get consistent results regardless
14546 of the setting of INPUTRC or the presence or contents of .inputrc.
14547
ae23c492
MS
145482001-05-24 Michael Snyder <msnyder@redhat.com>
14549
ac55707e
MS
14550 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
14551 Don't require that the main thread and the manager thread are the
14552 first in the list.
14553
ae23c492
MS
14554 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
14555 debugging. If test fails, issue an "unsupported" not a "fail".
14556
400071f1
JB
145572001-05-24 Jim Blandy <jimb@redhat.com>
14558
14559 Don't assume that short is shorter than int.
14560 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
14561 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 14562 this isn't true.
400071f1
JB
14563 ("print unsigned char == (~0)"): Add test that verifies that ~0,
14564 an int, is not equal to ~0 stored in an unsigned char. This tests
14565 the same thing that the previous test meant to, but works on
14566 16-bit machines, too.
14567 ("print unsigned char != (~0)"): Same test, complemented.
14568
0816a3e5
MS
145692001-05-24 Michael Snyder <msnyder@redhat.com>
14570
14571 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 14572 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
14573 and prevents dejagnu getting out of step.
14574
f6dc23a9
KB
145752001-05-23 Kevin Buettner <kevinb@redhat.com>
14576
14577 * gdb.base/finish.exp (finish_void): Revise pattern for
14578 stopping on the call statement to not permit stopping at
14579 the start of the instructions comprising the call sequence.
14580
7dbd117d
MC
145812001-05-19 Michael Chastain <chastain@redhat.com>
14582
14583 * gdb.base/callfuncs.exp: Make all test names unique.
14584 * gdb.base/commands.exp: Make all test names unique.
14585 * gdb.base/condbreak.exp: Make all test names unique.
14586 * gdb.base/dbx.exp: Make all test names unique.
14587 * gdb.base/default.exp: Make all test names unique.
14588 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
14589 and TIMEOUT messages to their corresponding PASS message.
14590 * gdb.base/ending-run.exp: Make all test names unique.
14591 * gdb.base/long_long.exp: Remove duplicate test.
14592
6b0b0a9e
KB
145932001-05-21 Kevin Buettner <kevinb@redhat.com>
14594
14595 * gdb.base/finish.exp (finish_void): Allow "finish" command to
14596 stop on the call statement as well as the statement after the
14597 call.
14598
2caa35cb
MS
145992001-05-21 Michael Snyder <msnyder@redhat.com>
14600
14601 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
14602
40713331
EZ
146032001-05-10 Elena Zannoni <ezannoni@redhat.com>
14604
a9c64011
AS
14605 * gdb.base/completion.exp: Revamp test. Make it execute on all
14606 platforms.
40713331 14607
c2c1be8d
EZ
146082001-05-10 Elena Zannoni <ezannoni@redhat.com>
14609
a9c64011
AS
14610 * config/gdbserver.exp (gdb_load): Handle the case
14611 in which the arguments to gdbserver are given in the
14612 baseboard configuration file.
14613 Also handle the case in which the server needs to do a
14614 load.
2c9cd303 14615
9671de48
KS
146162001-05-07 Keith Seitz <keiths@cygnus.com>
14617
a9c64011
AS
14618 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
14619 set up the display for testing.
14620 (gdbtk_start): Convert all paths to paths that tcl will like.
14621 Export target information to environment.
14622 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
14623 necessary.
14624 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
14625 (to_tcl_path): New proc to convert a given pathname into
14626 a path acceptible as an argument to a tcl command.
14627 (_gdbtk_export_target_info): New proc to export target info
14628 into the environment for gdbtk testing.
14629 (gdbtk_done): New proc to signal end-of-test.
9671de48 14630
5a360f47
JB
146312001-05-06 Jim Blandy <jimb@redhat.com>
14632
14633 * restore.c: Make the code of caller0 correspond to its comment.
14634
66c756c6
MS
146352001-05-03 Michael Snyder <msnyder@redhat.com>
14636
14637 * config/sid.exp (gdb_target_sid): Check for error messages.
14638 On error or timeout, don't make expect exit (which will terminate
14639 all subsequent tests); instead just make gdb exit.
d63a86f8 14640 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
14641 return a negative value.
14642
a966fde5
JB
146432001-04-24 Jim Blandy <jimb@redhat.com>
14644
851c18e0
JB
14645 * gdb.c++/templates.exp: If we see the prompt for the overload
14646 list, but we haven't recognized any of the longer patterns,
14647 arrange for this test to fail, not hang.
14648
a966fde5
JB
14649 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
14650 variations.
14651
db144853
MC
146522001-04-22 Michael Chastain <chastain@redhat.com>
14653
14654 * gdb.c++/local.exp: Use the 'runto' library function.
14655 * gdb.c++/namespace.exp: Likewise.
14656 * gdb.c++/overload.exp: Likewise.
14657
3207ec21
KB
146582001-03-26 Kevin Buettner <kevinb@redhat.com>
14659
14660 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
14661 * gdb.base/step-line.exp: New file. Test step/next in presence of
14662 #line directives.
14663 * gdb.base/step-line.c: New file. Test program for the above.
14664 * gdb.base/step-line.inp: New file. We pretend that this file has
14665 been transformed by some other tool into step-line.c.
14666
13b57657
JB
146672001-03-21 Jim Blandy <jimb@redhat.com>
14668
14669 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
14670 unmangled operator names.
14671
754cbe1c
JB
146722001-03-20 Jim Blandy <jimb@redhat.com>
14673
14674 * gdb.threads/linux-dp.exp: Recognize an additional message
14675 generated by GDB when it doesn't understand how to debug threads
14676 on the target system.
14677
177495c9
AC
146782001-03-19 Andrew Cagney <ac131313@redhat.com>
14679
14680 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
14681
f266096b
MC
146822001-03-12 Michael Chastain <chastain@redhat.com>
14683
14684 * gdb.c++/derivation.exp: Use the 'runto' library function.
14685
cac3c2ff
MC
146862001-03-12 Michael Chastain <chastain@redhat.com>
14687
14688 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
14689
b6c11a24
MC
146902001-02-24 Michael Chastain <chastain@redhat.com>
14691
14692 * gdb.c++/ref-types.exp: Change handwritten code to library
14693 function 'runto'.
14694
6bae5bce
OF
146952001-03-16 Orjan Friberg <orjanf@axis.com>
14696
14697 * gdb.base/signals.exp: Set count to 0 explicitly.
14698
0015fd9a
MS
146992001-03-15 Mark Salter <msalter@redhat.com>
14700
14701 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
14702 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
14703 (gdb_load): Add support for additional target_info: gdb_download_size
14704 and gdb_load_timeout.
0015fd9a 14705
fc33412a
DT
14706Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
14707
14708 * gdb.base/annota1.exp: Move test of isnative to earlier in the
14709 file -- to prevent failing when the compile fails but we have no
14710 intention of running the tests anyway.
14711
14712 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
14713 tests if set.
14714
14715 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
14716 integers.
14717
14718 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
14719 * gdb.c++/namespace.exp: Ditto.
14720
115f06de
OF
147212001-03-07 Orjan Friberg <orjanf@axis.com>
14722
14723 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
14724 * gdb.base/pointers.exp: Relax pattern match of decimals.
14725
b6ba6518
KB
147262001-03-06 Kevin Buettner <kevinb@redhat.com>
14727
14728 * Makefile.in, config/abug.exp, config/cfdbug.exp,
14729 config/cpu32bug.exp, config/dve.exp, config/est.exp,
14730 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
14731 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
14732 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
14733 config/sh.exp, config/sid.exp, config/slite.exp,
14734 config/sparclet.exp, config/udi.exp, config/unknown.exp,
14735 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
14736 config/vxworks.exp, config/vxworks29k.exp,
14737 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
14738 gdb.base/all-bin.exp, gdb.base/annota1.exp,
14739 gdb.base/arithmet.exp, gdb.base/assign.exp,
14740 gdb.base/async.exp, gdb.base/attach.exp,
14741 gdb.base/bitfields.exp, gdb.base/bitops.exp,
14742 gdb.base/break.exp, gdb.base/call-ar-st.exp,
14743 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
14744 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
14745 gdb.base/commands.exp, gdb.base/completion.exp,
14746 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
14747 gdb.base/constvars.exp, gdb.base/corefile.exp,
14748 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
14749 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
14750 gdb.base/ending-run.exp, gdb.base/environ.exp,
14751 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
14752 gdb.base/finish.exp, gdb.base/foll-exec.exp,
14753 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
14754 gdb.base/funcargs.exp, gdb.base/help.exp,
14755 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
14756 gdb.base/logical.exp, gdb.base/long_long.exp,
14757 gdb.base/maint.exp, gdb.base/mips_pro.exp,
14758 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
14759 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
14760 gdb.base/pointers.exp, gdb.base/printcmds.exp,
14761 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
14762 gdb.base/regs.exp, gdb.base/relational.exp,
14763 gdb.base/remote.exp, gdb.base/reread.exp,
14764 gdb.base/restore.exp, gdb.base/return2.exp,
14765 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
14766 gdb.base/selftest.exp, gdb.base/setshow.exp,
14767 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
14768 gdb.base/sigall.exp, gdb.base/signals.exp,
14769 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
14770 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14771 gdb.base/step-test.exp, gdb.base/structs.c,
14772 gdb.base/structs.exp, gdb.base/structs2.exp,
14773 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
14774 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
14775 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
14776 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
14777 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
14778 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
14779 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
14780 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
14781 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
14782 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
14783 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
14784 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
14785 gdb.fortran/types.exp, gdb.java/jmisc.exp,
14786 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14787 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
14788 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14789 gdb.trace/circ.exp, gdb.trace/collection.exp,
14790 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14791 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14792 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
14793 gdb.trace/report.exp, gdb.trace/save-trace.exp,
14794 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14795 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14796 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
14797 notices.
14798
dc96c6c7 147992001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
14800
14801 * gdb.base/varargs.c (find_max_double): Fix printf format string:
14802 first arg is int not float.
14803
dc96c6c7 148042001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
14805
14806 * gdb.base/reread.exp: Unsupported for non-native targets;
14807 doesn't work for remote debugging.
14808
9b0c4aeb
FN
148092001-02-19 Fernando Nasser <fnasser@redhat.com>
14810
14811 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
14812 * gdb.base/ending-run.exp: Properly handle the BSP state when
14813 stepping past the end of main.
9b0c4aeb 14814
02aa71d5
MC
148152001-02-19 John Moore <jmoore@redhat.com>
14816
14817 * gdb.base/commands.exp (infrun_breakpoint_command_test):
14818 Converted HPUX fix for non-expected items following multiple
14819 step commands into general solution for all platforms.
14820
1fa449a4
MC
148212001-02-18 Michael Chastain <chastain@redhat.com>
14822
14823 * gdb.c++/classes.exp (do_tests): Change runto statements
14824 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14825 statements demangler agnostic.
14826 * gdb.c++/virtfunc.exp (do_tests): Likewise.
14827 (gdb_virtfunc_restart): Likewise.
14828
b2f9ec70
MC
148292001-02-14 Michael Chastain <chastain@redhat.com>
14830
14831 * gdb.c++/inherit.exp (do_tests): Change runto statements
14832 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14833 statements demangler agnostic.
14834
cf74b8ca
AC
14835Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
14836
14837 * gdb.threads/pthreads.exp: Unify pass/fail messages for
14838 ``continue to bkpt at common_routine in thread 2'' and ``stopped
14839 before calling common_routine 15 times'' tests.
14840
99f78f56
MC
148412001-02-11 Michael Chastain <chastain@redhat.com>
14842
14843 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
14844 Helps the test script figure out which demangler is in use.
14845 (dm_type_foo_ref): Ditto.
14846 (dm_type_int_star): Ditto.
14847 (dm_type_long_star): Ditto.
14848 (dm_type_unsigned_int): Ditto.
14849 (dm_type_void): Ditto.
14850 (dm_type_void_star): Ditto.
99707966 14851 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
14852 Probe the gdb demangler and set variables to accommodate
14853 formatting differences.
14854 (info_func_regexp): New function. Same as info_func, but
14855 matches against a regexp.
14856 (info_func): Match against a literal string.
14857 (print_addr_2): New function. Match against a literal string,
14858 which can be different from the input to gdb.
14859 (print_addr): Simply call print_addr_2 with the same argument twice.
14860 (test_lookup_operator_functions): Use demangler formatting variables.
14861 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
14862 the tests in the same order as the C++ class declaration.
14863 (test_paddr_operator_functions): Ditto.
14864 (test_paddr_overloaded_functions): Ditto.
14865 (test_paddr_hairy_functions): Use demangler formatting variables.
14866 Add reference to gdb/19 for related tests.
14867 (do_tests): Call probe_demangler.
14868
1de8f023
KB
148692001-01-30 Kevin Buettner <kevinb@redhat.com>
14870
14871 * gdb.c++/templates.cc (printf): Remove unused function definition.
14872
ca3f91ed
MS
148732001-01-26 Felix Lee <flee@redhat.com>
14874
14875 * sid.exp (sid_exit): Pass host, not target, to remote_close.
14876
148772001-01-25 matthew green <mrg@redhat.com>
14878
14879 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
14880 up sid.
14881 (sid_exit): Call `remote_pop_conn' after GDB is gone.
14882
148832001-01-25 matthew green <mrg@redhat.com>
14884
14885 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 14886 Deprecate $sid_spawn_id.
ca3f91ed
MS
14887 (sid_exit): Remove code necessary only for `spawn.'
14888
148892001-01-25 matthew green <mrg@redhat.com>
14890
14891 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
14892
fb18ec4a
MC
148932001-01-28 Michael Chastain <chastain@redhat.com>
14894
14895 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
14896 to call when tests fail. It takes gdb out of the overloaded
14897 function choice menu back to the main prompt, so that the test
14898 program stays synchronized.
14899 (set_bp_overloaded): New proc to collect all the common
14900 code for setting a breakpoint on an overloaded name. Calls
14901 take_gdb_out_of_choice_menu when needed.
14902 (menu_overload1arg): New variable to collect the repeated
14903 instances of the expected menu for an overloaded name. Change
14904 the regular expression to handle changes in g++ type encoding:
14905 "void" can be either "void" or "", and "unsigned int" can be
14906 either "unsigned int" or "unsigned".
14907 (continue_to_bp_overloaded): Change regular expressions to handle
14908 changes in g++ type encoding.
14909 (no proc): Call take_gdb_out_of_choice_menu when needed.
14910 Remove redundant calls to "info break". Accept either "canceled"
14911 or "cancelled". Change regular expressions in "info break"
14912 calls to handle changes in g++ type encoding. Give all tests
14913 unique strings.
14914
9c646a6e
BE
149152001-01-17 Ben Elliston <bje@redhat.com>
14916
14917 * config/sid.exp: New file.
14918
9549d9c1
AC
14919Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
14920
14921 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
14922
dc96c6c7 149232000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
14924
14925 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
14926 Add a RE to accept a non-ascii char if one is ever presented.
14927
b4df4f68
FN
149282000-12-20 Fernando Nasser <fnasser@redhat.com>
14929
297dd0fd 14930 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 14931
dc96c6c7 149322000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 14933
d63a86f8 14934 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
14935 in regexp. One '\' does not suffice on Linux.
14936
4a7bddb6
MC
149372000-12-09 Michael Chastain <chastain@redhat.com>
14938
14939 * gdb.base/break.exp (test_clear_command): Use a marker function
14940 rather than 'main' for the test function. Also move this
14941 test to an execution point where the marker function names are
14942 guaranteed to be bound to functions. (Executing tests after a
14943 'finish' from main runs into name conflicts with local names
14944 in __libc_start_main).
14945
dc96c6c7 149462000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
14947
14948 * gdb.base/finish.exp: New test for gdb's "finish" command.
14949 * gdb.base/return2.exp: New test for gdb's "return" command.
14950 * gdb.base/return2.c: New source file for above.
14951
dc96c6c7 149522000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
14953
14954 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
14955 * gdb.base/miscexprs.exp: Ditto.
14956 * gdb.base/pointers.exp: Ditto.
14957 * gdb.c++/derivation.exp: Ditto.
14958 * gdb.c++/local.exp: Ditto.
14959 * gdb.c++/namespace.exp: Ditto.
14960 * gdb.c++/overload.exp: Ditto.
14961 * gdb.c++/ref-types.exp: Ditto.
14962
dc96c6c7 149632000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
14964
14965 * gdb.base/constvars.exp: Test result of "up" command.
14966 * gdb.base/miscexprs.exp: Ditto.
14967 * gdb.base/pointers.exp: Ditto.
14968 * gdb.base/scope.exp: Ditto.
14969 * gdb.c++/derivation.exp: Ditto.
14970 * gdb.c++/local.exp: Ditto.
14971 * gdb.c++/namespace.exp: Ditto.
14972 * gdb.c++/overload.exp: Ditto.
14973 * gdb.c++/ref-types.exp: Ditto.
14974
44097287
FN
149752000-11-22 Michael Chastain <chastain@redhat.com>
14976
14977 * mips_pro.exp: Accept either "middle -> top -> main" or
14978 "middle -> main" in the backtrace, because gcc can optimize
14979 tail calls to jumps. Remove setup_xfail for the hppa case.
14980 Add a comment with the original warning messages from PR 3016,
14981 which was filed in 1993, to preserve them for posterity.
14982
9d2e1bab
ND
149832000-11-17 Nick Duffek <nsd@redhat.com>
14984
14985 * lib/gdb.exp (gdb_test): Override timeout with board info.
14986
1aca8eb7
ND
149872000-11-17 Nick Duffek <nsd@redhat.com>
14988
14989 * gdb.base/display.exp: Don't kill running stub. Add "again" to
14990 the second kill and detach messages.
14991
93076499
ND
149922000-11-17 Nick Duffek <nsd@redhat.com>
14993
14994 * configure.in: Add AC_EXEEXT.
14995 * configure: Regenerate.
14996 * Makefile.in (just-check): Export EXEEXT.
14997 * lib/gdb.exp ($EXEEXT): Import from environment.
14998 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
14999 expect "maint dump-me" on Cygwin.
15000 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
15001 $EXEEXT.
15002
30e87cd3
ND
150032000-11-17 Nick Duffek <nsd@redhat.com>
15004
15005 * gdb.base/break.exp: Test backtrace and finish from called
15006 function on all platforms, not just HP-UX.
15007
dc96c6c7 150082000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
15009
15010 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
15011 code from gdb_target_monitor, so it can be used independantly
15012 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 15013
dc96c6c7 150142000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
15015
15016 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
15017 * gdb.base/corefile.exp: Expect the message "Program is being
15018 debugged already" when we send the "corefile" command, since
15019 the preceeding gdb_load may have connected gdb to a remote target.
15020 * gdb.base/display.exp: Disable hardware watchpoints if new
15021 board info variable "no_hardware_watchpoints" is true.
15022 Replace single-letter commands with more readable ones.
15023 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
15024 if new board info variable "no_hardware_watchpoints" is true.
15025 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
15026 to see if stdio (printf) testing is possible.
15027 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
15028 board info variable "no_hardware_watchpoints" is true. Use new
15029 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
15030
39124dea
FN
150312000-11-13 Fernando Nasser <fnasser@redhat.com>
15032
15033 From Orjan Friberg <orjanf@axis.com>:
15034 * gdb.base/printcmds.exp: Escape curly braces followed by a number
15035 in array print pattern match.
15036
a9e2e984
FN
150372000-11-09 Fernando Nasser <fnasser@redhat.com>
15038
15039 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
15040 spelling "cancelled" to U.S. spelling "canceled" to match changes
15041 made to gdb.
15042 * gdb.c++/ovldbreak.exp: Ditto.
15043
c7db355b
PS
150442000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
15045
15046 * gdb.base/callfuncs.c (main): Moved to end of file, call
15047 t_double_values to initialize the FPU before inferior calls are made.
15048 * gdb.base/callfuncs.exp: Test for register preservation after calling
15049 inferior functions. Add tests for continuining, finishing and
15050 returning from a stop in a call dummy.
15051
dc96c6c7 150522000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
15053
15054 * gdb.base/commands.exp: Break up long lines, and re-indent.
15055
dc96c6c7 150562000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
15057
15058 * config/gdbserver.exp: Rewritten from the ground up, to make it
15059 compatible with the current dejagnu tree, and to make it work with
15060 the new "gdbserver" in libremote.
15061
dc96c6c7 150622000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
15063
15064 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
15065 * gdb.base/varargs.exp: Skip entire test if no printf support.
15066 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
15067 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
15068
dc96c6c7 150692000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
15070
15071 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
15072 no floating point support.
15073 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
15074 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
15075 * gdb.base/call-rt-st.exp: Ditto.
15076 * gdb.base/call-strs.exp: Ditto.
15077
bac5fc66
JG
150782000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
15079
15080 * gdb.base/sizeof.c: include <stdio.h>.
15081
15082 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
15083 'finish', otherwise uncaptured gdb_prompt would potentially
15084 throw remaining test points out of sync.
bac5fc66 15085
b22a6027
SB
150862000-07-26 Scott Bambrough <scottb@netwinder.org>
15087
15088 * gdb.base/recurse.exp: Run tests for all targets.
15089 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
15090 gnu-oldld case on ARM.
15091 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
15092 for ARM targets.
d63a86f8 15093
d8231941
AG
15094Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
15095
15096 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
15097 * gdb.java/configure: Rebuild.
15098
8caabe69
AG
15099Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
15100
15101 * gdb.java/jv-exp.exp: New file.
15102
9d273ca3
AG
15103Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
15104
15105 * configure: Rebuilt.
15106 * configure.in (configdirs): Add gdb.java.
15107 * gdb.java/jmisc.java: New file.
15108 * gdb.java/jmisc.exp: New file.
15109 * gdb.java/Makefile.in: New file.
15110 * gdb.java/configure: Rebuilt.
15111 * gdb.java/configure.in: New file.
15112 * lib/java.exp: New file.
15113
4f823a66
AC
15114Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
15115
15116 * gdb.base/exprs.exp: Test casts to a pointer including over and
15117 underflow.
15118
2391e11d
AC
15119Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
15120
15121 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
15122 and the compilers sizes.
15123
54602222
ND
151242000-07-09 Nick Duffek <nsd@redhat.com>
15125
15126 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
15127 (use_methods): New function.
15128 (main): Call use_methods().
15129 * gdb.c++/classes.exp (test_method_param_class): New procedure.
15130 (do_tests): Call test_method_param_class.
15131
2bec0572
ND
151322000-07-09 Nick Duffek <nsd@redhat.com>
15133
15134 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
15135 spelling.
15136 (test_enums): New procedure. Move enum tests from end of script
15137 to here. Set breakpoint on function name instead of line number.
15138 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
15139 (enums2): New marker function.
15140 (enums1): New function.
15141 (main): Call enums1(). Move enum tests to enums1().
15142
78492fde
AC
15143Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
15144
15145 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
15146 compile/link program. Update line numbers.
15147 * gdb.asm/d10v.inc: Define ``startup''.
15148 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 15149
49a2cef8
AC
15150Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
15151
15152 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
15153
3e6c8688
EZ
151542000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15155
15156 * gdb.base/maint.exp: Add 'maint print architecture' item to output
15157 of 'help maint print' command.
15158
9ff5cbe9
AC
15159Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
15160
15161 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
15162 they use gdb_expect_list.
15163
17c579bd
AC
15164Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
15165
15166 * gdb.base/commands.exp: Use ``set remote
15167 memory-read-packet-size'' instead of ``set endian big'' to test
15168 long commands.
15169
e6d71bf3
DB
151702000-06-03 Daniel Berlin <dan@cgsoftware.com>
15171
15172 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 15173 g++, and stop skipping them.
e6d71bf3
DB
15174
15175 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
15176 work under g++.
15177
d63a86f8 15178 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
15179 initialization.
15180
dc96c6c7 151812000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
15182
15183 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
15184 the regular expression: accept an (almost) arbitrary sequence of
15185 "frames-invalid" and "breakpoints-invalid" messages both before
15186 and after the "starting" message.
15187
dc96c6c7 151882000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
15189
15190 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 15191
dc96c6c7 151922000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
15193
15194 * gdb.base/annota1.exp (annotate-signal-handler-caller):
15195 Relax the regular expression a little, make it pass on Solaris 8.
15196
8216cda9
KB
151972000-05-12 Kevin Buettner <kevinb@redhat.com>
15198
15199 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 15200 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
15201 Instead, it is permissible for gdb to stop on the line of the
15202 call itself.
15203
1a570b2f
MS
152042000-05-12 Michael Snyder <msnyder@.cygnus.com>
15205
15206 * gdb.base/break.exp (bp on small function, optimized file):
15207 Add a second pass pattern. The behavior differs here between stabs
15208 and dwarf for one-line functions. Stabs preserves two line symbols
15209 (one before the prologue and one after) with the same line number,
15210 but dwarf regards these as duplicates and discards one of them.
15211 Therefore the address after the prologue (where the breakpoint is)
15212 has no exactly matching line symbol, and GDB reports the breakpoint
15213 as if it were in the middle of a line rather than at the beginning.
15214
dc96c6c7 152152000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 15216
d63a86f8 15217 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
15218 rather than "send_gdb" (for consistancy).
15219
7d418785
AC
15220Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
15221
15222 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
15223 * gdb.c++/templates.cc: Properly check for GCC version number.
15224 * lib/compiler.cc: Likewise
15225
dc96c6c7 152262000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 15227
d63a86f8 15228 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
15229 gdb may not stop at the first line of main, due to code motion.
15230
dc96c6c7 152312000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
15232
15233 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
15234 This test depends on parsing the printf output from the target.
15235 Since the sparclet stub doesn't do stdio, this will never work.
15236 * gdb.base/call-rt-st.exp: ditto.
15237 * gdb.base/call-strs: ditto.
15238
dc96c6c7 152392000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
15240
15241 * gdb.base/miscexprs.exp: make sizeof long array test portable.
15242
15243 * gdb.base/ending-run.exp: After connecting to a remote target,
15244 but before running, the target will appear to be in a random
15245 location. Specify both a file and a line for breakpoints.
15246 Also, the function that calls main may be called 'init'
15247 rather than 'start'.
15248
a5a51225
EZ
152492000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15250
15251 * gdb.base/help.exp: Update output for add-symbol-file command.
15252
7930cc7c
FN
152532000-04-10 Fernando Nasser <fnasser@cygnus.com>
15254
15255 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15256 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
15257
23e37ab1
C
152582000-04-07 J.T. Conklin <jtc@redback.com>
15259
e93c542c
C
15260 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
15261
23e37ab1
C
15262 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
15263
591b8fa3
PDM
15264Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
15265
15266 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
15267 values that can be represented exactly.
15268 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
15269 above change, and to not check against the directory part of the source
15270 file name.
15271 (step into print_long_arg_list): Likewise.
15272 (print print_small_structs from print_long_arg_list): Likewise.
15273 (print print_long_arg_list): Likewise.
15274
7a495180
EZ
152752000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15276
30b53638 15277 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 15278
beb998c6
AC
15279Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
15280
15281 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
15282
1c689132
DB
152832000-03-25 Daniel Berlin <dan@cgsoftware.com>
15284
15285 * gdb.base/commands.exp (deprecated_command_test): Add test for
15286 deprecate with no arguments.
15287
c1790a9d
JL
152882000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
15289
15290 * gdb.base/break.exp: Add new test for setting breakpoints on
15291 optimized code so we can test breakpoints work even when function
15292 prologues may be optimized away
15293
003ba290
FN
152942000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
15295
15296 From David Whedon <dwhedon@gordian.com>
a9c64011 15297 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 15298
6837a0a2
DB
152992000-03-22 Daniel Berlin <dan@cgsoftware.com>
15300
15301 * gdb.base/help.exp: Added test for new apropos command.
15302
b9593231
KB
153032000-03-21 Kevin Buettner <kevinb@redhat.com>
15304
15305 * gdb.base/pointers.c (usevar): New function.
15306 (main): Make sure that global variables v_int_pointer2, rptr,
15307 and y are all referenced someplace in the program by calling
15308 usevar() on them. [Some linkers delete symbols which are
15309 never referenced. The space remains, but there's no way to
15310 get a (symbolic) handle on the variable from the debugger.]
15311
751a959b
EZ
153122000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15313
15314 * gdb.base/printcmds.c: Add typedeffed arrays.
15315
15316 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
15317 procedure to test arrays that are typedef'd.
15318
73a93a32
JI
153192000-03-13 James Ingham <jingham@leda.cygnus.com>
15320
15321 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 15322 the library directories.
73a93a32 15323
fb40c209
AC
15324Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
15325
15326 * configure.in (configdirs): Add sub directory gdb.mi.
15327 * configure: Re-generate.
15328
15329 * gdb.mi: New directory.
d63a86f8 15330
ee4dd2c9
AC
153312000-02-25 Scott Bambrough <scottb@netwinder.org>
15332
15333 * gdb.base/long_long.exp: Correct test suite failure when printing
15334 a long long value as a double on ARM platforms.
15335
70f0cc22
JB
153362000-02-16 Jim Blandy <jimb@redhat.com>
15337
15338 * gdb.base/break.exp ("breakpoint line number"): Make sure the
15339 default source file is set properly before running this test.
15340
853819b8
EZ
153412000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15342
15343 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
15344 gdbtk/library directory, not in gdbtcl2.
15345
dfcd3bfb
JM
153462000-02-04 Jim Blandy <jimb@redhat.com>
15347
15348 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
15349 backslash from regexp pattern.
15350
15351 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
15352 procedure. Use it to run all the "continue to bp overloaded"
15353 tests. Note that this changes the names of the tests slightly.
15354 If the breakpoint hit message includes a hex PC value, because
15355 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
15356 from the real source code, still consider that a pass.
15357
15358 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
15359 XFAIL here if the breakpoint message contains a hex address. Note
15360 similar change on 1999-11-02.
15361
15362 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
15363
15364 * gdb.base/ptype.exp: Establish a default source file before
15365 calling get_debug_format.
15366
153672000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
15368
15369 * gdb.base/watchpoint.exp: Remove duplication of test messages.
15370
8b93c638
JM
153712000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15372
15373 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
15374 of successive stepi commands -- while in the prologue we should see
15375 the function entry bracket.
15376
153772000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15378
15379 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
15380 reach __change_mode() when stepping through the end of main().
15381
c5394b80
JM
153822000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
15383
15384 * gdb.base/default.exp: Fix expected pattern.
15385 * gdb.base/help.exp: Same.
15386
0d06e24b
JM
153872000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15388
15389 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
15390 Don't use xfail's because that affects only the following test.
d63a86f8 15391
0d06e24b
JM
15392 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
15393 solaris or linux.
15394
15395 * gdb.base/selftest.exp: Update to reflect changes to main.c.
15396
dc96c6c7 153972000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 15398
d63a86f8 15399 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
15400 "A syntax error" rather than "A parse error". Accept both.
15401
154022000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
15403
15404 * gdb.base/default.exp: Remove OS dependent string from "target
15405 remote" test.
15406 * gdb.base/help.exp: Same for "help target remote" test.
15407
c3f6f71d
JM
154082000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15409
15410 From Jim Kingdon <kingdon@redhat.com>:
15411
15412 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
15413 prompt (cleanup rather than necessity, but still might keep output
15414 from spilling to next test).
15415
154162000-01-02 Fred Fish <fnf@cygnus.com>
15417
15418 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
15419 AIX, which defines them in <sys/types.h>.
15420
ed9a39eb 154211999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 15422
ed9a39eb
JM
15423 * gdb.base/default.exp: Match arm* etc instead of arm in "info
15424 float" test.
15425
154261999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 15427
ed9a39eb 15428 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
15429
15430 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
15431 outermost frame disallowed".
15432
154331999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
15434
15435 * gdb.base/setvar.exp: New tests for setting the value of a struct
15436 with a constant list.
15437
154381999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15439
15440 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
15441 require the user to type a cast before setting the value of a struct.
15442
de57eccd
JM
154431999-12-06 Jim Blandy <jimb@cygnus.com>
15444
15445 * gdb.base/default.exp: Expect the new 'info float' command on
15446 all i386 platforms.
15447
15448 * gdb.threads/linux-dp.exp: Expand our ability to recognize
15449 LinuxThreads libraries that don't support debugging.
15450
c2d11a7d
JM
15451Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15452
15453 * gdb.base/remote.c: Fill the buffer with truely random data.
15454 Change the buffer type to ``unsigned char'' to simplify size
15455 arithmetic.
15456
15457 * gdb.base/remote.exp: Reduce download numbers by one. Typical
15458 stub only handles 400-1 byte packets. Verify that the download
15459 worked.
15460
154611999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
15462
15463 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
15464 tests, using UNRESOLVED for the untested cases. Also, does not wait
15465 for a timeout if the prompt was received before a recognizable pattern.
15466
154671999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
15468
15469 * lib/gdb.exp (gdb_expect_list): Fix spelling.
15470
154711999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15472
15473 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
15474 watchpoints.
15475
154761999-11-24 Jason Merrill <jason@casey.cygnus.com>
15477
15478 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
15479
15480 * gdb.c++/local.exp: Be more flexible in recognizing local class
15481 name mangling. Don't allow horribly truncated method names.
15482 * gdb.c++/derivation.exp: Expect protected inheritance.
15483 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
15484 * gdb.c++/virtfunc.exp: Likewise.
15485 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
15486 when printing a nested enum.
15487
154881999-11-22 Jim Blandy <jimb@cygnus.com>
15489
15490 * gdb.base/step-test.exp: Properly await GDB's response to setting
15491 a breakpoint on the call to large_struct_by_value.
15492
15493 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
15494 just because we have debug info for the `start' function.
15495
154961999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
15497
15498 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
15499 "Unknown signal" messages, which indicate (on LinuxThreads) that
15500 GDB doesn't know how to debug threads on this system. This is
15501 better than hanging while philosopher 0 dumps chatter into gdb.log.
15502
155031999-11-18 Tom Tromey <tromey@cygnus.com>
15504
15505 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
15506
155071999-11-18 Fred Fish <fnf@cygnus.com>
15508
15509 * gdb.base/coremaker2.c: Add sample program for generating
15510 cores that is more self contained than coremaker.c. Eventually
15511 I'll add more code to this and tie it into the testsuite.
15512
4ce44c66
JM
155131999-11-12 Stan Shebs <shebs@andros.cygnus.com>
15514
15515 * gdb.base/dollar.exp: Remove, now in gdb.hp.
15516
155171999-11-10 Jimmy Guo <guo@cup.hp.com>
15518
15519 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
15520 from $srcdir/lib/.
15521 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
15522 and gdb.c++/.
15523
15524 * gdb.c++/derivation.exp: remove redundant get compiler info code.
15525
d63a86f8 15526 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
15527 'continue with watch' test point.
15528
155291999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
15530
15531 Merged from p2linux-990323-branch:
d63a86f8 15532
4ce44c66
JM
15533 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
15534
11cf8741
JM
15535Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
15536
15537 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
15538 {limit,fixed}''. Test ``set download-write-size''.
15539
15540Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
15541
15542 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
15543 gdb_expect_list.
15544
15545Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
15546
15547 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
15548
155491999-11-03 Mark Salter <msalter@cygnus.com>
15550
15551 * gdb.base/break.exp: Fix "stub continue" pattern.
15552
155531999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
15554
15555 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
15556
155571999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
15558
15559 * gdb.base/display.exp ("finish"): Add timeout clause.
15560
15561 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
15562 plain prompt clause, so this doesn't have to time out in order to
15563 fail.
15564
15565 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
15566 breakpoint hit messages include an address.
15567
15568 * gdb.base/display.exp: Don't forget to escape parens in regular
15569 expressions. Unix regexp notatation sucks.
15570
155711999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15572
15573 * gdb.base/annota1.exp: Test for annotate-signalled: change output
15574 order for 'signalled' message.
15575
5c44784c
JM
155761999-11-01 Stan Shebs <shebs@andros.cygnus.com>
15577
15578 From Jimmy Guo <guo@cup.hp.com>:
15579 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
15580 * gdb.base/annota1.c: Add code for tests to work with.
15581
155821999-10-26 Frank Ch. Eigler <fche@cygnus.com>
15583
15584 * gdb.base/remote.exp: New test for remote downloading settings.
15585 * gdb.base/remote.c: New file with large .data.
15586
917317f4
JM
155871999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
15588
15589 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
15590 for LinuxThreads support, merged from the Code Fusion branch.
15591
15592Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
15593
15594 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
15595 containing exp_continue into a while within an expect. Don't
15596 attempt a start more than three times. Check return value from
15597 gdb_load.
d63a86f8 15598
2df3850c
JM
15599Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
15600
15601 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
15602 a pass case.
15603
2acceee2
JM
156041999-10-01 Kevin Buettner <kevinb@cygnus.com>
15605
15606 * gdb.base/break.c (main): Added a statement that we can step
15607 off of.
15608 * gdb.base/break.exp: Added tests for setting a breakpoint
15609 at an offset and stepping onto a breakpoint.
15610
156111999-10-01 Fred Fish <fnf@cygnus.com>
15612
d63a86f8 15613 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
15614 gdb output.
15615
c2c6d25f
JM
156161999-09-18 Jim Blandy <jimb@cris.red-bean.com>
15617
15618 * gdb.base/break.exp: Code locations are in hex, don't forget!
15619 (For HP-UX.)
15620
156211999-09-17 Stan Shebs <shebs@andros.cygnus.com>
15622
15623 * condbreak.exp: Use break.c as test program.
15624 * condbreak.c: Remove, redundant with break.c.
15625
156261999-09-15 Stan Shebs <shebs@andros.cygnus.com>
15627
15628 * config/monitor.exp (gdb_target_monitor): Disable X- and
15629 Z-packets if the target needs it.
15630
156311999-09-13 James Ingham <jingham@leda.cygnus.com>
15632
15633 * gdb.c++/overload.exp: Added tests for listing overloaded
15634 functions with function pointers in the arg, explicitly calling
15635 out the version you want.
15636
cff3e48b
JM
156371999-09-09 Stan Shebs <shebs@andros.cygnus.com>
15638
15639 * long_long.exp: Add variations of test cases that work for
15640 targets with 16-bit ints and 32-bit doubles.
15641
d4f3574e
SS
156421999-09-08 Stan Shebs <shebs@andros.cygnus.com>
15643
15644 * break.c (main): Compare a possibly-uninitialized argc with an
15645 unlikely value that fits in 16 bits.
15646
156471999-09-07 Stan Shebs <shebs@andros.cygnus.com>
15648
15649 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
15650 0xfeeb, don't want negative numbers if ints are 16 bits.
15651
15652 * lib/gdb.exp (skip_cplus_tests): New proc.
15653 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
15654 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
15655 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
15656 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
15657 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
15658 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
15659 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
15660 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
15661
15662 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
15663
15664Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
15665
15666 * gdb.base/corefile.exp (up): Allow a parameter to appear
15667 in the frame that we're going up to.
15668
15669 From Jim Blandy <jimb@cygnus.com>:
15670
15671 * gdb.base/default.exp (info float): Expect some output now.
15672
15673 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
15674 returning floating-point values to fail on the x86.
15675 * gdb.base/callfwmall.exp (do_function_calls): Same.
15676
15677 * gdb.base/list.exp (test_listsize): Correct expectations for
15678 listing line 1 with listsize 2. Also, listing a single line
15679 works now, as does listing three lines. [Kevin's note: There
15680 were a number of other cases fixed too where the expectations
15681 differed...]
15682
156831999-09-02 Stan Shebs <shebs@andros.cygnus.com>
15684
15685 * gdb.base/selftest.exp: Add case for when version prints as
15686 constant string instead of char pointer.
15687
104c1213
JM
156881999-08-25 Stan Shebs <shebs@andros.cygnus.com>
15689
15690 * gdb.base/ending-run.exp: Add Solaris case for what happens when
15691 stepping out of main.
15692
15693 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
15694 G++ used.
15695
15696 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
15697 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
15698
15699 * gdb.c++/ovldbreak.exp: Update match string in test that
15700 includes a warning of multiple breakpoints.
15701
157021999-08-24 Stan Shebs <shebs@andros.cygnus.com>
15703
15704 * gdb.base/display.exp: Improve precision of step-after-finish
15705 added yesterday.
15706
15707 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
15708 test.
15709
15710 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
15711 configs when using G++, not just hppa*.
15712
157131999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15714
15715 * gdb.base/async.c: New file.
15716 * gdb.base/async.exp: New file.
15717
15718Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
15719
15720 * gdb.base/break.exp: Tweak PA specific tests to properly handle
15721 PA64.
15722
53a5351d
JM
15723Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
15724
104c1213
JM
15725 * gdb.base/display.exp: "finish" can leave us mid-line on many
15726 targets, deal with it. Add a small constant to main, instead of
15727 1000 since main+1000 may not be a valid address in the target.
15728
53a5351d
JM
15729 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
15730 on hpux11.
15731
15732 * gdb.base/attach.exp: Handle another hpux11 error message variant
15733 when attaching to a process that does not exist.
15734
157351999-08-19 J.T. Conklin <jtc@redback.com>
15736
15737 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
15738 characters in 'continue to 1241' test.
15739
157401999-08-17 Stan Shebs <shebs@andros.cygnus.com>
15741
15742 * gdb.base/call-ar-st.exp: Add a shorter match case for the
15743 stop in print_long_arg_list, define and use a whitespace
15744 variable in print_small_structs test, add an XFAIL for Solaris.
15745 * gdb.base/dbx.exp: XFAIL func commands until somebody is
15746 interested enough to fix.
15747
7be570e7
JM
157481999-08-13 Keith Seitz <keiths@cygnus.com>
15749
15750 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
15751 (dbx_gdb_load): Remove. Use gdb_load instead, since that
15752 proc knows about targets other than the natives.
15753 (test_assign): Use "gdb_run_cmd" to "run" the target.
15754 Check that we've actually hit the breakpoint at main.
15755 When we attempt to assign a value to a local variable, check
15756 that the variable is in the current scope, i.e., don't use
15757 a test with an empty result.
15758
15759Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
15760
15761 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
15762 command.
15763
157641999-08-09 Stan Shebs <shebs@andros.cygnus.com>
15765
15766 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15767 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
15768 gdb.compat, gdb.threads-hp.
15769 gdb.hp/configure, gdb.hp/configure.in: New files.
15770 gdb.hp/Makefile.in: Recurse into new subdirs.
15771 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
15772 gdb.hp/gdb.objdbg: New directory, tests for debugging info
15773 in object files.
15774 gdb.hp/tools: New directory, aux tools for HP-specific tests.
15775
96baa820
JM
157761999-08-05 Stan Shebs <shebs@andros.cygnus.com>
15777
15778 * gdb.base/display.exp: Help expect by putting a newline in the
15779 funky printf, remove a bogus p/a test.
15780
157811999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15782
15783 * gdb.base/display.exp: Make sure that when we say 'run', we are
15784 connected to the target. This is necessary when running not
15785 natively.
15786
157871999-08-03 Stan Shebs <shebs@andros.cygnus.com>
15788
15789 * gdb.base/step-test.exp: Removed some extraneous messages.
15790
15791 * gdb.base/long_long.exp: Don't run memory examination tests
15792 on little-endian targets (they will need a different set of
15793 results to match).
15794
157951999-08-02 Stan Shebs <shebs@andros.cygnus.com>
15796
15797 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
15798 until somebody decides to fix GDB.
15799
15800 * gdb.base/long_long.c: Stop compiler complaint by specifying long
15801 constant as "ULL".
15802 * gdb.base/long_long.exp: Loosen x/c test, add partial result
15803 matches for a couple x/2 commands.
15804
a0b3c4fd
JM
158051999-07-30 Stan Shebs <shebs@andros.cygnus.com>
15806
15807 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
15808 by merging in ref-types2 tests.
15809 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
15810
15811 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15812 * gdb.c++/Makefile.in: Add standard actions.
15813 (EXECUTABLES): Rename from PROGS, update list.
15814 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
15815 from gdb.hp.
15816 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
15817 foo and bar locals.
15818 * gdb.c++/anon-union.exp: Fix tests to match.
15819 * gdb.c++/classes.exp: Run if HP compiler used, add extra
15820 expect matches to handle output variations.
15821 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
15822 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
15823 output, add HP alternatives for new and delete prints.
15824 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
15825 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
15826 * gdb.c++/demangle.exp: Use $style when reporting failure.
15827 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
15828 * gdb.c++/inherit.exp: Run if HP compiler used, add some
15829 match alternatives.
15830 * gdb.c++/local.exp: Add match alternatives or xfails for HP
15831 compilers.
15832 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
15833 * gdb.c++/method.exp: Add match alternatives.
15834 * gdb.c++/misc.cc: Add bool types.
15835 * gdb.c++/misc.exp: Add tests for bool types.
15836 * gdb.c++/overload.exp: Add xfails.
15837 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
15838 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
15839 add some more template parameter tests (only for HP currently).
15840 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
15841 * gdb.c++/virtfunc.cc: Add return type and value for main.
15842 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
15843 match alternatives.
d63a86f8 15844
a0b3c4fd
JM
158451999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15846
15847 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
15848
158491999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
15850
15851 * gdb.base/signals.exp: Don't expect getting a backtrace from
15852 within a signal handler to fail on Linux.
15853
158541999-07-29 Stan Shebs <shebs@andros.cygnus.com>
15855
15856 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15857 * lib/gdb.exp: Remove some gratuitious semicolons.
15858 (delete_breakpoints): Increase timeout.
15859 (gdb_expect): Add -notransfer option.
15860 (gdb_test): Use -notransfer option.
15861 (get_compiler_info): Add f77 case.
15862 (get_compiler): New proc, split out from gdb_preprocess, add f77
15863 case.
15864 (gdb_preprocess): Call get_compiler.
15865
15866 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
15867 * gdb.base/attach.exp, gdb.base/display.exp,
15868 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
15869 gdb.base/long_long.exp, gdb.base/printcmds.exp,
15870 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
15871 third arg to gdb_test.
15872 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
15873 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
15874 HP-UX xfails, add others.
15875 * gdb.base/completion.exp: Reflect name change of self-test.
15876 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
15877 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
15878 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
15879 HP failure number.
15880 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
15881 useless HP-UX 10.30 references.
15882 * gdb.base/maint.exp: Loosen matches.
15883 * gdb.base/pointers.c (main): Declare more_code.
15884 * gdb.base/pointers.exp: Match on output of a `next'.
15885 * gdb.base/structs.c: Add prototypes.
15886 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
15887 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
15888
158891999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15890
15891 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
15892 command.
15893
158941999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15895
15896 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
15897 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
15898
15899 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
15900 debug info. Deal with lack of signal hanlder info in stack.
15901
a9c64011 15902 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
15903 * gdb.base/annota1.exp: If printf has debug info, deal with it.
15904
5a2468f5
JM
159051999-07-19 Stan Shebs <shebs@andros.cygnus.com>
15906
15907 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
15908 gdb.base/foll-vfork.exp: Don't run for crosses.
15909
adf40b2e
JM
15910Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15911
15912 * gdb.base/configure.in: Check for gdbvars.exp instead of
15913 a1-selftest.exp.
15914 * gdb.base/configure: Re-generate.
15915
159161999-07-12 Stan Shebs <shebs@andros.cygnus.com>
15917
15918 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
15919 in trying to run first and name is too long.
15920
15921 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
15922 pointers2.c and pointers2.exp, respectively.
15923 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
15924 doschk happier.
15925
43e526b9
JM
159261999-07-08 Stan Shebs <shebs@andros.cygnus.com>
15927
15928 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
15929 callfuncs2.c and callfuncs2.exp.
15930
15931 * gdb.base/list.exp: Remove mistaken xfails.
15932 * gdb.base/list0.h: Add optional prototypes.
15933
9846de1b
JM
15934Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
15935
a9c64011 15936 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
9846de1b 15937 calling malloc.
a9c64011
AS
15938 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
15939 * ptype.exp: Move test for get_debug_format to before its first
9846de1b
JM
15940 use.
15941
159421999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15943
15944 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
15945 * gdb.base/annota2.cc, annota2.exp: Move from here.
15946 * gdb.c++/annota2.cc, annota2.exp: To here.
15947 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
15948
43ff13b4
JM
15949Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
15950
15951 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
15952 a consistent format.
15953
085dd6e6
JM
159541999-06-25 Stan Shebs <shebs@andros.cygnus.com>
15955
15956 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15957 * lib/gdb.exp (get_compiler_info): Add detection for assorted
15958 HP compilers, also set the globals $true and $false.
15959
15960 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
15961 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
15962 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
15963 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
15964 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
15965 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
15966 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
15967 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
15968 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
15969 whatis.c} Add C++ compatible function definitions and return
15970 types, add includes for library functions.
15971 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
15972 * gdb.base/step-test.c (myglob): Rename from glob.
15973 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
15974 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
15975 files, move here from gdb.hp.
15976 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
15977 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
15978 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
15979 Adjust line numbers in regexps.
15980
15981 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
15982 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
15983 instead of 0/1.
15984
15985 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
15986 foll-vfork.exp: New files, move here from gdb.hp.
15987 * gdb.base/page.exp: New file, test of pagination command.
15988
15989 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
15990 recursion test.
15991 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
15992
15993 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
15994 gdb.base/solib.exp: Fix compiler invocation process.
15995
15996 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
15997 HP-UX 11, turn off overload resolution explicitly.
15998 * gdb.base/commands.exp: Set argument list explicitly, add
15999 watchpoint test.
16000 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
16001 them work.
16002 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
16003 expressions properly.
16004 * gdb.base/corefile.exp: Loosen the match slightly.
16005 * gdb.base/default.exp: Allow "Error accessing memory" message
16006 also.
16007 * gdb.base/display.exp: Skip over x/0 j if PA64.
16008 * gdb.base/funcargs.exp: Add xfails for HP-UX.
16009 * gdb.base/interrupt.exp: Ditto.
16010 * gdb.base/langs.exp: Add symbolic matches governed by compiler
16011 in use.
16012 * gdb.base/list.exp: Add xfails for HP-UX.
16013 * gdb.base/long_long.exp: Refine some of the numeric matches.
16014 * gdb.base/mips_pro.exp: Xfail on HP-UX.
16015 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
16016 * gdb.base/nodebug.exp: Succeed on more varieties of output.
16017 * gdb.base/opaque.exp: Remove some HP-UX xfails.
16018 * gdb.base/ptype.exp: Succeed on more varieties of output.
16019 * gdb.base/scope.exp: Add xfails for HP-UX.
16020 * gdb.base/sect-cmd.exp: Add more cases.
16021 * gdb.base/setvar.exp: Add xfails for HP-UX.
16022 * gdb.base/shlib-call.exp: Loosen some matches slightly.
16023 * gdb.base/signals.exp: Match on void symbolically.
16024 * gdb.base/step-test.exp: Add case for PA64.
16025 * gdb.base/term.exp: Add exit and restart.
16026 * gdb.base/twice.exp: Clean up after self.
16027 * gdb.base/varargs.exp: Disable overload resolution explicitly.
16028 * gdb.base/whatis.exp: Allow more ways to pass tests.
16029
16030 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
16031 no longer useful.
16032
16033Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
16034
16035 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
16036 list of patterns.
16037 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
16038 print_double_array(double_array)", "continuing to breakpoint
16039 1018", "print print_double_array(array_d)" and "continuing to
16040 1034" tests.
d63a86f8 16041
085dd6e6
JM
160421999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
16043
a9c64011 16044 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
16045
160461999-06-24 Stan Shebs <shebs@andros.cygnus.com>
16047
16048 * config/mt-*: Remove, these haven't been used since 1996.
16049
160501999-06-22 Stan Shebs <shebs@andros.cygnus.com>
16051
16052 * gdb.base/call-strs.c, gdb.base/ending-run.c,
16053 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
16054 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
16055
9e0b60a8
JM
160561999-06-18 Stan Shebs <shebs@andros.cygnus.com>
16057
16058 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
16059 simpler match case for the ptype of the big class.
16060
160611999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
16062
16063 * gdb.exp: Fix test for gdb_prompt existence.
16064
160651999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
16066
16067 * gdb.exp (gdb_test): Add fail after calls to perror.
16068
160691999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
16070
16071 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
16072
160731999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
16074
16075 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
16076
0f71a2f6
JM
16077Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
16078
16079 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
16080 malloc() is linked in.
16081
160821999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
16083
16084 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
16085 step at end.
16086
16087 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
16088
160891999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
16090
16091 * gdb.java/jv-print.exp: New file. (Our first Java test!)
16092
cce74817
JM
16093Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
16094
16095 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
16096 * gdb.base/mips_pro.exp: Likewise.
16097
160981999-06-02 Keith Seitz <keiths@cygnus.com>
16099
16100 * gdb.c++/templates.cc: Change all "new" operators to throw
16101 an exception.
16102 * gdb.c++/cplusfuncs.cc: Likewise.
16103
16104 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
16105
16106Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
16107
16108 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
16109 * gdb.base/ending-run.exp: When stepping out of main, accept a
16110 step into an arbitrary assembler file.
cce74817 16111
392a587b
JM
161121999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16113
d63a86f8 16114 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 16115 "breakpoint-invalid" to be printed.
d63a86f8 16116 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
16117 number of "frames-invalid" and "breakpoint-invalid" to be printed.
16118 * gdb.base/annota2.cc: Initialize a.x to 0.
16119
9e086581
JM
161201999-05-17 Keith Seitz <keiths@cygnus.com>
16121
16122 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
16123 when "skip_float_tests" set.
16124 Ditto for "print print_double_array(array_d)", "print print_small_structs",
16125 "print print_ten_doubles", and "step into print_long_arg_list".
16126 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
16127 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
16128 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
16129 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
16130 "skip_float_tests" is set.
16131 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
16132 when "skip_float_tests" set.
d63a86f8 16133
cd0fc7c3
SS
161341999-05-06 Keith Seitz <keiths@cygnus.com>
16135
16136 * gdb.base/annota2.cc: Include stdio.h.
16137
16138Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
16139
16140 * gdb.base/crossload.exp: Remove, this has been disabled ever
16141 since BFD stopped including all targets, and cross-GDB gets
16142 plenty of testing anyway.
16143 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
16144 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
16145 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
16146 * gdb.base/README: Remove, was doc for this.
16147 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
16148 needed.
16149
b83266a0
SS
161501999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16151
16152 * gdb.base/call-ar-st.exp: Fix one regular expression in test
16153 output.
16154
16155 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
16156 * gdb.base/annota2.exp: New file. More annotation tests.
16157 * gdb.base/annota1.c: New file. Source file for annota1.exp.
16158 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
16159
161601999-04-23 Angela Marie Thomas <angela@cygnus.com>
16161
16162 * config/cfdbug.exp: New file.
16163
7a292a7a
SS
161641999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
16165
16166 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
16167 Marcus Daniel's and Dale Hawkins's demangler crashes.
16168
16169 * gdb.c++/demangle.exp (test_gnu_style_demangling,
16170 test_lucid_style_demangling, test_arm_style_demangling,
16171 test_hp_style_demangling): Try Tom Tromey's core-dumping
16172 identifier under each demangling style.
16173
161741999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
16175
16176 * gdb.c++/demangle.exp: Include the current demangling style
16177 in all test names.
16178 (current_demangling_style): New global variable.
16179 (set_demangling_style, test_demangling_core, test_demangling,
16180 test_demangling_exact): New functions.
16181 (test_gnu_style_demangling, test_lucid_style_demangling,
16182 test_arm_style_demangling, test_hp_style_demangling): Use those,
16183 instead of calling gdb_test and gdb_test_exact directly.
16184 (catch_demangling_errors): New function, which reports errors
16185 signalled by the demangling test functions in an orderly way.
16186 (do_tests): Use catch_demangling_errors.
16187
161881999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
16189
16190 * gdb.base/signals.exp (test_handle_all_print): Use () for
16191 grouping in expressions, not {}.
16192
16193 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
16194 initialized yet.
16195
161961999-04-01 Stan Shebs <shebs@andros.cygnus.com>
16197
16198 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
16199 are listed.
16200
162011999-03-26 Stan Shebs <shebs@andros.cygnus.com>
16202
16203 * gdb.stabs/weird.exp: Test for CC being defined before
16204 looking at its value.
16205
162061999-03-25 Stan Shebs <shebs@andros.cygnus.com>
16207
16208 * gdb.base/call-ar-st.exp: Remove stray '#'.
16209 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
16210 "short int" and "long int".
16211 * gdb.c++/overload.cc: Cast the string added in the previous
16212 change, to mollify finicky HP compiler.
16213 * gdb.hp/reg-test.exp (testfile): Fix file name.
16214 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 16215
7a292a7a
SS
16216 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
16217 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
16218 alternate form of enum ptype.
16219
c906108c
SS
162201999-03-23 Stan Shebs <shebs@andros.cygnus.com>
16221
7a292a7a
SS
16222 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
16223 * gdb.hp/*.exp: Change all to run compiler probe only after
16224 passing skip_hp_tests, so as not to waste time on guaranteed
16225 failure.
16226
c906108c
SS
16227 * gdb.c++/overload.cc: Pass string instead of char addr, always
16228 init ccpfoo.
16229 * gdb.c++/templates.cc: Fix syntax error.
16230
7a292a7a
SS
16231Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16232
16233 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 16234 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
16235 command.
16236
162371999-03-18 James Ingham <jingham@cygnus.com>
16238
16239 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
16240
16241 * gdb.c++/method.exp: It was testing an uninitialized int on the
16242 stack and assuming it was positive.
16243
16244 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
16245
16246 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 16247 keep it from killing the rest of the tests.
7a292a7a
SS
16248 Use gdb_continue_to_end.
16249
16250 * gdb.base/sigall.exp: use gdb_continue_to_end.
16251
16252 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
16253
16254 * gdb.base/display.exp: use runto_main, not run.
16255
d63a86f8
RM
16256 * gdb.base/default.exp: Check for the current error message in the
16257 r abbreviation test.
7a292a7a
SS
16258 Add strongarm to the targets that know info float.
16259
d63a86f8 16260 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
16261 run which doesn't work with monitors.
16262
16263 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
16264
16265 * gdb.base/break.exp: use the gdb_continue_to_end proc.
16266
16267 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
16268 program. Traps the case (in Cygmon) when the program never really
16269 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
16270 more places, so I used my name. Sorry Mark...
16271
16272 * config/monitor.exp (gdb_target_monitor): added another
16273 target_info parameter: remotebinarydownload. This will set the
16274 remotebinarydownload flag if this is causing some boards trouble.
16275
162761999-03-18 Mark Salter <msalter@cygnus.com>
16277
16278 * lib/gdb.exp (continue_to_exit): New function.
16279
16280 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
16281 * gdb.base/ending-run.exp: Ditto.
16282 * gdb.base/step-test.exp: Ditto.
16283
162841999-03-16 Stan Shebs <shebs@andros.cygnus.com>
16285
16286 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
16287 (suggested by Art Haas <ahaas@neosoft.com>).
16288
162891999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
16290
16291 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
16292
16293Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
16294
16295 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
16296 descriptions of types (short unsigned int vs unsigned short, etc).
16297
162981999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
16299
16300 * gdb.base/call-strs.exp: Don't assume that `step' will step over
16301 a call to strlen; sometimes we do have sources.
16302
163031999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
16304
16305 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
16306 character, so GDB won't print garbage after its end.
d63a86f8 16307
c906108c
SS
16308 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
16309 breakpoint there instead. Sometimes GCC emits memcpy to handle
16310 the large structures being passed by value, so we step into that
16311 instead of sum_array_print, which obscures what we're really testing.
16312 * gdb.base/step-test.exp: However, we do want a test that notices
16313 the bizarre steps into memcpy, so do that here. Add check for
16314 stepping into function calls that pass large structures by value.
16315 ("Is that a noun clause, or are you just happy to see me?")
16316 Remove all references to specific line numbers.
16317 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
16318 New type and function.
16319 (main): Call large_struct_by_value, passing it a large struct by value.
16320 * lib/gdb.exp (gdb_get_line_number): New function.
16321
16322 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
16323 more portable.
16324
7a292a7a
SS
163251999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
16326
c906108c
SS
16327 * lib/gdb.exp: Doc fixes.
16328
7a292a7a
SS
163291999-03-05 Nick Clifton <nickc@cygnus.com>
16330
d63a86f8 16331 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
16332
163331999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
16334
c906108c
SS
16335 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
16336 commands. They're not germane to this test, and they don't work
16337 that way on remote targets.
16338
3fc11d3e
JM
163391999-03-01 James Ingham <jingham@cygnus.com>
16340
16341 * Changelog entries merged over from gdb development branch.
16342
3fc11d3e
JM
16343 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
16344
16345 * lib/gdb.exp (gdbtk_analyze_results): Generic function
16346 for outputting results of test run.
16347
2d4a1622 16348 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
16349
16350 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 16351
7a292a7a
SS
163521999-02-25 Felix Lee <flee@cygnus.com>
16353
16354 * lib/gdb.exp (debug_format): initialize
16355
c906108c
SS
163561999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
16357
16358 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
16359 * gdb.base/call-rt-st.c: Ditto.
16360
c906108c
SS
163611999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
16362
16363 * gdb.threads/pthreads.exp (horiz): New variable.
16364 (test_startup): Fix regexps that capture thread numbers.
16365
163661999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
16367
16368 * gdb.base/smoke.exp: Disambiguate two test case names (both
16369 called ``print'').
16370
16371Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16372
16373 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
16374 compilation.
16375
163761999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16377
16378 * gdb.base/miscexprs.exp: Change patterns to match GDB's
16379 actual output formatting.
16380 * gdb.base/smoke.exp: GDB removes leading 0's.
16381 * gdb.base/volatile.exp: Don't check type of remuneration;
16382 that variable is no longer defined in constvars.c.
16383 * gdb.base/step-test.c (main): Exit with explicit exit code.
16384 * gdb.base/step-test.exp: Remove two nexti checks--they are
16385 not portable.
16386
163871999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16388
16389 * gdb.base/help.exp ("help delete display"): Fix test to match
16390 gdb's output.
16391
16392 * gdb.base/long_long.c (known_types): Initialize values to zero.
16393 * gdb.base/long_long.exp: Step one more line
16394 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
16395 leading zeros. Explicitly ask for hex formatting. Use
16396 unique test case names.
c906108c
SS
16397
16398Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16399
d63a86f8 16400 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
16401
16402 * gdb.c++/method.exp: Add missing close brace.
16403
164041999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
16405
16406 * gdb.base/maint.exp: Use 'set height 0' to disable page
16407 prompting, not 'set height 400'.
16408
16409 Fix a bunch of timeouts.
16410 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
16411 four separate tests, so expect doesn't take forever to match a ton
16412 of text against a regexp with lots of .* forms.
16413 ("maint print psymbols", "maint print symbols"): Make some of
16414 these greps more selective, so that expect doesn't try to wade
16415 through huge piles of output and time out.
16416
16417 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
16418
16419 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
16420 tests: one which doesn't expect shlib events to be reported, and
16421 another which does, but is XFAIL for all platforms other than
16422 HP/UX.
16423
16424 * gdb.base/break.exp: Teach the test suite that the `catch
16425 fork', `catch vfork', and `catch exec' commands produce error
16426 messages on platforms that don't provide these features.
16427
16428Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16429
16430 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
16431 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
16432 (shortening names from solib_threshold.exp etc), won't run on
16433 anything but HP-UX for the foreseeable future.
16434 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
16435 reflect move.
16436
16437Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
16438
16439 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
16440 gdb.trace/Makefile.in (clean): Remove all test executables.
16441
16442Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
16443
16444 * gdb.base/shlib-call.exp: add test cases to verify that gdb
16445 successfully re-sets breakpoints in shared libraries.
16446 * gdb.base/shmain.c (main): return 0, don't fall off the end.
16447
16448Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16449
d63a86f8
RM
16450 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
16451 and compiled w/o GCC.
c906108c
SS
16452
16453 * gdb.hp/watch-cmd.exp: ditto.
16454
16455 * gdb.hp/watch-hp.exp: ditto.
16456
16457 * gdb.hp/xdb1.exp: ditto.
16458
16459 * gdb.hp/xdb2.exp: ditto.
16460
16461 * gdb.hp/dbx.exp: ditto.
16462
16463Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
16464
16465 * constvars.c: Remove C++-isms.
16466 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
16467 with GCC.
16468
16469Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
16470
16471 The following changes are part of the HP merge.
16472
16473 * gdb.base/break.exp: new tests to verify that catchpoints for
16474 fork, vfork, and exec don't trigger inappropriately.
16475
16476 * gdb.base/opaque.exp: compile one file at a time, then link.
16477
16478 * gdb.base/signals.exp: be more restrictive about which hppa
16479 systems receive a setup_xfail. new tests.
16480
16481 * gdb.base/solib_threshold.build: new file.
16482 * gdb.base/solib_threshold.exp: new file.
16483 * gdb.base/solib_threshold.link_opts: new file.
16484 * gdb.base/solib_threshold.mk: new file.
16485 * gdb.base/gen_solib_threshold.c: new file.
16486
16487 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
16488 tests. New tests for enums inside classes.
16489
16490 * gdb.c++/compiler.cc: indicate support of template debugging.
16491
16492 * gdb.c++/demangle.exp: run hp style demangling tests.
16493
16494 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
16495 tests.
16496
16497 * gdb.c++/misc.cc: changes to support new tests.
16498
16499 * gdb.c++/templates.cc: changes to support HP's compiler; changes
16500 to support new tests.
16501
16502 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
16503 gcc, then skip these tests.
16504
16505Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
16506
16507 The following files are part of the HP merge; some had longer
16508 names at HP, but have been renamed to be no more than 14
16509 characters in length.
16510
16511 * gdb.hp/ambiguous.cc: new file.
16512 * gdb.hp/ambiguous.exp: new file.
16513 * gdb.hp/attach.exp: new file.
16514 * gdb.hp/attach2.exp: new file.
16515 * gdb.hp/classes-hp.exp: new file.
16516 * gdb.hp/ctti.exp: new file.
16517 * gdb.hp/ctti-add.cc: new file.
16518 * gdb.hp/ctti-add1.cc: new file.
16519 * gdb.hp/ctti-add2.cc: new file.
16520 * gdb.hp/ctti-add3.cc: new file.
16521 * gdb.hp/dbx.exp: new file.
16522 * gdb.hp/exception.cc: new file.
16523 * gdb.hp/exception.exp: new file.
16524 * gdb.hp/foll-exec.c: new file.
16525 * gdb.hp/foll-exec.exp: new file.
16526 * gdb.hp/foll-fork.c: new file.
16527 * gdb.hp/foll-fork.exp: new file.
16528 * gdb.hp/foll-vfork.c: new file.
16529 * gdb.hp/foll-vfork.exp: new file.
16530 * gdb.hp/inherit-hp.exp: new file.
16531 * gdb.hp/more-steps.exp: new file.
16532 * gdb.hp/namespace.cc: new file.
16533 * gdb.hp/namespace.exp: new file.
16534 * gdb.hp/optimize.exp: new file.
16535 * gdb.hp/pxdb.c: new file.
16536 * gdb.hp/pxdb.exp: new file.
16537 * gdb.hp/quicksort.exp: new file.
16538 * gdb.hp/reg-test.exp: new file.
16539 * gdb.hp/reg-test.s: new file.
16540 * gdb.hp/sized-enum.c: new file.
16541 * gdb.hp/sized-enum.exp: new file.
16542 * gdb.hp/start-stop.exp: new file.
16543 * gdb.hp/templ-hp.cc: new file.
16544 * gdb.hp/templ-hp.exp: new file.
16545 * gdb.hp/thr-lib.c: new file.
16546 * gdb.hp/thr-lib.exp: new file.
16547 * gdb.hp/thr-lib.h: new file.
16548 * gdb.hp/thr-liblib.c: new file.
16549 * gdb.hp/virtfun-hp.c: new file.
16550 * gdb.hp/virtfun-hp.exp: new file.
16551 * gdb.hp/watch-cmd.exp: new file.
16552 * gdb.hp/watch-hp.exp: new file.
16553 * gdb.hp/xdb1.exp: new file.
16554 * gdb.hp/xdb2.exp: new file.
16555 * gdb.hp/xdb3.exp: new file.
16556
16557Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
16558
16559 The following files are part of the HP merge; some had longer
16560 names at HP, but have been renamed to be no more than 14
16561 characters in length.
16562
16563 * gdb.base/ss.h: new file.
16564 * gdb.base/call-ar-st.c: new file.
16565 * gdb.base/call-ar-st.exp: new file.
16566 * gdb.base/call-rt-st.c: new file.
16567 * gdb.base/call-rt-st-exp: new file.
16568 * gdb.base/call-strs.exp: new file.
16569 * gdb.base/ena-dis-br.exp: new file.
16570 * gdb.base/environ.exp: new file.
16571 * gdb.base/long_long.exp: new file.
16572 * gdb.base/sect-cmd.exp: new file.
16573 * gdb.base/shlib-cl2.exp: new file.
16574 * gdb.base/smoke.exp: new file.
16575 * gdb.base/so-impl-ld.c: new file.
16576 * gdb.base/so-impl-ld.exp: new file.
16577 * gdb.base/so-indr-cl.c: new file.
16578 * gdb.base/so-indr-cl.exp: new file.
16579 * gdb.base/varargs.exp: new file.
16580 * gdb.base/volatile.exp: new file.
16581 * gdb.base/whatis-exp.exp: new file.
7a292a7a 16582 * gdb.base/display.exp: new file.
c906108c
SS
16583 * gdb.c++/derivation.exp: new file.
16584 * gdb.c++/local.exp: new file.
16585 * gdb.c++/member-ptr.exp: new file.
16586 * gdb.c++/overload.exp: new file.
16587 * gdb.c++/ovldbreak.exp: new file.
16588 * gdb.c++/ref-types.exp: new file.
16589 * gdb.c++/ref-types2.exp: new file.
16590 * gdb.c++/userdef.exp: new file.
d63a86f8 16591
c906108c
SS
16592Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
16593
16594 * gdb.base/default.exp: Reflect wording change in remote.c.
16595
dc96c6c7 16596Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16597
16598 * gdb.base/help.exp: Update to reflect current text.
16599
16600Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
16601
16602 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
16603 they're stack variables and contain garbage.
16604 * gdb.c++/anon-union.exp: new file.
16605
16606 The following changes were made by David Taylor
16607 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16608 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16609 in changes by HP.
16610
16611 * gdb.base/bitops.exp: new file.
16612 * gdb.base/default.exp: change expected messages for catch and
16613 info catch tests to reflect HP merge changes.
16614 * gdb.base/enable-disable-break.exp
16615 * gdb.base/ending-run.c: new file.
16616 * gdb.base/long_long.c: new file.
16617 * gdb.base/maint.exp: new file.
16618 * gdb.base/pointers2.exp: new file.
16619 * gdb.base/shlib-call2.exp: new file.
16620 * gdb.base/solib.exp: new file.
16621 * gdb.base/step-test.c: new file.
16622 * gdb.c++/anon-union.cc: new file.
16623 * gdb.c++/local.cc: new file.
16624 * gdb.c++/member-pointer.cc: new file.
16625 * gdb.c++/method.cc: new file.
16626 * gdb.c++/ref-types.cc: new file.
16627 * gdb.c++/ref-types2.cc: new file.
16628 * gdb.c++/userdef.cc: new file.
d63a86f8 16629
c906108c
SS
16630 * gdb.base/scope.exp: compile one file at a time, then link.
16631 * gdb.base/langs.exp: ditto.
16632 * gdb.base/list.exp: ditto.
d63a86f8 16633
c906108c
SS
16634Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
16635
16636 The following changes were made by David Taylor
16637 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16638 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16639 in changes by HP.
d63a86f8 16640
c906108c
SS
16641 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
16642 skip tests. When compiling pass c++ flag to gdb_compile.
16643 * gdb.c++/
d63a86f8 16644
c906108c
SS
16645 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
16646 test for on hppa*-*-hpux*; use args to see if c++ was specified.
16647 (skip_hp_tests): new function.
16648 (gdb_preprocess): new function.
16649
16650 * configure.in (hpdir): decide whether to configure gdb.hp.
16651 * configure: regenerated.
16652
16653 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
16654 to delete on clean.
16655 (EXECUTABLES): update to reflect new additions.
16656 * gdb.base/commands.exp: update message expected.
16657 * gdb.base/default.exp: add copyright notice.
16658 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
16659 * gdb.base/help.exp: update messages to reflect current text.
16660 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
16661 targets for recurse tests.
16662 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
16663 skip this file.
16664
16665 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
16666 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
16667 compilation.
16668 * gdb.c++/misc.exp: ditto.
16669 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
16670 run the tests. tell gdb_compile that it's a c++ compilation.
16671
16672 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 16673
c906108c
SS
16674 * gdb.base/all-bin.exp: new file.
16675 * gdb.base/arithmet.exp: new file.
16676 * gdb.base/assign.exp: new file.
16677 * gdb.base/completion.exp: new file.
16678 * gdb.base/cond-expr.exp: new file.
16679 * gdb.base/condbreak.exp: new file.
16680 * gdb.base/define.exp: new file.
16681 * gdb.base/dollar.exp: new file.
16682 * gdb.base/environment.exp: new file.
16683 * gdb.base/eval-skip.exp: new file.
16684 * gdb.base/jump.exp: new file.
16685 * gdb.base/logical.exp: new file.
16686 * gdb.base/pointers.exp: new file.
16687 * gdb.base/relational.exp: new file.
16688 * gdb.base/section_command.exp: new file.
16689 * gdb.base/whatis-expr.exp: new file.
16690
16691 * gdb.base/all-types.c: new file.
16692 * gdb.base/call-array-struct.c: new file.
16693 * gdb.base/call-return-struct.c: new file.
16694 * gdb.base/call-strings.c: new file.
16695 * gdb.base/callfuncs2.c: new file.
16696 * gdb.base/condbreak.c: new file.
16697 * gdb.base/constvars.c: new file.
16698 * gdb.base/display.c: new file.
16699 * gdb.base/int-type.c: new file.
16700 * gdb.base/jump.c: new file.
16701 * gdb.base/miscexprs.c: new file.
16702 * gdb.base/pointers.c: new file.
16703 * gdb.base/pointers2.c: new file.
16704 * gdb.base/shmain.c: new file.
16705 * gdb.base/shr1.c: new file.
16706 * gdb.base/shr2.c: new file.
16707 * gdb.base/solib.c: new file.
16708 * gdb.base/solib1.c: new file.
16709 * gdb.base/solib2.c: new file.
16710 * gdb.base/varargs.c: new file.
16711 * gdb.c++/derivation.cc: new file.
16712 * gdb.c++/overload.cc: new file.
16713 * gdb.c++/ovldbreak.cc: new file.
16714 * gdb.hp/attach.c: new file.
16715 * gdb.hp/attach2.c: new file.
16716 * gdb.hp/average.c: new file.
16717 * gdb.hp/compiler.c: new file.
16718 * gdb.hp/compiler.cc: new file.
16719 * gdb.hp/execd-program.c: new file.
16720 * gdb.hp/follow-exec.c: new file.
16721 * gdb.hp/follow-fork.c: new file.
16722 * gdb.hp/follow-vfork-and-exec.c: new file.
16723 * gdb.hp/misc-hp.cc: new file.
16724 * gdb.hp/more-steps.c: new file.
16725 * gdb.hp/optimize.c: new file.
16726 * gdb.hp/quicksort.c: new file.
16727 * gdb.hp/run-hp.c: new file.
16728 * gdb.hp/start-stop.c: new file.
16729 * gdb.hp/sum.c: new file.
16730 * gdb.hp/templates-hp.cc: new file.
16731 * gdb.hp/thread-local-in-lib.c: new file.
16732 * gdb.hp/thread-local-in-lib.h: new file.
16733 * gdb.hp/thread-local-in-lib.lib.c: new file.
16734 * gdb.hp/vforked-program.c: new file.
16735 * gdb.hp/virtfunc-hp.cc: new file.
16736 * gdb.hp/watchpoint-hp.c: new file.
16737 * gdb.hp/xdb.c: new file.
16738 * gdb.hp/xdb0.c: new file.
16739 * gdb.hp/xdb0.h: new file.
16740 * gdb.hp/xdb1.c: new file.
16741
16742Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
16743
16744 The following change was made by Edith Epstein
16745 <eepstein@cygnus.com> as part of a project to merge in changes
16746 originally made by HP; HP did not create ChangeLog entries.
16747
16748 * gdb.c++/demangle.exp: changed the expected output for some
16749 ARM-style mangling -- removed second reference to datatype.
16750 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 16751 T1<char>::~T1<char>(void)
c906108c 16752 becomes,
a9c64011
AS
16753 maint demangle __dt__11T1__pt__2_cFv
16754 T1<char>::~T1(void)
c906108c
SS
16755
16756 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 16757
c906108c
SS
16758Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
16759
16760 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
16761 * gdb.trace/backtrace.exp: Likewise.
16762 * gdb.trace/circ.exp: Likewise.
16763 * gdb.trace/collection.exp: Likewise.
16764 * gdb.trace/deltrace.exp: Likewise.
16765 * gdb.trace/infotrace.exp: Likewise.
16766 * gdb.trace/limits.exp: Likewise.
16767 * gdb.trace/packetlen.exp: Likewise.
16768 * gdb.trace/passc-dyn.exp: Likewise.
16769 * gdb.trace/passcount.exp: Likewise.
16770 * gdb.trace/report.exp: Likewise.
16771 * gdb.trace/save-trace.exp: Likewise.
16772 * gdb.trace/tfind.exp: Likewise.
16773 * gdb.trace/tracecmd.exp: Likewise.
16774 * gdb.trace/while-dyn.exp: Likewise.
16775 * gdb.trace/while-stepping.exp: Likewise.
16776
167771998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
16778
16779 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
16780
16781Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
16782
16783 From Brendan Kehoe:
16784 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
16785 int return types.
16786
16787Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
16788
16789 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
16790 remote dos host testing right.
16791
16792Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
16793
16794 * gdb.base/corefile.exp: remove some xfails.
16795
16796Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
16797
16798 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
16799 have different timestamps.
16800
16801Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
16802
16803 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
16804 gdb.base/default.exp: Replace "exec" with "executable".
16805
16806Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
16807
16808 * gdb.base/default.exp: Change else if to elseif from previous
16809 delta.
16810
16811Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
16812
16813 * gdb.base/default.exp: Add brace missing from previous delta.
16814
16815Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
16816
16817 * gdb.base/default.exp: Support test for info float for all
16818 varieties of arm toolchain.
16819
dc96c6c7 16820Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16821
16822 * gdb.trace/*.exp: remove "remote_download" command.
16823
dc96c6c7 16824Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16825
16826 * gdb.trace/*.exp: remove -gdwarf from compile.
16827
16828Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
16829
16830 * gdb.trace/configure.in(AC_INIT): typo
16831 * gdb.trace/configure: regenerated
16832
dc96c6c7 16833Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16834
16835 * config/m68k-emc.exp: New file.
16836 * lib/<emc-support.exp trace-support.exp}: New files.
16837 * configure.in: add new test directory gdb.trace.
16838 * gdb.trace/{configure configure.in Makefile.in}: New files.
16839 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
16840 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
16841 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
16842 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
16843 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
16844 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
16845 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 16846
dc96c6c7 16847Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16848
16849 * gdb.c++/classes.exp: Change all regular expressions to match
16850 arbitrary combinations of newline/carriage-return, so that they
16851 will work equally well on Unix and Windows.
16852 * gdb.c++/inherit.exp: ditto.
16853 * gdb.c++/virtfunc.exp: ditto.
16854
168551998-08-11 Dawn Perchik <dawn@cygnus.com>
16856
16857 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
16858
c2d11a7d
JM
16859Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
16860
16861 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
16862 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
16863 to use a0-a3/d0-d3 as needed.
16864
16865Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
16866
16867 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
16868 * gdb.disasm/am33.exp: Corresponding changes.
16869
c906108c
SS
168701998-07-11 Felix Lee <flee@cygnus.com>
16871
16872 * gdb.base/callfuncs.exp: add cmp10 test.
16873 * gdb.base/callfuncs.c (cmp10): new function.
16874
16875Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
16876
d63a86f8 16877 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
16878 into two parts to get around a synchronization problem in expect.
16879
3fc11d3e
JM
16880Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
16881
16882 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
16883
16884 * configure.in: Add options for gdbtk testsuite.
16885
16886 * configure: Regenerate.
16887
16888 * gdb.gdbtk: New directory to hold gdbtk tests.
16889
c906108c
SS
16890Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16891
16892 * gdb.fortran/types.exp: Escape brackets in expect patterns
16893 for test_float_literal_types_accepted tests.
16894 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
16895 before run test.
16896
c2d11a7d
JM
16897Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
16898
16899 * am33.exp: Just compile, do not link the testcase.
16900 * am33.s: Add ".am33" pseudoop to force am33 mode.
16901
c906108c
SS
169021998-06-25 Felix Lee <flee@cygnus.com>
16903
16904 * gdb.base/setshow.exp: make sure $pc is sane.
16905
16906 * gdb.stabs/weird.exp: split expect patterns properly.
16907
c2d11a7d
JM
16908Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
16909
16910 * gdb.disasm/am33.s: New disassembler testfile for the am33.
16911 * gdb.disasm/am33.exp: Run it.
16912
dc96c6c7 16913Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16914
16915 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
16916 match processing (and eliminate spurious timeouts when running).
16917
dc96c6c7 16918Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16919
16920 * gdb.base/signals.exp (test_handle_all_print): put back Mach
16921 exception test, but conditionalize it on target [mach | gnu].
16922
dc96c6c7 16923Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16924
16925 * gdb.base/overlays.exp: fixup compile line for linker script.
16926
16927Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
16928
16929 * gdb.fortran/types.exp: don't guess at float size.
16930
16931Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
16932
16933 * gdb.base/exprs.exp: delete test that depends on int size.
16934
16935Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
16936
16937 * config/sim.exp: Removed checks for target triplets.
16938 (gdb_target_sim): Use gdb,target_sim_options.
16939
16940Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
16941
16942 * gdb.base/reread.exp: New file.
16943 * gdb.base/reread1.c: New file.
16944 * gdb.base/reread2.c: New file.
16945
16946Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
16947
16948 * config/sim.exp: Use 'target sim -sparclite' when running
16949 SPARClite programs.
16950
16951Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
16952
16953 * gdb.base/structs2.exp: New file.
16954 * gdb.base/structs2.c: New file.
16955
16956Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
16957
16958 * gdb.asm/common.inc: New file.
16959 * gdb.asm/d10v.inc: New file.
16960 * asm-source.exp: Pass -I's to gas to find .inc files.
16961 Update line numbers in expected output.
16962 * asmsrc1.s: Rewrite.
16963 * asmsrc2.s: Rewrite.
16964 * configure.in: Create arch.inc symlink.
16965 * configure: Regenerate.
16966 * Makefile.in (distclean): Delete arch.inc.
16967
16968Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
16969
16970 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
16971 (t_enum_value2): ditto
16972 (t_enum_value3): ditto
16973 (main): ditto
16974Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16975
16976 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
16977 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
16978 change.
16979 Use gdb_test instead of send_gdb/gdb_expect sequences.
16980
16981Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
16982
16983 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
16984 not void.
16985
16986Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
16987
16988 * gdb.base/branches.c: Code with lots of loops and
16989 subroutines. Used to test gdbs ability to single step through PC
16990 changes, especially to test mips-tdep.c:mips_next_pc
16991
16992Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
16993
16994 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
16995 more rigorous EGCS C++ error checking.
16996
16997Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16998
a9c64011
AS
16999 * gdb.base/help.exp: Clean up `help set args' and `help show args'
17000 tests.
17001 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
17002 function when asleep.
17003 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
17004 for i*86 Linux and SVR4 signal handling problems.
17005 Remove linux xfail for `next to handler in signals_tests_1', fixed
17006 by recent infrun.c change.
17007 Limit backtrace to 10 frames to avoid timeout problems with infinite
17008 stack backtraces.
17009 Adjust expect pattern in `handle all print' test to match Apr 28 1997
17010 target.[ch] change.
c906108c
SS
17011
17012Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
17013
17014 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
17015 for a newline from gdb before continuing.
17016 (default_gdb_exit): Just look for y or n.
17017 (gdb_test): Detect abnormal exit from GDB running on DOS; if
17018 it does, fail the rests of the tests in the file.
17019
17020Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
17021
17022 * config/cygmon.exp: New file.
17023
17024Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
17025
17026 * gdb.base/list.exp: Fix problem with "list default lines around
17027 main" test on remote targets.
17028
17029 * gdb.base/scope.exp: Fix problem with filelocal_bss before
17030 run test on remote targets.
17031
17032Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
17033
17034 * gdb.asm: New directory.
17035 * configure.in: Configure it.
17036 * configure: Regenerate.
17037 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
17038 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
17039
17040Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
17041
17042 * config/mn10300-eval.exp: New file to support MN10300 eval board.
17043
dc96c6c7 17044Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 17045
a9c64011
AS
17046 * gdb.base/overlays (several files): Merge the two overlay
17047 managers into one. Change variables (foox, barx, bazx, grbxx)
17048 back into ints but force them to load in their proper sections.
c906108c
SS
17049
17050Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
17051
17052 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
17053 on-chip insn memory and IMAP1 to upper 128k.
17054 (D10VCopy): Handle memory regions crossing 16k boundaries.
17055 (D10VCopy): Transfer data in 32 bit chunks.
17056
17057Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
17058
17059 * gdb.base/overlays.c (main): Exit normally when result is
17060 correct.
17061
17062 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
17063 map. Include space for printf in .text segment.
17064
17065 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
17066 updated d10v memory VMA/LMA map.
17067 (D10VCopy): Call D10VTranslate.
d63a86f8 17068
c906108c
SS
17069Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
17070
17071 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
17072
17073 * gdb.base/bar.c (barx, bar): Change variable to small array so
17074 that it won't be put into the .sdata - small data -
17075 section. Update reference.
17076 * gdb.base/baz.c (bazx, baz): Ditto.
17077 * gdb.base/foo.c (foox, foo): Ditto.
17078 * gdb.base/grbx.c (grbxx, grbx): Ditto.
17079
17080 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
17081 to be arrays.
d63a86f8 17082
dc96c6c7 17083Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 17084
a9c64011
AS
17085 * gdb.base/overlays.exp: fix up and get working again.
17086 Add tests for backtraces from an overlay function.
d63a86f8 17087
c906108c
SS
17088Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
17089
17090 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
17091 "calling function with watchpoint enabled".
17092
17093Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
17094
17095 * gdb.base/break.exp (test_next_with_recursion): Remove
17096 gdb_suppress_tests for d10v-*-*.
17097 * lib/gdb.exp (gdb_suppress_tests): Disable this function
17098 pending review of whether it is useful or not.
17099
17100Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
17101
17102 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
17103
17104Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
17105
17106 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
17107 * config/dve.exp: New file to support Densan boards.
17108
17109Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
17110
17111 * gdb.base/interrupt.exp: Document problem of simulators, signals,
17112 reads and BSD.
17113
17114Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
17115
17116 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
17117 response.
17118
17119 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
17120
17121Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
17122
17123 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
17124 test.
17125
17126 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
17127 target_sizeof_long and target_bigendian_p.
17128 (structs_by_value, structs_by_reference): Check values according
17129 to targets word size and endianess.
d63a86f8 17130
c906108c
SS
17131Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
17132
17133 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
17134 output.
17135
17136Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
17137
17138 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
17139 Update test of set args help to match source change.
17140
17141Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
17142
17143 * gdb.base/default.exp: Expect help system output to be in
17144 alphabetical order.
17145 * gdb.base/help.exp: Ditto.
17146
17147Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
17148
17149 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
17150 "i*86-pc-linux-gnu*".
17151 * gdb.base/interrupt.exp: Ditto.
17152 * gdb.base/corefile.exp: Ditto.
17153
17154 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
17155 define vxworks when building the testcase.
17156
17157 * gdb.base/ptype.exp: Fix testnames to be unique.
17158 * gdb.base/radix.exp: Ditto.
17159 * gdb.base/term.exp: Ditto.
17160 * gdb.base/whatis.exp: Ditto.
17161 * gdb.c++/classes.exp: Ditto.
17162
17163Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
17164
17165 * gdb.base/callfuncs.exp: Fix indentation.
17166
17167 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
17168 suppress_flag has been set.
17169 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
17170 target feature.
17171
17172Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
17173
17174 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
17175 the testcase.
17176
17177 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
17178 set_debug_traps() and breakpoint().
17179 * gdb.c++/misc.cc (main): Ditto.
17180 * gdb.c++/templates.cc (main): Ditto.
17181 * gdb.c++/virtfunc.cc (main): Ditto.
17182
17183Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
17184
17185 * lib/gdb.exp(gdb_step_for_stub): New function.
17186 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
17187 exists, reload the executable and do a "continue" instead of
17188 doing a jump.
17189 (runto_main): Use gdb_step_for_stub.
d63a86f8 17190
c906108c
SS
17191 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
17192 tests to have unique names.
17193 * gdb.base/callfuncs.exp: Ditto.
17194 * gdb.base/commands.exp: Ditto.
17195 * gdb.base/default.exp: Ditto.
17196 * gdb.base/help.exp: Ditto.
17197 * gdb.base/list.exp: Ditto.
17198 * gdb.base/opaque.exp: Ditto.
17199 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
17200 similar tests.
d63a86f8 17201
c906108c
SS
17202 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
17203 * gdb.c++/cplusfuncs.cc: Ditto.
17204 * gdb.c++/virtfunc.cc: Ditto.
17205
17206 * config/monitor.exp: Keep track of the last file we saw, rather
17207 than trying to get the info from gdb.
17208
17209 * gdb.fortran/types.exp: Move comment to previous line.
17210
17211Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
17212
17213 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
17214 target mode.
17215
17216Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
17217
17218 From Bob Manson:
17219 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
17220 string from GDB when it connects.
17221
17222 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
17223
17224Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
17225
17226 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
17227 if we can't get a debug format from GDB (we may be testing an
17228 older GDB). Use a 10 second timeout when checking for the format.
17229
17230 * gdb.stabs/weird.exp: Fix quoting.
17231
17232 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
17233
17234Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
17235
17236 * config/arm-ice.exp: New file.
17237
17238Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
17239
17240 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
17241 until it has been modified to work with the new testsuite.
17242
99707966 17243 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
17244 testcase won't compile, cause all of the testcases in the file to
17245 fail instead.
17246
17247 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
17248 (gdb_clear_suppressed): New procedure.
17249 (gdb_stop_suppressing_tests): Only clear suppress_flag if
17250 it contains a positive value.
17251
17252Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
17253
17254 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
17255
17256 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
17257
17258Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
17259
17260 * lib/gdb.exp (setup_xfail_format): New function.
17261 (get_debug_format): New function to get debug format.
17262 (debug_format): New global variable to hold last value set
17263 by get_debug_format.
17264 * gdb.base/list.exp: Call get_debug_format and expect some
17265 tests to fail for DWARF 1 and COFF formats.
17266 * gdb.c++/ptype.exp: Ditto.
17267 * gdb.c++/classes.exp: Ditto.
17268 * gdb.c++/cplusfuncs.exp: Ditto.
17269 * gdb.c++/inherit.exp: Ditto.
17270 * gdb.c++/templates.exp: Ditto.
17271 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 17272
c906108c
SS
17273Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
17274
17275 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
17276 host doesn't have a currently-open connection.
17277
17278 * config/sparclet.exp: Cleanups and fixes to make it generic for
17279 any gdb stub target. Handle cases where gdb doesn't respond when
17280 interrupted in a sane fashion.
17281
17282 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
17283 same thing in a totally different way.
17284
17285 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
17286 setting "timeout".
17287 (gdb_start): We set the global gdb_prompt variable in
17288 default_gdb_init now.
17289
17290Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
17291
17292 * gdb.base/printcmds.exp: Fix "check for floating addition"
17293 regexp to accept results within approx +/- .01 of exact value.
17294 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
17295
17296Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
17297
17298 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
17299 properly.
17300 (gdb_expect): Add optional timeout parameter, and add timeout
17301 value to various calls.
17302 (gdb_suppress_tests): Only give one warning message per group.
17303
17304Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
17305
17306 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
17307 global variables. Handle getting a value for $timeout more
17308 gracefully.
17309
17310Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
17311
17312 * lib/gdb.exp: Close connection to remote host if gdb doesn't
17313 initialize.
17314 (default_gdb_init): New procedure; allow gdb_init to be overridden
17315 by a target configuration file.
17316 (gdb_expect): Pass the timeout to remote_expect.
17317
17318 * config/monitor.exp(gdb_load): Fix typo in regexp.
17319
17320Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
17321
17322 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
17323
17324Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
17325
17326 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
17327 here. Call gdb_target_exec before rebooting the target, to make
17328 sure the connection to the target is closed.
17329 (gdb_load): Pass the name of the executable to gdb_target_monitor.
17330 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
17331 Also detect "Timeout reading from remote" error.
17332
17333 * config/gdbserver.exp: Pass the executable being loaded to
17334 gdb_target_monitor. Don't call gdb_file_cmd here; let
17335 gdb_target_monitor do it.
17336
17337 * gdb.disasm/hppa.exp: Don't use exec_output.
17338
17339Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
17340
17341 * gdb.base/list.exp: If we're debugging a non-native target,
17342 try to set the pc register to point to the start of the
17343 program before doing the first list command.
17344
17345 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
17346 test_calls after restarting.
17347
17348 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
17349 reloading.
17350
17351 * gdb.base/watchpoint.exp: Fix typo.
17352
17353 * gdb.base/setshow.exp: Check for use_gdb_stub.
17354
17355 * gdb.base/break.exp: Fix continue until exit test for the gdb
17356 stub case.
17357 * gdb.base/langs.exp: Ditto.
17358
17359 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
17360 gdb_load_offset. If we weren't given a file to load, figure out
17361 what the current file is and use it.
17362
17363 * config/i386-bozo.exp: New file.
17364
17365Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
17366
17367 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
17368 feature.
17369
17370 * config/proelf.exp: New entry.
17371
17372Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
17373
17374 * lib/gdb.exp: Remove spurious .* patterns at the beginning
17375 of regexps.
17376
17377 * gdb.base/watchpoint.exp: Don't run the test_stepping
17378 tests if gdb can't call functions on the target.
17379
17380 * gdb.base/setshow.exp: Don't run the set prompt tests if
17381 the board has gdb_prompt set.
17382
17383Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
17384
17385 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
17386 * gdb.base/commands.exp: Likewise.
17387 * gdb.base/setshow.exp: Likewise.
17388
17389Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
17390
17391 * config/monitor.exp(gdb_start): Look for gdb_prompt target
17392 feature.
17393
17394 * config/i960.exp: New file.
17395
17396Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
17397
17398 * gdb.base/funcargs.exp: Check for gdb,short_int target
17399 feature instead of looking for explicit target triplets.
17400
dc96c6c7 17401Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 17402
d63a86f8 17403 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
17404 "p 123DEADBEEF", to check parse_number.
17405 * top.c: change "to enable to enable" to "to enable" in a couple
17406 of help strings.
17407
17408Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
17409
17410 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
17411 on the mn10300.
d63a86f8 17412
c906108c
SS
17413Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
17414
17415 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
17416 where the test executable is run with explicit args.
17417 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
17418
17419Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
17420
17421 * gdb.base/run.c: Use FAKEARGV to build test executable that
17422 does not require a command line arg, since most simulators
17423 don't currently support passing such an arg into the simulated
17424 program.
17425 * gdb.base/commands.exp: Change tests to insert the proper
17426 value as the arg to the first recursive factorial call. Change
17427 compilation line to define FAKEARGV at compile time.
17428
17429Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
17430
17431 * gdb.base/recurse.exp: Enable these tests for the mn10300.
17432 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
17433 function with watchpoint enabled" test.
17434
17435Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
17436
17437 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
17438 Don't call gdb_test when the command doesn't return to a gdb prompt.
17439
17440 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
17441 "Tests restarted" messages.
17442
17443Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
17444
17445 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
17446
dc96c6c7 17447Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17448
17449 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
17450 for INFO SYMBOL; add help tests for OVERLAY commands.
17451 * gdb.base/default.exp: add tests for INFO SYMBOL command;
17452 add tests for OVERLAY commands
17453 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
17454 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
17455 * gdb.base/sigall.c: add usestubs code frag
17456 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 17457
c906108c
SS
17458Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
17459
17460 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
17461 failures.
17462 (gdb_stop_suppressing_tests): Note that tests have restarted.
17463
17464Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
17465
17466 * config/h8300.exp: New file.
17467
17468Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
17469
17470 * gdb.base/setshow.exp: Check for the existence of a
17471 feature, not its value.
17472
17473Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
17474
17475 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
17476
17477 * gdb.base/scope.exp: It's now init0(), not init().
17478
17479 * gdb.base/scope0.c: For now, change init() to be init0().
17480
17481 * config/monitor.exp: Use gdb_serial in preference to serial
17482 or netport.
17483
17484 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
17485 and it's not already set.
17486
17487Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
17488
17489 * gdb.base/setshow.exp: Only test the run command if the target
17490 isn't using a stub and if it supports argument passing.
17491
17492Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
17493
17494 * config/udi.exp(gdb_start): Make sure UDICONF is set
17495 properly before starting gdb.
17496
17497Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
17498
17499 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
17500 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
17501 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
17502
17503Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
17504
17505 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
17506 specialized code to reboot the board, use remote_reboot instead.
17507
17508 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
17509
17510 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
17511
17512 * config/monitor.exp: Make sure we disconnect from the target.
17513 Also, try a reboot/reload cycle instead of failing if the
17514 load fails.
17515
17516Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
17517
17518 * gdb.base/default.exp: Don't set match_max.
17519 * gdb.base/help.exp: Ditto.
17520 * gdb.base/list.exp: Ditto.
17521 * gdb.base/signals.exp: Ditto.
17522
17523 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
17524 set, use remote_ld to download the testcase instead of
17525 the GDB loader.
17526
17527Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
17528
17529 * config/vr5000.exp: New file.
17530
17531 * config/monitor.exp(gdb_target_monitor): Add pattern for
17532 "Ending remote" to detect errors in connecting.
17533
17534 * gdb.base/setshow.exp: Add .* within auto language test.
17535
17536 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
17537 target feature.
17538
17539 * config/monitor.exp(gdb_load): Check for a failure when loading,
17540 and reboot the board if necessary.
17541
17542 * gdb.base/setvar.exp(test_set): Handle multiple prints within
17543 a set of tests. Remove print.* from the patterns being checked.
17544
17545Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
17546
17547 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
17548 refer to gdb_spawn_id.
17549
17550 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
17551 longer used.
17552 * config/sparclet.exp: Ditto.
17553 * config/sparclet-old.exp: Ditto.
17554 * config/slite.exp: Ditto.
17555 * config/sim.exp: Ditto.
17556 * gdb.base/funcargs.exp: Ditto.
17557
17558 * lib/gdb.exp:Remove references to gdb_spawn_id.
17559 (gdb_expect): Move to remote.exp.
17560
17561Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
17562
17563 * config/monitor.exp: Detect the "Couldn't establish connection"
17564 message from GDB.
17565
17566Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
17567
17568 * gdb.base/bitfields.exp: Use runto instead of explicit
17569 gdb_run_cmd/gdb_expect sequences.
17570
17571 * gdb.base/break.exp(text_next_with_recursion): Add match for
17572 gdb_expect call.
17573
17574 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
17575 We also need to handle the "A program is being debugged already"
17576 prompt from gdb. Use gdb_test to set the baud rate.
17577
17578 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
17579 to 20000. Really. I mean it.
17580
17581Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
17582
17583 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
17584 fails. If suppress_flag is set, skip perror message about not
17585 being able to send to GDB.
17586 (send_gdb): If suppress_flag is set, don't try to send commands to
17587 GDB.
17588 (gdb_expect): If suppress_flag is set, always fail immediately.
17589 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
17590 (gdb_init): Call gdb_stop_suppressing_tests.
17591 (default_gdb_exit): Ditto.
17592 (default_gdb_start): Ditto.
17593
17594 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
17595 gdb_stop_suppressing_tests as appropriate.
17596 * gdb.base/break.exp: Ditto.
17597 * gdb.base/callfuncs.exp: Ditto.
17598 * gdb.base/commands.exp: Ditto.
17599 * gdb.base/exprs.exp: Ditto.
17600 * gdb.base/funcargs.exp: Ditto.
17601 * gdb.base/list.exp: Ditto.
17602 * gdb.base/recurse.exp: Ditto.
17603 * gdb.base/scope.exp: Ditto.
17604 * gdb.base/structs.exp: Ditto.
17605 * gdb.c++/inherit.exp: Ditto.
17606
17607Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
17608
17609 * config/vr4300.exp: New file.
17610
99707966 17611 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 17612
99707966 17613 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
17614
17615Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
17616
17617 * lib/gdb.exp(gdb_init): New function.
17618
17619 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
17620 for each individual variable set.
17621
17622 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
17623 name.
17624
17625 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
17626
17627 * gdb.base/scope.exp: Use gdb_test.
17628
17629 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
17630 aborting; the testsuite driver will do that for us (see
17631 gdb_finish). Also, use gdb_test in a few more places.
17632
17633Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
17634
17635 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
17636
17637Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
17638
17639 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
17640 and "add_tests" are not at the same address.
17641
17642Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
17643
17644 * gdb.base/ptype.exp: Use gdb_test.
17645
17646Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
17647
17648 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
17649 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
17650 left in. No longer expect them to fail.
17651
17652 * gdb.stabs/*.mt; Deleted, no longer used.
17653 * gdb.stabs/configure.in: Remove references to target makefile
17654 frags.
17655 * gdb.stabs/configure: Rebuilt.
17656
17657 * gdb.disasm/*.mt: Deleted, no longer used.
17658 * gdb.disasm/configure.in: Remove references to target makefile
17659 frags. Use "sh3.s" as the unique filename for this directory.
17660 * gdb.disasm/configure: Rebuilt.
17661
17662 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
17663 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
17664 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
17665
17666Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
17667
17668 * config/udi.exp: Use mondfe,name instead of remote_host.
17669
17670Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
17671
17672 * gdb.base/watchpoint.exp: Don't expect a failure when calling
17673 a function with a watchpoint enabled on the mn10200.
17674
17675 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
17676 before trying to create it!
17677
17678Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
17679
17680 * config/vx.exp: Use hostname instead of netport.
17681
17682 * config/vxworks.exp: New file.
17683
17684 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
17685
17686 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
17687 gdb before assuming everything worked. Send a ^C if a timeout
17688 occurs.
17689
17690 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
17691 $gdb_spawn_id directly.
17692 (gdb_run_cmd): Try _start as well as start. Use the target feature
17693 gdb,start_symbol as the symbol to start from when jumping.
17694
17695Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
17696
17697 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
17698 redundant) test.
17699
17700 * gdb.base/recurse.exp: Relax final value test for 'b' so that
17701 it doesn't lose for 16bit integer systems.
17702
17703Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
17704
17705 * gdb.fortran/types.exp: If the target doesn't support "double"
17706 data types, then expect "real" types to only be 4 bytes.
17707
17708 * gdb.c++/virtfunc.exp: Expect failure for virtual function
17709 call tests if the target doesn't support inferior function calls.
17710
17711 * gdb.base/printcmds.exp: Allow minor deviation in FP values
17712 in printf tests.
17713
17714Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
17715
17716 * gdb.base/help.exp: Disable "help set", "help show", and
17717 "help support". Simplify regexp for "help stack".
17718
17719 * gdb.base/default.exp: Set match_max to 5000 and the timeout
17720 to 60 seconds. Temporarily set match_max to 15000 around the
17721 "info copying" test.
17722
17723 * gdb.base/nodebug.exp: Don't try to do an inferior function
17724 call if the target doesn't support them.
17725 * gdb.base/printcmds.exp: Likewise.
17726 * gdb.base/setvar.exp: Likewise.
17727 * gdb.base/structs.exp: Likewise.
17728 * gdb.c++/templates.exp: Likewise.
17729 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
17730
17731 * gdb.base/recurse.exp: Enable for the mn10200.
17732
17733 * configure.in: Do configure gdb.stabs directory for *-*-elf
17734 targets.
17735 * configure: Rebuilt.
17736
17737 * gdb.base/break.exp: Check for gdb,noresults before testing
17738 exit status and/or results from the target.
17739 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
17740 * lib/gdb.exp: Remove old (now bogus) initialization of
17741 noinferior, noargs, noresults and nosignals.
17742
17743Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
17744
17745 * config/sh.exp: New file.
17746
17747 * config/slite.exp: Try to connect multiple times to the board
17748 before rebooting. Only send a "monitor run" if need_monitor_run
17749 is set.
17750
17751 * gdb.base/break.exp: Don't do the "stub continue" test if
17752 the target has gdb_stub set.
17753
17754 * gdb.base/callfuncs.exp: Increase the timeout.
17755
17756 * gdb.base/interrupt.exp: Don't even try to compile the testcase
17757 if the target has gdb,noinferiorio set.
17758
17759 * gdb.base/list.exp: Increase match_max to 10000 characters.
17760
17761 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
17762
17763 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
17764 target.
17765
17766 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
17767
17768Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
17769
17770 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
17771 trying to delete the copy of gdb. Catch the file delete so we
17772 don't die if the delete fails; also, the file should be copied to
17773 the host, not to the build.
17774
17775Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
17776
17777 * lib/gdb.exp(gdb_test): Surround the result pattern with
17778 parenthesis in case it contains multiple regexps separated
17779 with |.
17780
17781 * gdb.base/watchpoint.exp: Use gdb_test.
17782 * gdb.base/default.exp: Ditto.
17783
17784Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
17785
99707966 17786 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 17787
c906108c
SS
17788 * gdb.base/scope.exp: Use gdb_test.
17789 * gdb.c++/classes.exp: Ditto.
17790 * gdb.c++/inherit.exp: Ditto.
17791
17792Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
17793
17794 * gdb.base/crossload.exp: Don't use execute_anywhere, use
17795 remote_exec instead.
17796 * gdb.base/corefile.exp: Don't be ridiculous.
17797 * gdb.base/*.c: Add missing stub invocations.
17798
17799Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
17800
17801 * config/slite.exp: Miscellaneous fixes.
17802
17803 * lib/gdb.exp: Fix runto.
17804
17805 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
17806 the target.
17807
17808 * gdb.base/watchpoint.exp: Fix regexp.
17809
17810 * lib/gdb.exp(default_gdb_exit): Add a catch to the
17811 close and wait commands, as the descriptor may now be
17812 invalid. Always call "remote_close host".
17813
17814Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
17815
17816 Major rewrite for testsuite revision.
d63a86f8 17817
c906108c
SS
17818 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
17819 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
17820 instead of relying on spawn_id to always contain a valid
17821 spawn id.
17822 (get_compiler_info): New procedure to build the ${binfile}.ci
17823 file, instead of replicating this in N different places.
17824 (gdb_compile): New procedure.
d63a86f8 17825
c906108c
SS
17826 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
17827 appropriate arguments) instead of compile. Use gdb_test in a lot
17828 more places. Use send_gdb instead of send. Always run gdb_start
17829 at the start of a testcase, as this is no longer done magically.
17830
17831 config/*-gdb.exp: Rename without the -gdb suffix.
17832
17833 config/mips.exp: Use remote_close instead of exit_remote_shell.
17834 config/monitor.exp: Use target_info instead of looking at
17835 baud, timeout, etc.
17836 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
17837
17838Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17839
17840 * gdb.c++/templates.exp (test_ptype_of_templates),
17841 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
17842 Update expect patterns for destructors and assignment operators
17843 to match corresponding c-typeprint.c changes.
17844 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
17845 to destructor breakpoint test, GDB should be able to set the
17846 destructor breakpoint without specifying arguments.
17847
17848Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
17849
17850 * gdb.threads/pthreads.exp: Change result for failure to compile due
17851 to lack of pthreads runtime support from an error to simply an
17852 unsupported test, per dejagnu standards.
17853
17854Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17855
17856 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
17857 where GDB exits to reduce pattern match time.
17858 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
17859
17860 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
17861
dc96c6c7 17862Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17863
17864 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
17865 * gdb.base/default.exp: ditto.
17866 * gdb.base/nodebug.exp: ditto.
17867 * gdb.base/printcmds.exp: ditto.
17868 * gdb.base/ptype.exp: ditto.
17869 * gdb.base/setvar.exp: ditto.
17870 * gdb.base/structs.exp: ditto.
17871 * gdb.base/setshow.c: Guard against uninitialized values of argc.
17872
17873Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
17874
17875 * configure, */configure: Rebuild with autoconf 2.12.
17876
17877Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
17878
17879 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
17880 use new i*86-pc-linux*-gnu quads.
17881 * gdb.base/corefile.exp: Ditto.
17882 * gdb.base/signals.exp: Ditto.
17883 * gdb.base/sigall.exp: Ditto.
17884 * gdb.base/interrupt.exp: Ditto.
17885
17886 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
17887 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
17888 RedHat 4.0.
d63a86f8 17889
c906108c
SS
17890 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
17891 linux. This allows the test case to at least compile on latest
17892 linux, but still not run due to missing the threads runtime library.
17893
17894Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17895
17896 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
17897 directory to search gdb directory. Accept and step over conditional
17898 stack alignment code. Consume $prompt in failure cases.
17899 Reset timeout to $oldtimeout instead of some arbitrary value.
17900 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
17901 timeout problems with infinite stack backtraces.
17902 * gdb.base/ptype.exp (ptype struct link, union tu_link):
17903 Accept function parameters for linkfunc member.
17904
17905Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
17906
17907 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
17908 (CXXFLAGS): Remove, unreferenced.
17909 (B_OPTIONS): Add for -B options and add code to initialize with
17910 previous -B options and also add -B option to pick up cross compiled
17911 runtime.
17912 (TARGET_INCLUDES): Add for -I options and add code to initialize when
17913 doing cross compiles.
17914 (target_alias): Declare global.
17915 (xgcc): Set variable to full path of gcc in build tree. Use findfile
17916 to verify that gcc exists in build tree, and if so set CC to that
17917 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 17918
c906108c
SS
17919Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
17920
17921 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
17922 ptype test for anonymous union. Fixup testcase to match
17923 current gcc debug output.
17924
17925Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
17926
17927 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
17928 force argument to an unsigned long type.
17929
17930Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
17931
17932 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
17933 tests and anonymous union print/ptype tests.
17934 * gdb.base/list.exp (test_forward-search): Increase timeout by
17935 5 minutes for the "search extremely long line" case.
17936 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
17937 completely optional and that the pass/fail messages use the command as
17938 the message if that third arg is a null string.
17939 (gdb_test_exact): Arrange that a null string pattern means match a
17940 null string output rather than any output, which might include random
17941 errors.
17942 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
17943 backtrace test.
17944 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
17945 always failing and failure is now exposed by gdb.exp changes.
17946
17947Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
17948
17949 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
17950 weren't being noted.
17951
17952Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17953
17954 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
17955 * gdb.stabs/weird.exp: Remove v_comb xfails.
17956
dc96c6c7 17957Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17958
17959 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 17960 list.exp scope.exp watchpoint.exp]
c906108c 17961 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 17962
dc96c6c7 17963Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17964
17965 * config/monitor.exp: Increase download timeout to 1000 seconds.
17966
dc96c6c7 17967Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17968
17969 * config/m32r.exp: Increase timeout to 120 seconds.
17970
17971Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
17972
17973 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
17974 and accept older ordering as obsolescent gcc or gdb.
17975 * gdb.c++/templates.exp: Ditto.
17976 * gdb.c++/virtfunc.exp: Ditto.
17977
17978Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
17979
17980 * gdb.base/coremaker.c: Add code to mmap some data so we
17981 can check that it ends up in the core file.
17982 * gdb.base/corefile.exp: Add test to read mmapped data
17983 from core file.
17984
dc96c6c7 17985Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17986
17987 * config/m32r.exp: New file.
17988
17989Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
17990
17991 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
17992 that cflags can contains -gstabs, and work correctly for other tests.
17993
dc96c6c7 17994Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17995
17996 * gdb.base/setshow.exp: New file, tests show and set.
17997 * gdb.base/setshow.c: New file, tests show and set.
17998 * gdb.base/help.exp: Add test for help set|show annotate.
17999 * gdb.base/default.exp: Add test for set|show annotate.
18000
18001Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
18002
18003 * testsuite/gdb.base/break.exp: Make backtrace from factorial
18004 errors unique.
18005 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
18006 explicitly.
18007
18008Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
18009
18010 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
18011 and width commands. This is done elsewhere.
18012 * (gdb_start): Don't call gdb_start_sim here. That's already
18013 done in gdb_load. This fixes lots of failures in default.exp.
18014
18015Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
18016
18017 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
18018 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
18019 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
18020 in the same we we treat other failures (since it may be an expected
18021 condition), rather than as an error.
18022 * gdb.base/signals.exp (test_handle_all_print): Revert back to
18023 old test format.
18024
18025Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
18026
18027 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
18028 (distclean maintainer-clean realclean): No need to remove files
18029 twice. Nuke the duplicates.
18030 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 18031 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
18032 Remove config.h along with other config files.
18033
18034Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
18035
18036 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
18037 "p func1 ()" and note that rests of tests are skipped.
18038 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
18039 setup_xfails for "print func2::coremaker_local".
18040 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
18041 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
18042 affected by the previous run test.
18043 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
18044 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
18045 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
18046 "pass int powerset tuple" and "pass modeless int powerset tuple".
18047 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
18048 "real write 4" and "real write 8".
18049 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
18050 setup_xfails for "print vs1 after tuple assign 2",
18051 "print \$i after tuple assign 2", and
18052 "print vs2 after tuple assign 2".
18053 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
18054 meaningful error message and return -1 so the caller can
18055 suppress further tests and avoid a cascade of errors.
d63a86f8 18056
c906108c
SS
18057Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
18058
18059 * gdb.base/a1-selftest.exp: Tweak tests to account for new
18060 format for printing version.
18061 * gdb.base/default.exp: Ditto.
18062 * gdb.base/interrupt.exp: Fix problem with cascade of
18063 errors if child process dies while calling a function.
d63a86f8 18064
c906108c
SS
18065Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
18066
18067 * Makefile.in (VPATH): Add
18068 * Makefile.in (Makefile, config.status): Fix rules so things get
18069 remade when necessary.
18070
18071Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
18072
18073 * Makefile.in (just-check): Add path to sibling expect dir
18074 to environment variable specified by RPATH_ENVVAR.
18075
18076Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
18077
18078 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
18079 (just-check): Add shared library paths for libstdc++, tk,
18080 tcl, bfd, and opcodes to the environment variable specified
18081 in RPATH_ENVVAR.
18082 * configure.in: Add support to recognize --enable-shared flag
18083 and generate correct value for RPATH_ENVVAR.
18084 * configure: Regenerated with autoconf.
18085
18086Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
18087
18088 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
18089 include all osf versions.
18090 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
18091 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
18092 when target is linux. When failing to build pthreads test
18093 executable, give more meaningful message.
18094 * gdb.threads/pthreads.c: Hpux also uses old definition of second
18095 arg for pthread_create.
d63a86f8 18096
c906108c
SS
18097Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
18098
18099 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
18100 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
18101 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
18102 and -lpthreads (everybody else).
18103 (test_startup): Fail gracefully if threads are not supported.
18104 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
18105 "p/c array_index("abcdef",2)" when not gcc compiled.
18106 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
18107 "print func2::coremaker_local" when not gcc compiled.
18108 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
18109 "ptype on opaque struct tagname (statically)",
18110 "ptype on opaque struct tagname (dynamically) 1", and
18111 "ptype on opaque struct tagname (dynamically) 2"
18112 for not compiled with gcc.
18113 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
18114 backtrace when compiled with gcc.
d63a86f8 18115 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
18116 than always return success.
18117
18118Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
18119
18120 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
18121
18122Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
18123
18124 * gdb.base/structs.exp: Undo last change.
18125
18126Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
18127
18128 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
18129 encapsulate all the steps/nexts done during self test, starting
18130 at main, and makes them less sensitive to optimization issues.
18131 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
18132 signal handler" test.
18133 * gdb.threads/pthreads.exp: Only run this for native configs.
18134 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
18135 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
18136 tests.
18137 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
18138 for "runto test_calls(void)" test.
d63a86f8 18139
c906108c
SS
18140Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
18141
18142 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
18143 and don't expect address info in breakpoint confirmations.
18144
18145Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
18146
18147 * gdb.base/list.exp (test_forward_search): Increase timeout
18148 temporarily by 60 seconds for searching extremely long line,
18149 and then reset to old value when done. Increase expect input
18150 buffer to 10000.
18151
18152Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
18153
18154 * gdb.base/list.exp (test_forward_search): Fix to handle very
18155 long source line without overflowing expect's input buffer.
18156
18157Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
18158
18159 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
18160 "buffer_full".
18161
18162 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
18163 "buffer_full".
18164
18165 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
18166 "buffer_full".
18167
18168 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
18169 "buffer_full".
18170
18171Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
18172
18173 * configure.in (configdirs): Add gdb.threads.
18174 * configure: Regenerated with autoconf.
18175 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
18176 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
18177 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 18178
c906108c
SS
18179Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
18180
18181 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
18182
18183Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
18184
18185 * gdb.base/signals.exp (test_handle_all_print): Test separately for
18186 each signal's status in the output of "handle all print".
18187 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
18188 the \r\n sequence that immediately precedes the gdb prompt.
18189 * gdb.base/a1-selftest.exp: Save original timeout and restore
18190 after test.
18191
18192Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
18193
18194 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
18195 symbol.
18196
18197Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18198
18199 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
18200
18201Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
18202
18203 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
18204 timeout by 60 seconds.
18205
18206Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
18207
18208 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
18209 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
18210 error return.
18211
18212Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
18213
18214 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
18215 gdb initialization, also report how long dejagnu waited. Restore
18216 old timeout before doing error return. Temporarily increase timeout
18217 by 3 minutes to allow for slow startups over heavy NFS use.
18218
18219Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
18220
18221 * lib/gdb.exp: Report timeout value for verbosity level 2.
18222 * config/gdbserver.exp: Ditto.
18223 * config/hppro.exp: Ditto.
18224 * config/mips-gdb.exp: Ditto.
18225 * config/monitor.exp: Ditto.
18226 * config/netware.exp: Ditto.
18227 * config/sim-gdb.exp: Ditto.
18228 * config/slite-gdb.exp: Ditto.
18229 * config/udi-gdb.exp: Ditto.
18230 * config/unix-gdb.exp: Ditto.
18231 * config/vx-gdb.exp: Ditto.
18232 * gdb.base/a1-selftest.exp: Ditto.
18233 * gdb.base/a2-run.exp: Ditto.
18234 * gdb.base/break.exp: Ditto.
18235 * gdb.base/corefile.exp: Ditto.
18236 * gdb.base/list.exp: Ditto.
18237 * gdb.base/recurse.exp: Ditto.
18238 * gdb.base/scope.exp: Ditto.
18239 * gdb.base/signals.exp: Ditto.
18240
18241Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18242
18243 * gdb.threads/Makefile.in (docdir): Removed.
18244
18245Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18246
18247 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 18248 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 18249 @srcdir@.
d63a86f8 18250 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
18251 autoconf 2.5 or higher.
18252 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
18253
18254Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
18255
18256 * configure: Regenerated.
18257 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
18258 avoid name clashes with SunOS headers.
18259
18260Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
18261
18262 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
18263
18264Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
18265
18266 * gdb.base/callfuncs.exp: Finish last change -- make sure the
18267 prototype information ends up in the compiler info file.
18268
18269Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
18270
18271 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
18272 attempting to regenerate it. Eliminate use of a temporary file
18273 and just generate the info file directly. Source it immediately,
18274 for consistency of use.
18275 * gdb.base/corefile.exp: Ditto
18276 * gdb.base/exprs.exp: Ditto.
18277 * gdb.base/funcargs.exp: Ditto.
18278 * gdb.base/langs.exp: Ditto.
18279 * gdb.base/list.exp: Ditto.
18280 * gdb.base/mips_pro.exp: Ditto.
18281 * gdb.base/nodebug.exp: Ditto.
18282 * gdb.base/opaque.exp: Ditto.
18283 * gdb.base/ptype.exp: Ditto.
18284 * gdb.base/scope.exp: Ditto.
18285 * gdb.base/setvar.exp: Ditto.
18286 * gdb.base/signals.exp: Ditto.
18287 * gdb.base/whatis.exp: Ditto.
18288 * gdb.c++/templates.exp: Ditto.
18289 * gdb.c++/virtfunc.exp: Ditto.
18290 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
18291 whether or not to add -lstdc++ to the compile command line args.
18292
18293Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18294
18295 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
18296 it got fixed by the recent lookup_minimal_symbol_by_pc change.
18297 Increase timeout, a lot of single stepping might be needed if the
18298 target has no hardware watchpoints.
18299
18300Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
18301
18302 * gdb.base/break.exp: Ignore compiler warnings when compiling
18303 break.c.
18304 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
18305 * gdb.base/default.exp: Add h8300 xfails. Handle messages
18306 from remote-sim.
18307 * gdb.base/exprs.exp: Add h8300 xfails.
18308 * gdb.base/funcargs.exp: Likewise.
18309 * gdb.base/nodebug.exp: Likewise.
18310 * gdb.base/printcmds.exp: Likewise.
18311 * gdb.base/ptype.exp: Likewise.
18312 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
18313 h8300 xfails.
d63a86f8 18314 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
18315 on the h8300.
18316 * gdb.base/funcargs.c: Explicitly make last constant argument to
18317 call_after_alloca_subr an unsigned long type.
18318 * gdb.base/return.c: Include stdio.h.
18319
18320Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
18321
18322 * config/abug.exp: New file for the older Motorola Bug monitor
18323 that runs on the mvme13x series VME boards.
18324 * config/monitor.exp: Use the new config array for target settings
18325 if they exist.
18326
18327Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
18328
18329 * sim-gdb.exp: Make the SH simulator allocate less space when
18330 it is targeted.
18331
18332Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
18333
18334 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
18335 test.
18336
18337Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
18338
18339 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
18340 "rs6000-*-*" for "list function in include file" when gcc compiled.
18341 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
18342 for "p ctable1[120]".
18343 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
18344 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
18345 Remove setup_xfail for "rs6000-*-*" for
18346 "print 'scope0.c'::filelocal before run".
18347 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
18348 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
18349 since some compilers don't allow both options to be given
18350 on the same command line. Create object file and move it.
d63a86f8 18351
c906108c
SS
18352Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
18353
18354 * gdb.base/corefile.exp: Always regenerate the core file, since
18355 we always regenerate the coremaker program. Detect special case
18356 where registers cannot be read from core file.
d63a86f8 18357
c906108c
SS
18358Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
18359
18360 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
18361 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
18362 * gdb.c++/templates.exp: Only match on basename of file since
18363 some formats like xcoff don't encode directory information.
18364 * gdb.stabs/weird.exp: Use the right sed script for powerpc
18365 and rs6000 AIX xcoff targets.
18366 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
18367 * configure: Regenerate.
18368 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
18369 here, rather than in distclean.
d63a86f8 18370
c906108c
SS
18371Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
18372
18373 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
18374 defined, and use it to compile the test case with -O2. The
18375 native compilation still uses no optimization.
18376 * gdb.base/mips_pro.c: Remove inline assembly code since
18377 it is compiled PIC by default, which results in assembler
18378 warnings that make the testsuite think the compilation
18379 was unsuccessful.
18380
18381Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
18382
18383 * gdb.c++/misc.exp: Add note to message for
18384 "print s.a for foo struct" that this is a known gcc 2.7.2
18385 and earlier bug.
18386
18387Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
18388
18389 * gdb.base/break.exp: Fix pattern for matching "Delete all
18390 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
18391 setup_xfail for deleting all breakpoints test. Fix various
18392 timeout messages to include "(timeout)".
18393 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
18394 for "p t_float_values2(3.14159,float_val2)".
18395 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
18396 for "continue to call2g" when gcc compiled.
18397 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
18398 "up to foo in langs.exp", "show language at foo in langs.exp",
18399 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
18400 and "show language at fsub in langs.exp".
18401 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
18402 "list line 1 in include file", "list message for lines past EOF",
18403 "list function in include file", "list list0.h:foo", and
18404 "list filename:function; nonexistant function".
18405 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
18406 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
18407 and "ptype t_char_array" to be for native cc only.
d63a86f8 18408
c906108c
SS
18409Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
18410
d63a86f8 18411 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
18412 setup_xfail for "print coremaker_bss", "print coremaker_ro",
18413 "print func2::coremaker_local", and "backtrace in corefile.exp".
18414
18415Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
18416
18417 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
18418 "bt in signals.exp". This problem only appears when running
18419 the testsuite, and then only intermittently.
18420
18421Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18422
18423 * gdb.base/return.exp (return_tests): Differentiate between
18424 two tests of continuing.
18425
18426Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
18427
18428 * */Makefile.in (maintainer-clean): Remove config.log.
18429 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
18430 * gdb.c++/Makefile.in (PROGS): Add inherit.
18431 (clean): Remove *.ci.
18432
18433Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
18434
18435 * gdb.c++/misc.cc: Add test code from Mike Stump.
18436 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
18437
18438Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
18439
18440 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
18441 to "alpha-*-osf2*" and add comment.
18442 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
18443 setup_xfail for "step over execarg initialization" and
18444 "step over corearg initialization".
18445 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
18446 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
18447 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
18448 gcc compiled for "print coremaker_bss", "print coremaker_ro",
18449 "print func2::coremaker_local", and "backtrace in corefile.exp".
18450 * gdb.base/signals.exp: Build and source signals.ci.
18451 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
18452 to be for gcc only.
18453 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 18454
c906108c
SS
18455Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18456
18457 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
18458 Feb 3 procfs.c change.
18459
18460Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
18461
18462 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
18463
18464Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
18465
18466 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
18467 from dejagnu's apparent default of 10 seconds, which gives random
18468 results when running the tests over NFS on moderately loaded systems.
18469 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
18470
18471Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
18472
18473 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
18474 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
18475 result reports.
18476
18477Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
18478
18479 * configure.in (CY_AC_PATH_TCLH): Remove.
18480 * configure: Regenerate.
18481
18482Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
18483
18484 * gdb.c++/Makefile.in (clean): Add missing '{'.
18485
18486Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
18487
18488 * lib/gdb.exp: Provide a default value for noinferior.
18489
18490 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
18491 Load libgloss.exp.
18492
18493Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
18494
18495 * gdb.disasm/hppa.exp: Compile directly into an executable, use
18496 the executable, not the .o to run the tests from.
18497
18498Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
18499
18500 * gdb.base/break.exp: Don't test for program exit or exit status
18501 if $noresults if nonzero.
18502 * gdb.base/langs.exp: Likewise.
18503 * gdb.base/watchpoint.exp: Likewise.
18504
18505 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
18506 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
18507 trying to compile the testcase.
18508
18509Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
18510
18511 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
18512 * gdb.base/signals.exp (continue to handler): Likewise.
18513
18514Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
18515
18516 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
18517
18518 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
18519
18520Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
18521
18522 * gdb.base/corefile.exp: Recognize "not found" as failure
18523 when trying to determine if a core file was generated.
18524 If no core file was generate the first time, try again without
18525 the ulimit -c to work around braindamaged shells.
18526
18527Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
18528
18529 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
18530 [] tests with "test" and enclose string in quotes.
18531 * gdb.stabs/configure: Rebuild
d63a86f8 18532
c906108c
SS
18533Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
18534
18535 Changes in sync with expect:
18536 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
18537 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
18538 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
18539 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
18540 argument to AC_REQUIRE.
18541 * configure: Regenerated.
18542
18543Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
18544
18545 * gdb.base/corefile.exp: When generating a core, discard any
18546 error messages about ulimit not found and the "core dumped"
18547 message from the shell that runs the coredumper.
18548
18549Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
18550
18551 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
18552
18553 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
18554 which sed script to run. Expect failure for v_comb test
18555 on PA targets too.
d63a86f8 18556
c906108c
SS
18557Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
18558
18559 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
18560 "print func2::coremaker_local" and for "backtrace in corefile.exp"
18561
18562Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
18563
18564 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
18565 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
18566 "sparc-sun-solaris*" xfails for "p v_comb".
18567 * lib/gdb.exp (default_gdb_start): Fix typo.
18568 * gdb.base/corefile.exp: Allow "Core was generated by ..."
18569 messages to not include the full program name that caused
18570 the core dump since some systems (such as solaris) apparently
18571 truncate this path to about 80 characters.
18572 When generating a core file first try increasing the core file
18573 size limit to unlimited since some systems may default it to
18574 zero, and it is harmless to try it. Move the test for failing
18575 to generate a core file to where it will actually get executed.
18576 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
18577 new gdb result from g++ debug info improvements and make old
18578 pattern obsolescent. Also account for size_t differences
18579 (may be int or long).
18580 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
18581 initialization before function call is placed in the delay slot
18582 and thus appears to be skipped over by commands such as "next".
18583
18584Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18585
18586 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
18587
18588Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
18589
18590 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
18591 input source file; fix code to compile test to deal with this
18592 convention.
18593 * gdb.c++/*.exp: Likewise.
18594
18595Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
18596
18597 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
18598 "bt in signals.exp".
18599
18600Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
18601
18602 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
18603 "step over execarg initialization" and
18604 "step over corearg initialization".
18605
18606Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
18607
18608 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
18609 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
18610
18611Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
18612
18613 From Rob Savoye (rob@poseidon.cygnus.com)
18614 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
18615 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
18616 configure.in}, gdb.disasm/{Makefile.in, configure.in},
18617 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
18618 configure.in}: Major reworking for autoconfig.
18619 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
18620 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
18621 New files.
18622 * config/unix-gdb.exp: Make GDB global.
18623 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
18624 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
18625 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
18626 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
18627 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
18628 term.exp, twice.exp, watchpoint.exp, whatis.exp},
18629 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
18630 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
18631 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
18632 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
18633 pr-8136.exp, result.exp, string.exp, tuples.exp},
18634 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
18635 to returns as necessary, arrange for test to compile own testcase
18636 executable.
18637 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 18638
c906108c
SS
18639Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
18640
18641 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
18642 clear_xfail at end of test which might not call either pass or fail.
18643 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
18644 "backtrace through signal handler".
18645
18646Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18647
18648 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
18649 continuing from a job control stop signal.
18650 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
18651
18652Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
18653
18654 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
18655 * gdb.base/corefile.exp: Likewise.
18656 * gdb.base/funcargs.exp: Likewise.
18657
18658Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
18659
18660 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
18661 * config/monitor.exp: Add support for setting baud rate.
18662
18663Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
18664
18665 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
18666 i*86-*-linux* xfails for "backtrace through signal handler".
18667 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
18668 "print func2::coremaker_local".
18669 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
18670 alpha-dec-osf2* xfail for
18671 "delete all breakpoints when none".
18672
18673Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
18674
18675 * gdb.base/break.exp: Change test that deletes all breakpoints
18676 when no user breakpoints are installed. A post 4.15 change
18677 causes gdb to no longer prompt in this case.
18678
18679Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
18680
18681 * gdb.base/return.exp (return_tests): Change xfail for test
18682 "correct value returned double test" to stop xfailing at
18683 Solaris 2.5. Apparently the bug has been fixed.
18684
18685Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
18686
18687 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
18688 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
18689
18690Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
18691
18692 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
18693 * gdb.disasm/hppa.s: Corresponding changes.
18694
18695Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
18696
18697 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
18698 makefile fragment.
18699 * config/mt-hpux: Deleted.
18700
18701Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
18702
d63a86f8 18703 * Many files: When warning about suppressed tests due to a
c906108c
SS
18704 nonexistant test binary, avoid incrementing the warning count.
18705
18706Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
18707
18708 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 18709
c906108c
SS
18710Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18711
18712 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
18713 "sparc-*-solaris2*".
18714
18715Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18716
18717 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
18718 Add global and local variables and initialize them.
18719 * gdb.base/corefile.exp: Test correct mapping of corefile sections
18720 by printing variables. Remove rs6000 and powerpc xfails, BFD now
18721 extracts the file name and terminating signal from the core file.
18722 * TODO: Remove note about tests for correct mapping of corefile.
18723 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
18724 from optimizing it away.
18725 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
18726 handles common blocks.
18727
18728Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
18729
18730 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
18731 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
18732
18733Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
18734
18735 * Makefile.in (maintainer-clean): New target, synonym for
18736 realclean.
18737 * gdb.base/Makefile.in (maintainer-clean): Likewise.
18738 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
18739 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
18740 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
18741 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
18742 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
18743
18744Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
18745
18746 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
18747 xfails when not gcc compiled for "print foo::funclocal".
18748 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
18749 "print foo::funclocal at foo",
18750 "print 'scope1.c'::foo::funclocal at foo",
18751 "print foo::funclocal_bss at foo",
18752 "print 'scope1.c'::foo::funclocal_bss at foo",
18753 "print foo::funclocal_ro at foo",
18754 "print 'scope1.c'::foo::funclocal_ro at foo",
18755 "print bar::funclocal at foo" and
18756 "print 'scope1.c'::bar::funclocal at foo".
18757 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
18758 gcc compiled for "print foo::funclocal at bar".
18759 Expand all messages to ensure that they identify that
18760 the test is at bar().
18761 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
18762 gcc compiled for:
18763 "ptype on opaque struct pointer (statically)",
18764 "ptype on opaque struct tagname (statically)",
18765 "ptype on opaque struct pointer (dynamically) 1",
18766 "ptype on opaque struct tagname (dynamically) 1",
18767 "ptype on opaque struct pointer (dynamically) 2" and
18768 "ptype on opaque struct tagname (dynamically) 2
18769 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
18770 gcc compiled for:
18771 "p datalocal"
18772 "whatis datalocal",
18773 "ptype datalocal",
18774 "p bsslocal",
18775 "whatis bsslocal", and
18776 "ptype bsslocal".
18777 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
18778 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
18779 when not gcc compiled.
18780 * gdb.base/funcargs.exp (float_and_integral_args): Add
18781 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
18782 compiled.
18783 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
18784 "backtrace from call6a" when not gcc compiled.
18785 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
18786 "backtrace from call7a" when not gcc compiled.
18787 * gdb.base/callfuncs.exp (do_function_calls):
18788 Add "hppa*-*-hpux*" xfail when not gcc compiled for
18789 "p t_char_array_values(char_array_val2,char_array_val1)",
18790 "p t_char_array_values(char_array_val1,char_array_val2)",
18791 "p t_char_array_values("carray 1","carray 2")",
18792 "p t_char_array_values("carray 1",char_array_val2)",
18793 "p t_char_array_values(char_array_val1,"carray 2")",
18794 "p sum_args(1,{2})",
18795 "p sum_args(2,{2,3})",
18796 "p sum_args(3,{2,3,4})",
18797 "p sum_args(4,{2,3,4,5})"
18798 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
18799 "backtrace in corefile.exp" when not gcc compiled.
18800
18801Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18802
18803 * gdb.base/signals.exp: Rewrite `handle all print' test as
18804 a procedure. Accept blanks or TABs as whitespace, increase
18805 timeout and expect input buffer size for the large output
18806 from the command. Remove "i*86-*-bsdi2.0" xfail.
18807
18808Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18809
18810 * gdb.base/setvar.exp: Add new testcases for truncation when
18811 assigning invalid values to bitfields.
18812
18813Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
18814
d63a86f8 18815 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
18816 mips-sgi-irix* xfail for
18817 "call inferior func with struct - returns char *"
18818 and fix test so that an optional (unsigned char *) cast is
18819 accepted in the result.
18820
18821Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
18822
18823 * gdb.base/funcargs.exp (float_and_integral_args): Remove
18824 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18825 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
18826 * gdb.base/signals.exp: Remove duplicate "handle all print" test
18827 that accidentally got checked in.
18828
18829Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
18830
d63a86f8 18831 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
18832 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
18833 compiled test.
18834 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
18835 Add mips-sgi-irix5* xfail for not gcc compiled.
18836 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
18837 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
18838 "p top", "whatis top", "p middle", and "whatis middle".
18839 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
18840 "whatis signed char" for not gcc compiled.
18841 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
18842 "set variable signed char=-1 (-1)" and
18843 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
18844 * gdb.base/funcargs.exp (float_and_integral_args):
18845 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
18846 Add mips-sgi-irix* xfail when not gcc compiled for
18847 "continue to call2b".
18848 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
18849 "continue to call2g".
18850 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
18851 "backtrace from call6a"
18852 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
18853 "backtrace from call7k".
18854 Add mips-sgi-irix5* xfail when not gcc compiled for
18855 "backtrace from call7a".
18856 (localvars_after_alloca): Fix gdb_test cmds for
18857 "print * after runto ...".
18858 Remove rs6000-*-* xfails for
18859 "print i after runto localvars_after_alloca" and
18860 "print l after runto localvars_after_alloca"
18861 for all compilers.
18862 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
18863 when not compiled with gcc, for:
18864 "print signed char == (minus)",
18865 "print signed char != (minus)",
18866 "print signed char < (minus)",
18867 "print signed char > (minus)".
18868 * gdb.base/callfuncs.exp (do_function_calls):
18869 Add mips-sgi-irix* xfail, when compiled with native compiler, for
18870 "call inferior func with struct - returns char *".
d63a86f8 18871 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
18872 "correct value returned double test" to include Solaris 2.4.
18873 * gdb.base/funcargs.exp (float_and_integral_args):
18874 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 18875
c906108c
SS
18876Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18877
18878 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
18879 enumeration bitfields if compiling with GNU C.
18880 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
18881 to empty' prompt.
18882
18883Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
18884
18885 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
18886 test for PRO targets.
18887
18888 * gdb.base/funcargs.exp: Avoid ever setting more than 8
18889 breakpoints in the inferior at any given time by making
18890 two groups of breakpoints for call2*, call6* and call7*
18891 tests.
18892
18893Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18894
18895 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
18896 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
18897 from optimizing it away.
18898 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
18899 "call inferior func with struct".
18900
18901Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
18902
18903 * configure.in: Only configure gdb.chill for particular targets.
18904
18905Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
18906
18907 * gdb.base/Makefile.in: Add action to .c.o transformation
18908 rule that generates a .ci file for each .o file and remove
18909 explicit .c.o rules except for callfuncs.o.
18910 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
18911 generates a .ci file for each .o file and remove explicit
18912 .cc.o rules.
18913 (clean): Remove *.tmp *.ci files.
18914 (EXECUTABLES): Remove templ-info.exp.
18915 * gdb.base/compiler.c: New file.
18916 * gdb.c++/compiler.cc: New file
18917 * gdb.base/scope.exp: Source gdb.base/scope.ci.
18918 Change rs6000-*-* xfail for
18919 "print 'scope0.c'::filelocal_ro" and
18920 "print 'scope1.c'::filelocal" and
18921 "print 'scope1.c'::filelocal_bss" and
18922 "print 'scope1.c'::filelocal_ro" and
18923 "print 'scope1.c'::foo::funclocal" and
18924 "print 'scope1.c'::foo::funclocal_ro" and
18925 "print 'scope1.c'::bar::funclocal" and
18926 "print 'scope0.c'::filelocal_ro" and
18927 "print 'scope1.c'::filelocal at foo" and
18928 "print 'scope1.c'::filelocal_bss at foo" and
18929 "print 'scope1.c'::filelocal_ro at foo" and
18930 "print 'scope1.c'::foo::funclocal at foo" and
18931 "print 'scope1.c'::foo::funclocal_bss at foo" and
18932 "print 'scope1.c'::foo::funclocal_ro at foo" and
18933 "print 'scope1.c'::bar::funclocal at foo" and
18934 "print 'scope0.c'::filelocal_ro" and
18935 "print 'scope1.c'::filelocal" and
18936 "print 'scope1.c'::filelocal_bss" and
18937 "print 'scope1.c'::filelocal_ro" and
18938 "print 'scope1.c'::foo::funclocal" and
18939 "print 'scope1.c'::foo::funclocal_bss" and
18940 "print 'scope1.c'::foo::funclocal_ro" and
18941 "print 'scope1.c'::bar::funclocal" and
18942 "print 'scope1.c'::bar::funclocal_bss"
18943 to only be xfail'd when not compiled with gcc.
d63a86f8 18944 Add rs6000-*-* xfail for
c906108c
SS
18945 "print 'scope0.c'::filelocal_bss before run"
18946 when compiled with gcc.
18947 (test_at_main): Add rs6000-*-* xfail for
18948 "print filelocal_ro in test_at_main"
18949 when compiled with gcc.
18950 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 18951 Add rs6000-*-aix* xfail for
c906108c
SS
18952 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
18953 "ptype t_char_array", not compiled with gcc.
18954 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
18955 xfail for "list foo (in include file)" when gcc compiled.
18956 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
18957 (integral_args): Add rs6000-*-* xfail for
18958 "run to call0a" if not compiled with gcc.
18959 (unsigned_integral_args): Add rs6000-*-* xfail for
18960 "run to call1a" if not compiled with gcc.
18961 (float_and_integral_args): Add rs6000-*-* xfail for
18962 "run to call2a" if not compiled with gcc and for
18963 "continue to call2b" for any compiler.
18964 Add rs6000-*-* xfail to
18965 "print f1 after run to call2a" for gcc compiled.
18966 (discard_and_shuffle): Add rs6000-*-* xfail for
18967 "run to call6a".
18968 (shuffle_round_robin): Add rs6000-*-* xfail for
18969 "backtrace from call7a" if not compiled with gcc.
18970 Add rs6000-*-* xfail for
18971 "backtrace from call7b" if compiled with gcc.
18972 (call_after_alloca): Add rs6000-*-* xfail for
18973 "print c in call_after_alloca" and
18974 "print s in call_after_alloca" and
18975 "backtrace from call_after_alloca_subr"
18976 if not compiled with gcc.
18977 (localvars_in_indirect_call): Add rs6000-*-* xfail for
18978 "print c in localvars_in_indirect_call" and
18979 "print c in localvars_in_indirect_call" and
18980 "backtrace in indirectly called function" and
18981 "stepping into indirectly called function"
18982 if not compiled with gcc.
18983 (localvars_after_alloca): Add rs6000-*-* xfail for
18984 "print c after runto localvars_after_alloca" and
18985 "print s after runto localvars_after_alloca" and
18986 "print i after runto localvars_after_alloca" and
18987 "print l after runto localvars_after_alloca"
18988 for all compilers.
18989 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
18990 than whatis-info.exp.
18991 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
18992 than opaque-info.exp.
18993 Setup rs6000-*-* xfail for
d63a86f8 18994 "ptype on opaque struct pointer (statically)" and
c906108c
SS
18995 "ptype on opaque struct pointer (dynamically)" when
18996 not compiled with gcc.
18997 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
18998 rather than callf-info.exp.
18999 (do_function_calls): Add clear_xfail for rs6000-*-* for
19000 "p t_float_values2(3.14159,float_val2)". Seems to work
19001 fine there, both with xlc and gcc. Need to find out what
19002 it is doing right and fix other platforms.
19003 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
19004 "call inferior func with struct - returns int",
19005 "call inferior func with struct - returns long",
19006 "call inferior func with struct - returns float",
19007 "call inferior func with struct - returns double",
19008 "call inferior func with struct - returns char *",
19009 but only if not gcc compiled (presumes xlc compiled).
19010 Change rs6000-*-* xfails for
19011 "call inferior func with struct - returns char" and
19012 " call inferior func with struct - returns short" to only
19013 xfail if not using gcc.
19014 (clean mostlyclean): Remove *.ci and *.tmp files.
19015 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
19016 than templ-info.exp.
19017 * gdb.base/langs.exp: Source gdb.base/langs.ci.
19018 Add rs6000-*-* xfail for "up to foo in langs.exp"
19019 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
19020 when not gcc compiled.
d63a86f8 19021
c906108c
SS
19022Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19023
19024 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
19025 * gdb.base/corefile.exp: Likewise.
19026 * gdb.base/list.exp: Likewise.
19027 * gdb.base/scope.exp: Likewise.
19028 * gdb.base/siganls.exp: Likewise.
19029
19030 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
19031 compiler output.
19032 * gdb.base/whatis.exp: Likewise.
19033
19034Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
19035
19036 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
19037 failure (opcode table has been fixed to match reality).
19038
19039Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
19040
19041 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
19042 "call inferior func with struct - returns char",
19043 "call inferior func with struct - returns short"
19044
19045 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
19046 "print 'scope0.c'::filelocal at main",
19047 "print 'scope0.c'::filelocal_bss in test_at_main",
19048 "print 'scope0.c'::filelocal at foo",
19049 "print 'scope0.c'::filelocal_bss in test_at_foo",
19050 "print 'scope0.c'::filelocal at bar",
19051 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 19052
c906108c
SS
19053 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
19054 in source file 1". This bug seems to have been fixed with both
19055 gcc and native cc (was native assembler bug?).
19056
19057Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
19058
19059 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
19060 "backtrace through signal handler" to "i*86-*-sysv4*".
19061 * gdb.base/signals.exp: Add xfail for "'next' behaved as
19062 continue" case. Add "known SVR4 bug" to fail message.
19063 Add "i*86-*-bsdi2.0" xfail for "handle all print".
19064 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
19065 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
19066 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
19067 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
19068 "up to foo in langs.exp", "show language at foo in
19069 langs.exp", "up to cppsub_ in langs.exp", "show
19070 language at cppsub_ in langs.exp", "up to fsub in
19071 langs.exp", and "show language at fsub in langs.exp".
19072 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
19073 "bactrace in corefile.exp".
19074 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
19075 "call inferior function with struct - returns float" and
19076 "call inferior function with struct - returns double".
d63a86f8 19077
c906108c
SS
19078Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
19079
19080 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
19081 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
19082 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
19083 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
19084
19085Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
19086
19087 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
19088 (or overriden) "CHILL" macro rather then bare "gcc".
19089 Also look for ../../gcc/xgcc since that is what we will
19090 actually need, not "Makefile". Remove following assignment
19091 of CHILL to CHILL_FOR_TARGET because that results in
19092 recursive definition.
19093
19094Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
19095
19096 * gdb.base/corefile.exp: Change xfail for backtrace in
19097 corefile.exp from linuxaout to all linux.
19098 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
19099 cases where we miss the breakpoint at the signal handler
19100 for some reason. Setup xfail for linuxoldld/linuxaout and
19101 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
19102 hitting SIGURG breakpoint.
19103 * gdb.base/signals.exp: Setup xfail for "next" acting like
19104 continue to add linuxoldld. Setup xfail for all linux for
19105 "next to handler in signals_tests_1", "backtrace in
19106 signals_tests_1", "continue to func1", "pass SIGUSR1",
19107 and continue to handler".
19108
19109Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
19110
19111 * Update all FSF addresses except those in COPYING* files.
19112
19113Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
19114
19115 * gdb.base/a2-run.exp: Change messages to be more explicit about
19116 the status of args, and quote binfile in results.
19117
19118Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
19119
19120 * gdb.base/callfuncs.exp: Add tests for passing structs to
19121 inferior functions and return various types.
19122 * gdb.base/callfuncs.c: Add functions to receive a struct
19123 and return a member of the struct, in various types.
19124
19125Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19126
19127 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
19128
19129Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
19130
19131 * config/vxworks29k.exp: New file, sources vxworks.exp.
19132
19133Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19134
19135 * config/gdbremote.exp: New file. Testing framework using
19136 gdbserver.
19137
19138Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
19139
19140 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
19141 "call function when asleep" and "send end of file".
19142 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
19143 for "backtrace in corefile.exp".
19144 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
19145 for "backtrace through signal handler".
19146 * gdb.base/corefile.exp: Make sure we actually generate a core file
19147 before trying the core tests. Some systems allow the user to suppress
19148 generation of core files and default to that (linux for example).
19149 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
19150 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
19151
19152Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19153
19154 * gdb.threads: New directory with some crude multi-threaded
19155 gdb tests (step.exp and step2.exp).
19156 * config/mt-lynx (STEP_EXECUTABLE): Define.
19157 (THREADFLAGS): Define.
19158
19159Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
19160
19161 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
19162
19163 * gdb.base/signals.exp: Disable whole file for lynx until
19164 further notice.
19165
19166 * gdb.base/signals.exp: xfail test where "next" acts like
19167 "continue" for lynx.
19168
19169 * gdb.base/interrupt.exp: xfail test for calling function while
19170 inferior is asleep for lynx.
19171
19172 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
19173 than one cr-lf after each command.
19174
19175Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19176
19177 * configure.in: Reinstate setting of stabsdirs variable, fix
19178 typo in setting up configdirs for native builds.
19179
19180 * gdb.base/return.exp: Fix typo in return double test.
19181 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
19182 compiler from optimizing them away.
19183
19184Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
19185
19186 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
19187 sequences to be echo'd by gdb when using gdb_test.
19188 * gdb.chill/chexp.exp: Likewise.
19189 * gdb.fortran/exprs.exp: Likewise
19190
19191Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19192
19193 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
19194 after the inferior gdb has started.
19195
19196 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
19197 after each command.
19198 * gdb.base/funcargs.exp: Likewise.
19199 * gdb.base/gdbvars.exp: Likewise.
19200 * gdb.base/interrupt.exp: Likewise.
19201 * gdb.base/list.exp: Likewise.
19202 * gdb.base/watchpoint.exp: Likewise.
19203 * gdb.c++/demangle.exp: Likewise.
19204 * gdb.c++/inherit.exp: Likewise.
19205 * gdb.chill/chexp.exp: Likewise.
19206 * gdb.fortran/exprs.exp: Likewise.
19207
19208 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
19209 test if we can't handle IO to/from the inferior.
19210
19211 * gdb.c++/misc.exp: Always check for a program already being
19212 started after sending a "run" command to gdb.
19213
19214 * gdb.base/twice.exp: Start with a fresh gdb.
19215
19216 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
19217 only depend on gdb's expression code, not the chill runtime.
19218
19219 * gdb.base/return.c: Put return values into variables so we
19220 can have gdb print them rather than depending on the program
19221 to print them.
19222 * gdb.base/return.exp: Corresponding changes.
19223
19224 * lib/gdb.exp: Provide default value for noinferiorio.
19225 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
19226 the inferior.
19227
19228 * gdb.base/break.exp: Always check for a program already being
19229 started after sending a "run" command to gdb.
19230 (text_next_with_recursion): Don't check the output from the
19231 program's printf statement. Instead just make sure the program
19232 exited.
19233
19234 * gdb.base/commands.exp: Protect tests which need arguments with
19235 $noargs conditionals.
19236
19237Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19238
19239 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
19240 of structure member arrays to match gdb/valops.c:value_addr change.
19241
19242Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
19243
19244 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
19245 cases.
19246
19247Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
19248
19249 * configure.in (configdirs): Remove gdb.chill from default list
19250 of subdirs and then add it back in only if doing a native build.
19251 The current chill compiler does not yet work in any cross build.
19252 * Revert all signal changes from Jul 6.
19253 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
19254 for sh-hms targets, allowing these tests to link, with no other
19255 changes. Testing is suppressed by setting "nosignals" in site.exp.
19256
19257Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
19258
19259 * configure.in (signaldirs): Define and add to configdirs for all
19260 targets except some specific ones that are known to not support signals.
19261 Also clean up formatting.
19262 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
19263 (signals, sigall): Remove rules to build.
19264 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
19265 Moved to new gdb.signals directory.
19266 * gdb.signals: New test directory.
19267 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
19268 signals.c signals.exp}: New or moved files.
19269
19270Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
19271
19272 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
19273
19274Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
19275
19276 * gdb.base/return.exp: Xfail `return double' test failure
19277 on at least Solaris 2.3 and handle future/past versions on
19278 a case by case basis as appropriate. Also update message
19279 to include i*86 failures.
19280
19281Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19282
19283 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
19284
19285 * lib/gdb.exp: Fix comment which erroneously identified
19286 gdb_file_cmd as gdb_load (the 19 May change was in fact to
19287 gdb_file_cmd not gdb_load).
19288 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
19289
19290 * gdb.base/setvar.exp: Make test names consistent between pass and
19291 fail cases. Use gdb_test more.
19292
19293Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19294
19295 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
19296
19297Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19298
19299 * gdb.base/help.exp: Fix expected help string for `show commands'.
19300
19301Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
19302
19303 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
19304
19305 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
19306 of a text section.
19307
19308Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
19309
19310 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
19311 that loop eventually terminates. Fix Connection refused logic so
19312 that testsuite will expire nicely.
19313
19314Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
19315
19316 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
19317 config/rom68k.exp: New tcl glue for the appropriate monitors.
19318 These all just end up calling monitor.exp.
19319 * config/monitor.exp (gdb_target_monitor): Handle `Connection
19320 refused' by retrying. Cleanup some timeout issues.
19321 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
19322 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
19323 callers don't have to set/restore global timeout variable.
19324
19325 * The following set of changes centralizes management of the global
19326 timeout variable. This way, it can be set in one target dependent
19327 place instead of dozens of places scattered throughout the test suite.
19328 If you need to lengthen a timeout, then you should either set timeout
19329 in one of the config/{target}.exp files, or multiply it by a factor.
19330 Setting it to an absolute value is always going to lose for some
19331 targets.
19332 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
19333 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
19334 * gdb.base/funcargs.exp: Don't set timeout.
19335 * gdb.base/list.exp (test_forward_search): Only use local timeout.
19336 * gdb.base/printcmds.exp (test_print_string_constants
19337 test_print_array_constants): Don't set timeout.
19338 * gdb.base/ptype.exp: Don't set timeout.
19339 * gdb.base/recurse.exp: Don't set timeout.
19340 * gdb.base/return.exp: Don't set timeout.
19341 * gdb.base/watchpoint.exp: Don't set timeout.
19342 * gdb.c++/classes.exp (do_tests): Don't set timeout.
19343 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
19344
19345Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
19346
19347 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
19348
19349Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19350
19351 * lib/gdb.exp: Disable chill tests for irix5.
19352
19353Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19354
19355 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
19356 each test pass or fail.
19357
19358Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19359
19360 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
19361 xlc not gcc.
19362
19363Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
19364
19365 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
19366
19367Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
19368
19369 * config/est.exp: Fix copyright and comments. Remove dead code.
19370 Use targetname, serialport and baud variables instead of fixed
19371 constants.
19372 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
19373 * config/cpu32bug.exp: New file to support cpu32bug monitors.
19374
19375Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19376
19377 * gdb.base/watchpoint.exp: Don't run
19378 test_watchpoint_triggered_in_syscall for sunos.
19379
19380Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19381
19382 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
19383 they don't seem to exist. Do include stdio.h.
19384
19385Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19386
19387 * gdb.base/a1-selftest.exp: Add alpha xfail.
19388
19389Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19390
19391 * gdb.base/watchpoint.c (main): Prompt before calling read().
19392 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
19393 Revise accordingly. Remove cruft about sending "123" several
19394 times, until it gets noticed. Clean up the "print buf[0]" stuff
19395 so that it passes or fails, and waits for prompts in the usual way.
19396
19397Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19398
19399 * gdb.base/recurse.exp: Fix comment.
19400
19401 * TODO: Remove item about printing variables in nodebug.exp. Add
19402 item about enabling tests which are only run on some targets.
19403
19404 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
19405 fail, make test names unique, use new gdb_test convention
19406 regarding pattern, use gdb_test more, etc.).
19407
19408 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
19409 fail, make test names unique, etc.).
19410
19411Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19412
19413 * gdb.base/nodebug.c: Change return type of top and middle to
19414 short.
19415 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
19416 are fixed by the recent mdebugread.c changes. Allow `short ()'
19417 as type for top and middle.
19418
19419Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19420
19421 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
19422 nearly as I can tell, the whole thing was an accident in Stu's
19423 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
19424 to replace a send/expect pair with gdb_test, but ended up only
19425 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
19426 of 30 Mar 1995 took care of it, but left this vestigial comment
19427 which I am now nuking.
19428
19429Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19430
19431 * gdb.base/break.exp: Look for different line number for
19432 breakpoint at main depending on usestubs.
19433
19434Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19435
19436 * gdb.base/list.exp: Adjust some alternate expect patterns to
19437 match recent list0.c change. Add alternate expect pattern for
19438 output from `list default lines around main' for optimizing
19439 compilers.
19440
19441Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19442
19443 * lib/gdb.exp: If nosignals is not set, set it to 0.
19444
19445Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
19446
19447 * config/slite-gdb.exp: Responds to load symbol table prompt.
19448 * gdb.base/break.exp: Adjust line number, fix rerun.
19449 * gdb.base/langs0.c: Add #ifdef usestubs.
19450
19451Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
19452
19453 * gdb.base/list.exp: Adjust line contents after adding new lines in
19454 list0.c. Also fix a syntax error.
19455
19456 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
19457 * gdb.base/break.exp: ditto.
19458 * gdb.base/list.exp: ditto.
19459 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
19460 * gdb.base/run.c: ditto.
19461 * gdb.base/list0.c: ditto.
19462 * gdb.base/funcargs.c: ditto.
19463
19464Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
19465
19466 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
19467 $targetname, $serialport and $baud instead of hardwired variables.
19468 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
19469 target doesn't support signals.
19470
19471Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
19472
19473 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
19474
19475Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19476
19477 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
19478 Don't rely on the value of an auto variable before it has been
19479 initialized. Use gdb_test more.
19480
19481Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19482
19483 * lib/gdb.exp (default_gdb_version): A version number must start
19484 with a digit, but other than that contains all characters up to
19485 the first whitespace character.
19486
19487Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19488
19489 * gdb.base/commands.exp (breakpoint_command_test): New tests.
19490
19491Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19492
19493 * gdb.c++/*.exp: Warn if executable does not exist. The original
19494 reason for skipping the warning was that configure.in sometimes
19495 intentionally skipped building the executables but the tcl code
19496 had no way of knowing. That (a) was always bogus with respect to
19497 error handling, (b) is no longer true (right now there is no way
19498 to skip C++ tests).
19499
19500 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
19501
19502Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19503
19504 * gdb.base/list.exp: Add expect patterns for output from
19505 SunPRO compiled executables.
19506 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
19507 types.
19508
19509Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19510
19511 * gdb.base/break.exp (test_next_with_recursion): Accept any line
19512 number (we are already testing that the correct source line text
19513 gets printed).
19514
19515 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
19516 that is what is intended, but something needed to be done to get
19517 sunos4 native working again.
19518
19519 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
19520
19521 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
19522 apparently went with a (very) old xfail.
19523
19524Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
19525
19526 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
19527 runto_main is a proc in gdb.exp that will do 'step' for target use
19528 stubs.
19529 * gdb.base/exprs.exp: ditto.
19530 * gdb.base/interrupt.exp: ditto.
19531 * gdb.base/opaque.exp: ditto.
19532 * gdb.base/printcmds.exp: ditto.
19533 * gdb.base/ptype.exp: ditto.
19534 * gdb.base/scope.exp: ditto.
19535 * gdb.base/setvar.exp: ditto.
19536 * gdb.base/signals.exp: ditto.
19537 * gdb.base/twice.exp: ditto.
19538 * gdb.c++/classes.exp: ditto.
19539 * gdb.c++/inherit.exp: ditto.
19540 * gdb.c++/templates.exp: ditto.
19541 * gdb.base/break.exp: no run and hit main for stubs. Change line
19542 numbers for breakpoints and info breakpoint.
19543 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
19544 breakpoint().
19545 * gdb.base/callfuncs.c: ditto.
19546 * gdb.base/exprs: ditto.
19547 * gdb.base/interrupt.c: ditto.
19548 * gdb.base/opaque0.c: ditto.
19549 * gdb.base/printcmds.c: ditto.
19550 * gdb.base/ptype.c: ditto.
19551 * gdb.base/scope0.c: ditto.
19552 * gdb.base/setvar.c: ditto.
19553 * gdb.base/signals.c: ditto.
19554 * gdb.base/twice.c: ditto.
19555 * gdb.c++/misc.cc: ditto.
19556 * gdb.c++/templates.cc: ditto.
19557
19558Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19559
19560 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
19561
19562 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
19563 somewhere between `read' and `main.c'. I'm pretty sure the
19564 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
19565 and it isn't particularly useful.
19566
19567 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
19568
19569Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19570
19571 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
19572
19573Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
19574
19575 * config/mt-slite: add LIBS and -nostdlib.
19576 * config/slite-gdb.exp: add this new file to support sparclite target.
19577
19578Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
19579
19580 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
19581
19582 * gdb.base/a2-run.exp: Change argument to istarget from
19583 "*-*-vxworks" to "*-*-vxworks*".
19584 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
19585
19586Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
19587
19588 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
19589 will not runto main but do a 'step' to step out of breakpoint().
19590 * config/mt-slite: add -Dusestubs.
19591
19592Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19593
19594 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
19595 instead of just @.
19596
19597 * gdb.base/signals.exp: Add test for "handle all print".
19598 * TODO: Remove "handle all print". Also remove item about
19599 checking copyright date (I don't like the idea of a spurious FAIL
19600 based on when we run the tests).
19601
19602 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
19603 for SunOS4 (reason for failure not investigated). Remove
19604 redundant test for $binfile.
19605
19606 * gdb.base/nodebug.c (array_index): Call malloc.
19607
19608 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
19609
19610Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
19611
19612 * gdb.base/recurse.exp: Update gdb_test invocation to use new
19613 conventions and slightly simplify the matching regexp.
19614
19615Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19616
19617 * gdb.base/break.exp: Update gdb_test invocation to use new
19618 convention.
19619
19620 * lib/gdb.exp: If noargs is not set, set it to 0.
19621
19622 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
19623 tests unique.
19624
19625 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
19626
19627Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19628
19629 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
19630 one argument of type "<non-float parameter>".
19631
19632Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
19633
19634 * config/rom68k.exp: New file to support Motorola IDP board.
19635 * gdb.base/a2-run.exp: Skip this file if noargs is set.
19636 * gdb.base/break.c: Change things around so that this program
19637 doesn't depend upon args. This is necessary to make remote
19638 targets work (in general, they can't take args).
19639 * gdb.base/break.exp: Don't try to send args to program. Don't
19640 expect output. Also, replace lots of code with gdb_test.
19641
19642Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19643
19644 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
19645 printing of '\'' (which is what the comment says we are testing,
19646 even though we were not), not '''.
19647 (test_integer_literals_rejected): Test that printing ''' is an error.
19648
19649 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19650 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
19651 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
19652 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
19653 Use gdb_test not test_print_accept.
19654 * lib/gdb.exp: Remove test_print_accept.
19655
19656 * gdb.base/signals.exp (signal_tests_1): Make pass message
19657 consistent with fail message.
19658
19659 * gdb.base/whatis.exp: Remove xfails for printing char vs.
19660 unsigned char; the bug (PR 1821) is fixed.
19661
19662 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
19663
19664 * gdb.base/scope.exp (test_at_localscopes): Call pass for
19665 successful tests--makes xfailing them work right.
19666
19667Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19668
19669 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
19670 only \r\n, not .*. The test can pass .* as the last thing in
19671 $pattern if that is what it wants. In addition to providing this
19672 flexibility, this change should speed up pattern matching in cases
19673 where the pattern already ended with .* (there were a number of
19674 them). This change also helps catch bad patterns--in the old
19675 scheme the typo "char \*" instead of "char \\*" would pass. Now
19676 it is caught.
19677 * Many .exp files: Update callers.
19678
19679 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
19680 clearer and does not spuriously match multiple ('s. Likewise for
19681 ) and *.
19682
19683 * gdb.base/nodebug.exp: Test ability to call a function and pass
19684 it a string (even with no debugging info).
19685
19686 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
19687 "p '\'", which is the same as "p ''" once tcl gets done with
19688 quoting, to "p '\\'", which I suspect is what is intended (one
19689 backslash gets sent to GDB).
19690
19691 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
19692
19693Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19694
19695 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
19696 1817) was fixed literally years ago.
19697
19698Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19699
19700 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
19701 test, it causes stepping out of call_after_alloca_subr with
19702 optimizing compilers.
19703 (localvars_in_indirect_call): Consume GDB prompt if `finish'
19704 fails.
19705
19706 * gdb.c++/templates.exp: Source templ-info.exp only if
19707 the templates executable exists.
19708
19709 * gdb.c++/misc.cc (class Contains_static_instance,
19710 class Contains_nested_static_instance),
19711 gdb.c++/classes.exp (test_static_members): Test printing of
19712 a class that contains a static instance of the class.
19713
19714Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19715
19716 * gdb.base/langs2.c (cppsub_): Don't prototype.
19717 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
19718 only, I believe).
19719
19720Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19721
19722 * lib/gdb.exp (skip_chill_tests): New procedure.
19723
19724 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
19725
19726Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
19727
19728 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
19729 each expect pattern. Cuts runtime from 12 to about 4 seconds.
19730
19731Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19732
19733 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
19734
19735 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
19736 disassemble 8, not 16, instructions for part 4.
19737
19738 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
19739 support the latter anymore.
19740
19741 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
19742 -DNO_PROTOTYPES.
19743 * gdb.base/callfuncs.c: Control use of prototypes based on
19744 NO_PROTOTYPES, not __STDC__.
19745 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
19746 t_float_values2 tests if prototypes in use.
19747
19748 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
19749 t_double_values): When checking differences against DELTA, check
19750 that difference is within the range (-DELTA,DELTA), not just
19751 (-infinity,DELTA).
19752
19753Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
19754
19755 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
19756 'file' command firts, then 'target', then 'load', this is due to gdb
19757 target set up.
19758 * config/mips-gdb.exp: Fix a couple regular exp bugs.
19759
19760Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
19761
19762 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
19763 FP load/store variants.
19764 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
19765
19766Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19767
19768 * gdb.base/term.exp: Do not give a warning if not native, it is
19769 not an abnormal condition.
19770
19771Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
19772
19773 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
19774 t_char_array".
19775
19776Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19777
19778 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
19779 are getting the version number.
19780
19781 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
19782 if not native, it is not an abnormal condition.
19783
19784Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19785
19786 * lib/gdb.exp: Just use "file exists", rather than undocumented
19787 dejagnu procedure "findfile".
19788
19789Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19790
19791 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
19792 (LDFLAGS): Set to -Xlinker -Ur.
19793
19794 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
19795 Removed, these values are set by lib/gdb.exp.
19796
19797 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
19798
19799Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19800
19801 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
19802 of replicating gdb startup code.
19803
19804 * config/mt-vxworks (LDFLAGS): Set to -r.
19805 (CFLAGS_FOR_TARGET): Removed.
19806
19807 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
19808 (gdb) and gdb for vxworks uses (vxgdb).
19809
19810 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
19811 executable is not in the tree and host != target, use sed and
19812 program_transform_name to determine the gdb name used by the
19813 target.
19814
19815 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
19816 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
19817
19818Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19819
19820 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
19821 floats, chars, and shorts where there are ANSI-style function
19822 definitions.
19823
19824 * gdb.base/langs.exp, gdb.base/langs*: New test.
19825 * gdb.base/Makefile.in: Build it.
19826 * TODO: Remove item about checking that C names don't get C++
19827 demangling applied; this test tests it.
19828
19829Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19830
19831 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
19832 went with the const70 xfail. The xfail went away a year ago.
19833
19834 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
19835
19836 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
19837 for hp300.
19838
19839 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
19840
19841 * gdb.base/a1-selftest.exp: Don't run on hp300.
19842
19843Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19844
19845 * Makefile.in (site.exp): Set host_alias and target_alias as well
19846 as host_triplet and target_triplet.
19847
19848Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19849
19850 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
19851
19852 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
19853 places as other ecoff systems).
19854
19855 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
19856 ultrix.
19857
19858Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19859
19860 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
19861 remove them.
19862 * gdb.base/nodebug.exp: Accept "function" in addition to "text
19863 variable and "variable" in addition to "data variable".
19864 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
19865
19866 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
19867 2.
19868 * gdb.base/list1.c (long_line): Add additional statement at start
19869 of function.
19870 * gdb.base/list.exp (test_forward_search): Update line number to
19871 reflect new statement.
19872
19873Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19874
19875 * gdb.base/signals.exp: Reinitialize searched source directories
19876 after gdb_start call.
19877
19878Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
19879
19880 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
19881 * gdb.stabs/Makefile.in: Likewise.
19882
19883 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
19884 change. Instead split the tests into smaller pieces.
19885 * gdb.disasm/hppa.s: Corresponding changes.
19886
19887Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19888
19889 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19890 Quote ^C when passing it to stty. For some shells ^ is a pipe.
19891
19892 * gdb.base/funcargs.exp: Modify many tests so that every test
19893 either passes or fails. Make some test names unique.
19894
19895Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19896
19897 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19898 Call stty to set interrupt character.
19899
19900 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
19901 for HP assembler versus GNU assembler based on actual behavior of
19902 $(CC), rather than assuming that $(AS) is always the GNU assembler.
19903
19904 * TODO: Suggest a few more stepping tests.
19905
19906Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
19907
19908 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
19909 restart GDB for h8300 after a continue.
19910 (return): Add pattern to match a29k-udi behavior.
19911 * gdb.base/nodebug.exp: Remove obsolete comment.
19912 * gdb.base/regs.exp: New file, testing of register displays.
19913 * gdb.base/return.exp: Fix typo in reference to $objdir.
19914 * gdb.base/whatis.exp: Always start with a fresh GDB.
19915
19916Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19917
19918 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
19919 higher, these tests generate a lot of output.
19920
19921Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19922
19923 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
19924 code following the catch silently ignored some errors; without the
19925 catch they should be thrown like any other tcl error. Also, the
19926 catch used "" instead of {} which meant all the callers who wanted
19927 to include one of the characters "[]$ had to quote it an extra time.
19928 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
19929 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
19930 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
19931 Remove extra quoting.
19932
19933Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
19934
19935 * gdb.base/commands.exp: Make test names unique; every test either
19936 passes or fails. Update some comments.
19937
19938 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
19939
19940Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19941
19942 The following fixes a FAIL caused by the fact that the alpha stabs
19943 configuration didn't use the ".if alpha" code in weird.def.
19944 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
19945 bit pointer, so the 32 bit version works even on the alpha.
19946 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
19947 Remove the stuff which allowed us to have separate versions for
19948 alpha and everything else.
19949
19950 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
19951 regexp which "info func operator\[\](" is supposed to match. Fix
19952 string to send to GDB. Note that GDB still doesn't work right. Add a
19953 new test for "info func .perator\[\](" which GDB does handle correctly.
19954
19955 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
19956
19957Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19958
19959 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
19960 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
19961 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
19962 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
19963 it makes the tests harder to understand and confuses test-o-matic.
19964 The preferred style is that each test provides a PASS or a FAIL,
19965 and has a unique message (e.g. "continue #54" not just "continue")
19966 which is the same for the pass and the fail.
19967 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19968 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
19969 to lib/gdb.exp.
19970 * gdb.base/printcmds.exp: Use test_print_accept. Remove
19971 prt_accept which was basically the same thing. Likewise for
19972 test_print_reject and prt_reject.
19973 * lib/gdb.exp (test_print_reject): Add some more error message
19974 patterns to match from the former printcmds.exp (prt_reject).
19975 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
19976 One defect of the passcount stuff is that some of it failed to
19977 report XPASS where appropriate.
19978 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
19979 stuff before and after arg in expected pattern.
19980 (test_paddr_operator_functions): Re-do test without print_addr_of;
19981 this is the only test which seems to want extra stuff there.
19982
19983Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19984
19985 * gdb.base/nodebug.exp: Update new tests to reflect improved
19986 wording of gdb output.
19987
19988 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
19989 and "ptype" work on variables in files compiled without -g.
19990 Replaces commented out "maint print msymbol" tests.
19991
19992Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19993
19994 * gdb.base/setvar.c (dummy): Call malloc.
19995
19996 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
19997 losing with the irix4 sed.
19998
19999 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
20000 ALRM" on irix4.
20001
20002Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20003
20004 * TODO: Remove items about corefile.exp testing new exec-file and
20005 backtrace; both are now done. Add items about printing enums.
20006
20007Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20008
20009 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
20010 "get signal $thissig" test fails.
20011
20012 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
20013
20014Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20015
20016 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
20017 compiler warning with dec alpha compiler.
20018
20019 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
20020 extra \n from gdb_test call (this explains why the prompt test
20021 that I removed yesterday was there).
20022 (user_defined_command_test): Remove extra \n and prompt test.
20023
20024 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
20025 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
20026 doesn't exist.
20027 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
20028 Also remove alpha workaround, which turns out to be because
20029 SIGABRT == SIGLOST.
20030
20031 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
20032
20033 * gdb.base/help.exp: Don't test "help show".
20034
20035Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20036
20037 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
20038 "set print address" is on.
20039 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
20040 pass prompt to gdb_test; gdb_test already looks for the prompt.
20041
20042 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
20043
20044 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
20045 was a vestige of the manual TESTSTRATEGY, and the purpose of it
20046 was to make sure that gdb can read a core file. But (a) the "read
20047 the corefile" part didn't make it to a1-selftest.exp, we just
20048 delete the corefile after creating it, and (b) we test reading
20049 corefiles in corefile.exp anyway. Also, this test left around a
20050 xgdb process on Solaris.
20051
20052 * gdb.base/corefile.exp: Also test backtrace.
20053
20054Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
20055
20056 * gdb.base/commands.exp: Test a simple user defined command with
20057 arguments and if/while statements; verify the full user command is
20058 printed by "show user".
20059
20060 * gdb.base/commands.exp: Test if/while commands as part of a
20061 breakpoint command list; verify they appear in breakpoint
20062 information.
20063
20064Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20065
20066 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
20067 than by dividing by zero.
20068
20069Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
20070
20071 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
20072 performing an inferior call with watchpoints enabled.
20073 * gdb.base/watchpoint.c (main): Delete second unnecessary read
20074 call.
20075
20076Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20077
20078 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
20079 of "file" command.
20080
20081 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
20082 Add additional pattern for when "int operator int(void);" appears
20083 in a different order.
20084
20085Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20086
20087 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
20088
20089 * gdb.base/help.exp: Replace most of docstrings for "info signals"
20090 and "signal" with ".*".
20091
20092Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20093
20094 * TODO: Add note about "handle all nostop".
20095
20096 * gdb.base/{sigall.c, sigall.exp}: New test.
20097 * gdb.base/Makefile.in: Add it.
20098
20099Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
20100
20101 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
20102 when invoking GDB, suppresses any windowing interface.
20103
20104Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
20105
20106 * config/sim-gdb: New file, simulator testing support.
20107
20108Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
20109
20110 * gdb.base/interrupt.exp: Test calling func1 twice.
20111
20112Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
20113
20114 * gdb.base/list.exp (test_forward_search): Set timeout higher
20115 when we'll be getting lots of output from gdb.
20116
20117 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
20118 "init_malloc" to after the expect statement. Run it if that
20119 regexp is taken, but also for two others which happen if source
20120 cannot be found.
20121
20122Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20123
20124 * gdb.base/printcmds.exp: New test, for printing register before
20125 program is running.
20126
20127Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20128
20129 * gdb.base/list.exp: Correct some alternate expect patterns
20130 to reflect changes in list1.c.
20131
20132Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20133
20134 * TODO: Add item regarding large frames.
20135
20136 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
20137
20138 * TODO: Remove item about enabling return.exp; it
20139 is enabled. Suggest a few more "return" tests.
20140
20141Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20142
20143 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
20144 anonymous unions.
20145
20146Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20147
20148 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
20149 and pr-5646.o, so "make" is the same as "make all", not "make
20150 pr-4975.o".
20151
20152Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
20153
20154 * gdb.base/list.exp: Adjust expectations to reflect changes in
20155 list1.c.
20156 (test_forward_search): New test proc.
20157 * gdb.base/list1.c (long_line): New function, has long source line.
20158
20159Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
20160
20161 * gdb.base/a1-selftest.exp: Change initial stepping to know about
20162 additional line of code that was added.
20163
20164Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
20165
20166 * gdb.disasm/hppa.s: Break the large branching tests into smaller
20167 tests so as not to overflow expect's input buffers.
20168 * gdb.disasm/hppa.exp: Corresponding changes.
20169
20170Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20171
20172 Beginnings of template debugging tests.
20173 * gdb.c++/templ-info.cc: New file to test for template
20174 debugging capability of the compiler.
20175 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
20176 templ-info.cc.
20177 * gdb.c++/templates.cc: Add explicit template instantiations
20178 to enable compiling with -fno-implicit-templates. Add destructor
20179 and 'value' method to T5 class for template tests.
20180 * gdb.c++/templates.exp: Add testcases for printing of template
20181 types, setting breakpoints on template methods and calling a
d63a86f8 20182 template method.
c906108c
SS
20183
20184Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
20185
20186 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
20187 branch target since some assemblers (gas-2.5) may emit a
20188 relocation for the branch instead of resolving it in the
20189 assembler.
20190
20191Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20192
20193 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
20194 through signal handler.
20195
20196Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20197
20198 * configure.in (*-*-netware): Use config/mt-netware.
20199
20200 * config/mt-netware: New file.
20201 * config/mt-i386-netware: Removed, separate configs for different
20202 netware architectures are no longer needed now that we have
20203 --with-headers.
20204
20205Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20206
20207 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
20208 by the recent changes to use ANSI C arithmetic conversions.
20209
20210Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20211
20212 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
20213 bug involving using inferior_pid to figure out whether to select a
20214 frame.
20215
20216Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
20217
20218 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
20219 match the current disassembler output.
20220
20221Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
20222
20223 * gdb.fortran/exprs.exp: Expect VOID instead of void.
20224 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
20225 types, expect "int" as type of integer values (for now).
20226
20227Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
20228
20229 * gdb.base/commands.exp: New tests for if/while commands.
20230
20231Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
20232
20233 * lib/gdb.exp (runto): Replace sub-pattern for hex value
20234 by .*, since hex values have different syntax in Chill mode.
20235
20236Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20237
20238 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
20239 linefeed from expect pattern for repeated types with indices > 9.
20240
20241Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
20242
20243 First part of Fortran test suite.
20244 * gdb.fortran: New directory.
20245 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
20246
20247Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20248
20249 * gdb.base/default.exp: Update expect pattern for load command
20250 without arguments.
20251
20252Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
20253
20254 * configure.in: Change i386 to i[345]86.
20255 * gdb.base/configure.in: Likewise.
20256 * gdb.c++/configure.in: Likewise.
20257 * gdb.chill/configure.in: Likewise.
20258
20259Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
20260
20261 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
20262 patterns, since that is not a valid context for comments.
20263
20264Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
20265
20266 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
20267 repeated types and repeated types with indices > 9.
20268
20269Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
20270
20271 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
20272 2417; old bug has been fixed.
20273
20274Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
20275
20276 * gdb.base/interrupt.exp: When trying to wake up the inferior,
20277 send the newline ourselves instead of assuming gdb_test will do
20278 so when passed an empty input string.
20279
20280 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
20281 stabs testcode.
20282
20283Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20284
20285 * lib/gdb.exp (gdb_test): Don't send anything if the first
20286 argument is an empty string. This makes cases where we want to
20287 match output that is already in expect's buffers (for example,
20288 matching a breakpoint after gdb_run_cmd has been called) work
20289 reliably.
20290
20291Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20292
20293 * config/netware.exp: New file.
20294
20295Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20296
20297 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
20298 the -B and -L prefixes so we can find the debugging stub.
20299
20300 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
20301 there and we are using the gcc from the tree.
20302
20303 * gdb.base/types.c: Removed.
20304
20305 * gdb.base/configure.in: Look for makefile fragments in ../config.
20306 Recognize i386-*-netware.
20307 * gdb.c++/configure.in: Likewise.
20308
20309Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20310
20311 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
20312 the correct TCL syntax.
20313
20314Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20315
20316 * gdb.base/opaque.exp: use runto instead of messing around with
20317 breakpoints. Simplify by using gdb_test.
20318
20319 * gdb.base/bitfields.exp: restart between tests on netware targets
20320 because breakpoints aren't relocated after target death. Run
20321 processes to completion.
20322
20323 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
20324
20325Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
20326
20327 * Makefile.in: Remove extra tabs that confuse some versions
20328 of "make". Use the newly built gdb to test with by default,
20329 rather than the first one in the tester's search path.
20330
20331Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
20332
20333 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
20334
20335 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
20336 condition help.
20337
20338Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20339
20340 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
20341
20342 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
20343 running.
20344 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
20345 * gdb.base/funcargs.exp: Likewise.
20346
20347 * gdb.base/bitfields.exp: Simplify by using gdb_test.
20348 * gdb.base/funcargs.exp: Likewise.
20349
20350 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
20351 message is "".
20352
20353Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20354
20355 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
20356 return,signals,twice}.exp: Handle non-existant binaries
20357 consistantly.
20358
20359 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
20360 * gdb.base/Makefile.in: Don't try to generate a core dump, we
20361 might testing a cross development system.
20362
20363Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20364
20365 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
20366 runtest script is relative to ${srcdir}, not ${rootdir}.
20367
20368Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
20369
20370 * gdb.base/signals.exp: Allow for optionality of breakpoint
20371 address.
20372
20373Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20374
20375 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
20376
20377Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20378
20379 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
20380 for size_t definition.
20381 * gdb.c++/templates.cc: Likewise
20382
20383 * config/mt-i386-netware: New file.
20384
20385 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
20386 defined.
20387
20388 * gdb.base/Makefile.in: Added support for systems that name core
20389 files by appending "core" to the program name.
20390 * gdb.base/a1-selftest.exp: Likewise.
20391
20392Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20393
20394 * gdb.base/return.exp: Add comment and message for `return double'
20395 test failure on Sparc Solaris.
20396
20397Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
20398
20399 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
20400
20401Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20402
20403 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
20404 from optimizing them away.
20405 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
20406 patterns to include default constructors and assignment operators,
20407 to match gcc versions beyond 2.5.8. Accept any cplus demangling
20408 character in the output of the virtual base pointer.
20409
20410Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20411
20412 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
20413 expression match in print_addr_of to avoid unintented matches.
20414 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
20415 versions up to 2.5.8.
20416
20417Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20418
20419 * gdb.base/list.exp: Tweak alternate pattern for listing of an
20420 included file to run under newer versions of expect.
20421 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
20422 consecutive >'s in templates to accomodate recent cplus-dem.c change.
20423 Remove xfail for the virtual table of BDDHookV.
20424
20425Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
20426
20427 * lib/gdb.exp (string_to_regexp): Set a default result.
20428 (default_gdb_start): Fix misleading message.
20429
20430Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
20431
20432 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
20433 Remove all CC, etc definitions.
20434 * config/mt-hpux: New file.
20435 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
20436 (CFLAGS, LDFLAGS): Define.
20437 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
20438
20439 * Makefile.in (site.exp): Don't insert host_os, etc.
20440 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
20441 (distclean): Check existence of subdir.
20442 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
20443 * gdb.base/Makefile.in: General cleanup and simplification.
20444 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20445 to build executables. Use default rule to build .o files.
20446 (EXPECT, RUNTEST, CC): Fix relative pathname.
20447 (site.exp): Don't insert host_os, etc.
20448 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
20449 and/or SIGUSR1 defined.
20450 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
20451 * gdb.c++/Makefile.in: General cleanup and simplification.
20452 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20453 (CFLAGS): Remove.
20454 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
20455
20456Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
20457
20458 * gdb.base/recurse.exp: Misc changes to get tests running again
20459 after Kung's changes to the watchpoint code.
20460 * gdb.base/watchpoint.exp: Likewise.
20461
20462Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
20463
20464 * lib/gdb.exp (string_to_regexp): Convert {\} also.
20465
20466Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
20467
20468 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
20469 * lib/gdb.exp (default_gdb_start): Define.
20470 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
20471 gdb.base/funcargs.exp, gdb.base/opaque.exp,
20472 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
20473 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
20474 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
20475 Don't call gdb_target_udi in between tests.
20476
20477Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20478
20479 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
20480 (which was basically just a local version of the same thing). In
20481 addition to avoiding duplication, gdb_test_exact is faster.
20482 * lib/gdb.exp (gdb_test_exact): Fix typo.
20483
20484 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
20485 don't give an error.
20486
20487 * gdb.base/term.exp: Call delete_breakpoints before starting.
20488
20489 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
20490 (t10): Add comment.
20491
20492Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20493
20494 Reorganization of the GDB Test Suite.
20495
20496 * gdb.base: New directory, contains all the basic tests.
20497 * gdb.c++: New directory, tests specific to C++.
20498 * gdb.chill: New directory, tests specific to Chill.
20499 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
20500 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
20501 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
20502 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
20503 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
20504 t30-31 to chill).
20505 * */gdbme.*: Rename to match appropriate expect scripts.
20506 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
20507 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
20508 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
20509 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
20510 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
20511 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
20512 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
20513 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
20514 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
20515 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
20516 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
20517 gdb.c++/virtfunc.cc: New names of C++ files.
20518 * gdb.chill/chillvars.ch: New name of Chill file.
20519 * gdb.base/configure.in, gdb.c++/configure.in,
20520 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
20521 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
20522 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
20523 * configure.in (configdirs): Update to reflect directory changes.
20524 (target_abbrev): No longer define for any configuration.
20525 * Makefile.in: Cosmetic improvements to header comments.
20526
20527Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
20528
20529 Various changes to gdb.t31:
20530
20531 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
20532 * gdbme.ch: Make all key-words and predefineds be upper-case.
20533 * chillvars.exp: Expect key-words and predefinds in upper-case.
20534
20535 * chillvars.exp: Use gdb_test_exact many places.
20536 Change expected output for arrays (which now includes index labels).
20537
20538 * pr-5020.exp, gdme.ch (module PR_5020):
20539 New test, for PR-5020.
20540
20541Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
20542
20543 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
20544 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
20545
20546Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
20547
20548 * Makefile.in: Fix bit-rot in definitions of CHILL,
20549 CHILL_FOR_TARGET and Chill_LIB.
20550 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
20551 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
20552 CHILL, and CHILL_LIB.
20553
20554Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
20555
20556 * Revert the previous changes. Please see Rob's directory
20557 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
20558
20559Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
20560
20561 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
20562 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
20563 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
20564 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
20565 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
20566 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
20567 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
20568 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
20569 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
20570 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
20571 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
20572 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
20573 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
20574 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
20575 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
20576 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
20577 changes from 94Q1.
20578
20579Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
20580
20581 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
20582 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
20583 Rob's new testing fragments.
20584
20585Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
20586
20587 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 20588 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
20589
20590Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20591
20592 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
20593 version also, match on casted version strings, and match on
20594 gdb startup case where the line numbers might be messed up.
20595
20596Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
20597
20598 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 20599 (CFLAGS): Delete it from here.
c906108c
SS
20600
20601Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
20602
20603 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
20604
20605Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
20606
20607 * Makefile.in (RUNTEST): Default to just "runtest".
20608
20609Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20610
20611 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
20612 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
20613 the code has been restructured.
20614
20615Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20616
20617 * gdb.t00/default.exp (set write): Allow any number of \r and/or
20618 \n, not just one of each.
20619
20620 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
20621 /bin/cc gives a warning if you do.
20622
20623Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
20624
d63a86f8 20625 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
20626 __t10ListS_link1ZUiRCUiPT0
20627
20628Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20629
20630 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
20631 on local variables in recursive functions.
20632
20633 * gdb.t07/Makefile.in: Build the new test.
20634
20635Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20636
20637 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
20638 directly. Instead compare the return values from actual calls.
20639
20640Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
20641
20642 * Makefile.in (check): Set TCL_LIBRARY for runtest.
20643
20644Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20645
20646 * From Peter Schauer with minor modifications.
a9c64011
AS
20647 * gdb.t15/return.exp (return_tests): Handle targets where "return"
20648 stops in mid-line in the caller. Add xfail for returning a float
20649 value on X86 targets.
c906108c
SS
20650
20651Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20652
20653 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
20654 to avoid expect lossage.
20655 (fmem_LRbug_tests): Likewise.
20656 * gdb.disasm/hppa.s: Corresponding changes.
20657
20658 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
20659 conditions to work with latest dejagnu/expect.
20660
20661 * gdb.t15/funcargs.exp (finish from indirect call): No longer
20662 expected to fail on the PA.
20663 (backtrace in call with trampolines): Explicitly require main
20664 to be frame #1 (no trampolines should show up in backtrace).
20665
20666 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
20667 "continue -expect".
20668 * gdb.t06/break.exp: Likewise.
20669 * gdb.t07/watchpoint.exp: Likewise.
20670 * gdb.t13/bitfields.exp: Likewise.
20671 * gdb.t15/{funcargs,return}.exp: Likewise.
20672 * gdb.stabs/weird.exp: Likewise.
20673 * config/{mips,udi}-gdb.exp: Likewise.
20674
20675 * hppa.sed: Enclose comments within a sed command to avoid
20676 losing with the old OSF1 sed.
20677
20678Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20679
20680 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
20681 sequent dynix.
20682 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
20683 * gdb.t15/funcargs.exp: Conditionally step again to really
20684 finish from marker_call_with_trampolines. Handle the case where
20685 the first step from within call_with_trampolines already steps
20686 us back to main.
20687 * gdb.t15/gdbme.c: Add comment to closing brace of
20688 call_with_trampolines for funcargs.exp.
20689
20690Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20691
d63a86f8 20692 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
20693 Fix typo(s).
20694
20695Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20696
20697 * gdb.t07/gdbme.c: More code for watchpoint testing.
20698
20699 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
20700 "Hardware watchpoint" throughout file.
20701 (test_watchpoint_triggered_in_syscall): New test.
20702 (test_complex_watchpoint): New test.
20703
20704Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20705
20706 * gdbme.c (call_with_trampolines): New function to try and step
20707 into. Tests trampoline problems on the PA.
20708
20709 * funcargs.exp (localvars_in_indirect_call): No longer expect
20710 stepping into indirect call to fail on PAs.
20711 (test_stepping_over_trampolines): New test.
20712
20713Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20714
20715 * TODO: Add suggestions for static member function tests, and
20716 completion tests.
20717
20718Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20719
20720 * TODO: Add suggestions for "p/a" tests.
20721
20722 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
20723 (default_gdb_exit): Replace all the hair with sending "quit" to
20724 the process with a simple close.
20725
20726Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20727
20728 * TODO: Add suggestions for shared library tests.
20729
20730Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20731
20732 * TODO: Add suggestions for x/s tests.
20733
20734Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20735
20736 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
20737 "enable once", and "enable breakpoints once" with ".*".
20738
20739Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20740
20741 * TODO: Add suggestions about structure passing tests.
20742
20743Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20744
20745 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
20746 the primary1 test, use work around if __GNUC__ < 2.
20747 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
20748 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
20749 Test for bad output rather than waiting for timeout. Issue
20750 second continue only if first continue failed.
20751
20752Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20753
20754 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
20755 operator[] test with gdb_test because the old code didn't seem to
20756 be getting the quoting right with the new dejagnu.
20757
20758Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
20759
20760 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
20761 one from the path.
20762 * Makefile.in: Use a fresh expect if there is one, use runtest
20763 from the src tree if there is one.
d63a86f8 20764
c906108c
SS
20765Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20766
20767 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
20768 next over recursive call. Revise the tests from that point on
20769 (which had been skipped) to match GDB's actual (correct) output.
20770
20771 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
20772 with next over a breakpoint whose condition is false.
20773
20774 * gdb.t00/help.exp: Comment out "help set print" tests just like
20775 (and for same reason as) "help set" test.
20776
20777Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20778
20779 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
20780 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
20781
20782Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20783
20784 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
20785 necessary gdb_target_udi.
20786
20787 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
20788
20789 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
20790 1838 and 2417; they are fixed.
20791
20792 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
20793 gdb.t03/ptype.exp (ptype structure, ptype union):
20794 Remove xfails; the test is looser than when the xfails were added.
20795
20796 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
20797 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
20798
20799 * gdb.t01/run.exp: Only run shell test if isnative.
20800
20801 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
20802 since "run" automatically loads if necessary. Call gdb_target_udi
20803 after the "file" since "file" kills any execution target.
20804
20805 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
20806 GDB. GDB doesn't work that way (not anymore at least) on UDI.
20807 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
20808 argument for UDI.
20809
20810Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20811
20812 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
20813
20814 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
20815
20816Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20817
20818 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
20819 properly quoting regexps. This makes the second argument to
20820 demangle a fixed string, which matches the callers, instead of a
20821 shell-style pattern which is what the previous implementation
20822 used. Update some of the callers.
20823
20824Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20825
20826 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
20827 (comib_nullified_tests): Fix typo.
20828 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
20829 strings. No longer expected to fail.
20830
20831 * gdb.disasm/hppa.s (addib_tests): Fix typo.
20832 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
20833 strings. No longer expected to fail.
20834
20835 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
20836 string. No longer expected to fail.
20837
20838Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20839
20840 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
20841 No longer expected to fail.
20842
20843 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
20844 string. No longer expected to fail.
20845
20846Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20847
20848 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
20849 only in the names (I probably got most of them). I was even
20850 generous with some which differed in underscores in names, and
20851 probably missed a few, and I *still* was able to remove almost a
20852 third of the file with almost no impact on testsuite coverage.
20853
20854Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20855
20856 * gdb.t00/default.exp: Match udi_attach error message as well as
20857 the one from child_attach.
20858
20859 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
20860
20861 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
20862
20863 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
20864 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
20865
20866 * Move test with enums and partial symbols back to
20867 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
20868 Reverts the change of 26 May 93. Per today's change to
20869 stabs.texinfo, the behavior that weird.exp was expecting was
20870 unreasonable; what is important is that the compiler+gdb get
20871 things right, which happens with a recent gcc. Also fix the test
20872 to deal with native compilers which put out the stab gdb can't
20873 deal with.
20874
20875Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20876
20877 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
20878 in the names. The main thing these accomplish is to slow things down.
20879 Many more such duplicates surely remain.
20880
20881 * gdb.t00/help.exp: Comment out "help support" test just like
20882 (and for same reason as) "help set" test.
20883
20884Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
20885
20886 * gdb.t06/break.exp: Remove setup_xfails for
20887 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
20888 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
20889 about known bug in gcc to include up through 2.5.8.
20890 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
20891 well as "_vb$".
20892 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
20893 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
20894 with latest gcc and gdb.
20895 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
20896 well as "_vb$".
20897
20898Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20899
20900 * configure.in (hppa*-*-*): Also configure and build stabs-only
20901 tests.
20902
20903Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20904
20905 * gdb.t10/hppa.mt: A makefile fragment for the PA.
20906 * gdb.t10/configure.in (hppa*-*-*): Use it.
20907
20908Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20909
20910 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
20911
20912Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20913
20914 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
20915 versions prior to 1.13.5.
20916
20917Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20918
20919 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
20920 the prompt is at the start of a line.
20921
20922Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20923
20924 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
20925 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
20926 in the copr tests now.
20927 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
20928 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
20929 expected to fail.
20930
20931Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
20932
20933 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
20934 gdb.t31/chillvars.exp, lib/gdb.exp:
20935 Tweak to run under either version of expect.
20936 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
20937 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
20938 * gdb.t11/list.exp: Remove extraneous whitespace.
20939
20940Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20941
20942 * gdb.t16/printcmds.exp (test_print_strings): Accept
20943 "(unsigned char *) " before the string.
20944
20945 * TODO: Add notes about printing of fancy types and GDB expressions.
20946
20947Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
20948
20949 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
20950 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 20951 if doing mips-idt-ecoff.
c906108c
SS
20952
20953Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
20954
20955 * Most .exp files: Tweak to run under either version of expect.
20956
20957Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20958
20959 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
20960 xfails; I'm not sure why they are failing, but not because of PR 1806.
20961
20962Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
20963
20964 * config/unix-gdb.exp: Remove gdb_unload cause it's already
20965 defined in lib/gdb.exp.
20966
20967Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20968
20969 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
20970 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
20971 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
20972 have to be typeless.
20973
20974Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20975
20976 * TODO: Add suggestion for copyright year test.
20977
20978Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
20979
20980 * configure.in (*-*-lynxos*): Add stabs tests.
20981
20982Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20983
20984 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
20985 so insert a tab before any assembler directive in column zero.
20986
20987 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
20988 stores.
20989 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
20990 stores.
20991 (fpu_short_memory_tests): Likewise.
20992
20993Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20994
20995 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
20996 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
20997 .stabs directives in comments.
20998
20999Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21000
21001 * TODO: New file, describing tests we could write.
21002 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
21003
21004Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21005
21006 * gdb.t06/signals.exp: Add kludge to force re-sync.
21007
21008 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
21009 to xgdb instead of gdb, get out of gdb.
21010
21011Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
21012
21013 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
21014 for info.
21015
21016Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
21017
21018 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
21019 * gdb.stabs/configure.in (hppa*-*-*): Use it.
21020 * gdb.stabs/hppa.sed: New sed script for the PA.
21021
21022Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21023
21024 * gdb.stabs: Re-write weird.def and configuration to use sed
21025 instead of cpp. sed is portable and POSIX; cpp is neither.
21026
21027Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21028
21029 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
21030
21031Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21032
21033 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
21034
21035Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21036
21037 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
21038 "_vb$".
21039 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
21040 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
21041
21042Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21043
21044 * lib/gdb.exp: Comment out code which depends on non-existent
21045 `transform' procedure.
21046
21047Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
21048
21049 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
21050 * lib/gdb.exp: Transform tool name.
21051 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
21052 1.1's new error handling system.
21053
21054Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21055
21056 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
21057
21058Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21059
21060 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
21061 They made pattern matching so slow that timeouts happened on
21062 heavily loaded systems. Now any output from "show print" which
21063 gets us back to the GDB prompt is a PASS.
21064
21065Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
21066
21067 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
21068
21069Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21070
21071 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
21072
21073 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
21074 It is not from PR 3220.
21075
21076Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21077
21078 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
21079 just started failing because they depended on the order the
21080 subcommands are presented, or exact docstring text. This kind of
21081 test is a pain and has minimal benefit.
21082
21083Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21084
21085 * gdb.t09/corefile.exp: At end of test, use "core" command with
21086 no arguments.
21087
21088Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
21089
21090 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
21091 17}/Makefile.in: Make it possible to run the testsuite with Sun
21092 make and CC = cross gcc by adding explicit build rules for .o
21093 files.
21094
21095Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21096
21097 * gdb.t15/funcargs.exp: Don't put comments on same line as
21098 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 21099
c906108c
SS
21100Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21101
21102 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
21103
21104Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
21105
21106 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
21107 * gdb.t20/inherit.exp: remove three dumplicate entries.
21108
21109Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21110
21111 * gdb.t06/break.exp: For "next over recursive call", fail on any
21112 incorrect output, not just on "factorial (value=2)".
21113
21114Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21115
21116 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
21117 working now. Add an xfail if accesing a bss variable causes
21118 a memory error if the target is not yet run.
21119
21120Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21121
21122 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
21123 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
21124 name of __st* demangling (2 strings). Did Kung really get the
21125 more than 95 others right without testing them?
21126
21127Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
21128
21129 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
21130
21131Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
21132
21133 * configure.in (configdirs): Add gdb.disasm
21134 * gdb.disasm: New directory for GDB disassembler tests.
21135 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
21136
21137Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21138
21139 * gdb.t00/help.exp: Don't test "help set".
21140
21141 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
21142 from within expect statements. None of these happen anymore and
21143 they cause regressions to be silently unnoticed.
21144
21145 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
21146 messages) about known failures with gcc cygnus-2.4.5-930417.
21147
21148 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
21149 comp-info.exp so it gets built if it doesn't exist.
21150
21151 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
21152 it is no longer used.
21153 * gdb.t13/comp-info.c: Removed.
21154
21155Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21156
21157 * gdb.t06/signals.exp: Add xfail for sun3.
21158
21159Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21160
21161 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
21162 relevant because ^C doesn't get sent but failure can be reproduced
21163 interactively).
21164
21165Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21166
21167 * gdb.stabs/alpha.mt: New configuration file for alpha.
21168 * gdb.stabs/configure.in: Use it.
21169 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
21170 sharing with alpha.mt, redefine long to word via preprocessor.
21171 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
21172 for alpha.
21173 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
21174 native cc.
21175 * gdb.t00/teststrategy.exp: Change expect string so that we
21176 consume the `(xgdb)' from the command echo and from the gdb prompt.
21177 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
21178 gdb currently compares all values as long, so this failure probably
21179 applies to any configuration where LONGEST is bigger than a target int.
21180 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
21181 with gcc.
21182 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
21183 to handle opaque pointers, gcc is.
21184 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
21185 as first argument. Include <sys/types.h> and change all operator
21186 new definitions to use size_t.
21187 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
21188 now that we use size_t.
21189
21190Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21191
a9c64011 21192 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 21193 a long or float array cast all array members to the same type.
a9c64011 21194 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 21195 with 64 bit longs.
a9c64011 21196 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 21197 on alpha.
a9c64011 21198 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
21199
21200Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21201
21202 * gdb.t24 (demangle.exp): Constructors of templates have names like
21203 vector<int>::vector(int) not vector<int>::vector<int>(int). See
21204 section 14.6 of the ARM.
21205
21206 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
21207 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
21208 accomplish little and slow down the testsuite.
21209
21210 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
21211 Accept spaces various places.
21212
21213Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21214
21215 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
21216 with watchpoint enabled.
21217
21218 * Makefile.in: Remove definition of CC and remove the second
21219 definition of CXX (the "CXX = gcc" one remains). These definitions
21220 were causing backquotes to be expanded within backquotes, which
21221 doesn't work.
21222
21223Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
21224
21225 * gdb.t17/callfuncs.exp: Add "return 0" to end.
21226
21227Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21228
a9c64011
AS
21229 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
21230 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
21231 by mips cc and contains no stabs entries.
21232
21233Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
21234
21235 * config/vx-gdb.exp: Use fake device to load files rather than
21236 NFS.
21237 * lib/gdb.exp: New proc to do "file" command.
21238 * config/unix-gdb.exp: Use new "file" proc.
21239
21240Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
21241
21242 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
21243 Rework board rebooting slightly.
21244 (gdb_exit): Don't exit from the remote shell; there isn't one.
21245 * gdb.stabs/weird.exp: If a program is being debugged already,
21246 kill it.
21247 * gdb.t04/setvar.exp: Stop and restart gdb.
21248 * gdb.t05/expr.exp: Likewise.
21249 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
21250 restart gdb and reload the program.
21251 * gdb.t08/opaque.exp: Likewise.
21252 * gdb.t12/scope.exp: Likewise.
21253 * gdb.t13/bitfields.exp: Likewise.
21254 * gdb.t15/funcargs.exp: Likewise.
21255 * gdb.t20/classes.exp: Likewise.
21256 * gdb.t03/ptype.exp: Increase timeout.
21257 * gdb.t16/printcmds.exp (test_print_string_constants,
21258 test_print_array_constants): Likewise.
21259 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
21260 * gdb.t20/classes.exp (do_tests): Likewise.
21261 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
21262
21263Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
21264
21265 * gdb.stabs: Renamed *wierd* to *weird*.
21266
21267Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
21268
21269 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
21270 for timeout. Add "known gcc 2.4.5 bug" to failure message.
21271
21272Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
21273
21274 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
21275 (do_tests): Remove xfail for whatis on one_var and two_var.
21276
21277Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
21278
21279 * Makefile.in: Made cross building work better by adding
21280 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
21281
21282Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21283
21284 * gdb.t15/{return.c,return.exp,Makefile.in}:
21285 New test, currently commented out.
21286
21287Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
21288
21289 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
21290 still running and removes the leftover named socket so GDb can do
21291 clean restarts.
21292
21293Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
21294
21295 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
21296 console, not GDB.
21297 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
21298 cross testing works better with "make check"
21299 * config/unix-gdb: Use default procedures for exit and version.
21300 * config/vx-gdb.exp: Cleaned up and massaged back to working order
21301 with the newest VxWorks.
21302
21303Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21304
21305 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
21306 old form.
21307
21308 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
21309 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
21310
21311 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
21312
21313 * config/unix-gdb.exp: Remove this version of gdb_exit
21314 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
21315 Rob says he'll look at it when he gets back to testing boards.
21316
21317Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
21318
21319 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
21320 an expected fail for certain ptype commands.
21321
21322 * gdb.t20/classes.exp: Update expected results of "ptype class
21323 Base1" to account for the constructor that now appears in the type.
21324
21325Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
21326
21327 * configure.in (configdirs): Restore gdb.t04, which mysteriously
21328 disappeared from list.
21329 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
21330 "alldone" proc with call to cleanup and exit.
21331 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
21332 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
21333 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
21334 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
21335 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
21336 "alldone" proc with simple returns that suppress remaining
21337 tests. The alldone proc went away many months ago.
21338
21339Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21340
21341 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
21342
21343 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
21344
21345Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21346
21347 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
21348 as vax gdb will display them.
21349
21350Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21351
21352 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
21353 optimizers.
21354
21355 * scope.exp: Change "bad value for localval" messages so each one
21356 is unique.
21357
21358 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
21359 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
21360
21361 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
21362
21363Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21364
21365 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
21366 doesn't exist (due to optimization).
21367
21368Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21369
21370 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
21371 contains \r because the filename is long.
21372
21373 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
21374 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
21375
21376Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21377
21378 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
21379 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
21380 Ultrix.
21381 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
21382 int tests.
21383 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
21384
21385Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
21386
21387 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
21388
21389 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 21390 to match does not match the passing case but still matches the
c906108c
SS
21391 failing case.
21392
21393Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21394
21395 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
21396
21397Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
21398
21399 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
21400 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
21401 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
21402 Remove various versions of gdb_exit.
21403 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
21404 gdb_exit.
21405 * config/unix-gdb.exp: gdb_exit remains here, and should override
21406 the generic version, since it's doing a lot of wierd stuff that
21407 the other versions aren't. FIXME, fold it in, or abandon this
21408 version.
21409
21410Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21411
21412 * gdb.t24/demangle.exp: Add tests for PR 3220.
21413
21414Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21415
21416 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
21417
21418Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
21419
21420 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
21421 "i386-*-*". Works for i486 as well.
21422
21423 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
21424 bug, and expand domain of xfail to all SVR4 systems, since the
21425 actual problem is likely to be in generic SVR4 /proc support.
21426
21427Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21428
21429 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
21430
21431Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
21432
21433 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
21434 xfails for other systems. Match a missing 'Continuing.' as an
21435 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
21436
21437 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
21438 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
21439 Only issue warning for missing executables if -all option is used.
21440
21441 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
21442 file if -all option is used. It's like an unpredictable XFAIL.
21443
21444Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21445
21446 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
21447 for dynamically linked binaries.
21448
21449 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
21450
21451Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21452
21453 * gdb.t20/inherit.exp: Change message for "print tagless struct"
21454 to state that this is a known bug in old versions of g++.
21455
21456Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21457
21458 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
21459 while waiting for `Continuing'.
21460
21461Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
21462
21463 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
21464 in text, data, and bss.
21465 * gdb.t10/nodebug.c: Add local and global test variables for
21466 initialized and uninitialized data.
21467
21468Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21469
21470 * config/unix-gdb.exp (gdb_exit): Add "wait".
21471
21472Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21473
21474 * gdb.t06/signals.exp: xfail the continue from the handler for all
21475 targets.
21476
21477 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
21478 function with watchpoints enabled, the i386 call dummy starts with
21479 a call.
21480
21481 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
21482 386 bsd names its corefiles.
21483
21484Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
21485
21486 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
21487 compilers don't grok it.
21488 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
21489 with small octal ints rather than character constants, which
21490 are signed and might not fit if first promoted to int.
21491
21492Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
21493
21494 * gdb.t09/Makefile.in (clean): Remove corefile.
21495
21496Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21497
21498 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
21499
21500Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21501 and Jim Kingdon (kingdon@cygnus.com)
21502
21503 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
21504 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
21505 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
21506
21507Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21508
21509 * gdb.t17/interrupt.exp: Add xfail for hppa.
21510
21511Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21512
21513 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
21514 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
21515 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
21516 to determine signed-ness of bitfields and use the result to setup
21517 the xfail.
21518 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
21519 * gdb.t15/funcargs.exp: Use them to step until the second indirect
21520 call line is reached if necessary.
21521
21522Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21523
21524 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
21525
21526Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21527
21528 * gdb.t06/break.exp: Also test `clear' command.
21529
21530Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21531
21532 * gdb.t00/teststrategy.exp: Remove extra quote.
21533
21534 * gdb.t07/watchpoint.exp: Change xfail for calling function with
21535 watchpoint enabled to be for all non-68k machines.
21536
21537 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
21538
21539Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21540
21541 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
21542 targets use aout.mt instead of ecoff.mt as gas understands
21543 standard aout format.
21544
21545Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21546
21547 * lib/gdb.exp (runto): Don't insist that function we are running to
21548 was compiled with -g.
21549
21550 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
21551
21552 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
21553 to get back into the read system call.
21554 Accept leading newline in case where we woke it up.
21555
21556Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21557
21558 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
21559 to make the stabs test work on ecoff systems using gcc and -with-stabs.
21560 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
21561 enable ecoff configuration.
21562
21563Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21564
21565 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
21566
21567Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21568
21569 * gdb.t16/printcmds.exp: Add another printf test.
21570
21571Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
21572
21573 * configure.in: If configured -with-stabs on any target, add
21574 stabsdirs to configdirs.
21575
21576Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21577
21578 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
21579 fun" so pattern does not match the command itself.
21580
21581Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21582
21583 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
21584
21585Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21586
21587 * gdb.t17/interrupt.exp: Test for more things.
21588
21589Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21590
21591 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
21592 compiler arranges the code and line numbers.
21593
21594 * gdb.t17/interrupt.exp: Don't send \n after ^C.
21595
21596Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21597
21598 * gdb.t00/help.exp: Increase expect input buffer size.
21599
21600Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21601
21602 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
21603
21604 * gdb.t07/watchpoint.exp: Add xfail for hppa.
21605
21606 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
21607
21608 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
21609 [0-9]*, not just [0-9].
21610
21611Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21612
21613 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
21614
21615 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
21616
21617Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21618
21619 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
21620
21621Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21622
21623 * gdb.t06/signals.c: Add xfails for sun3.
21624
21625 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
21626
21627 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
21628 test_stepping tests.
21629
21630Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21631
21632 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
21633
21634 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
21635
21636 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
21637 rather than actually putting it through cpp twice.
21638
21639 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
21640
21641Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
21642
21643 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
21644 no longer needed.
21645
21646Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21647
21648 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
21649
21650 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
21651 C++ features prints as "struct", make it a pass, not an xfail.
21652
21653Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21654
21655 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
21656 Don't require VA to print as "class" rather than "struct".
21657
21658Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
21659
21660 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
21661
21662Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21663
21664 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
21665
21666Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21667
21668 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
21669 order.
21670
21671Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21672
21673 * gdb.t16/printcmds.exp: Add printf tests.
21674
21675 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
21676
21677 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
21678
21679Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
21680
21681 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
21682 pass counts, to counteract any existing or future setup_xfails.
21683
21684Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21685
21686 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
21687 {BEGIN,END}_COMMON for common block instead of STAB.
21688 * gdb.stabs/wierd.exp: Add xfail for rs6000.
21689
21690 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
21691 intp_var should be N_GSYM not N_LSYM.
21692 wierd-aout.S: Use a label for the value of the N_SO.
21693 wierd.def: Remove all backslashes.
21694 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
21695
21696Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21697
21698 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
21699 get the expected next to inheritance3.
21700
21701Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21702
21703 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
21704 now that gcc-2.4 gets it right.
21705
21706Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21707
21708 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
21709
21710 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
21711 generating comp-info.exp which works for cross-compilation.
21712
21713Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
21714
21715 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
21716 "*-*-sysv4.*".
21717
21718Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
21719
21720 * gdb.t01/run.exp: Start with a fresh gdb.
21721 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
21722 SVR4.x.
21723
21724Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
21725
21726 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
21727 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
21728 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
21729 Makefile.in (distclean, realclean): Remove gdbme.c from list of
21730 things to remove.
21731
21732Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
21733
21734 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
21735 test cases from bug reports.
21736
21737Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
21738
21739 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
21740 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
21741 avoid spurious xfails.
21742 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
21743 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
21744 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
21745
21746Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
21747
21748 * gdb.t00/teststrategy.exp: Rework to provide more useful
21749 description of each test, fix problem with systems that define
21750 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
21751 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
21752 results for "next over recursive call" so timeouts aren't taken
21753 by error.
21754
21755Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
21756
21757 * gdb.t12/scope.exp: Test printing of variables before run.
21758
21759 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
21760 printed in wrong order due to sorting.
21761
21762Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
21763
21764 * gdb.t00/teststrategy.exp: Fix expected results for printing
21765 user entered string constant. Is array of char, prints with no
21766 address.
21767
21768 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
21769 commands.
21770 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
21771 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
21772 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
21773 of struct of char arrays.
21774 * gdb.t00/radix.exp: New tests for radix commands.
21775
21776Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
21777
21778 * gdb.t16/printcmd.exp: Print a variable before running program
21779 (with xfail for AIX).
21780
21781Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
21782
21783 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
21784
21785 * gdb.t16/printcmd.exp: Don't print variables before running program.
21786
21787 * gdb.t06/break.exp: Don't require envp argument to main.
21788
21789 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
21790
21791 * gdb.t02/whatis.exp, gdb.t11/list.exp:
21792 Add xfails for rs6000.
21793
21794 * gdb.t02/whatis.exp: Change other tests not to re-test something
21795 we already tested.
21796
21797 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
21798 each type used has a variable of that type.
21799
21800Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
21801
21802 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
21803
21804Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21805
21806 * configure.in: change srctrigger to be a file, not a directory
21807
21808Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
21809
21810 * configure.in (mips-idt-ecoff*): Added trailing '*'.
21811
21812 * gdb.t11/list.exp: Fixed a couple of typos.
21813
21814Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
21815
21816 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
21817 is fixed and PR is closed.
21818 * gdb.t16 (gdbme.c): Add simple test string variable.
21819 * gdb.t16 (printcmds.exp): Add tests with simple test string
21820 variable, primarily for boundaries on "set print elements".
21821
21822Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
21823
21824 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
21825 Make leading 0's optional and don't expect a tab in the middle
21826 of the number.
21827
21828 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
21829
21830 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
21831 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
21832 don't end command passed to gdb_test with newline.
21833
21834 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
21835 signed keyword away, don't expect signed bitfields to be signed.
21836
21837 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
21838 printing with only as many 1's as are in the field as well as printing
21839 with 32 1's (see comment).
21840
21841Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
21842
21843 * gdb.t00/default.exp: Start with a fresh gdb.
21844 * configure.in (configdirs): Remove gdb.t31 until the chill
21845 compiler works again. It no longer is able to find chillrt0
21846 since it isn't in libchill.a anymore.
21847 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
21848 wierd.o, make more modular.
21849 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
21850 spurious newlines that caused problems.
21851
21852Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21853
21854 * Move test with enums and partial symbols from gdb.t03/ptype.exp
21855 to gdb.stabs/wierd.exp since GCC has worked around the bug.
21856 gdb.stabs/wierd.{exp,def}: Many new tests.
21857
21858 * gdb.t00/default.exp: update info line for new message.
21859
21860 * gdb.t02/{whatis.exp,gdbme.c}:
21861 Test that "char *" doesn't print as "caddr_t".
21862
21863Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21864
21865 * gdb.t00/help.exp: Use .* in place of some help messages which
21866 just changed.
21867 gdb.t00/default.exp: Update "info frame" test for new message.
21868 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
21869 Remove some xfails
21870
21871Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21872
21873 * gdb.t03/{gdbme.c,ptype.exp}:
21874 Add tests for typedef'd struct and union without tags.
21875 Also check "whatis" on a variable of a typedef'd enum without a tag.
21876
21877 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
21878 PRMS 1823; the bug still exists but isn't reproduced by this test
21879 anymore), and remove rs6000 XFAIL (the bug is fixed).
21880
21881 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
21882 duplicated from whatis.exp. For those that are left, accept
21883 "long", "long int", or "int" for long variables (whatis.exp already
21884 has an XFAIL for "int", so no need to fail it here).
21885
21886 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
21887 Deal with GCC's names for types now that GDB uses the compiler's names.
21888
21889 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
21890 setup_xfail's for sunos4. If we #defined the signed keyword away,
21891 don't expect GDB to know that char it is signed.
21892
21893 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
21894
21895Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
21896
21897 * configure.in (configdirs): Add gdb.t24 for C++ tests that
21898 should work on any system, regardless of debugging format.
21899 * gdb.t21/demangle.exp: Move to gdb.t24.
21900 * gdb.t24/demangle.exp: Move from gdb.t21.
21901 * gdb.t24/{Makefile.in, configure.in}: New files.
21902
21903Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21904
21905 * configure.in: Do gdb.stabs and C++ tests only for stabs.
21906 * gdb.stabs: New directory.
21907
21908Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21909
21910 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
21911 not just "Quit anyway?".
21912
21913Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
21914
21915 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
21916 that all setup_xfails are immediately followed by clear_xfails.
21917
21918Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
21919
21920 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
21921 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
21922 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
21923 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
21924 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
21925 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21926 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21927 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
21928 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
21929 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
21930 gdb.t31/chillvars.exp, lib/gdb.exp:
21931 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
21932 bug-gdb@prep.ai.mit.edu.
21933
21934Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
21935
21936 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
21937 with 0.0, not integer 0.
21938
21939Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
21940
21941 * gdb.t06/break.exp: Update for "Kill the program" message change.
21942
21943Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
21944
21945 * Makefile.in (GDBFLAGS): Set to -nx.
21946 * Makefile.in (site.exp): Use GDBFLAGS.
21947
21948Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21949
21950 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
21951 Makefiles.
21952 (check): depend on just-check.
21953 (just-check): added so that tests can be run without a noop
21954 build pass.
21955
21956Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21957
21958 Switch to using configure's configdirs.
21959 * Makefile.in (Makefile): add configure.in dependency.
21960 (SUBDIRS): removed redundant assignment.
21961 * configure.in: switch subdirs assignment to configdirs.
21962 * gdb.t*/configure.in: new files.
21963
21964Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
21965
21966 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
21967 works.
21968
21969Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
21970
21971 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
21972 in explicit rules. Apparently this is not supported by some makes.
21973
21974Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
21975
21976 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
21977
21978Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21979
21980 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
21981 disappeared.
21982
21983Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
21984
21985 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
21986
21987Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
21988
21989 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
21990 watchpoint problem that is now fixed.
21991 * gdb.t30/chexp.exp: Remove setup_xfail for printing
21992 uninitialized convenience variables.
21993 * gdb.t31/chillvars.exp: Fix expected patterns for printing
21994 structures.
21995
21996Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21997
21998 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
21999 which causes expect to get out of sync with gdb on long output
22000 from help set.
22001 * gdb.t09/corefile.exp: Make expected pattern for core file
22002 failing signal and frame output format less sun specific.
22003
22004Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
22005
22006 * gdb.t31/chillvars.exp: Add and remove initial dummy
22007 breakpoint, so that symbol table is forced in.
22008 (Needed at least on Sunos4, though it seems not SVR4.)
22009 * gdb.t31/chillvars.exp: Update for changed output format.
22010
22011Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
22012
a9c64011 22013 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
22014
22015Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
22016
22017 * Makefile.in: Added --srcdir when invoking runtest, removed the
22018 need for a local config file. (optional now)
22019
22020Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
22021
22022 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
22023 failure count used to force early termination. Add some more
22024 expected failures for gnu style demangling.
22025
22026Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22027
22028 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
22029 pmi variable from gdb.t20/gdbme to get optimized away.
22030 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
22031 Check for written corefile upon timeout _and_ eof.
22032
22033Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22034
22035 * config/unix-gdb.exp: Add missing return 0.
22036
22037Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22038
22039 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
22040 test termination.
22041
22042Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
22043
22044 * configure.in (subdirs): Put back gdb.t17 which mysteriously
22045 disappeared.
22046
22047Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
22048
22049 * gdb.t10/crossload.exp: Disable the i860-elf test until such
22050 time as i860 support works.
22051
d63a86f8 22052 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
22053 "backtrace 100\r" rather than just "backtrace\r", to match last
22054 change.
22055
22056Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
22057
22058 * config/udi-gdb.exp (gdb_exit): Remove close command.
22059 (gdb_target_udi): New procedure to set the UDI target.
22060 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
22061 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
22062 Added waits for prompts after several question responses. Added
22063 some more responses used by a29k-amd-udi-gdb.
22064 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
22065 pass different arguments, restart UDI connection after program
22066 completion.
22067 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
22068 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
22069 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
22070 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
22071 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
22072 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
22073 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
22074 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
22075 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
22076 after program completion.
22077 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
22078 compiled with a SELECT_VECS setting.
22079 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
22080 infinite recursion.
22081
22082 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
22083 Added checks for COFF results, and made them expected failures for
22084 all targets. It would be better to make them expected failures
22085 for COFF targets only.
22086
22087Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
22088
22089 * Makefile.in: add null dvi target, don't bother to recurse
22090 through test directories for info and install-info; rename
22091 $(datadir) to be dejagnu instead of deja-gnu
22092
22093Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
22094
22095 * gdb.t31/gdbme.ch: Re-enable code that previously caused
22096 compiler to coredump.
22097 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
22098 code.
22099
22100Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
22101
22102 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
22103 coredump.
22104 * gdb.t31/chillvars.exp: Comment out tests that depend on that
22105 code.
22106
22107Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
22108
22109 * gdb.t03/ptype.exp: tests for return code from gdb_test.
22110 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
22111 which in a shell. Deletes xgdb when done.
22112 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
22113 Tests the return from the "set height" or "set width" commands.
22114 Added a few return codes where needed.
22115
22116Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
22117
22118 * Makefile.in (SUBDIRS): Add gdb.t17.
22119 * configure.in (subdirs): Add gdb.t17.
22120 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
22121 files to test gdb's calling of functions in the inferior with
22122 the correct arguments and gdb's ability to retrieve any
22123 result returned.
22124
22125Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
22126
22127 * config/unix-gdb.exp (gdb_exit): Remove close commands that
22128 may be called after gdb goes away. Previous versions of expect
22129 needed these to avoid file descriptor leaks, but they cause
22130 errors with the current revision of expect.
22131 * gdb.t00/gdbvars.exp: Use -re on expected output after
22132 setting sevenbit-strings.
22133 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
22134 to set sevenbit-strings consistent across tests.
22135 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
22136 set sevenbit-strings consistent across tests.
22137
22138Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
22139
22140 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
22141 expected output to match current "expect" expectations.
22142
22143Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
22144
22145 * gdb.t00/default.exp: Change expected output for default "source"
22146 command, to match new gdb behavior which requires a filename to
22147 source.
22148
22149Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
22150
22151 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
22152 expected fail for i486-*-* that misses the marker2 function.
22153 * gdb.t10/crossload.exp (bfddefault): Allow successful
22154 recognition of a format to pass even if no symbols are found.
22155 Explicitly catch failures where the format is not recognized
22156 or is ambiguous, and add the reason to the fail message.
22157 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
22158 the cause is and invalid target and add reason to failure message.
22159 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
22160 elf32-i386, elf32-sparc, and elf32-i860.
22161 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
22162 Set up expected failure for 'filename'::variable scope resolution,
22163 which is now apparently broken on all targets.
22164 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
22165 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
22166 gdb.t23/templates.exp: Change failure for missing binfile into
22167 just a warning.
22168 gdb.t21/demangle.exp: Change all cfront references to 'arm'
22169 references.
22170
22171Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
22172
22173 * gdb.t00/default.exp: Add expected output for default "source"
22174 command, to match new gdb behavior.
22175 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
22176
22177Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
22178
22179 * config/*-gdb.exp: returns an error, rather than exiting on
22180 internal errors.
22181
22182Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
22183
22184 * gdb.t03/gdbme.c: Add pointer to struct variable.
22185 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
22186 referencing struct members.
22187
22188Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
22189
22190 * configure.in (mips-idt-ecoff): New target.
22191 * config/mips-gdb.exp: New file for remote board using MIPS remote
22192 debugging protocol.
22193
22194 * Redid configuration scheme. Removed gdb.t*/configure.in.
22195 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
22196 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
22197 distclean targets. Built executables via .o files. Adjusted
22198 tests to account for source files in $(srcdir) rather than
22199 $(objdir).
22200 * lib/gdb.exp (runto): Don't expect () after the function name,
22201 because it may have arguments.
22202
22203Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
22204
22205 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
22206 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
22207 expected failures for mips-idt-* and mips-sgi-*.
22208 * gdb.t00/default.exp (attach): Kill process if requested.
22209 * gdb.t00/help.exp (help target core, help target): Accept a gdb
22210 that does not read core files.
22211 * gdb.t01/run.exp: Removed checks for exit status code.
22212 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
22213 it is linked in.
22214 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
22215 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
22216 appropriate, rather than doing it by hand.
22217 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
22218 execution.
22219 * gdb.t10/crossload.exp: Kill existing program if needed.
22220 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
22221 appropriate, rather than doing it by hand. Always increase
22222 timeout for this test, not just for VxWorks.
22223
22224Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
22225
22226 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
22227 of Chill STRUCT types and STRUCT values.
22228 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
22229 than "char".
22230 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 22231 struct2): New struct definitions and initializations to test
c906108c
SS
22232 simple Chill STRUCT types.
22233
22234Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
22235
22236 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
22237 the null byte at the end of strings.
22238 * gdb.t00/default.exp: Make show version insensitive to copyright
22239 date.
22240 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
22241 to avoid dependencies on target char signedness.
22242 * gdb.t16/printcmds.exp: Update expected results for explicitly
22243 unsigned char.
22244 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
22245 now work.
22246 * gdb.t21/demangle.exp: Add many more patterns for template
22247 demangling, most of them being expected failures.
22248 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
22249 string we are matching for, to match on the whole string.
22250 * gdb.t21/demangle.exp: Add many new test strings to demangle,
22251 and fix a whole bunch that had incorrect expected output but were
22252 passing anyway because of the bug in "proc demangle".
22253 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
22254 type.
22255 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
22256
22257Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
22258
a9c64011
AS
22259 * gdb/testsuite: made modifications to testcases, etc., to allow
22260 them to work properly given the reorganization of deja-gnu and the
22261 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
22262
22263Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
22264
22265 * gdb/testsuite: Initial creation of gdb/testsuite.
22266 Migrated dejagnu testcases and support files for testing nm to
22267 gdb/testsuite from deja-gnu. These files were moved "as is"
22268 with no modifications. This migration is part of a major overhaul
22269 of dejagnu. The modifications to these testcases, etc., which
22270 will allow them to work with the new version of dejagnu will be
22271 made in a future update.
48efe704 22272
8d8cb839 22273 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 22274\f
8d8cb839
EZ
22275;; Local Variables:
22276;; mode: change-log
22277;; left-margin: 8
22278;; fill-column: 74
22279;; version-control: never
22280;; End:
902f2ccb
MC
22281
22282 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 22283 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
22284 Copying and distribution of this file, with or without modification,
22285 are permitted provided the copyright notice and this notice are preserved.
This page took 3.767321 seconds and 4 git commands to generate.