]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Correct whitespace in previous patch.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
bdf7534a
NF
12009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2 Nathan Froyd <froydnj@codesourcery.com>
3
4 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
5 remote host.
6
f24fce77
NF
72009-11-12 Nathan Froyd <froydnj@codesourcery.com>
8
9 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
10 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
11 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14 * gdb.dwarf2/dw2-producer.exp: Likewise.
15 * gdb.dwarf2/mac-fileno.exp: Likewise.
16 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
17 py-prettyprint.py to the remote host.
18 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
19
40f0318e
KS
202009-11-11 Keith Seitz <keiths@redhat.com>
21
22 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
23 use it instead of "Foo".
24 * gdb.cp/classes.exp (do_tests): Add a test to access
25 a method through a typedef'd class name.
26
f3d9f7fb
NF
272009-11-11 Nathan Froyd <froydnj@codesourcery.com>
28
29 * gdb.base/long_long.exp: Permit leading zeros on floating-point
30 exponents.
31 * gdb.base/pointers.exp: Likewise.
32 * gdb.cp/ref-types.exp: Likewise.
33
a4216f37
KS
342009-11-11 Keith Seitz <keiths@redhat.com>
35
36 * gdb.cp/cplusfuncs.cc (class foo): Add operators
37 new[] and delete[].
38 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
39 "void".
40 (probe_demangler): Remove all single-quoting of
41 method and variable names.
42 (info_func_regexp): Remove the word "void" from any
43 occurrence of "(void)".
44 (print_addr_2): Remove all single-quoting of
45 method names.
46 (print_addr_2_kfail): Likewise.
47 (print_addr): Single-quote C function names before
48 passing to print_addr_2.
49 (test_paddr_operator_functions): Remove single-quoting
50 for method names.
51 Add tests for operator new[] and operator delete[].
52
9b14d7aa
JK
532009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
54
55 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
56
85feb311
KS
572009-11-09 Keith Seitz <keiths@redhat.com>
58
59 * gdb.cp/overload.exp: Add tests for resolving overloaded
60 methods in expression parsing/evaluation.
61
fa335448
DJ
622009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
63
64 * lib/gdb.exp (default_gdb_version): Use --version instead of
65 --command.
66
ec3c07fc
NS
672009-11-10 Nathan Sidwell <nathan@codesourcery.com>
68
69 * lib/gdb.exp (gdb_compile_test): New.
70 (skip_ada_tests, skip_java_tests): New.
71 (gdb_compile): Use gdb_compile_test for f77.
72 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
73 * lib/java.exp (compile_java_from_source): Remove runtests check,
74 use gdb_compile_test to record result.
75 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
76 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
77 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
78 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
79 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
80 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
81 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
82 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
83 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
84 adjust gdb_compile invocations.
85
b8b4e42b
JK
862009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
87
88 * Makefile.in (abs_builddir): New.
89 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
90 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
91 `$(abs_builddir)/site.exp'.
92
f8b7eaf3
DJ
932009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
94
95 * config/m68k-emc.exp, lib/emc-support.exp,
96 gdb.trace/gdb_c_test.c: Delete.
97 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
98 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
99 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
100 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
101 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
102 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
103 casing for m68k-*-elf.
104
c4187697
NS
1052009-11-03 Pedro Alves <pedro@codesourcery.com>
106
107 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
108 * gdb.arch/i386-prologue.exp: Likewise.
109 * gdb.arch/i386-unwind.exp: Likewise.
110
db16b772
DJ
1112009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
112
113 * lib/gdb.exp (gdb_expect): Fix timeout typo.
114
bcf71277
DJ
1152009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
116
117 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
118
0105cee2
DJ
1192009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
120
121 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
122
24ddea62
JK
1232009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
124
125 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
126
287ccc17
JK
1272009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
128
129 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
130 * gdb.base/sepdebug2.c: New file.
131
08bca259 1322009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
133
134 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
135 the modified warnings for catch syscall. Verify if GDB was compiled
136 with support for lib expat, and choose which tests to run depending
137 on this.
138
5d4e2b76
VP
1392009-10-30 Vladimir Prus <vladimir@codesourcery.com>
140
141 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
142 that composite commands are parsed OK. And also test
143 that breakpoint commands do work.
144
240e538a
MS
1452009-10-23 Michael Snyder <msnyder@vmware.com>
146
147 gdb.reverse/consecutive-precsave.exp: Change expect pattern
148 to allow for new disassembly style.
149
9c419145
PP
1502009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
151
152 * gdb.asm/asm-source.exp: Adjust.
153
02506ff1
MS
1542009-10-22 Michael Snyder <msnyder@vmware.com>
155
156 * gdb.reverse/break-precsave.exp: New test.
157 * gdb.reverse/consecutive-precsave.exp: Ditto.
158 * gdb.reverse/finish-precsave.exp: Ditto.
159 * gdb.reverse/i386-precsave.exp: Ditto.
160 * gdb.reverse/machinestate-precsave.exp: Ditto.
161 * gdb.reverse/sigall-precsave.exp: Ditto.
162 * gdb.reverse/solilb-precsave.exp: Ditto.
163 * gdb.reverse/step-precsave.exp: Ditto.
164 * gdb.reverse/until-precsave.exp: Ditto.
165 * gdb.reverse/watch-precsave.exp: Ditto.
166
4cf866a3
MS
1672009-10-22 Michael Snyder <msnyder@vmware.com>
168
169 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
170 for gdb_expect. Adjust one test's expect strings for the new
171 format of disassemble.
172 * gdb.reverse/finish-reverse.exp: Delete 'return'.
173 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
174 gdb_test_multiple.
175 * gdb.reverse/step-reverse.exp: Delete 'return'.
176 * gdb.reverse/until-reverse.exp: Delete blank lines.
177 * gdb.reverse/watch-reverse.exp: Delete blank lines.
178
2b28d209
PP
1792009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
180
181 * gdb.base/consecutive.exp: Adjust.
182 * gdb.base/display.exp: Likewise.
183 * gdb.base/pc-fp.exp: Likewise.
184 * gdb.base/sigbpt.exp: Likewise.
185
33b9c32b
MS
1862009-10-19 Michael Snyder <msnyder@vmware.com>
187
188 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
189 * gdb.reverse/finish-reverse.c: Ditto.
190 * gdb.reverse/sigall-reverse.c: Ditto.
191 * gdb.reverse/solib-reverse.c: Ditto.
192 * gdb.reverse/step-reverse.c: Ditto.
193 * gdb.reverse/watch-reverse.c: Ditto.
194
6c95b8df
PA
1952009-10-19 Pedro Alves <pedro@codesourcery.com>
196 Stan Shebs <stan@codesourcery.com>
197
198 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
199 * gdb.base/foll-exec.exp: Adjust to expect a process id before
200 "Executing new program".
201 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
202 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
203 left listed after having been killed.
204 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
205 * gdb.base/maint.exp: Adjust test.
206
207 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
208 * gdb.multi/Makefile.in: New.
209 * gdb.multi/base.exp: New.
210 * gdb.multi/goodbye.c: New.
211 * gdb.multi/hangout.c: New.
212 * gdb.multi/hello.c: New.
213 * gdb.multi/bkpt-multi-exec.c: New.
214 * gdb.multi/bkpt-multi-exec.exp: New.
215 * gdb.multi/crashme.c: New.
216
279017b7
TG
2172009-10-13 Tristan Gingold <gingold@adacore.com>
218
219 * gdb.base/sepdebug.exp: Check debug info are found.
220
0413d738
PA
2212009-10-08 Pedro Alves <pedro@codesourcery.com>
222
223 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
224 bits.
225
c628eecc
JK
2262009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
227
228 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
229
38af1bfe
JB
2302009-10-07 Joel Brobecker <brobecker@adacore.com>
231
232 * gdb.base/watchpoints.c: Add copyright header. Reformat one
233 of the comments.
234
2b0adecd
PM
2352009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
236
237 * gdb.base/annota1.exp: Remove obsolete match_max increase.
238 * gdb.base/annota3.exp: Idem.
239 * gdb.base/maint.exp: Idem.
240
8d417781
PM
2412009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
242
243 * lib/gdb.exp (default_gdb_init): Set current value of match_max
244 to default.
245
bb61102d
PM
2462009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
247
248 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
249 mingw and cygwin targets.
250
ace5c364
PM
2512009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
252 Pedro Alves <pedro@codesourcery.com>
253
254 * lib/gdb.exp (gdb_compile): Avoid adding
255 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
256
c2d494a0
PM
2572009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
258
e1b52ce2
PM
259 * gdb.base/shr1.c: Use %p in format string.
260 * gdb.base/unload.c: Avoid warning in fprintf.
261 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 262
209f53f5
PM
2632009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
264
265 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
266 long type.
267 (test_unlink): Correct printf string.
268 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
269 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
270
8172766a
JK
2712009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
272
273 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
274 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
275 * gdb.arch/ia64-breakpoint-shadow.S: New file.
276
0f73703c
UW
2772009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
278
279 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
280 * gdb.objc/nondebug.exp: Likewise.
281
b32306ca
UW
2822009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
283
284 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
285 target_info setting.
286
287 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
288 that detect new threads during "info threads".
289
0057022f
UW
2902009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
291
292 * gdb.threads/manythreads.c (main): Increase thread stack size
293 to 2*PTHREAD_STACK_MIN.
294 * gdb.threads/multi-create.c (main): Likewise.
295 (create_function): Likewise.
296
f29c0325
UW
2972009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
298
299 * gdb.base/dump.exp: Pass difference of pointer types instead
300 of integer types as offset to restore in intarr3.srec case.
301
fcb34849
UW
3022009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
303
304 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
305
d5142e3b
UW
3062009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
307
308 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
309
087b74b2
PM
3102009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
311
312 New test for two watchpoints, with disabling of
313 the first inserted.
314 * testsuite/gdb.base/watchpoints.c: New file.
315 * testsuite/gdb.base/watchpoints.exp: New file.
316
96c07c5b
TT
3172009-09-25 Tom Tromey <tromey@redhat.com>
318
319 * gdb.base/charset.exp: Test utf-16 strings with Python.
320
b8899f2b
TT
3212009-09-25 Tom Tromey <tromey@redhat.com>
322
323 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
324 UCS-4.
325 * gdb.base/charset.c (utf_32_string): Rename.
326 (init_utf32): Rename.
327 (main): Update.
328
329719ec
TT
3292009-09-22 Tom Tromey <tromey@redhat.com>
330
331 * gdb.python/py-function.exp: Add regression tests.
332
11ef0d76
KS
3332009-09-21 Keith Seitz <keiths@redhat.com>
334
335 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
336 with invalid operator.
337
3fe8f3b3
KS
3382009-09-21 Keith Seitz <keiths@redhat.com>
339
340 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
341 and destructor using typedef name of class.
342 * gdb.cp/classes.cc (class Base1): Add a destructor.
343 (base1): New typedef.
344 (use_methods): Instanitate an object of type base1.
345 * gdb.cp/templates.exp (test_template_typedef): New procedure.
346 (do_tests): Call test_template_typedef.
347 * gdb.cp/templates.cc (Baz::~Baz): New method.
348 (intBazOne): New typedef.
349 (main): Instantiate intBazOne.
350
7a9fe101
PM
3512009-09-21 Phil Muldoon <pmuldoon@redhat.com>
352
353 PR python/10633
354
355 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
356 Function.
357 (run_lang_tests): Add print elements test.
358
2e4d963f
PM
3592009-09-21 Phil Muldoon <pmuldoon@redhat.com>
360
361 * gdb.python/py-value.exp (test_subscript_regression): New
362 function. Test for invalid subscripts.
363 * gdb.python/py-value.c (main): Add test array, and pointer to it.
364 (ptr_ref): New function.
365
ec7e75e7
PP
3662009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
367
368 * gdb.base/default.exp: Fix "show convenience".
369
0cc7d26f
TT
3702009-09-15 Tom Tromey <tromey@redhat.com>
371
372 * lib/mi-support.exp (mi_create_varobj): Update.
373 (mi_create_floating_varobj): Likewise.
374 (mi_create_dynamic_varobj): New proc.
375 (mi_varobj_update): Update.
376 (mi_varobj_update_with_type_change): Likewise.
377 (mi_varobj_update_kv_helper): New proc.
378 (mi_varobj_update_dynamic_helper): Rewrite.
379 (mi_varobj_update_dynamic): New proc.
380 (mi_list_varobj_children): Update.
381 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
382 * gdb.python/python-prettyprint.py (pp_outer): New class.
383 (pp_nullstr): Likewise.
384 (lookup_function): Register new printers.
385 * gdb.python/python-prettyprint.c (struct substruct): New type.
386 (struct outerstruct): Likewise.
387 (substruct_test): New function.
388 (struct nullstr): New type.
389 (string_1, string_2): New globals.
390 (main): Add new tests.
391 * gdb.python/python-mi.exp: Added regression tests.
392 * gdb.mi/mi2-var-display.exp: Update.
393 * gdb.mi/mi2-var-cmd.exp: Update.
394 * gdb.mi/mi2-var-child.exp: Update.
395 * gdb.mi/mi2-var-block.exp: Update.
396 * gdb.mi/mi-var-invalidate.exp: Update.
397 * gdb.mi/mi-var-display.exp: Update.
398 * gdb.mi/mi-var-cmd.exp: Update.
399 * gdb.mi/mi-var-child.exp: Update.
400 * gdb.mi/mi-var-block.exp: Update.
401 * gdb.mi/mi-break.exp: Update.
402 * gdb.mi/gdb701.exp: Update.
403
a96d9b2e
SDJ
4042009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
405
406 * Makefile.in: Inclusion of catch-syscall object.
407 * gdb.base/catch-syscall.c: New file.
408 * gdb.base/catch-syscall.exp: New file.
409
b43b923a
MS
4102009-09-12 Michael Snyder <msnyder@vmware.com>
411
412 * gdb.reverse/step-reverse.exp: Explicitly check for targets
413 that can support reverse debuggnig.
414
cec03d70
TT
4152009-09-11 Tom Tromey <tromey@redhat.com>
416
417 * gdb.dwarf2/valop.S: New file.
418 * gdb.dwarf2/valop.exp: New file.
419
e23bb3fc
MK
4202009-09-11 Mark Kettenis <kettenis@gnu.org>
421
422 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
423
37c3696d
DE
4242009-09-10 Doug Evans <dje@google.com>
425
426 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
427 Add $gdb_prompt to second breakpoint regexp.
428
5172aecb
JB
4292009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
430
431 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
432 names, add missing ones.
433 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
434 * gdb.python/py-frame.c: Rename from python-frame.c.
435 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
436 testfile name.
437 * gdb.python/py-function.exp: Rename from python-function.exp.
438 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
439 testfile name.
440 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
441 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
442 Adjust testfile name.
443 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
444 * gdb.python/py-template.cc: Rename from python-template.cc.
445 * gdb.python/py-template.exp: Rename from python-template.exp.
446 Adjust testfile name.
447 * gdb.python/py-value.c: Rename from python-value.c.
448 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
449 testfile name.
450
b554e4bd
JK
4512009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
452
453 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
454 $bpt2address.
455 (Second breakpoint address is valid on ia64)
456 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
457
9a68ae16
JM
4582009-09-03 Joseph Myers <joseph@codesourcery.com>
459
460 * gdb.base/ending-run.exp: Restrict regular expression matching
461 line number to require closing brace following.
462
146b9145
DE
4632009-09-03 Doug Evans <dje@google.com>
464
465 * gdb.base/store.exp (check_set): Fix typo in expected value message.
466
787d21e1
TT
4672009-09-02 Tom Tromey <tromey@redhat.com>
468
469 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
470
e7802207
TT
4712009-09-02 Tom Tromey <tromey@redhat.com>
472
473 * gdb.dwarf2/callframecfa.exp: New file.
474 * gdb.dwarf2/callframecfa.S: New file.
475
817aadd2
JK
4762009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
477
478 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
479 gdb.base/solib-overlap-main.c: New.
480
4a76eae5
DJ
4812009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
482
483 PR gdb/10565
484
485 * gdb.base/bitfields.c (struct container, container): New.
486 (main): Initialize it and call break5.
487 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
488
d4b96c9a
JK
4892009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
490
491 Support constant DW_AT_data_member_location by GCC PR debug/40659.
492 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
493
4e22772d
JK
4942009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
495
496 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
497
2efab443
MS
4982009-08-26 Michael Snyder <msnyder@vmware.com>
499
500 * gdb.base/i386-reverse.c: New file.
501 * gdb.base/i386-reverse.exp: New file.
502 * gdb.base/Makefile.in: Add new files to be removed.
503
07ab73a0
JM
5042009-08-26 Joseph Myers <joseph@codesourcery.com>
505
506 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
507 environment-pwd for remote host.
508 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
509
676accff
KS
5102009-08-24 Keith Seitz <keiths@redhat.com>
511
512 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
513 Add two new C++ completer tests which limit the output to a
514 given class.
515
f9f7ad22
MS
5162009-08-24 Michael Snyder <msnyder@vmware.com>
517
518 * gdb.base/del.exp: Fix typo in comment.
519 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
520
81ecdfbb
RW
5212009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
522
523 * configure: Regenerate.
524 * gdb.hp/configure: Likewise.
525 * gdb.hp/gdb.aCC/configure: Likewise.
526 * gdb.hp/gdb.base-hp/configure: Likewise.
527 * gdb.hp/gdb.compat/configure: Likewise.
528 * gdb.hp/gdb.defects/configure: Likewise.
529 * gdb.hp/gdb.objdbg/configure: Likewise.
530 * gdb.stabs/configure: Likewise.
531
cab0c772
UW
5322009-08-19 Doug Evans <dje@google.com>
533
534 * gdb.base/gdbvars.c: New file.
535 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
536
b8fa0bfa
PA
5372009-08-14 Pedro Alves <pedro@codesourcery.com>
538
539 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
540 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
541
b84aa90a
PA
5422009-08-13 Pedro Alves <pedro@codesourcery.com>
543
544 * gdb.base/default.exp: Adjust "set language test": it's now an
545 enum command. Larger help string moved to "help set language".
546 * gdb.base/help.exp: Adjust "help set language" expected output,
547 now lists all known languages.
548
0d8f9b2c
NF
5492009-08-11 Nathan Froyd <froydnj@codesourcery.com>
550
551 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
552 all frame arguments.
553 * gdb.arch/altivec-regs.exp: Likewise.
554
bda180e0
TT
5552009-08-07 Tom Tromey <tromey@redhat.com>
556
557 * gdb.base/setshow.exp: Add tests for changes to set language, set
558 check range, and set check type.
559
48cb2d85
VP
5602009-08-03 Vladimir Prus <vladimir@codesourcery.com>
561
562 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
563 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
564 Call it.
565
1ea34204
UW
5662009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
567
568 * configure.ac: Run gdb.cell tests when appropriate.
569 * configure: Regenerate.
570 * lib/cell.exp: New file.
571 * gdb.cell: New directory.
572 * gdb.cell/configure.ac: New file.
573 * gdb.cell/configure: New file.
574 * gdb.cell/Makefile.in: New file.
575 * gdb.cell/arch.exp: New file.
576 * gdb.cell/break.c: New file.
577 * gdb.cell/break.exp: New file.
578 * gdb.cell/break-spu.c: New file.
579 * gdb.cell/bt.c: New file.
580 * gdb.cell/bt2-spu.c: New file.
581 * gdb.cell/bt-spu.c: New file.
582 * gdb.cell/bt.exp: New file.
583 * gdb.cell/coremaker.c: New file.
584 * gdb.cell/coremaker-spu.c: New file.
585 * gdb.cell/core.exp: New file.
586 * gdb.cell/gcore.exp: New file.
587 * gdb.cell/data.c: New file.
588 * gdb.cell/data.exp: New file.
589 * gdb.cell/data-spu.c: New file.
590 * gdb.cell/ea-cache.exp: New file.
591 * gdb.cell/ea-cache.c: New file.
592 * gdb.cell/ea-cache-spu.c: New file.
593 * gdb.cell/ea-standalone.c: New file.
594 * gdb.cell/ea-standalone.exp: New file.
595 * gdb.cell/ea-test.c: New file.
596 * gdb.cell/ea-test.exp: New file.
597 * gdb.cell/f-regs.exp: New file.
598 * gdb.cell/mem-access.c: New file.
599 * gdb.cell/mem-access.exp: New file.
600 * gdb.cell/mem-access-spu.c: New file.
601 * gdb.cell/ptype.exp: New file.
602 * gdb.cell/registers.exp: New file.
603 * gdb.cell/size.c: New file.
604 * gdb.cell/sizeof.exp: New file.
605 * gdb.cell/size-spu.c: New file.
606 * gdb.cell/solib.exp: New file.
607 * gdb.cell/solib-symbol.exp: New file.
608
85e747d2
UW
6092009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
610
611 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
612
58d6951d
DJ
6132009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
614
615 * gdb.base/float.exp: Handle VFP registers.
616
6e0a4f15
MS
6172009-07-14 Michael Snyder <msnyder@vmware.com>
618
dcd5da87
MS
619 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
620 to bring gdb to the beginning of the calling line.
621
6e0a4f15
MS
622 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
623 confusing the i386 epilogue unwinder.
624
782b2b07
SS
6252009-07-14 Stan Shebs <stan@codesourcery.com>
626
627 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
628
f662c3bc
MS
6292009-07-14 Michael Snyder <msnyder@vmware.com>
630
631 * gdb.reverse/step-reverse.exp (stepi into function call):
632 Call instruction may not be first instruction in the line.
633 (reverse stepi from a function call): Used wrong line number.
634
8f313923
JK
6352009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
636
637 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
638
4662c76e
JK
6392009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
640
641 Fix gdb.base/macscp.exp when using custom inputrc.
642 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
643 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
644 env(TERM) set.
645 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
646 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
647
aa81e255
JK
6482009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
649
650 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
651 * gdb.base/annota1.exp (thread_test): Import global $testfile.
652 Change the compilation target to match the testcase name.
653 * gdb.base/sect-cmd.exp: Change the compilation target to match the
654 testcase name.
655 * a2-run.exp: Use for setup prepare_for_testing. Change the
656 compilation target to match the testcase name.
657 * gdb.base/commands.exp: Likewise.
658 * gdb.base/finish.exp: Likewise.
659 * gdb.base/float.exp: Likewise.
660 * gdb.base/info-target.exp: Likewise.
661 * gdb.base/relational.exp: Likewise.
662 * gdb.base/term.exp: Likewise.
663 * gdb.base/until.exp: Likewise.
664 * gdb.base/volatile.exp: Likewise.
665 * gdb.base/whatis-exp.exp: Likewise.
666
4c93b1d7
HZ
6672009-07-11 Hui Zhu <teawater@gmail.com>
668
669 * gdb.base/help.exp (disassemble): Update expected help text.
670
812f7342
TT
6712009-07-09 Tom Tromey <tromey@redhat.com>
672
673 * lib/gdb.exp: Handle TRANSCRIPT.
674 (remote_spawn, remote_close, send_gdb): New procs.
675
fbb8f299
PM
6762009-07-10 Phil Muldoon <pmuldoon@redhat.com>
677
678 * gdb.python/python-prettyprint.c: Add counted null string
679 structure.
680 * gdb.python/python-prettyprint.exp: Print null string. Test for
681 embedded nulls.
682 * gdb.python/python-prettyprint.py (pp_ns): New Function.
683 * gdb.python/python-value.exp (test_value_in_inferior): Add
684 variable length string fetch tests.
685 * gdb.python/python-value.c (main): Add strings for string fetch tests.
686
c0ac0ec7
JK
6872009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
688
689 * gdb.base/dump.exp (inaccessible memory is reported): New test.
690
30b66ecc
TT
6912009-07-07 Tom Tromey <tromey@redhat.com>
692
693 * gdb.base/call-rt-st.exp: Update for change to escape output.
694 * gdb.base/callfuncs.exp: Likewise.
695 * gdb.base/charset.exp: Likewise.
696 * gdb.base/constvars.exp: Likewise.
697 * gdb.base/long_long.exp: Likewise.
698 * gdb.base/pointers.exp: Likewise.
699 * gdb.base/printcmds.exp: Likewise.
700 * gdb.base/setvar.exp: Likewise.
701 * gdb.base/store.exp: Likewise.
702 * gdb.cp/ref-types.exp: Likewise.
703 * gdb.mi/mi-var-child.exp: Likewise.
704 * gdb.mi/mi-var-display.exp: Likewise.
705 * gdb.mi/mi2-var-display.exp: Likewise.
706 * gdb.base/charset.exp: Test octal escape sequence length.
707 Update for change to escape output.
708
187c4a2b
JK
7092009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
710
711 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
712
d80a43f9
DJ
7132009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
714
715 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
716
047427a8
JK
7172009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
718
719 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
720 gdbserver increasing $portnum if "Can't bind address" has been seen.
721
8b5a0f4f
PA
7222009-07-05 Pedro Alves <pedro@codesourcery.com>
723
724 * gdb.base/ending-run.exp: Add "step out of main" pattern for
725 mingw32ce.
726
7d93ba58
PA
7272009-07-05 Pedro Alves <pedro@codesourcery.com>
728
729 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
730 VFP format.
731
2277426b
PA
7322009-07-02 Pedro Alves <pedro@codesourcery.com>
733
734 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
735 linux. Adjust to use "inferior", "info inferiors", "detach
736 inferior" and "kill inferior" instead of "restart", "info fork",
737 "detach fork" and "delete fork".
738 * gdb.base/ending-run.exp: Spell out "info".
739 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
740 the "kill" command.
741
5af949e3
UW
7422009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
743
744 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
745 change to prefix TLS offset in hex with 0x.
746
5d3729b5
UW
7472009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
748
749 * gdb.base/default.exp: Update test case for "x" changes.
750
af589bd0
TG
7512009-07-01 Tristan Gingold <gingold@adacore.com>
752
753 * gdb.base/bigcore.exp: Make darwin untested.
754
40974f91
JK
7552009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
756
757 * gdb.base/completion.exp (directory completion): Create the directory.
758 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
759 escapeuniquesub.
760 (directory completion 2): Expect now ${escapeuniquesub}.
761 (Glob remaining of directory test): Remove one excessive newline.
762 Expect the real output.
763
59dd3af6
JK
7642009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
765
766 Fix `make check//%' target after `make check' has been ran.
767 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
768 a mkdir call.
769 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
770 (%/.dir): Remove.
771
f4e164aa
JK
7722009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
773
774 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
775 the expected result record.
776
69af2122
JK
7772009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
778
779 Remove racy FAILs relying just on the timeouts.
780 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
781 (annotation_level 2): Remove racy FAILs.
782
2fd481e1
PP
7832009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
784
785 gdb/10275
786 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
787
c38f313d
DJ
7882009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
789
790 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
791
8b777f02
VP
7922009-06-30 Vladimir Prus <vladimir@codesourcery.com>
793
794 * gdb.mi/mi-stack.exp: Testing symbolic options
795 to -stack-list-locals and -stack-list-arguments.
796
00c7eacf
JK
7972009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
798
799 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
800
6bc80edc
TT
8012009-06-29 Tom Tromey <tromey@redhat.com>
802
803 * dg-extract-results.sh: New file.
804 * Makefile.in (FORCE_PARALLEL): New variable.
805 (CHECK_TARGET): New conditional variable.
806 (check): Use CHECK_TARGET.
807 (DO_RUNTEST): New variable.
808 (check-single): New target.
809 (TEST_DIRS): New variable.
810 (TEST_TARGETS): Likewise.
811 (check-parallel): New target.
812 (check-gdb.%): New pattern.
813 (BASE1_FILES): New variable.
814 (BASE2_FILES): Likewise.
815 (check-gdb.base%): New pattern.
816 (%/.dir): New pattern.
817 * configure: Rebuild.
818 * aclocal.m4 (AM_CONDITIONAL): New defun.
819 * configure.ac: Check whether user is using GNU make.
820 (GMAKE): New conditional.
821
794684b6
SW
8222009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
823
824 * gdb.cp/namespace-nested-import.cc: New test.
825 * gdb.cp/namespace-nested-import.exp: New test.
826
edb3359d
DJ
8272009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
828
829 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
830 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
831 * gdb.opt/Makefile.in (EXECUTABLES): Update.
832 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
833 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
834 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
835 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
836 gdb.opt/inline-markers.c: New files.
837 * lib/gdb.exp (skip_inline_frame_tests): New function.
838 (skip_inline_var_tests): New function.
839
cf657a0c
AS
8402009-06-27 Andreas Schwab <schwab@linux-m68k.org>
841
842 * gdb.cp/exception.exp: Don't require $hex before inner frame in
843 backtrace.
844
28d41a99
MS
8452009-06-27 Michael Snyder <msnyder@vmware.com>
846
847 * gdb.reverse: New directory.
848 * gdb.reverse/break-reverse.c: New test.
849 * gdb.reverse/break-reverse.exp: New test.
850 * gdb.reverse/consecutive-reverse.c: New test.
851 * gdb.reverse/consecutive-reverse.exp: New test.
852 * gdb.reverse/finish-reverse.c: New test.
853 * gdb.reverse/finish-reverse.exp: New test.
854 * gdb.reverse/machinestate.c: New test.
855 * gdb.reverse/ms1.c: New test.
856 * gdb.reverse/machinestate.exp: New test.
857 * gdb.reverse/Makefile.in: New file.
858 * gdb.reverse/shr2.c: New test.
859 * gdb.reverse/solib-reverse.c: New test.
860 * gdb.reverse/solib-reverse.exp: New test.
861 * gdb.reverse/step-reverse.c: New test.
862 * gdb.reverse/step-reverse.exp: New test.
863 * gdb.reverse/until-reverse.c: New test.
864 * gdb.reverse/ur1.c: New test.
865 * gdb.reverse/until-reverse.exp: New test.
866 * gdb.reverse/watch-reverse.c: New test.
867 * gdb.reverse/watch-reverse.exp: New test.
868 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
869 * configure: Regenerate.
870
fe3c8b0d
DE
8712009-06-26 Doug Evans <dje@google.com>
872
873 * gdb.base/psymtab.exp: Turn off pending breakpoints.
874
3a72a602
PM
8752009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
876
877 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
878 windows problem for 'file delete $binfile'.
879
27aa8d6a
SW
8802009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
881
882 * gdb.cp/namespace-using.exp: New test.
883 * gdb.cp/namespace-using.cc: New test.
884
8ac055f8
JB
8852009-05-20 Joel Brobecker <brobecker@adacore.com>
886
887 * gdb.ada/variant_record_packed_array: New testcase.
888
85e306ed
TT
8892009-06-23 Tom Tromey <tromey@redhat.com>
890
891 * gdb.base/charset.exp (test_combination): Regression test.
892 * gdb.base/charset.c (my_wchar_t): New typedef.
893 (myvar): New global.
894 (main): Set myvar.
895
56643c5e
PM
8962009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
897
898 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
899 target.
900
1fac167a
UW
9012009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
902
903 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
904
7ccb0be9
UW
9052009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
906
907 * gdb.mi/gdb680.exp: Update test for error message.
908
568d6575
UW
9092009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
910
911 * gdb.base/annota1.exp: Allow multiple occurrences of the
912 frames-invalid annotation.
913 * gdb.cp/annota2.exp: Likewise.
914
7cd1089b
PM
9152009-06-15 Phil Muldoon <pmuldoon@redhat.com>
916
917 * gdb.cp/gdb2495.cc: New file.
918 * gdb.cp/gdb2495.exp: New file.
919
72c63395
JK
9202009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
921
922 Report error on GDB crash during runto.
923 * lib/gdb.exp (runto <eof>): New.
924
3788363d
DJ
9252009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
926
927 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
928 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
929 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
930 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
931 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
932 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
933 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
934 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
935 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
936 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
937 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
938 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
939 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
940 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
941 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
942 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
943 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
944 gdb.server/server-mon.exp, gdb.server/server-run.exp,
945 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
946 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
947 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
948 gdb.trace/passcount.exp, gdb.trace/report.exp,
949 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
950 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
951 gdb.trace/while-stepping.exp: Use a unique name for the compiled
952 executable.
953
17592de3
PA
9542009-06-07 Pedro Alves <pedro@codesourcery.com>
955
956 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
957 defined before referencing it.
958
701e355d
DE
9592009-06-03 Doug Evans <dje@google.com>
960
961 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
962 * gdb.arch/i386-see.c: Ditto.
963
f2292c65
PM
9642009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
965
966 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
967 (check_macro): Return 1 if undefined.
968 If first test fails, check if macro debug information is available,
969 and report unsupported test if no macro information is found.
970
5a437975
DE
9712009-05-29 Doug Evans <dje@google.com>
972
973 * gdb.threads/hand-call-in-threads.exp: New.
974 * gdb.threads/hand-call-in-threads.c: New.
975
c141c696
MS
9762009-05-29 Michael Snyder <msnyder@vmware.com>
977
978 * gdb.base/break-always.exp: Change "1" to "on".
979 Add confirmation check.
980
b3444185
PA
9812009-05-28 Pedro Alves <pedro@codesourcery.com>
982
983 * gdb.threads/threxit-hop-specific.c: New.
984 * gdb.threads/threxit-hop-specific.exp: New.
985 * gdb.threads/thread-execl.c: New.
986 * gdb.threads/thread-execl.exp: New.
987
b6313243
TT
9882009-05-27 Tom Tromey <tromey@redhat.com>
989 Thiago Jung Bauermann <bauerman@br.ibm.com>
990
991 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
992 (mi_child_regexp): Likewise.
993 (mi_list_varobj_children_range): Likewise.
994 (mi_get_features): Likewise.
995 (mi_list_varobj_children): Rewrite.
996 * gdb.python/python-mi.exp: New file.
997
a6bac58e
TT
9982009-05-27 Tom Tromey <tromey@redhat.com>
999 Thiago Jung Bauermann <bauerman@br.ibm.com>
1000 Phil Muldoon <pmuldoon@redhat.com>
1001 Paul Pluzhnikov <ppluzhnikov@google.com>
1002
1003 * gdb.python/python-prettyprint.exp: New file.
1004 * gdb.python/python-prettyprint.c: New file.
1005 * gdb.python/python-prettyprint.py: New file.
1006 * gdb.base/display.exp: print/r is now valid.
1007
2c74e833
TT
10082009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1009 Tom Tromey <tromey@redhat.com>
1010 Pedro Alves <pedro@codesourcery.com>
1011 Paul Pluzhnikov <ppluzhnikov@google.com>
1012
1013 * gdb.python/python-template.exp: New file.
1014 * gdb.python/python-template.cc: New file.
1015 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1016 tests.
1017 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1018 Call it.
1019 (test_value_after_death): New proc.
1020 * gdb.python/python-value.c (PTR): New typedef.
1021 (main): New variable 'x'.
1022
89c73ade
TT
10232009-05-27 Tom Tromey <tromey@redhat.com>
1024
1025 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1026 tests.
1027 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1028 Call it.
1029
a75724bc
PA
10302009-05-27 Pedro Alves <pedro@codesourcery.com>
1031
1032 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
1033
e58b0e63
PA
10342009-05-24 Pedro Alves <pedro@codesourcery.com>
1035
1036 * gdb.threads/fork-thread-pending.c: New.
1037 * gdb.threads/fork-thread-pending.exp: New.
1038
4ac36638
JK
10392009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1040
1041 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
1042 * gdb.dwarf2/dw2-strp.S (a_string2): New.
1043
c28c63d8
JB
10442009-05-18 Jon Beniston <jon@beniston.com>
1045
1046 * gdb.asm/asm-source.exp: Add lm32 target.
1047
b242c3c2
PA
10482009-05-17 Pedro Alves <pedro@codesourcery.com>
1049
1050 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
1051 `gdb_get_line_number'. Call `callee' in both parent and child.
1052 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
1053 `gdb_get_line_number' instead of hardcoding line numbers.
1054 (catch_fork_unpatch_child): New procedure to test detaching
1055 breakpoints from child fork.
1056 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
1057 hardcoding line numbers.
1058 (do_fork_tests): Run `catch_fork_unpatch_child'.
1059
ee342b23
VP
10602009-05-17 Vladimir Prus <vladimir@codesourcery.com>
1061
1062 * gdb.mi/mi-cmd-var.exp: Check that when varobj
1063 of structure type enters or leaves the scope, it
1064 is reported by -var-update.
1065
e2009e98
DE
10662009-05-11 Doug Evans <dje@sebabeach.org>
1067
1068 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
1069 * gdb.threads/pending-step.c (main): Fix off-by-one error.
1070 * gdb.threads/schedlock.c (main): Fix off-by-one error.
1071
00903456
JK
10722009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1073
1074 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
1075
dc621c35
DE
10762009-04-30 Doug Evans <dje@google.com>
1077
1078 * gdb.threads/watchthreads2.exp: New testcase.
1079 * gdb.threads/watchthreads2.c: New testcase.
1080
9ab4e744
DE
10812009-04-29 Doug Evans <dje@google.com>
1082
1083 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
1084 * gdb.cp/mb-ctor.cc: Ditto.
1085 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
1086 * gdb.cp/mb-inline.h (multi_line_foo): New function.
1087 * gdb.cp/mb-inline1.cc: Call it.
1088 * gdb.cp/mb-inline2.cc: Ditto.
1089 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
1090 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
1091
484086b7
JK
10922009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1093
1094 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
1095 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
1096 Replace all uses of `decimal' by `nonzero'.
1097 (info macro FROM_COMMANDLINE): New test.
1098
379a77b5
TT
10992009-04-27 Tom Tromey <tromey@redhat.com>
1100
1101 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
1102
b92b73c2
DE
11032009-04-27 Doug Evans <dje@google.com>
1104
1105 * gdb.threads/watchthreads.c (main): Initialize args before starting
1106 the threads. Plus formatting cleanup.
1107 * gdb.threads/watchthreads.exp: Avoid errant failures due to
1108 biased scheduling of one thread.
1109
945a118d
JG
11102009-04-27 Jerome Guitton <guitton@adacore.com>
1111
1112 * gdb.cp/templates.cc (GetMax): New template.
1113 (main): Declare two instances of GetMax.
1114 * gdb.cp/templates.exp: Add new test.
1115
d389af10
JK
11162009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1117
1118 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
1119
e7f86de9
JM
11202009-04-22 Joseph Myers <joseph@codesourcery.com>
1121
1122 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
1123
334cc82d
TT
11242009-04-15 Tom Tromey <tromey@redhat.com>
1125
1126 * gdb.base/charset.exp: Add regression test.
1127
d12672cc
JB
11282009-04-14 Joel Brobecker <brobecker@adacore.com>
1129
1130 * gdb.base/exe-lock.exp: New testcase.
1131
18e8c3bc
TT
11322009-04-13 Tom Tromey <tromey@redhat.com>
1133
1134 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
1135 operator on Frame.
1136
5ecd5cbe
UW
11372009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1138
1139 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
1140 * gdb.server/ext-attach.exp: Likewise.
1141
7309f756
VP
11422009-04-03 Vladimir Prus <vladimir@codesourcery.com>
1143
1144 Eliminate some sleep usage.
1145
1146 * gdb.mi/basics.c (do_nothing): New.
1147 (main): Use do_nothing instead of printf, so that
1148 not to introduce race condition between output of
1149 inferiour and output of gdb. Do not use sleep as it
1150 is not generally available on embedded targets.
1151
f4b95f6f
PA
11522009-04-02 Pedro Alves <pedro@codesourcery.com>
1153
1154 * gdb.server/ext-attach.exp: Expect an optional process id after
1155 "Detached from remote process".
1156
de40b933
JK
11572009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1158
1159 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
1160 gdb.dwarf2/dw2-unresolved.exp: New.
1161
2ae101a4
PA
11622009-04-02 Pedro Alves <pedro@codesourcery.com>
1163
1164 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
1165 mi_run_to_main.
1166
56a8e183
PA
11672009-04-02 Pedro Alves <pedro@codesourcery.com>
1168
1169 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
1170 mi_run_to_main. Skip thread exit test on remote targets.
1171 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
1172 mi_run_to_main.
1173 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
1174 mi_run_to_main.
1175 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
1176 when expecting ^connected. Detect when the target doesn't support
1177 non-stop mode.
1178 (mi_run_cmd): Detect if non-stop mode was requested by isn't
1179 supported. Return -1 on error, 0 on success.
1180 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
1181 (mi_runto): Return mi_runto_helper's result explicitly.
1182
c35fafde
PA
11832009-04-01 Pedro Alves <pedro@codesourcery.com>
1184
1185 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
1186
f8a8dce6
JB
11872009-04-01 Tom Tromey <tromey@redhat.com>
1188
1189 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
1190 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
1191 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
1192 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
1193
71c25dea
TT
11942009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
1195 Jan Kratochvil <jan.kratochvil@redhat.com>
1196
1197 PR gdb/931
1198 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
1199 output.
1200 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
1201 for gdb/931.
1202 * dw2-strp.S (DW_AT_language): Change to C++.
1203 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
1204
02d9a9ce
JB
12052009-03-31 Joel Brobecker <brobecker@adacore.com>
1206
1207 * gdb.ada/tasks: New testcase.
1208
1042e4c0
SS
12092009-03-30 Stan Shebs <stan@codesourcery.com>
1210
1211 * gdb.trace/actions.exp: Update to match new info trace format.
1212 * gdb.trace/deltrace.exp: Ditto.
1213 * gdb.trace/infotrace.exp: Ditto.
1214 * gdb.trace/passcount.exp: Ditto.
1215 * gdb.trace/save-trace.exp: Ditto.
1216 * gdb.trace/while-stepping.exp: Ditto.
1217 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
1218
f8f6f20b
TJB
12192009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1220
1221 * gdb.python/python-frame.c: New file.
1222 * gdb.python/python-frame.exp: New file.
1223
c0c6f777
TJB
12242009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1225
1226 * gdb.python/python-value.exp: Add tests for the address
1227 attribute.
1228
3cb51905
AS
12292009-03-29 Andreas Schwab <schwab@linux-m68k.org>
1230
1231 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
1232
88fc996f
DE
12332009-03-26 Doug Evans <dje@google.com>
1234
1235 * gdb.mi/mi-nonstop-exit.exp: New file.
1236 * gdb.mi/non-stop-exit.c: New file.
1237
56ef84b1
TT
12382009-03-26 Tom Tromey <tromey@redhat.com>
1239
1240 Update for change to prologue skipping:
1241 * gdb.mi/mi2-simplerun.exp: Update.
1242 * gdb.mi/mi2-break.exp: Update.
1243 * gdb.mi/mi-simplerun.exp: Update.
1244 * gdb.mi/mi-break.exp: Update.
1245 * gdb.base/ending-run.exp: Update.
1246
def2b000
TJB
12472009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1248
1249 * gdb.python/python-value.exp (test_value_in_inferior): Test
1250 gdb.Value.is_optimized_out attribute.
1251
442ddf59
JK
12522009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1253
1254 * gdb.dwarf2/dw2-noloc-main.c: New file.
1255 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
1256 (.text): Remove.
1257 (.data): New.
1258 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
1259 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
1260 (DW_TAG_subprogram func_cu1, noloc): Remove.
1261 (main): New.
1262 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
1263 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
1264 (file_symbols): New procedure.
1265
a8df5de4
TT
12662009-03-25 Tom Tromey <tromey@redhat.com>
1267
1268 * gdb.base/charset.exp (valid_target_charset): New proc.
1269 Use it to skip tests on invalid charsets.
1270
cc1d7add
PM
12712009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
1272
1273 * gdb.base/completion.exp: Add a test for directory completion.
1274
bcd5727b
JK
12752009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1276
1277 Fix a racy FAIL.
1278 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
1279 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
1280
cc924cad
TJB
12812009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1282
1283 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
1284 * gdb.python/python-function.exp: Add test for function returning
1285 a GDB value.
1286
bc3b79fd
TJB
12872009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
1288
1289 * gdb.python/python-function.exp: New file.
1290
6c7a06a3
TT
12912009-03-20 Tom Tromey <tromey@redhat.com>
1292
1293 * gdb.base/store.exp: Update for change to escape output.
1294 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
1295 to escape output.
1296 * gdb.base/pointers.exp: Update for change to escape output.
1297 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
1298 to escape output.
1299 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
1300 escape output.
1301 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
1302 to escape output.
1303 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
1304 escape output.
1305 * gdb.base/setvar.exp: Update for change to escape output.
1306 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
1307 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
1308 to escape output.
1309 (test_print_string_constants): Likewise.
1310 * gdb.base/charset.exp (valid_host_charset): Check size of
1311 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
1312 cases. Handle "auto"-related output.
1313 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
1314 (uvar, Uvar): New globals.
1315
c31af87b
JG
13162009-03-19 Jerome Guitton <guitton@adacore.com>
1317
1318 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
1319 deltas.
1320 * gdb.ada/fixed_points.exp: Ditto.
1321
51272cf2
PA
13222009-03-18 Pedro Alves <pedro@codesourcery.com>
1323
1324 * return-nodebug.c: Don't include stdio.h.
1325 (init): Delete.
1326 (func): Delete definition and provide extern declaration.
1327 (t): New.
1328 (main): Don't call printf. Call func and store its result in t.
1329 * return-nodebug1.c: New.
1330 * return-nodebug.exp: Don't expect stdio output. Instead, print
1331 the global variable t. Drop printf formatters and cast types from
1332 foreach loop. Don't use prepare_for_testing. Compile
1333 return-nodebug.c and return-nodebug1.c in separate steps. Don't
1334 define FORMAT or CAST.
1335
d24948ac
PP
13362009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1337
1338 * gdb.base/solib-display.exp: Disable test for remote targers.
1339
61ff14c6
JK
13402009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1341
1342 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
1343
cb4dce93
JK
13442009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1345
1346 Fix a racy FAIL.
1347 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
1348 code from `follow parent, print pids'.
1349 (`follow child, print pids', `follow parent, print pids'): Call it.
1350 Replace `gdb_test "break..."' by gdb_breakpoint.
1351
f7c60c5e
VP
13522009-03-13 Vladimir Prus <vladimir@codesourcery.com>
1353
1354 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 1355 sync and async modes.
f7c60c5e 1356
383ace49
JB
13572009-03-12 Joel Brobecker <brobecker@adacore.com>
1358
1359 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
1360 that was checked in by mistake. Remove loading of ada.exp, since
1361 this is not necessary in this case.
1362
4ce102af
JB
13632009-03-12 Joel Brobecker <brobecker@adacore.com>
1364
1365 * gdb.ada/ptype_arith_binop.exp: New testcase.
1366
529a2aef
JB
13672009-03-12 Joel Brobecker <brobecker@adacore.com>
1368
1369 * gdb.ada/mod_from_name: New testcase.
1370
8a38181c
JB
13712009-03-12 Joel Brobecker <brobecker@adacore.com>
1372
1373 * gdb.ada/tick_last_segv: New testcase.
1374
11436dee
VP
13752009-03-12 Vladimir Prus <vladimir@codesourcery.com>
1376
61ff14c6 1377 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 1378
1f31650a
VP
13792009-03-12 Vladimir Prus <vladimir@codesourcery.com>
1380
61ff14c6
JK
1381 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
1382 include the token in ^running and frame info in *stopped.
1f31650a 1383
a3247a22
PP
13842009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
1385
1386 * solib-display.exp: New file.
1387 * solib-display-main.c: New file.
1388 * solib-display-lib.c: New file.
61ff14c6 1389
aae64587
PA
13902009-03-05 Pedro Alves <pedro@codesourcery.com>
1391
1392 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
1393
44aabfbc
JK
13942009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1395
1396 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
1397 (list_and_check_macro): Use more specific test name.
1398 (next to definition): Make the test names unique.
1399
c087fcd3
PM
14002009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1401
1402 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 1403
c86cf029
VP
14042009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1405
1406 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
1407 notifications.
1408 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
1409 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
1410 * lib/mi-support.exp (library_loaded_re): New.
1411 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
1412
3ea85240
VP
14132009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1414
1415 * gdb.gdb/observer.exp: Use test_notification observer, not
1416 normal_stop, everywhere.
1417 (test_normal_stop_notifications): Rename to...
1418 (test_notifications): ...this.
1419 (test_observer_normal_stop): Rename to...
1420 (test_observer): ...this.
1421
1903f0e6
DE
14222009-02-16 Doug Evans <dje@google.com>
1423
1424 * gdb.arch/amd64-disp-step.S (test_int3): New test.
1425 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
1426 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
1427 (test_prefixed_syscall,test_int3): New tests.
1428 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
1429 (test_prefixed_syscall,test_int3): New tests.
1430
1d33d6ba
VP
14312009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1432
3cb51905
AS
1433 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
1434 (mi_expect_interrupt): Likewise.
1435 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
1436 response.
1d33d6ba 1437
faafb047
PM
14382009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
1439
1440 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
1441 * gdb.base/pc-fp.exp (get_valueofx): Remove.
1442 Replace calls to get_valueofx by get_hexadecimal_valueof.
1443
417e16e2
PM
14442009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
1445
1446 * lib/gdb.exp (get_valueof): Accept anything as a return value.
1447 (get_integer_valueof): New procedure.
1448 (get_sizeof): Use new get_integer_value_of.
1449 * gdb.base/sizeof.exp: Replace all uses of get_valueof
1450 by get_integer_valueof.
1451
7065b901
TT
14522009-02-13 Tom Tromey <tromey@redhat.com>
1453
1454 * gdb.base/remote.exp (get_sizeof): Remove.
1455 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
1456 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
1457 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
1458 * lib/gdb.exp (get_valueof): Move from long_long.exp.
1459 (get_sizeof): Likewise.
1460
5d7cb8df
JK
14612009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1462
1463 PR fortran/9806
1464 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
1465
b2febfff
PP
14662009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1467
1468 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
1469
4aa995e1
PA
14702009-02-06 Pedro Alves <pedro@codesourcery.com>
1471
1472 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
1473
d8906c6f
TJB
14742009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
1475
1476 * gdb.python/python-cmd.exp: New file.
1477
ff4ab08d
TG
14782009-02-06 Tristan Gingold <gingold@adacore.com>
1479
1480 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
1481
aacd552b
TG
14822009-02-05 Tristan Gingold <gingold@adacore.com>
1483
1484 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
1485 pointer is dereferenced and use this signal name in regexp.
1486 * gdb.base/signull.exp: Ditto.
1487 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
1488 * gdb.base/signull.c (main): Ditto.
1489
08c637de
TJB
14902009-02-04 Tom Tromey <tromey@redhat.com>
1491 Thiago Jung Bauermann <bauerman@br.ibm.com>
1492
1493 * gdb.python/python-value.exp: Use `gdb.history' instead of
1494 `gdb.value_from_history'.
1495 (test_value_numeric_ops): Add test for conversion of enum constant.
1496 * gdb.python/python-value.c (enum e): New type.
1497 (evalue): New global.
1498 (main): Use argv.
1499
20261af8
JG
15002009-02-04 Jerome Guitton <guitton@adacore.com>
1501
1502 * gdb.ada/uninitialized_vars: New test program.
1503 * gdb.ada/uninitialized_vars.exp: New testcase.
1504
52e44b43
TT
15052009-02-02 Tom Tromey <tromey@redhat.com>
1506
1507 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
1508 * gdb.cp/pr2489.cc: Rename...
1509 * gdb.cp/pr9594.cc: ... to this.
1510
1c71341a
TT
15112009-02-02 Tom Tromey <tromey@redhat.com>
1512
1513 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
1514 * gdb.cp/pr2489.cc: New file.
1515 * gdb.cp/cpcompletion.exp: New file.
1516
a4295225
TT
15172009-02-02 Tom Tromey <tromey@redhat.com>
1518
1519 PR exp/9059:
1520 * gdb.cp/call-c.exp: Add regression test.
1521 * gdb.cp/call-c.cc (FooHandle): New typedef.
1522 (main): New variable 'handle'.
1523
592375cd
VP
15242009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1525
1526 * lib/mi-support.exp (et_mi_thread_list)
1527 (check_mi_and_console_threads): Adjust for current thread in
1528 -thread-list-ids output.
1529
41447f92
VP
15302009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1531
1532 * gdb.mi/mi-break.exp (test_disabled_creation): New.
1533 Call it.
1534
35669430
DE
15352009-01-28 Doug Evans <dje@google.com>
1536
1537 * gdb.arch/amd64-disp-step.S: New file.
1538 * gdb.arch/amd64-disp-step.exp: New file.
1539 * gdb.arch/i386-disp-step.S: New file.
1540 * gdb.arch/i386-disp-step.exp: New file.
1541
09f00d9a
PM
15422009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
1543
1544 * gdb.base/find.exp: Set newline variable
1545 using quotes instead of braces to fix cygwin failures.
1546
1e8fb976
PA
15472009-01-23 Pedro Alves <pedro@codesourcery.com>
1548
1549 * gdb.base/radix.exp: Add tests to ensure that that set
1550 input-radix 0 and set output-radix 0 are really rejected.
1551
da061712
PA
15522009-01-23 Pedro Alves <pedro@codesourcery.com>
1553
1554 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
1555 copyright years.
1556
dd7e2d2b
PA
15572009-01-23 Pedro Alves <pedro@codesourcery.com>
1558
1559 PR gdb/9664:
1560 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
1561
392452f6
PA
15622009-01-22 Pedro Alves <pedro@codesourcery.com>
1563
1564 PR c++/9631:
1565 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
1566
8653e71c
PM
15672009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
1568
1569 * gdb.server/file-transfer.exp: Use EXEEXT variable for
1570 binfile definition to fix Windows OS failure.
1571
a12cc160
DJ
15722009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1573
1574 PR gdb/9346
1575 * gdb.base/interrupt.c (sigint_handler): New.
1576 (main): Install a SIGINT handler if SIGNALS is defined. Exit
1577 on error.
1578 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
1579 Test "signal SIGINT".
1580
b89667eb
DE
15812009-01-19 Doug Evans <dje@google.com>
1582
1583 * gdb.base/break.exp: Update expected gdb output.
1584 * gdb.base/sepdebug.exp: Ditto.
1585 * gdb.mi/mi-syn-frame.exp: Ditto.
1586 * gdb.mi/mi2-syn-frame.exp: Ditto.
1587 * gdb.base/call-signal-resume.exp: New file.
1588 * gdb.base/call-signals.c: New file.
1589 * gdb.base/unwindonsignal.exp: New file.
1590 * gdb.base/unwindonsignal.c: New file.
1591 * gdb.threads/interrupted-hand-call.exp: New file.
1592 * gdb.threads/interrupted-hand-call.c: New file.
1593 * gdb.threads/thread-unwindonsignal.exp: New file.
1594
adb483fe
DJ
15952009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
1596
1597 * gdb.base/define.exp: Test defining and hooking prefix commands.
1598 * gdb.python/python.exp: Update test for "show user" output.
1599
60023297
JK
16002009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1601
1602 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
1603 now the output exactly, using less wildcards. Expect also the output
1604 of gfortran-4.3. Update for the f-valprint.c modification from
1605 2008-04-22.
1606 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
1607 Remove gdb_test test names where matching the command.
1608
ccc57cf9
PA
16092009-01-01 Pedro Alves <pedro@codesourcery.com>
1610
1611 PR breakpoints/9681:
1612 * gdb.base/watchpoint.exp: Add regression test.
1613
c7a6ca08
PA
16142008-12-31 Pedro Alves <pedro@codesourcery.com>
1615
1616 * gdb.threads/attach-into-signal.exp: Don't use
1617 gdb_suppress_entire_file.
1618 * gdb.threads/attach-stopped.exp: Ditto.
1619 * gdb.threads/attachstop-mt.exp: Ditto.
1620
3a031f65
PA
16212008-12-31 Pedro Alves <pedro@codesourcery.com>
1622
1623 PR gdb/8812:
1624 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
1625
09e6485f
PA
16262008-12-29 Pedro Alves <pedro@codesourcery.com>
1627
1628 PR gdb/7536:
1629 * gdb.base/radix.exp: Add tests to ensure invalid input radices
1630 and unsupported output radices are really rejected.
1631
0cd53049
JK
16322008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1633
1634 * gdb.cp/punctuator.exp: Backslash the '$' signs.
1635
ba163c7e
TT
16362008-12-22 Tom Tromey <tromey@redhat.com>
1637
1638 * gdb.cp/punctuator.exp: New file.
1639
6f4de6c9
JK
16402008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1641
1642 * gdb.base/completion.exp (Completing non-existing component): New test.
1643
0f34d0b4
JK
16442008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1645
1646 Fix for PR gdb/8648.
1647 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
1648 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
1649 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
1650 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
1651
db2ad4c3
JK
16522008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1653
1654 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
1655
bb5ef15e
DP
16562008-12-16 Christophe Lyon <christophe.lyon@st.com>
1657
1658 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
1659 compiler actually generate code at the expected line number.
1660
90142adc
JZ
16612008-12-15 Jie Zhang <jie.zhang@analog.com>
1662
1663 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
1664
fad6eecd
TT
16652008-12-12 Tom Tromey <tromey@redhat.com>
1666
1667 * gdb.base/commands.exp (redefine_hook_test): New proc.
1668 Call it.
1669
17c8aaf5
TT
16702008-12-11 Tom Tromey <tromey@redhat.com>
1671
1672 * gdb.base/macscp.exp: New regression test.
1673
7c8adf68
TT
16742008-12-11 Tom Tromey <tromey@redhat.com>
1675
1676 * gdb.base/macscp.exp: Print "address.addr".
1677 * gdb.base/macscp1.c (struct outer): New struct.
1678 (address): New global.
1679
b05dcbb7
TT
16802008-12-09 Tom Tromey <tromey@redhat.com>
1681
1682 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
1683 Call it.
1684
2d476de1
DE
16852008-12-04 Doug Evans <dje@google.com>
1686
1687 * gdb.server/ext-run.exp: Relax regexp for init program.
1688
87bdc959
TG
16892008-12-03 Tristan Gingold <gingold@adacore.com>
1690
1691 * gdb.base/macscp.exp: Generate an object file during compilation
1692 to work around Darwin dsymutil limitations.
1693
e0740f77
JK
16942008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1695
1696 Test resolving external references to TLS variables.
1697 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
1698 FILE2_THREAD_LOCAL.
1699 (testfile2, srcfile2): New variables.
1700 * gdb.threads/tls.c (file2_thread_local)
1701 (function_referencing_file2_thread_local): New.
1702 * gdb.threads/tls2.c: New file.
1703
67f0aac5
JB
17042008-11-28 Joel Brobecker <brobecker@adacore.com>
1705
1706 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
1707 rather than integer, as integer might not be big enough when
1708 on 64bit targets.
67f0aac5 1709
c332165e
JG
17102008-11-27 Jerome Guitton <guitton@adacore.com>
1711
1712 * gdb.cp/formatted-ref.exp: Add equality test.
1713 * gdb.ada/formatted_ref.exp: Ditto.
1714
fc9b693c
JK
17152008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1716
1717 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
1718 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
1719
a9c64011
AS
17202008-11-20 Andreas Schwab <schwab@suse.de>
1721
1722 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
1723 matching syscall entry point.
1724 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1725 (tcatch_vfork_then_child_follow): Likewise. Finish through
1726 vfork even if we stopped at the syscall trampoline.
1727
e2fd701e
DE
17282008-11-20 Doug Evans <dje@google.com>
1729
1730 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
1731
69abc51c
TJB
17322008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1733
1734 * gdb.arch/ppc-dfp.exp: New file.
1735 * gdb.arch/ppc-dfp.c: New file.
1736
c14c28ba
PP
17372008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1738
1739 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 1740
2e74121d
DE
17412008-11-17 Doug Evans <dje@google.com>
1742
1743 * gdb.mi/mi-syn-frame.exp: Update expected output.
1744 * gdb.mi/mi2-syn-frame.exp: Update expected output.
1745
66bb093b
VP
17462008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1747
1748 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
1749 "thread N" results in =thread-selected.
1750 * lib/mi-support (mi_run_cmd, mi_expect_stop)
1751 (mi_send_resuming_command_raw): Be prepared for
1752 =thread-selected.
1753
3d043ef6
VP
17542008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1755
a9c64011
AS
1756 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
1757 * lib/mi-support.exp: Likewise.
3d043ef6 1758
808104c8
JB
17592008-11-16 Joel Brobecker <brobecker@adacore.com>
1760
1761 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
1762 commands from the expected output for "help catch".
1763
00b22944
JB
17642008-11-15 Joel Brobecker <brobecker@adacore.com>
1765
1766 * gdb.ada/int_deref.exp: New testcase.
1767
59669435
TT
17682008-11-14 Nick Roberts <nickrob@snap.net.nz>
1769
1770 * gdb.mi/gdb2549.exp: New file.
1771
de04a248
DE
17722008-11-11 Doug Evans <dje@google.com>
1773
1774 * gdb.base/callexit.exp: New file.
1775 * gdb.base/callexit.c: New file.
1776
6b8ce727
DE
17772008-11-10 Doug Evans <dje@google.com>
1778
1779 * lib/gdb.exp (GDBFLAGS): Move -nx ...
1780 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
1781 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
1782 (default_gdb_start,default_gdb_exit): Ditto.
1783 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
1784 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
1785 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
1786 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
1787 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
1788 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
1789
1b14b8aa
AS
17902008-11-03 Andreas Schwab <schwab@suse.de>
1791
1792 * gdb.base/hashline2.exp: Fix typo.
1793 * gdb.base/hashline3.exp: Likewise.
1794
f3134b88
TT
17952008-10-30 Tom Tromey <tromey@redhat.com>
1796
1797 * gdb.base/pointers.exp: Add test.
1798 * gdb.base/pointers.c (k, S): New typedefs.
1799 (instance): New global.
1800
c2226152
AS
18012008-10-30 Andreas Schwab <schwab@suse.de>
1802
1803 * gdb.base/args.exp: Add tests for newlines.
1804
462f405c
JB
18052008-10-30 Joel Brobecker <brobecker@adacore.com>
1806
1807 gdb.base/foll-exec.exp: Update the expected output of a couple
1808 of "info breakpoints" tests.
1809
79a45b7d
TT
18102008-10-28 Tom Tromey <tromey@redhat.com>
1811
1812 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
1813
adc13a14
PA
18142008-10-24 Pedro Alves <pedro@codesourcery.com>
1815
1816 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
1817 gdb_start_cmd.
1818 Use runto_main before any test that requires execution.
1819
252fbfc8
PA
18202008-10-23 Pedro Alves <pedro@codesourcery.com>
1821
1822 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
1823 instead of SIGINT.
1824
28148e3d
JB
18252008-10-22 Joel Brobecker <brobecker@adacore.com>
1826
1827 * gdb.base/completion.exp: Update expected output following
1828 the addition of the "info tasks" command.
1829
c209f847
TT
18302008-10-22 Tom Tromey <tromey@redhat.com>
1831
1832 * gdb.base/exprs.exp (test_expr): Add test for string
1833 concatenation.
1834
f177e350
PA
18352008-10-19 Pedro Alves <pedro@codesourcery.com>
1836
1837 * configure.ac: Output gdb.python/Makefile.
1838 * configure: Regenerate.
1839 * gdb.python/Makefile.in: New.
1840
cce89356
JB
18412008-10-16 Joel Brobecker <brobecker@adacore.com>
1842
1843 * gdb.base/foll-fork.exp: Adjust the expected output to match
1844 the new description for fork/vfork catchpoints in the "info
1845 breakpoints" output.
1846
176d289d
TJB
18472008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
1848
1849 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
1850
a08702d6
TJB
18512008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1852
1853 * gdb.python/python-value.c: New file.
1854 * gdb.python/python-value.exp: New file.
1855
1c5cfe86
PA
18562008-10-15 Pedro Alves <pedro@codesourcery.com>
1857
1858 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
1859
5a98ad69
DP
18602008-10-15 Denis Pilat <denis.pilat@st.com>
1861
41702f1b 1862 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 1863
dcb1a1e2
TT
18642008-10-09 Tom Tromey <tromey@redhat.com>
1865
1866 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
1867 'fprintf' and 'stderr'.
1868
9124fe48
JB
18692008-10-07 Joel Brobecker <brobecker@adacore.com>
1870
1871 * gdb.ada/ref_tick_size.exp: New testcase.
1872
45452591
DE
18732008-10-06 Doug Evans <dje@google.com>
1874
1875 * gdb.dwarf2/dw2-cu-size.exp: New file.
1876 * gdb.dwarf2/dw2-cu-size.S: New file.
1877
1878 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
1879 .Ltype_int for clarity.
1880
4fc5b208
PP
18812008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
1882
1883 PR gdb/2384:
1884 * gdb.cp/gdb2384.exp: Extended to test more cases.
1885 * gdb.cp/gdb2384.cc: Likewise.
1886 * gdb.cp/gdb2384-base.h: Likewise.
1887 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 1888
d78df370
JK
18892008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1890
1891 * gdb.base/maint.exp (maint print type): Remove printing
1892 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
1893
9a044a89
TT
18942008-09-30 Tom Tromey <tromey@redhat.com>
1895
1896 * gdb.base/macscp.exp: Add completion tests.
1897 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
1898 (TWENTY_THREE): Likewise.
1899 (FORTY_EIGHT): Likewise.
1900
506800a9
TT
19012008-09-30 Tom Tromey <tromey@redhat.com>
1902
1903 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
1904 everywhere.
1905 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
1906
1a6f01b5
JK
19072008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1908
1909 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
1910 testcase is derived from. Fix racy dependency on an expected PID
1911 number. No longer support the testcase on Linux kernel 2.4.x.
1912
2fae03e8
TT
19132008-09-27 Tom Tromey <tromey@redhat.com>
1914
1915 * gdb.base/macscp.exp: Add tests for stringification, splicing,
1916 and varargs.
1917
1ad15515
PA
19182008-09-22 Pedro Alves <pedro@codesourcery.com>
1919
1920 * lib/mi-support.exp (mi_expect_interrupt): New.
1921 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
1922 from gdb.mi/mi-nonstop.exp.
1923 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
1924 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
1925 lib/mi-support.exp.
1926 Use mi_check_thread_states throughout. Avoid ".*" and do not
1927 require an anchor after -exec-run.
1928
d0b76dc6
DJ
19292008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1930
1931 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
1932 stop is pending. Avoid ".*" when two stops are pending.
1933 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
1934 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
1935 newlines in fullnames.
1936 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
1937 (mi_expect_stop): Update comments. Only anchor in sync mode.
1938 Do not match newlines.
1939 (mi_send_resuming_command_raw): Always return status.
1940 (mi_get_stop_line): Do not match more than one line by accident.
1941 Only anchor in sync mode.
1942 (mi_run_inline_test): If -exec-next fails, give up.
1943
9990c830
UW
19442008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1945
1946 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
1947 on SPU.
1948
ebcf6f00
JB
19492008-09-10 Joel Brobecker <brobecker@adacore.com>
1950
1951 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
1952
b6db24e5
JB
19532008-09-10 Joel Brobecker <brobecker@adacore.com>
1954
1955 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
1956 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
1957 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
1958 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
1959 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
1960 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
1961 gdb.ada/interface.exp, gdb.ada/null_array.exp,
1962 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
1963 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
1964 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
1965 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
1966 Include the "= " sequence in the expected output of print tests.
1967
2bf448e0
JB
19682008-09-10 Joel Brobecker <brobecker@adacore.com>
1969
1970 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
1971 description for boolean types.
1972
d51fd4c8
PA
19732008-09-09 Pedro Alves <pedro@codesourcery.com>
1974
1975 * gdb.base/hook-stop-continue.c: New.
1976 * gdb.base/hook-stop-continue.exp: New.
1977
694182d2
DJ
19782008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1979
1980 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
1981
3b8a7fc0
JG
19822008-09-08 Jerome Guitton <guitton@adacore.com>
1983
1984 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
1985 (stack_check_probe_2, stack_check_probe_loop_1)
1986 (stack_check_probe_loop_2): New functions.
1987 (main): Add call to these new functions.
1988 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
1989 functions, check that the breakpoint is inserted at the appropriate
1990 location.
1991 (insert_breakpoint): Slightly refine this procedure so that it can
1992 be called several times in the test.
1993
96cc0ae8
JG
19942008-09-08 Jerome Guitton <guitton@adacore.com>
1995
1996 * gdb.base/stack-checking.c: New file.
1997 * gdb.base/stack-checking.exp: New file.
1998
1f08b409
TJB
19992008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2000
2001 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
2002 * gdb.arch/altivec-regs.exp: Likewise.
2003 * gdb.arch/vsx-regs.exp: Likewise.
2004
3099e1c4
TJB
20052008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2006
2007 * gdb.arch/ppc-fp.exp: New file.
2008 * gdb.arch/ppc-fp.c: New file.
2009
cc69bfc1
PP
20102008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2011
2012 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
2013 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 2014
b02a33db
MS
20152008-09-04 Michael Snyder <msnyder@vmware.com>
2016
2017 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
2018 as "at" (for non-debug functions such as _start).
2019
2992cbe0
UW
20202008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2021
2022 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
2023 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
2024 software watchpoints.
2025 * gdb.base/watch_thread_num.exp: Likewise.
2026
514f746b
AR
20272008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
2028
2029 * gdb.arch/i386-bp_permanent.exp: New test.
2030
876cecd0
TT
20312008-08-24 Tom Tromey <tromey@redhat.com>
2032
2033 * gdb.base/maint.exp: Update "maint print type".
2034
80f73d71
VP
20352008-08-21 Vladimir Prus <vladimir@codesourcery.com>
2036
2037 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
2038 support. Adjust the order of "*running" notifications.
2039 * gdb.mi/non-stop.c: Don't cast from int to void* and
2040 back.
2041
d9c78d7d
MK
20422008-08-20 Mark Kettenis <kettenis@gnu.org>
2043
2044 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
2045 expect to find it in the "info frame" output.
2046
97a2d1d3
DJ
20472008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
2048
2049 * gdb.base/interp.exp: Always consume both prompts.
2050
b96e2927
PA
20512008-08-20 Pedro Alves <pedro@codesourcery.com>
2052
2053 * gdb.base/pending.exp: Test pending breakpoints without symbols
2054 loaded.
2055
8cf6e61a
VP
20562008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2057
2058 * lib/mi-support.exp (mi_expect_stop): Produce
2059 more details on failures.
2060 * gdb.mi/mi-nonstop.exp: New.
2061 * gdb.mi/non-stop.c: New.
2062
c6ebd6cf
VP
20632008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2064
a9c64011
AS
2065 * gdb.mi/mi-async.exp: Use 'set target-async'.
2066 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 2067
46a9b8ed
DJ
20682008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
2069
2070 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
2071
44feb3ce
TT
20722008-08-17 Tom Tromey <tromey@redhat.com>
2073
2074 * gdb.base/help.exp (help catch): Rewrite.
2075
311a4e6b
TJB
20762008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2077
2078 * gdb.base/define.exp: Test indented command documentation.
2079 * gdb.python/python.exp: Test indented multi-line command.
2080
604c2f83
LM
20812008-08-15 Luis Machado <luisgpm@br.ibm.com>
2082
2083 * testsuite/gdb.arch/vsx-regs.c: New source file.
2084 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
2085 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
2086
886a217c
TT
20872008-08-14 Tom Tromey <tromey@redhat.com>
2088
2089 * gdb.base/macscp.exp: Add regression test for "macro define" or
2090 "macro undef" with no arguments.
2091
c814a4f3
PP
20922008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2093
2094 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 2095
12ab8a60
UW
20962008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2097
2098 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
2099
d57a3c85
TJB
21002008-08-06 Tom Tromey <tromey@redhat.com>
2101
2102 * gdb.python/python.exp: New file.
2103
c7b778ff
JK
21042008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2105
2106 Fix for PR gdb/1543.
2107 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
2108 $LOCATION.
2109 (location): New variable.
2110 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
2111 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
2112 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
2113 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
2114 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
2115 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
2116 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
2117 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
2118 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
2119 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
2120 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2121 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
2122 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2123 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
2124 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2125 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
2126 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
2127 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
2128 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
2129 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2130 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
2131 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
2132 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
2133 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
2134 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
2135 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
2136 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
2137 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
2138 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
2139 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
2140 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
2141 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
2142 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
2143 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
2144 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
2145 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
2146 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
2147 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2148 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
2149 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
2150 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
2151 gdb.base/type-opaque.exp, gdb.base/until.exp,
2152 gdb.base/value-double-free.c, gdb.base/varargs.exp,
2153 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
2154 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
2155 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2156 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
2157 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
2158 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2159 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2160 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
2161 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
2162 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
2163 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
2164 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
2165 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
2166 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
2167 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
2168 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2169 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
2170 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
2171 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
2172 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
2173 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
2174 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
2175 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
2176 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
2177 gdb.pascal/types.exp, gdb.stabs/weird.exp,
2178 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
2179 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
2180 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
2181 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
2182 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
2183 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
2184 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2185 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2186 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2187 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2188 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2189 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2190 lib/mi-support.exp, lib/trace-support.exp: Remove reference
2191 to bug-gdb@prep.ai.mit.edu .
2192
5e06a3d1
VP
21932008-07-31 Vladimir Prus <vladimir@codesourcery.com>
2194
2195 * lib/mi-support.exp (mi_load_shlibs): New.
2196 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
2197
9d81d21b
VP
21982008-07-30 Vladimir Prus <vladimir@codesourcery.com>
2199
2200 * lib/mi-support.exp (get_mi_thread_list)
2201 (check_mi_and_console_threads): New, moved from ...
2202 * gdb.mi/mi-pthread.exp: ...here.
2203 * gdb.mi/gdb669.exp (get_mi_thread_list)
2204 (check_mi_and_console_threads): Delete.
2205 * gdb.mi/mi2-pthread.exp: Likewise.
2206
bae98fe0
TT
22072008-07-28 Tom Tromey <tromey@redhat.com>
2208
2209 * Makefile.in (just-check): Remove. Move body to...
2210 (check): ... here.
2211
57380f4e
DJ
22122008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2213
2214 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
2215 Add a test for duplicated SIGINTs.
2216
e09490f1
DJ
22172008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2218
2219 * gdb.threads/schedlock.exp (get_args): Update to work for any
2220 value of NUM.
2221 (Top level): Report the number of threads that did not resume.
2222
6387b45f
DJ
22232008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2224
2225 * gdb.dwarf2/dw2-compressed.S: Also define __start.
2226
62f64ff2
DJ
22272008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2228
2229 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
2230 non-MI prompt.
2231
fa8de41e
TT
22322008-07-26 Tom Tromey <tromey@redhat.com>
2233
2234 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
2235 (function_struct, function_struct_ptr): New globals.
2236 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
2237 function pointer in a struct.
2238
ccb3ac8a
TT
22392008-07-26 Tom Tromey <tromey@redhat.com>
2240
2241 * gdb.base/macscp.exp: Add test for macro lexing bug.
2242
d7d9f01e
TT
22432008-07-18 Tom Tromey <tromey@redhat.com>
2244
2245 * gdb.base/macscp.exp: Add macro tests.
2246
9bf07184
PP
22472008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2248
2249 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
2250
becf6477
PP
22512008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2252
2253 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
2254
0709f7d3
PP
22552008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2256
2257 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 2258
7093c834
PP
22592008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2260
2261 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 2262
b432ffe3
JK
22632008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2264
2265 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
2266
b1a268e5
VP
22672008-07-12 Vladimir Prus <vladimir@codesourcery.com>
2268
2269 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
2270
e2995f8e
KB
22712008-07-11 Kevin Buettner <kevinb@redhat.com>
2272
2273 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
2274 of regexp to account for changes made to GDB in the printing of
2275 byte vectors.
2276
14032a66
TT
22772008-07-11 Tom Tromey <tromey@redhat.com>
2278
2279 * gdb.base/completion.exp: Add 'help' completion test.
2280
981505ef
JK
22812008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2282
2283 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
2284
10568435
JK
22852008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2286
2287 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
2288
4487aabf
PA
22892008-07-09 Pedro Alves <pedro@codesourcery.com>
2290
2291 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
2292
a4a9b1c4
PA
22932008-07-09 Pedro Alves <pedro@codesourcery.com>
2294
2295 * gdb.base/fullname.exp: Restore pwd if compiling failed.
2296
3c3185ac
JK
22972008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2298
2299 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
2300
7ebd49dc
VP
23012008-06-28 Vladimir Prus <vladimir@codesourcery.com>
2302
2303 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
2304 previous commit. Add a comment.
2305
84e46146
PA
23062008-06-28 Pedro Alves <pedro@codesourcery.com>
2307
2308 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
2309
0f8d4a2f
VP
23102008-06-28 Vladimir Prus <vladimir@codesourcery.com>
2311
2312 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
2313
f747e0ce
PA
23142008-06-27 Pedro Alves <pedro@codesourcery.com>
2315
2316 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
2317 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
2318 compiling an executable, link in an object that forces unbuffered
2319 output.
2320 * lib/set_unbuffered_mode.c: New file.
2321
734a5c36
JK
23222008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2323
2324 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
2325
a2840c35
VP
23262008-06-25 Vladimir Prus <vladimir@codesourcery.com>
2327
a9c64011
AS
2328 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
2329 mi_expect_stop.
2330 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
2331 Demand that *running is output.
2332 (detect_async): Perform checking every time.
2333 (mi_send_resuming_command): Extract everything into...
2334 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
2335 (mi_expect_stop): Don't accept any output before *stopped.
2336
6ae37fef
VP
23372008-06-13 Vladimir Prus <vladimir@codesourcery.com>
2338
2339 Robustify mi-simplerun.
a9c64011
AS
2340 * gdb.mi/basics.c (main): Add a call to sleep.
2341 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
2342 * gdb.mi/mi2-cli.exp: Likewise.
2343 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 2344
b4aa76f0 23452008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
2346
2347 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
2348
e1ac3328
VP
23492008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2350
a9c64011
AS
2351 * gdb.mi/mi-console.exp: Adjust.
2352 * gdb.mi/mi-syn-frame.exp: Adjust.
2353 * gdb.mi/mi2-console.exp: Adjust.
2354 * gdb.mi/mi2-syn-frame.exp: Adjust.
2355 * lib/mi-support.exp (mi_run_cmd): Adjust.
2356 (mi_send_resuming_command): Adjust.
e1ac3328 2357
f7f9a841
VP
23582008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2359
2360 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
2361 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
2362 testing of stopped.
2363 * gdb.mi/mi2-syn-frame.exp: Likewise.
2364 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
2365 (async, detect_async): New.
2366 (mi_expect_stop, mi_continue_to_line): Adjust expectation
2367 depending on if we're running in sync or async mode.
f7f9a841 2368
37cd5d19
TT
23692008-06-09 Tom Tromey <tromey@redhat.com>
2370
2371 * gdb.base/completion.exp: New tests for field name completion
2372 with spaces, and field name completion with '->'.
2373
65d12d83
TT
23742008-06-06 Tom Tromey <tromey@redhat.com>
2375
2376 * gdb.base/break1.c (struct some_struct): New struct.
2377 (values): New global.
2378 * gdb.base/completion.exp: Add field name completion test.
2379
ebfe2e3f
PP
23802008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2381
2382 * gdb.cp/call-c.exp: Test for incorrect handling of reference
2383 to pointer.
2384 * gdb.cp/call-c.cc: Likewise.
2385
bcf6fc3a
NR
23862008-06-06 Nick Roberts <nickrob@snap.net.nz>
2387
2388 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
2389 annotation.
2390
49fd4a42 23912008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 2392 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
2393
2394 * gdb.threads/execl.c, gdb.threads/execl1.c,
2395 gdb.threads/execl.exp: New tests.
a9c64011 2396
8a34ac3f
AR
23972008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
2398 Daniel Jacobowitz <dan@codesourcery.com>
2399
2400 * gdb.cp/exception.exp: Activate test, make it work with pending
2401 catchpoints.
2402
86ae69ef
JK
24032008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2404
2405 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
2406
f7f9ae2c
VP
24072008-05-28 Vladimir Prus <vladimir@codesourcery.com>
2408
a9c64011
AS
2409 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
2410 now printed.
2411 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 2412
2a2d4dc3
AS
24132008-05-27 Andreas Schwab <schwab@suse.de>
2414
2415 * gdb.base/frame-args.exp: Handle arguments that are optimized
2416 out.
2417
5099e4d9
LM
24182008-05-26 Luis Machado <luisgpm@br.ibm.com>
2419
2420 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
2421 quiet for ppc32 and group options into a single variable.
2422
d9c36a91
JB
24232008-05-23 Joel Brobecker <brobecker@adacore.com>
2424
2425 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
2426 of zero-size elements.
2427 * gdb.ada/null_array.exp: Test printing this new array.
2428
103a8671
JK
24292008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2430
2431 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
2432
07a4cc1a 24332008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
2434
2435 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
2436 of the "finish" command.
2437
55f996a7
NR
24382008-05-21 Nick Roberts <nickrob@snap.net.nz>
2439
2440 * gdb.base/annota1.exp: Test for new annotation.
2441
907fc202
UW
24422008-05-16 Pedro Alves <pedro@codesourcery.com>
2443
2444 * gdb.base/fixsection.exp: New file.
2445 * gdb.base/fixsection0.c: New file.
2446 * gdb.base/fixsection1.c: New file.
2447
e8f97270
UW
24482008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2449
2450 * gdb.base/annota1.exp: Accept printf@... in place of printf.
2451 * gdb.base/annota3.exp: Likewise.
2452
ac0bb574
NF
24532008-05-13 Nathan Froyd <froydnj@codesourcery.com>
2454
2455 * gdb.base/watch_thread_num.exp: Don't run tests that require
2456 watchpoints if the target doesn't support them.
2457
6fadd07a
DE
24582008-05-12 Doug Evans <dje@google.com>
2459
2460 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
2461
6e9a4a30
JB
24622008-05-09 Joel Brobecker <brobecker@adacore.com>
2463
2464 * gdb.ada/assign_1.exp: New testcase.
2465
08388c79
DE
24662008-05-09 Doug Evans <dje@google.com>
2467
a3c83fae
DE
2468 * gdb.base/find.exp: New file.
2469 * gdb.base/find.c: New file.
08388c79 2470
bd5ddfe8
DJ
24712008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
2472
2473 * gdb.base/commands.exp (watchpoint_command_test): Handle
2474 gdb,no_hardware_watchpoints.
2475 * gdb.base/float.exp: Allow ARM targets without floating point.
2476 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
2477
b5dd68e2 24782008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 2479 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
2480
2481 * gdb.ada/lang_switch: New test program.
2482 * gdb.ada/lang_switch.exp: New testcase.
2483
382d13d1
DE
24842008-05-05 Doug Evans <dje@google.com>
2485
2486 * gdb.base/help.exp (disassemble): Update expected help text.
2487
9dd789d0
PA
24882008-05-04 Pedro Alves <pedro@codesourcery.com>
2489
2490 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
2491
611c83ae
PA
24922008-05-04 Pedro Alves <pedro@codesourcery.com>
2493
2494 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
2495 different times.
2496
ff013f42
JK
24972008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2498
2499 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
2500 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
2501 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
2502 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
2503
96dff6a2
VP
25042008-05-04 Vladimir Prus <vladimir@codesourcery.com>
2505
2506 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
2507 notification to appear.
2508
55cd6f92
DJ
25092008-05-04 Daniel Jacobowitz <dan@debian.org>
2510
2511 * gdb.base/fullname.c: New file.
2512 * gdb.base/fullname.exp: New file.
2513 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
2514
d705c43c
PA
25152008-05-03 Pedro Alves <pedro@codesourcery.com>
2516
2517 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
2518 expressions with macros.
2519
333222e1
JK
25202008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2521
2522 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
2523
5ac01682
DJ
25242008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2525
2526 * gdb.base/completion.exp: Handle lack of other symbols beginning
2527 with "a".
2528
2529 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
2530
237fc4c9
PA
25312008-05-02 Jim Blandy <jimb@codesourcery.com>
2532
2533 * gdb.asm/asmsrc1.s: Add scratch space.
2534
ed5e9466
DJ
25352008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2536 Daniel Jacobowitz <dan@codesourcery.com>
2537
2538 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
2539 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
2540 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
2541
b39cc962
DJ
25422007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
2543
2544 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
2545
36d520f5
JB
25462008-05-01 Joel Brobecker <brobecker@adacore.com>
2547
2548 * gdb.base/info-target.exp: New testcase.
2549
8d4e3071
DJ
25502008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2551
2552 * gdb.cp/hang.exp: Use .cc instead of .C.
2553 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
2554 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
2555
6f3f3097
DJ
25562008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2557
2558 * gdb.base/gdb1250.exp: Remove perror.
2559 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
2560
5550a914
PA
25612008-04-30 Pedro Alves <pedro@codesourcery.com>
2562
2563 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
2564 .2byte.
2565
d848e687
DJ
25662008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
2567
2568 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
2569 (maybe_kfail): New.
2570
93b5768b
PA
25712008-04-25 Pedro Alves <pedro@codesourcery.com>
2572
2573 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
2574
721c02de
VP
25752008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2576
a9c64011
AS
2577 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
2578 * gdb.mi/mi2-syn-frame.exp: Likewise.
2579 * lib/mi-support.exp: Likewise.
721c02de 2580
74960c60
VP
25812008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2582
2583 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
2584 to specify regexp for the location to stop at.
2585 * gdb.base/break-always.c: New.
2586 * gdb.base/break-always.exp: New.
2587
d24317b4
VP
25882008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2589
2590 * lib/mi-support.exp (mi_runto_helper): Adjust
2591 for the original-location field.
2592 (mi_create_breakpoint, mi_list_breakpoints): New.
2593 * gdb.mi/mi-break.exp: Adjust.
2594 * gdb.mi/mi2-break.exp: Adjust.
2595 * gdb.mi/mi-pending.exp: Adjust.
2596 * gdb.mi/mi-simplerun.exp: Adjust.
2597 * gdb.mi/mi2-simplerun.exp: Adjust.
2598 * gdb.mi/mi-syn-frame.exp: Adjust.
2599 * gdb.mi/mi2-syn-frame.exp: Adjust.
2600 * gdb.mi/mi-until.exp: Adjust.
2601 * gdb.mi/mi2-until.exp: Adjust.
2602 * gdb.mi/mi-var-display.exp: Adjust.
2603 * gdb.mi/mi2-var-display.exp: Adjust.
2604 * gdb.mi/mi-watch.exp: Adjust.
2605 * gdb.mi/mi2-watch.exp: Adjust.
2606
fdc59709 26072008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 2608
a9c64011
AS
2609 * aclocal.m4: Add override.m4.
2610 * configure: Regenerate.
fdc59709 2611
8e91f023
VP
26122008-04-19 Vladimir Prus <vladimir@codesourcery.com>
2613
2614 * gdb.mi/var-cmd.c (do_at_tests): Verify that
2615 '-var-update --all-values' reports new value even the type
2616 of a variable object has changed.
2617
233a11ab
CS
26182008-04-18 Craig Silverstein <csilvers@google.com>
2619
2620 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
2621 files.
d24317b4 2622
9c1137ad
JB
26232008-04-18 Joel Brobecker <brobecker@adacore.com>
2624
2625 * gdb.ada/atomic_enum: New test program.
2626 * gdb.ada/atomic_enum.exp: New testcase.
2627
66d0bbc7
DE
26282008-04-17 Doug Evans <dje@google.com>
2629
2630 * gdb.opt/Makefile.in: Fix whitespace.
2631
100906b0
UW
26322008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
2633
2634 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
2635
4584e32e
DE
26362008-04-17 Doug Evans <dje@google.com>
2637
2638 * gdb.base/hashline1.exp: New testcase.
2639 * gdb.base/hashline2.exp: New testcase.
2640 * gdb.base/hashline2.exp: New testcase.
2641
0a320680
PA
26422008-04-17 Pedro Alves <pedro@codesourcery.com>
2643
2644 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
2645
18ac113b
AR
26462008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
2647
2648 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
2649 temporary breakpoint to match "Temporary breakpoint".
2650 * gdb.base/break.exp (delete_breakpoints): Likewise.
2651 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
2652 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
2653 * gdb.base/display.exp: Likewise.
2654 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
2655 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
2656 * gdb.base/restore.exp (restore_tests): Likewise.
2657 * gdb.base/sepdebug.exp: Likewise.
2658 * gdb.base/watchpoint.exp: Likewise.
2659 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
2660 * gdb.mi/mi-pending.exp: Likewise.
2661 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
2662 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
2663 * gdb.mi/mi-var-cmd.exp: Likewise.
2664 * gdb.mi/mi-var-display.exp: Likewise.
2665 * gdb.mi/mi2-cli.exp: Likewise.
2666 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
2667 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
2668 * gdb.mi/mi2-var-display.exp: Likewise.
2669 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
2670 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
2671 new "disp" field.
a9c64011 2672 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
2673 reason. This is to support fix for PR2424.
2674
add38693
JK
26752008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2676
2677 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
2678
fcacd99f
VP
26792008-04-13 Vladimir Prus <vladimir@codesourcery.com>
2680
2681 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 2682 field. Add more floating varobj tests.
fcacd99f 2683 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
2684 field.
2685 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
2686 (main): Call do_at_tests.
2687 * lib/mi-support.exp (mi_create_floating_varobj)
2688 (mi_varobj_update_with_type_change): New.
fcacd99f 2689
de051565
MK
26902008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2691
2692 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
2693 option of -var-evaluate-expression.
2694 * gdb.mi/mi2-var-display.exp: Likewise.
2695
dbc52822
VP
26962008-04-07 Vladimir Prus <vladimir@codesourcery.com>
2697
2698 Introduce test setup helpers.
a9c64011
AS
2699 * lib/gdb.exp (build_executable, clean_restart)
2700 (prepare_for_testing): New.
2701 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
2702 * gdb.base/return.exp: Likewise.
2703 * gdb.base/ending-run.exp: Likewise.
dbc52822 2704
473591da
NR
27052008-04-07 Nick Roberts <nickrob@snap.net.nz>
2706
2707 * gdb.mi/mi-async.exp: New test for asynchronous Machine
2708 Interface (MI) responses.
2709
2b2d9e11
VP
27102008-04-06 Vladimir Prus <vladimir@codesourcery.com>
2711
a9c64011
AS
2712 * gdb.cp/breakpoint.cc: New code to test conditions involving
2713 member variables.
2714 * gdb.cp/breakpoint.exp: Test condition involving member
2715 variables.
2b2d9e11 2716
bb378428
VP
27172008-04-05 Vladimir Prus <vladimir@codesourcery.com>
2718
2719 * lib/mi-support.exp (mi_expect_stop): New.
2720 (mi_run_cmd): Change the
2721 token. Use mi_send_resuming_command, use
2722 mi_expect_stop.
2723 (mi_execute_to_helper): Rename to mi_execute_to.
2724 (mi_send_resuming_command): Add more error patterns.
2725 (mi_wait_for_stop): Renamed to...
2726 (mi_get_stop_line): ...this.
2727 (mi_run_inline_test): Adjust.
2728
2729 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
2730 * gdb.mi/mi-console.exp: Likewise.
2731 * gdb.mi/mi-pending.exp: Likewise.
2732 * gdb.mi/mi-simplerun.exp: Likewise.
2733 * gdb.mi/mi-stack.exp: Likewise.
2734 * gdb.mi/mi-stepi.exp: Likewise.
2735 * gdb.mi/mi-syn-frame.exp: Add comment.
2736 * gdb.mi/mi-until.exp: Likewise.
2737 * gdb.mi/mi-var-display.exp: Likewise.
2738 * gdb.mi/mi-watch.exp: Likewise.
2739 * gdb.mi/mi2-cli.exp: Likewise.
2740 * gdb.mi/mi2-console.exp: Likewise.
2741 * gdb.mi/mi2-simplerun.exp: Likewise.
2742 * gdb.mi/mi2-stack.exp: Likewise.
2743 * gdb.mi/mi2-stepi.exp: Likewise.
2744 * gdb.mi/mi2-until.exp: Likewise.
2745 * gdb.mi/mi2-var-display.exp: Likewise.
2746 * gdb.mi/mi2-watch.exp: Likewise.
2747
62172bb9
UW
27482008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2749
2750 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
2751
2752 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
2753
a13e061a
PA
27542008-04-04 Pedro Alves <pedro@codesourcery.com>
2755
2756 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
2757 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
2758 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
2759 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
2760 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
2761 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
2762 expect an mi error duplicated in stderr.
2763
eae06beb
JB
27642008-04-03 Joel Brobecker <brobecker@adacore.com>
2765
2766 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
2767 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
2768 Add a couple of tests that verify the behavior when the new setting
2769 is set to "cancel" and "all".
2770 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
2771 "ask" before we start the testing.
2772
79c6ced6
AR
27732008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
2774
2775 * gdb.cp/casts.cc: Add class reference variables.
2776 * gdb.cp/casts.exp: New test cases for up/down casting references.
2777
6c2d1a6b
MK
27782008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
2779
2780 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
2781 instead of beginning to make an extra test pass.
2782 * gdb.mi/mi2-var-display.exp: Likewise.
2783
55b411d9
MR
27842008-03-31 Maciej W. Rozycki <macro@mips.com>
2785
2786 * gdb.base/break.exp: Mark failures as such. Fix formatting.
2787
c6140da2
MD
27882008-03-31 Markus Deuling <deuling@de.ibm.com>
2789 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2790
2791 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
2792 value. Add xfail for older kernels.
2793
79732189
AR
27942008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
2795
2796 Bring mi-support in line with gdb.exp.
2797 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
2798 (mi_gdb_start): New function.
2799
33c3676e
MR
28002008-03-28 Maciej W. Rozycki <macro@mips.com>
2801
2802 * gdb.mi/mi-var-cmd.exp: Fix a typo.
2803
92e28119
VP
28042008-03-26 Vladimir Prus <vladimir@codesourcery.com>
2805
2806 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
2807 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 2808
9e8e3afe
VP
28092008-03-26 Vladimir Prus <vladimir@codesourcery.com>
2810
2811 * lib/mi-support.exp (mi_create_varobj_checked): New.
2812 (mi_list_varobj_children): Allow to check for a
2813 value.
2814 (mi_list_array_varobj_children): New.
2815
2816 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
2817 and mi_list_varobj_children, as opposed to hardcoding
2818 expected strings.
2819 * gdb.mi/gdb701.exp: Likewise.
2820 * gdb.mi/gdb792.exp: Likewise.
2821 * gdb.mi/mi-var-block.exp: Likewise.
2822 * gdb.mi/mi-var-cmd.exp: Likewise.
2823 * gdb.mi/mi-var-invalidate.exp: Likewise.
2824 * gdb.mi/mi2-var-block.exp: Likewise.
2825 * gdb.mi/mi2-var-child.exp: Likewise.
2826 * gdb.mi/mi2-var-cmd.exp: Likewise.
2827 * gdb.mi/mi2-var-display.exp: Likewise.
2828
9df50351
JK
28292008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2830
2831 Fix random false FAILs on i386.
2832 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
2833
31e5d73a
DJ
28342008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
2835
2836 PR gdb/544
2837 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
2838
12f4afab
DJ
28392008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
2840
2841 PR gdb/544
2842 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
2843
b562a0cb
DJ
28442008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2845
2846 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
2847 fixed PR gdb/544.
2848
17faa917
DJ
28492008-03-21 Pedro Alves <pedro@codesourcery.com>
2850
2851 * gdb.threads/fork-child-threads.exp: Test next over fork.
2852
6214f497
DJ
28532008-03-21 Chris Demetriou <cgd@google.com>
2854
2855 * gdb.base/break.exp (rbreak junk): New test for rbreak
2856 "Junk at end of arguments" issue.
2857
63092375
DJ
28582008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2859
2860 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
2861 *& to work on created array elements.
2862 (Top level): Test print $pc with a file. Test string operations
2863 without a target.
2864 * gdb.base/ptype.exp: Do not expect *& to work on created array
2865 elements.
2866
b21991b0
DJ
28672008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2868
2869 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
2870 gdb.threads/staticthreads.exp: Update exit query.
2871
c4b347c7
SL
28722008-03-07 Sandra Loosemore <sandra@codesourcery.com>
2873
2874 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
2875
fa4727a6
DJ
28762008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2877
2878 * gdb.base/watchpoint.c (global_ptr, func4): New.
2879 (main): Call func4.
2880 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
2881 (test_inaccessible_watchpoint): New.
2882
2f34202f
MR
28832008-02-29 Maciej W. Rozycki <macro@mips.com>
2884
2885 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
2886 select the largest.
2887
0d6ba1b1
DJ
28882008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2889
2890 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
2891 frames-invalid annotations.
2892
e691325a
PM
28932008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
2894
a9c64011 2895 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 2896
f85b5ecc
DE
28972008-02-27 Doug Evans <dje@google.com>
2898
2899 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
2900 for bug 1738.
2901 (breakpoint_to_handler_entry): Ditto.
2902
b40e7bf3
JB
29032008-02-27 Joel Brobecker <brobecker@adacore.com>
2904
2905 * gdb.base/ending-run.exp: Use the first line of code inside
2906 function body to test breakpoints.
2907 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
2908 location where the breakpoint is inserted when using the line
2909 where a function is declared. Fix typo in the description of
2910 one of the tests.
2911 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
2912
2faca73a
PM
29132008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
2914
2915 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 2916 tests.
2faca73a 2917
6f439c36
PM
29182008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
2919
2920 * gdb.base/args.exp: avoid same output for tests
2921 with single quotes.
2922
54e52265
VP
29232008-02-26 Vladimir Prus <vladimir@codesourcery.com>
2924
a9c64011
AS
2925 * gdb.base/annota1.exp: Adjust for 'info break'
2926 format changes.
2927 * gdb.base/annota3.exp: Likewise.
2928 * gdb.base/break.exp: Likewise.
2929 * gdb.base/condbreak.exp: Likewise.
2930 * gdb.base/pending.exp: Likewise.
2931 * gdb.base/sepdebug.exp: Likewise.
2932 * gdb.base/unload.exp: Likewise.
2933 * gdb.cp/ovldbreak.exp: Likewise.
2934 * gdb.mi/mi-pending.exp: Likewise.
54e52265 2935
897b09ca
DE
29362008-02-07 Doug Evans <dje@google.com>
2937
2938 * gdb.cp/mb-inline.exp: New.
2939 * gdb.cp/mb-inline.h: New.
2940 * gdb.cp/mb-inline1.cc: New.
2941 * gdb.cp/mb-inline2.cc: New.
2942
b1c32d35
PM
29432008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
2944
2945 * gdb.pascal/floats.pas: New test program.
2946 * gdb.pascal/floats.exp: New testcase.
2947
1a4ca44a
TJB
29482008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
2949
2950 * gdb.base/callfuncs.c (t_float_many_args): New function.
2951 (t_double_many_args): New function.
2952 * gdb.base/callfuncs.exp: Add tests for exceeding float
2953 and double parameters passed through the stack.
2954
439048e8
JB
29552008-02-05 Joel Brobecker <brobecker@adacore.com>
2956
2957 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
2958 gdb.ada/complete/foo.adb: New files.
2959 * gdb.ada/complete.exp: New testcase.
2960
81fe8080
DE
29612008-02-03 Doug Evans <dje@google.com>
2962
301f0ecf
DE
2963 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
2964
81fe8080
DE
2965 * gdb.cp/gdb2384.exp: New file.
2966 * gdb.cp/gdb2384.cc: New file.
2967 * gdb.cp/gdb2384-base.h: New file.
2968 * gdb.cp/gdb2384-base.cc: New file.
2969
4b071aec
DE
29702008-02-02 Doug Evans <dje@google.com>
2971
2972 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
2973
61137ba6
JB
29742007-02-01 Joel Brobecker <brobecker@adacore.com>
2975
2976 * gdb.ada/sym_print_name: New test program.
2977 * gdb.ada/sym_print_name.exp: New testcase.
2978
29792007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
2980
2981 * gdb.ada/nested/hello.adb: New file.
2982 * gdb.ada/nested.exp: New testcase.
2983 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
2984
98deb0da
VP
29852008-02-01 Vladimir Prus <vladimir@codesourcery.com>
2986
2987 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
2988 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
2989 don't cause future evaluations of function to report
2990 creation of internal breakpoints.
98deb0da 2991
723a2275
VP
29922008-02-01 Vladimir Prus <vladimir@codesourcery.com>
2993
2994 * gdb.mi/mi-break.exp (test_error): New.
2995 Call it.
2996
fb546a2f
LM
29972008-01-31 Luis Machado <luisgpm@br.ibm.com>
2998
2999 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
3000 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
3001
2d8fd90a
PM
30022008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3003
3004 * gdb.pascal/integers.pas: New test program.
3005 * gdb.pascal/integers.exp: New testcase.
3006
a7fa0ded
PM
30072008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3008
3009 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
3010
5e1a1926
TJB
30112008-01-30 Luis Machado <luisgpm@br.ibm.com>
3012
3013 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
3014 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
3015
8d04f9f0
JB
30162008-01-30 Paul Hilfinger <hilfinger@adacore.com>
3017
3018 * gdb.ada/formatted_ref: New test program.
3019 * gdb.ada/formatted_ref.exp: New testcase.
3020
3021 * gdb.cp/formatted-ref.cc: New file.
3022 * gdb.cp/formatted-ref.exp: New testcase.
3023
ce75a98f
JB
30242008-01-30 Joel Brobecker <brobecker@adacore.com>
3025
3026 * gdb.base/ptype.exp: Add testing of "ptype $pc".
3027
e835f6bf
NR
30282008-01-30 Nick Roberts <nickrob@snap.net.nz>
3029
3030 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
3031 (test_file_list_exec_source_file): Update to new macro-info field.
3032
d118ef87
PH
30332008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
3034
3035 * gdb.ada/exprs: New test program.
3036 * gdb.ada/exprs.exp: New testcase.
3037
7d35ab09
TJB
30382008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3039
3040 * dfp-test.c (DELTA, DELTA_B): New definitions.
3041 (double_val1, double_val2, double_val3, double_val4, double_val5,
3042 double_val6, double_val7, double_val8, double_val9, double_val10,
3043 double_val11, double_val12, double_val13, double_val14, dec32_val1,
3044 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
3045 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
3046 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
3047 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
3048 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
3049 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
3050 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
3051 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
3052 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
3053 dec128_val16): New global variables.
3054 (decimal_dec128_align): New function.
3055 (decimal_mixed): Likewise.
3056 (decimal_many_args_dec32): Likewise.
3057 (decimal_many_args_dec64): Likewise.
3058 (decimal_many_args_dec128): Likewise.
3059 (decimal_many_args_mixed): Likewise.
3060 * dfp-test.exp: Add tests calling new inferior functions.
3061
2d717e4f
DJ
30622008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3063
3064 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
3065 gdb.server/ext-run.exp: New files.
3066 * lib/gdbserver-support.exp (gdbserver_download): New.
3067 (gdbserver_start): New. Update gdbserver expected
3068 output.
3069 (gdbserver_spawn): Use them.
3070 (gdbserver_start_extended): New.
3071
e85a822c
DJ
30722008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3073
3074 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
3075 Run on GNU/Linux.
3076 (do_exec_tests): Check for systems which do not support catchpoints.
3077 Do not match START.
3078 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
3079 Run on GNU/Linux. Enable verbose output.
3080 (check_fork_catchpoints): New.
3081 (explicit_fork_child_follow, catch_fork_child_follow)
3082 (tcatch_fork_parent_follow): Update expected messages.
3083 (do_fork_tests): Use check_fork_catchpoints.
3084 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
3085 Run on GNU/Linux. Enable verbose output.
3086 (check_vfork_catchpoints): New.
3087 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
3088 expected messages.
3089 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
3090
401ea829
JB
30912008-01-29 Jim Blandy <jimb@red-bean.com>
3092
3093 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
3094 host' errors.
3095 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
3096
aceaf3ad
JB
30972008-01-29 Jim Blandy <jimb@red-bean.com>
3098
3099 * gdb.threads/sigthread.c: Use barriers to ensure that
3100 child_thread and child_thread_two are always initialized before we
3101 start to use them.
3102
a5606eee
VP
31032008-01-29 Vladimir Prus <vladimir@codesourcery.com>
3104
3105 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
3106 * gdb.base/watchpoint-solib.c: New.
3107 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 3108
c55a82bb
PM
31092008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
3110
3111 * gdb.base/gdb1056.exp: Add unsigned integer test.
3112
0993fe05
DE
31132008-01-28 Doug Evans <dje@google.com>
3114
3115 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
3116
4fe42e7f
JB
31172008-01-27 Jim Blandy <jimb@codesourcery.com>
3118
c7a69933
JB
3119 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
3120
4fe42e7f
JB
3121 * gdb.base/expand-psymtabs.exp: Doc fix.
3122
5def8285
MK
31232008-01-26 Mark Kettenis <kettenis@gnu.org>
3124
3125 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
3126
5313c911
NR
31272008-01-24 Nick Roberts <nickrob@snap.net.nz>
3128
a9c64011 3129 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
3130 -var-set-format.
3131
93815fbf
VP
31322008-01-23 Chris Demetriou <cgd@google.com>
3133
3134 * gdb.threads/thread_events.c: New testcase source file.
3135 * gdb.threads/thread_events.exp: New testcase expect file.
3136
467a88ee
NR
31372008-01-23 Nick Roberts <nickrob@snap.net.nz>
3138
3139 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
3140
3141 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
3142 -var-set-format.
3143
d8f82aba
DJ
31442008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
3145 Vladimir Prus <vladimir@codesourcery.com>
3146
3147 * gdb.base/float.exp: Allow missing floating point for m68k and
3148 PowerPC.
3149
60c46647
VP
31502008-01-22 Vladimir Prus <vladimir@codesourcery.com>
3151
3152 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
3153 ignore count.
3154 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
3155 * gdb.mi/mi-cli.exp: Adjust.
3156 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 3157
c7dd36a1
PA
31582008-01-17 Pedro Alves <pedro@codesourcery.com>
3159
3160 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
3161 and 'dummy_ptr' integer pointer. Initialize struct_declarations
3162 with dummy_ptr's address.
3163 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
3164 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
3165 all targets.
3166 * gdb.mi/mi2-var-child.exp: Likewise.
3167
39d5313e
JB
31682008-01-09 Joel Brobecker <brobecker@adacore.com>
3169
3170 * gdb.ada/null_array: New test program.
3171 * gdb.ada/null_array.exp: New testcase.
3172
0aea4bf3
LM
31732008-01-09 Luis Machado <luisgpm@br.ibm.com>
3174
3175 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
3176 with required float modifiers.
3177
0b354900
JB
31782008-01-08 Joel Brobecker <brobecker@adacore.com>
3179
3180 * gdb.ada/funcall_param: New test program.
3181 * gdb.ada/funcall_param.exp: New testcase.
3182
cdb7f5d4
JB
31832008-01-08 Joel Brobecker <brobecker@adacore.com>
3184
3185 * gdb.ada/arrayparam: New test program.
3186 * gdb.ada/arrayparam.exp: New testcase.
3187
88e2547f
JB
31882008-01-08 Joel Brobecker <brobecker@adacore.com>
3189
3190 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
3191 landed. Should also fix random failures in the test following it.
3192
f6867ce0
TJB
31932008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3194
3195 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
3196 for expressions with decimal float values.
3197 (test_dfp_conversions): New function to test casts to and from
3198 decimal float types.
3199 Call test_dfp_conversions.
3200 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
3201 elements.
3202 (main): Initialize ds.float4 and ds.double8 elements.
3203 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
3204 string to new error message.
3205 (d64_set_tests): Likewise.
3206 (d128_set_tests): Likewise.
3207 Add tests for expressions with decimal float variables. Add tests for
3208 conversions to and from decimal float types.
3209
f9c11282
JB
32102008-01-05 Joel Brobecker <brobecker@adacore.com>
3211
3212 * gdb.ada/packed_tagged/comp_bug.adb: New file.
3213 * gdb.ada/packed_tagged.exp: New testcase.
3214
0ecbca72
JB
32152008-01-04 Joel Brobecker <brobecker@adacore.com>
3216
3217 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
3218 gdb.ada/homonym/homonym_main.adb: New files.
3219 * gdb.ada/homonym.exp: New testcase.
3220
c18d3d89
JB
32212008-01-04 Joel Brobecker <brobecker@adacore.com>
3222
3223 * gdb.ada/packed_array.exp: Add testing of references to
3224 a packed array.
3225
ecc7085b
JB
32262008-01-04 Joel Brobecker <brobecker@adacore.com>
3227
3228 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
3229 New files.
3230 * gdb.ada/type_coercion.exp: New testcase.
3231
c474c922
JB
32322008-01-04 Joel Brobecker <brobecker@adacore.com>
3233
3234 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
3235 gdb.ada/tagged/foo.adb: New file.
3236 * gdb.ada/tagged.exp: New testcase.
3237
9005b927
JB
32382008-01-04 Joel Brobecker <brobecker@adacore.com>
3239
3240 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
3241 gdb.ada/ptype_field/foo.adb: New files.
3242 * gdb.ada/ptype_field.exp: New testcase.
3243
1a6aaad8
JB
32442008-01-03 Joel Brobecker <brobecker@adacore.com>
3245
3246 * gdb.ada/print_pc.exp: New testcase.
3247
0ef22f53
JB
32482008-01-03 Joel Brobecker <brobecker@adacore.com>
3249
3250 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
3251 gdb.ada/taft_type/p.adb: New files.
3252 * gdb.ada/taft_type.exp: New testcase.
3253
1689ecf8
JB
32542008-01-03 Joel Brobecker <brobecker@adacore.com>
3255
3256 * gdb.ada/array_bounds/bar.adb: New file.
3257 * gdb.ada/array_bounds.exp: New testcase.
3258
a4d0b9c3
JB
32592008-01-03 Joel Brobecker <brobecker@adacore.com>
3260
3261 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
3262 gdb.ada/arrayptr/foo.adb: New files.
3263 * gdb.ada/arrayptr.exp: New testcase.
3264
a31ace00
JB
32652008-01-03 Joel Brobecker <brobecker@adacore.com>
3266
3267 * gdb.base/set-lang-auto.exp: New testcase.
3268
a97fced3
JB
32692008-01-03 Joel Brobecker <brobecker@adacore.com>
3270
3271 * gdb.ada/fun_addr/foo.adb: New file.
3272 * gdb.ada/fun_addr.exp: New testcase.
3273
ef29ce1a
JK
32742008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3275
3276 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
3277 New files
3278
0fafefe3
JB
32792008-01-02 Joel Brobecker <brobecker@adacore.com>
3280
3281 * array_subscript_addr/p.adb: New file.
a9c64011 3282 * array_subscript_addr.exp: New testcase.
0fafefe3 3283
c4359f8d
JB
32842008-01-02 Joel Brobecker <brobecker@adacore.com>
3285
a9c64011 3286 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
3287 New files.
3288 * gdb.ada/str_cmp_ref.exp: New testcase.
3289
1aa1b15b
JB
32902008-01-01 Joel Brobecker <brobecker@adacore.com>
3291
3292 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
3293 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 3294 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 3295
81c9b2cf
JB
32962008-01-01 Joel Brobecker <brobecker@adacore.com>
3297
3298 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
3299 gdb.ada/ref_param/pck.ads: New files.
3300 * gdb.ada/ref_param.exp: New testcase.
3301
319e4674
JB
33022008-01-01 Joel Brobecker <brobecker@adacore.com>
3303
3304 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
3305 gdb.ada/interface/foo.adb: New files.
3306 * gdb.ada/interface.exp: New testcase.
3307
ef682c56
JB
33082007-12-31 Jim Blandy <jimb@codesourcery.com>
3309
3310 * gdb.base/multi-forks.exp: Consume all output from child
3311 processes before proceeding to next test.
3312
f6f3eb6c
JB
33132007-12-29 Jim Blandy <jimb@codesourcery.com>
3314
3315 * configure: Regenerated.
3316
f652e42f
JB
33172007-12-27 Joel Brobecker <brobecker@adacore.com>
3318
3319 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
3320 gdb.ada/fixed_cmp/fixed.adb: New files.
3321 * gdb.ada/fixed_cmp.exp: New testcase.
3322
6943e596
JB
33232007-12-27 Joel Brobecker <brobecker@adacore.com>
3324
3325 * gdb.ada/boolean_expr.exp: New testcase.
3326
aad9a193
JB
33272007-12-26 Jim Blandy <jimb@codesourcery.com>
3328
3329 * gdb.base/multi-forks.exp: Doc fix.
3330
fb5f3683
JB
33312007-12-26 Joel Brobecker <brobecker@adacore.com>
3332
3333 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
3334 * gdb.ada/char_param.exp: Do not compile our test program with
3335 -gnata, this is unnecessary.
3336 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
3337
384e4a9c
JB
33382007-12-24 Joel Brobecker <brobecker@adacore.com>
3339
3340 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
3341 gdb.ada/print_chars/foo.adb: New files.
3342 * gdb.ada/print_chars.exp: New testcase.
3343
01e044f7
JB
33442007-12-24 Joel Brobecker <brobecker@adacore.com>
3345
3346 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
3347 gdb.ada/char_param/foo.adb: New files.
3348 * gdb.ada/char_param.exp: New testcase.
3349
0ce17860
JB
33502007-12-22 Jim Blandy <jimb@codesourcery.com>
3351
3352 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
3353 hard-coding source line numbers into the test.
3354 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
3355 gdb_get_line_number to find.
3356
919809b9
JB
33572007-12-22 Joel Brobecker <brobecker@adacore.com>
3358
3359 * gdb.base/ptype.c (highest): New struct type.
3360 (the_highest): New variable of that type.
3361 (main): Add dummy assignment to a field of variable the_highest.
3362 * gdb.base/ptype.exp: Test type printing of our new variable.
3363
abc8a88d
PM
33642007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
3365
3366 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 3367 and record first explicitly generated thread number.
abc8a88d
PM
3368 Use that thread number for thread specific watchpoint test.
3369 Add iteration number to repetitive tests.
3370
5158f3e3
CES
33712007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
3372 Jim Blandy <jimb@codesourcery.com>
3373
3374 * gdb.base/expand-psymtabs.c: New testcase
3375 source file.
3376 * gdb.base/expand-psymtabs.exp: New testcase
3377 expect file.
3378
37e4754d
LM
33792007-12-17 Luis Machado <luisgpm@br.ibm.com>
3380
3381 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
3382 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
3383
551e5d04
JB
33842007-12-17 Joel Brobecker <brobecker@adacore.com>
3385
3386 * gdb.ada/frame_args/foo.adb: New file.
3387 * gdb.ada/frame_args/pck.ads: New file.
3388 * gdb.ada/frame_args/pck.adb: New file.
3389 * gdb.ada/frame_args.exp: New testcase.
3390
a05ee097
JB
33912007-12-17 Joel Brobecker <brobecker@adacore.com>
3392
3393 * gdb.base/frame-args.c: New file.
3394 * gdb.base/frame-args.exp: New testcase.
3395
c162e8c9 33962007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 3397 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
3398
3399 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
3400
afe8ab22 34012007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 3402
afe8ab22
VP
3403 * gdb.mi/mi-pending.exp: New.
3404 * gdb.mi/mi-pending.c: New.
3405 * gdb.mi/mi-pendshr.c: New.
3406
dfdfb3ca
JB
34072007-12-06 Jim Blandy <jimb@codesourcery.com>
3408
3409 * gdb.base/default.exp: Update expected output for 'info catch'.
3410
b7fca990
JK
34112007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3412
3413 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
3414 must be set to binary.
3415
6a1afc1e
PA
34162007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
3417
3418 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
3419
a6b151f1
DJ
34202007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3421
3422 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
3423 gdb.mi/mi-file-transfer.exp: New.
3424
43039443
JK
34252007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3426
3427 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
3428
0ef2251b
MR
34292007-11-22 Maciej W. Rozycki <macro@mips.com>
3430
3431 * gdb.trace/backtrace.exp: Fix a typo.
3432 * gdb.trace/circ.exp: Likewise.
3433 * gdb.trace/collection.exp: Likewise.
3434 * gdb.trace/limits.exp: Likewise.
3435 * gdb.trace/report.exp: Likewise.
3436 * gdb.trace/tfind.exp: Likewise.
3437 * gdb.trace/while-dyn.exp: Likewise.
3438
5443631e
NR
34392007-11-21 Nick Roberts <nickrob@snap.net.nz>
3440
3441 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
3442 objects of pointers that can't be dereferenced are now
3443 "noneditable".
3444
a4ce5b0d
UW
34452007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3446
3447 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3448 (target_cpu): Remove.
3449
d6e956e5
VP
34502007-10-15 Vladimir Prus <vladimir@codesourcery.com>
3451
3452 * gdb.base/ending-run.exp: Expect the list of cleared
3453 breakpoint to come in natural order, not the reversed one.
a9c64011 3454
214270ab
VP
34552007-11-07 Vladimir Prus <vladimir@codesourcery.com>
3456
3457 * gdb.mi/mi-var-child.c (do_child_deletion): New.
3458 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 3459
1a619819
LM
34602007-11-05 Luis Machado <luisgpm@br.ibm.com>
3461
3462 * gdb.base/printcmds.exp: New function
3463 test_printf_with_dfp.
3464
5b01a6fa
DE
34652007-11-02 Doug Evans <dje@google.com>
3466
3467 * gdb.disasm/t01_mov.s: Remove carriage returns.
3468 * gdb.disasm/t02_mova.s: Ditto.
3469 * gdb.disasm/t03_add.s: Ditto.
3470 * gdb.disasm/t04_sub.s: Ditto.
3471 * gdb.disasm/t05_cmp.s: Ditto.
3472 * gdb.disasm/t06_ari2.s: Ditto.
3473 * gdb.disasm/t07_ari3.s: Ditto.
3474 * gdb.disasm/t08_or.s: Ditto.
3475 * gdb.disasm/t09_xor.s: Ditto.
3476 * gdb.disasm/t10_and.s: Ditto.
3477 * gdb.disasm/t11_logs.s: Ditto.
3478 * gdb.disasm/t12_bit.s: Ditto.
3479 * gdb.disasm/t13_otr.s: Ditto.
3480
ec33ab7f
JK
34812007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3482
3483 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
3484
ae0d01ff
UW
34852007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3486
3487 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
3488 provide DFP support.
3489
55eddb0f
DJ
34902007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3491
3492 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
3493 Test "set powerpc vector-abi". Skip auto-detection tests for old
3494 toolchains.
3495
7020f05c
PA
34962007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
3497
3498 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
3499 with [string compare].
3500
84bc3db9
PA
35012007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
3502
3503 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
3504 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
3505
5876dc88
LM
35062007-10-25 Luis Machado <luisgpm@br.ibm.com>
3507
3508 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
3509 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
3510 * gdb.opt/Makefile.in: New makefile.
3511 * Makefile.in: Create new directory "gdb.opt".
3512 * configure.ac: Add "gdb.opt" directory.
3513 * configure: Regenerated.
a9c64011 3514
c3ea9a14
DE
35152007-10-25 Doug Evans <dje@google.com>
3516
3517 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
3518 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
3519
a9c64011 35202007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
3521 Thiago Jung Bauermann <bauerman@br.ibm.com>
3522
3523 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
3524 Floating Point expressions.
3525 * gdb.base/dfp-test.exp: new file adding tests for Decimal
3526 Floating Point variables.
3527 * gdb.base/dfp-test.c: new file containing program with Decimal
3528 Floating variables, used by gdb.base/dfp-test.exp.
3529
62a24a2b
DJ
35302007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3531
3532 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
3533
e7b1eae6
UW
35342007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3535
3536 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
3537 compiling test case with GCC.
3538 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
3539
c641edcc
UW
35402007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3541
3542 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
3543 format changes.
3544
5e5ebfe6
MS
35452007-10-18 Michael Snyder <msnyder@specifix.com>
3546
3547 * gdb.base/dbx.exp: Add missing "-re " operator.
3548
e831e7b6
GM
35492007-10-16 Gaius Mulley <gaius@glam.ac.uk>
3550
3551 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
3552 * configure.ac: Removed trailing spaces after backslash.
3553 * gdb.modula2: New directory.
3554 * gdb.modula2/Makefile.in: New file.
3555 * gdb.modula2/unbounded-array.exp: New file.
3556 * gdb.modula2/unbounded1.c: New file.
3557
7cc46491
DJ
35582007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3559
3560 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
3561
35622007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
3563
3564 * gdb.base/sigstep.c (main): Add checks for
3565 return values for setitimer call.
3566 Call setitimer again with itimer = ITIMER_REAL
3567 if first call to setitimer fails.
3568
e91528f0
KH
35692007-10-11 Kazu Hirata <kazu@codesourcery.com>
3570
3571 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
3572 of $timeout.
3573
2ec9a4f8
DJ
35742007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
3575
3576 * gdb.server/server-run.exp: Test for dynamic linker symbols.
3577
35782007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
3579
3580 * lib/gdb.exp (gdb_run_cmd): Move comment outside
3581 of gdb_expect call, to avoid interruption.
3582
64b2fa04
PA
35832007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
3584
3585 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
3586 (v_unsigned_long_long, v_long_long_array)
3587 (v_signed_long_long_array, v_unsigned_long_long_array)
3588 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
3589 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
3590 [!NO_LONG_LONG]: New.
3591 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
3592 v_long_long_member.
3593
3594 (v_long_long_func, v_signed_long_long_func)
3595 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
3596 (main) [!NO_LONG_LONG]: Initialize long long variants.
3597
3598 * gdb.base/whatis.exp: If board file requests no_long_long, build
3599 test with NO_LONG_LONG defined. Test long long, signed long long,
3600 and unsigned long long variants but only if board file doesn't
3601 disable it.
3602
a912286e 36032007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 3604 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
3605
3606 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
3607 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
3608 * configure: Regenerated.
3609 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
3610 gdb.pascal/types.exp, lib/pascal.exp: New files.
3611
471ba8c9
DJ
36122007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
3613
3614 * gdb.cp/classes.exp (do_tests): Always step to the line after the
3615 call.
3616 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
3617 to return to the call.
3618 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
3619 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
3620 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
3621 * gdb.mi/mi-until.exp (test_until): Likewise.
3622 * gdb.mi/mi2-until.exp (test_until): Likewise.
3623
fef8a650
DJ
36242007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
3625
3626 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
3627 two-char array.
3628 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
3629
d983da9c
DJ
36302007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3631
3632 * gdb.threads/watchthreads.c (thread_function): Sleep between
3633 iterations.
3634 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
3635 at once for S/390. Generate matching fails and passes.
3636
17f62551
VP
36372007-09-27 Vladimir Prus <vladimir@codesourcery.com>
3638
3639 * gdb.mi/var-cmd.c (do_children_tests): Initialize
3640 the 'struct_declarations' variable to zeros.
a9c64011 3641
ed0616c6
VP
36422007-09-24 Vladimir Prus <vladimir@codesourcery.com>
3643
3644 * gdb.cp/mb-ctor.cc: New.
3645 * gdb.cp/mb-ctor.exp: New.
3646 * gdb.cp/mb-templates.cc: New.
3647 * gdb.cp/mb-templates.exp: New.
3648
41f1b697
DJ
36492007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
3650
3651 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
3652
3f213f78
PA
36532007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
3654
3655 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
3656 targets.
3657 * configure: Regenerate.
3658
0d381245 36592007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 3660
0d381245
VP
3661 * gdb.base/annota1.exp: Adjust for 'info break'
3662 format changes.
3663 * gdb.base/annota3.exp: Likewise.
3664 * gdb.base/break.exp: Likewise.
3665 * gdb.base/condbreak.exp: Likewise.
3666 * gdb.base/pending.exp: Likewise.
3667 * gdb.base/sepdebug.exp: Likewise.
3668 * gdb.base/unload.exp: Likewise.
3669 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 3670
fe3f5fa8
VP
36712007-09-22 Vladimir Prus <vladimir@codesourcery.com>
3672
3673 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
3674 messages.
3675 * gdb.base/chng-syms.exp: Likewise.
3676 * gdb.base/unload.exp: Likewise.
a9c64011 3677
a75cf6c0
DJ
36782007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
3679
3680 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
3681
18ecae38
DJ
36822007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
3683
3684 * schedlock.c (NUM): Change to 1.
3685 (main): Use args[0] for the main thread.
3686 * schedlock.exp: Only expect two threads. Only issue one pass or fail
3687 regardless of the number of threads.
3688
5509918f
MR
36892007-09-14 Maciej W. Rozycki <macro@mips.com>
3690
4a543daf
MR
3691 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
3692 type down.
3693 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
3694 test.
3695 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
3696 watchpoint type down.
3697 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
3698 test.
3699
37002007-09-14 Maciej W. Rozycki <macro@mips.com>
3701
5509918f
MR
3702 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
3703 Move all the tests here and run them twice, once using software
3704 watchpoints and once using hardware watchpoints.
3705 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
3706
40b53987
DJ
37072007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
3708
3709 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
3710 test.
3711
695e2681
MK
37122007-09-10 Mark Kettenis <kettenis@gnu.org>
3713
8b3fc8d8
MK
3714 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
3715 build-id.
3716
695e2681
MK
3717 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
3718 know about $ORIGIN. Calculate output dir from $dest instead of
3719 using ${objdir}/{$subdir}.
3720
58d69f29
MK
37212007-09-09 Mark Kettenis <kettenis@gnu.org>
3722
3723 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
3724 gcore, before continuing with the test.
3725
3e347599
DJ
37262007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
3727
3728 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
3729 * gdb.mi/mi-watch.exp: Likewise.
3730
ea37ba09
DJ
37312007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3732 Jim Blandy <jimb@codesourcery.com>
3733
3734 * gdb.arch/i386-sse.exp: Do not expect character constants.
3735 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
3736 * gdb.base/display.exp: Allow print/s.
3737 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
3738 and unsigned char array changes.
3739
2025a643
DJ
37402007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3741
3742 * gdb.base/display.exp: Add tests for printf %p.
3743
26669a27
PA
37442007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
3745
3746 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
3747 the dll name to unicode.
3748
c8f021f8
JK
37492007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3750
3751 * gdb.base/default.exp (show version): Update the version text.
3752 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
3753
4cf31eea
JK
37542007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3755
3756 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
3757 New files.
3758
4935890f
JK
37592007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3760
3761 * lib/gdb.exp (build_id_debug_filename_get): New function.
3762 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
3763 Remove the generate DEBUG file for the future testcase runs.
3764 New testcase for the NT_GNU_BUILD_ID retrieval.
3765 Move the final testing step to ...
3766 (test_different_dir): ... a new function.
3767 New parameter XFAIL to XFAIL all the tests performed.
3768 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
3769 New parameter TYPE to PF_PREFIX all the tests performed.
3770
02142340
VP
37712007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3772
3773 * gdb.mi/mi-var-cp.cc (path_expression): New
3774 function.
3775 * gdb.mi/mi-var-cp.exp: Run path exression tests.
3776
36acd84e
UW
37772007-08-27 Markus Deuling <deuling@de.ibm.com>
3778
3779 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
3780 to fit into SPU Local Store memory.
3781
a896d121
JB
37822007-08-23 Joel Brobecker <brobecker@adacore.com>
3783
3784 * gdb.base/default.exp: Adjust the expected output of "info
3785 warranty" after the switch to GPLv3.
3786
7b433602
JB
37872007-08-23 Joel Brobecker <brobecker@adacore.com>
3788
3789 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
3790 to 30000 (from 20000).
3791
e22f8b7c
JB
37922007-08-23 Joel Brobecker <brobecker@adacore.com>
3793
3794 Switch the license of all .exp files to GPLv3.
3795 Switch the license of all .f and .f90 files to GPLv3.
3796 Switch the license of all .s and .S files to GPLv3.
3797
5a0e3bd0
JB
37982007-08-23 Joel Brobecker <brobecker@adacore.com>
3799
3800 * configure.ac: Switch license to GPLv3.
3801
cc00619d
JB
38022007-08-23 Joel Brobecker <brobecker@adacore.com>
3803
3804 Switch the licensing to GPLv3 for all .ads and .adb files.
3805
8d26208a
DJ
38062007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
3807
3808 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
3809 and t_int_double.
3810 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
3811
4fcb9948
JB
38122007-08-17 Joel Brobecker <brobecker@adacore.com>
3813
3814 * gdb.base/step-line.c: Switch license to GPL version 3, and
3815 update copyright year.
3816 * gdb.base/step-line.inp: Likewise.
3817
b9c34f67
JB
38182007-08-17 Joel Brobecker <brobecker@adacore.com>
3819
3820 * gdb.base/gdb1555.exp: Make expected output immune to formatting
3821 changes inside gdb1555.c.
3822 * gdb.base/pending.exp: Likewise.
3823
2cc17678
DJ
38242007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
3825
3826 * config/default.exp: New file.
3827
e48883f7
DJ
38282007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
3829
3830 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
3831 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
3832
1ab80e5b
MR
38332007-07-30 Maciej W. Rozycki <macro@mips.com>
3834
3835 * gdb.base/dump.exp: Force the correct endianness for binary
3836 formats not carrying this information.
3837
aba471f5
DJ
38382007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3839
3840 * gdb.threads/staticthreads.exp: Match .*sem_post.
3841
d4e07204
DJ
38422007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3843
3844 * gdb.base/readline.exp (operate_and_get_next): Match the final
3845 prompt.
3846
2b97317d
KB
38472007-07-23 Kevin Buettner <kevinb@redhat.com>
3848
3849 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
3850 to restarting SID.
3851
44efa07a
KB
38522007-07-18 Kevin Buettner <kevinb@redhat.com>
3853
3854 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
3855 prior to `gdb_start'.
3856
7b5ebade
KB
38572007-07-18 Kevin Buettner <kevinb@redhat.com>
3858
3859 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
3860 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
3861 Remove call to gdb_unload.
3862
255e7678
DJ
38632007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
3864 Daniel Jacobowitz <dan@codesourcery.com>
3865
3866 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
3867 for __WIN32__.
3868 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
3869 * gdb.base/unload.exp: Use shared library test routines.
3870
3a40aaa0
UW
38712007-07-03 Markus Deuling <deuling@de.ibm.com>
3872
3873 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
3874 * gdb.base/solib-symbol-lib.c: Likewise.
3875 * gdb.base/solib-symbol-main.c: Likewise.
3876
b0f4b84b
DJ
38772007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3878
3879 * config/gdbserver.exp (gdb_reconnect): New.
3880 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
3881 gdb.base/solib-disc.exp: New files.
3882 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
3883 remote debugging".
3884 (gdb_compile): Add shlib_load flag.
3885 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
3886 port.
3887 (gdbserver_reconnect): New.
3888
1b05479a
DJ
38892007-07-01 Nick Roberts <nickrob@snap.net.nz>
3890 Daniel Jacobowitz <dan@codesourcery.com>
3891
3892 * gdb.base/annota3.exp: Test for if construct.
3893
86f78eb2
DJ
38942007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
3895
3896 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
3897
6a2eb474 38982007-06-21 Chris Dearman <chris@mips.com>
a9c64011 3899 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
3900
3901 * gdb.base/display.exp: Allow a newline after display/i.
3902 * gdb.base/pc-fp.exp: Likewise.
3903 * gdb.base/sigbpt.exp: Likewise.
3904
f8b73d13
DJ
39052007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3906
3907 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
3908 required features to be included.
3909
4339e69e
DJ
39102007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
3911
3912 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
3913 in info threads output.
3914
23d964e7
UW
39152007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3916 Markus Deuling <deuling@de.ibm.com>
3917
3918 * gdb.arch/spu-info.exp: New testcase.
3919 * gdb.arch/spu-info.c: New file.
3920
fd20f75b
DJ
39212007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
3922
3923 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
3924 tpcs_offset. Restore lr after the call.
3925 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
3926
2226f861
DJ
39272007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
3928
3929 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
3930 (gdbserver_run): Kill any running gdbserver.
3931 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
3932
d12371a9
MR
39332007-05-17 Maciej W. Rozycki <macro@mips.com>
3934
3935 * gdb.base/sigbpt.exp: Preset segv_addr.
3936
93f02886
DJ
39372007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3938
3939 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
3940 (gdb_compile_shlib): Likewise.
3941 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
3942 (default_gdb_init): Clear cleanfiles.
3943 (gdb_finish): Delete recorded cleanfiles.
3944 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
3945
3946 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
3947 Do not use isnative.
3948 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
3949 gdb.base/so-impl-ld.exp: Likewise.
3950 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
3951 * gdb.base/unload.exp: Likewise. Do not pass empty option to
3952 gdb_compile.
3953
b04e06d7
VP
39542007-05-15 Vladimir Prus <vladimir@codesourcery.com>
3955
3956 * config/unknown.exp: Remove.
3957
069ed931
UW
39582007-05-15 Markus Deuling <deuling@de.ibm.com>
3959
3960 * gdb.base/info-proc.exp: Check is_remote.
3961
09db0d03
UW
39622007-05-14 Markus Deuling <deuling@de.ibm.com>
3963
3964 * gdb.base/gcore.exp: Initialize variable core_supported.
3965
af2cbe8c
DJ
39662007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3967
3968 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
3969
027c0295
DJ
39702007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3971
3972 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
3973 * gdb.threads/print-threads.exp (test_all_threads): Allow
3974 negative and hexadecimal thread IDs.
3975
dc5000e7
DJ
39762007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3977
3978 * gdb.java/jprint.java (public): Avoid invalid call to static
3979 method.
3980
2e74ed18
DP
39812007-05-14 Denis Pilat <denis.pilat@st.com>
3982
3983 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
3984 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
3985 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
3986 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
3987 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
3988
83547f02
UW
39892007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3990
3991 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 3992 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
3993 this mode.
3994 * gdb.base/ovlymgr.c: Provide stubs for spu target.
3995 * gdb.base/spu.ld: New file.
3996
b18be20d
DJ
39972007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
3998
3999 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
4000
be444858
DJ
40012007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
4002
4003 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
4004
b1d53152
DJ
40052007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4006
4007 * gdb.java/jmain.exp: Handle demangled names with and without method
4008 signatures.
4009
d084b331
DJ
40102007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4011
4012 * gdb.mi/mi-syn-frame.c (main, foo, bar)
4013 (have_a_very_merry_interrupt): Remove calls to puts.
4014 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
4015 inferior output.
4016 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
4017 test names.
4018
db9d7fc5
DJ
40192007-04-29 Markus Deuling <deuling@de.ibm.com>
4020 Daniel Jacobowitz <dan@codesourcery.com>
4021
4022 * gdb.base/auxv.exp (core_works): Also check is_remote.
4023 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
4024
ef783a7d 40252007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 4026
ef783a7d
VP
4027 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
4028 message, not the undefined 'module' variable.
4029 * gdb.base/siginfo.exp: Likewise.
4030 * gdb.base/sigstep.exp: Likewise.
4031 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
4032 serialport.
4033 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
4034
b7b73cae
CV
40352007-04-25 Corinna Vinschen <vinschen@redhat.com>
4036
4037 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
4038 target sim fails. Return 0 otherwise.
4039 (gdb_load): Return prematurely if gdb_target_sim fails.
4040
7d90fdfa
DP
40412007-04-16 Denis Pilat <denis.pilat@st.com>
4042
4043 * gdb.base/setshow.exp: Reset height after having set it to 100.
4044
5d3e9c85
DP
40452007-04-16 Denis Pilat <denis.pilat@st.com>
4046
4047 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
4048
18e75969
DP
40492007-04-16 Denis Pilat <denis.pilat@st.com>
4050
4051 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
4052
25d5ea92
VP
40532007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4054
4055 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
4056 tests. Run the frozen varobjs test.
4057 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 4058 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 4059
0b49cb80
JK
40602007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4061
4062 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
4063 gdb.base/type-opaque.exp: New files.
4064
a73bafbc 40652007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
4066
4067 * gdb.mi/mi-var-child.c
a73bafbc
VP
4068 (do_children_tests): User char[2] instead of
4069 char so that automatic printing of pointers to char
4070 don't give unpredicable result.
4071 * gdb.mi/var-cmd.c (do_locals_test): Initialize
4072 local variables.
4073 * gdb.mi/mi-var-child.exp: Step to right line
4074 of do_children_tests.
4075 * gdb.mi/mi2-var-child.exp: Likewise.
4076 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 4077 do_locals_tests.
a73bafbc
VP
4078 (do_children_tests): User char[2] instead of
4079 char so that automatic printing of pointers to char
a9c64011 4080 don't give unpredicable result.
a73bafbc 4081 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 4082 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
4083 Pass test name to mi_wait_for_stop.
4084
7ce59000
DJ
40852007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4086
4087 * gdb.asm/asm-source.exp: Remove d10v case.
4088 * lib/gdb.exp (skip_cplus_tests): Likewise.
4089 * gdb.asm/d10v.inc: Deleted.
4090
20389057
DJ
40912007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4092
4093 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
4094
8807d78b
DJ
40952007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4096
4097 * config/netware.exp: Delete file.
4098
aa3edb8e
JB
40992007-03-29 Joel Brobecker <brobecker@adacore.com>
4100
4101 * gdb.dwarf2/dw2-noloc.S: New file.
4102 * gdb.dwarf2/dw2-noloc.exp: New file.
4103
297561ac
PA
41042007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4105
4106 * gdb.cp/method2.cc: New test.
4107 * gdb.cp/method2.exp: New test.
4108 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
4109
1f81bd39
DJ
41102007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4111
4112 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
4113
9453113a
DJ
41142007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4115
4116 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
4117
b741e217
DJ
41182007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4119
4120 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
4121 (gdb_load): Delete, replace with...
4122 (gdb_reload): ...this.
4123 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
4124 * gdb.server/server-mon.exp: Likewise.
4125 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
4126 (gdb_start_cmd): New.
4127 (gdb_file_cmd): Save the last loaded file.
4128 (gdb_reload): New.
4129 (gdb_gnu_strip_debug): Use transform.
4130 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
4131 support here. Use new $last_loaded_file. Check mtime.
4132 (gdb_target_cmd): Handle ObjC failure case.
4133 (infer_host_exec): Delete.
4134 (gdbserver_load): Rename to...
4135 (gdbserver_run): ...this. Simplify.
4136 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
4137 (mi_gdb_load): Move most contents to a new function...
4138 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
4139 (mi_run_cmd): Use mi_gdb_target_load.
4140 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
4141 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
4142 Use gdb_run_cmd.
4143 * gdb.base/charsign.exp: Remove incorrect comment.
4144 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
4145 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
4146 gdb.base/start.exp: Use gdb_start_cmd.
4147
446ab585 41482007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 4149 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
4150
4151 * gdb.base/sigbpt.exp: Fix the message when skipping test.
4152 * gdb.base/signull.exp: Similarly.
4153
bbb88ebf
UW
41542007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4155
4156 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
4157 messages available to test cases (like chng-sym.exp).
4158
cb8c4a99
AS
41592007-03-14 Andreas Schwab <schwab@suse.de>
4160
4161 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
4162 format changes.
4163
4e463ff5
DJ
41642007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
4165
4166 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
4167 (optimized_1): New.
4168 (main): Call optimized_1.
4169 (gdb2029): Correct typos. Call gdb2029_marker.
4170 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
4171 for gdb2029.
4172
b6db2c47
MK
41732007-03-12 Mark Kettenis <kettenis@gnu.org>
4174
4175 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
4176 as tabs. Remove redundant test pattern.
4177
70ed3737
UW
41782007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4179
4180 * gdb.base/long_long.exp: Accept optional symbol name in <...>
4181 for /a format output.
4182
47b67b60
DJ
41832007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
4184
4185 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
4186 collect output incrementally.
4187
b8953b0e
UW
41882007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4189
4190 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
4191 for -var-create lpcharacter test.
4192 * gdb.mi/mi2-var-cmd.exp: Likewise.
4193
7acd5c40
UW
41942007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4195
4196 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
4197 pass on targets where address zero is readable.
4198
9c6759c1
UW
41992007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4200
4201 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
4202 just a single architecture.
4203
a2f1aeb4
UW
42042007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4205
4206 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
4207 (fetch_all_registers): New function, uses gdb_test_multiple and
4208 exp_continue to fetch inferior output line-by-line.
4209 Replace all uses of do_get_all_registers by fetch_all_registers.
4210
46579ac2
UW
42112007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4212
4213 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
4214 in target_info.
4215
fc133f24
MS
42162007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4217
a9c64011 4218 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
4219 consistancy; add a default (timeout) case.
4220
7646a51d
MS
42212007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4222
4223 * gdb.base/watchpoint.exp: Fix truncated comment.
4224
dcfff61f
MS
42252007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4226
4227 * Makefile.in: Remove spurious single-quotes from sed command.
4228
664e3ee9
DJ
42292007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4230
4231 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
4232 func.
4233 * gdb.mi/mi2-var-cmd.exp: Likewise.
4234
d7cc6f2f
JB
42352007-02-27 Joel Brobecker <brobecker@adacore.com>
4236
a9c64011
AS
4237 * gdb.dwarf2/dw2-producer.S: New file.
4238 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
4239
42402007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
4241
4242 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
4243 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
4244 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
4245 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
4246 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
4247 Revert tests to use mi_gdb_test and include value field in output
4248 of -var-create.
4249
93d42b30
DJ
42502007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4251
4252 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
4253
c499ed39
DJ
42542007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4255
4256 * gdb.base/maint.exp: Remove full paths from test names.
4257 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
4258 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
4259
9836f81b
JB
42602007-02-27 Joel Brobecker <brobecker@adacore.com>
4261
4262 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
4263
c74d0ad8
DJ
42642007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4265
4266 * gdb.server/server-mon.exp: New test.
4267
2711e456
DJ
42682007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4269
4270 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
4271
ff6f572f
DJ
42722007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4273
4274 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
4275 register capitalization.
4276
fada3feb
DP
42772007-02-13 Denis Pilat <denis.pilat@st.com>
4278
4279 * gdb.mi/mi-var-invalidate.exp: New file.
4280
fb1e4ffc
DJ
42812007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4282
4283 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
4284
3da939d7
DJ
42852007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4286
4287 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
4288
123dc839
DJ
42892007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4290
4291 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
4292 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
4293
877e3645 42942007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
4295
4296 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
4297 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
4298 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
4299 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
4300 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 4301 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 4302 Update tests to include value field in output of -var-create.
a9c64011 4303
3c0a2960
AS
43042007-02-08 Andreas Schwab <schwab@suse.de>
4305
4306 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
4307
108546a0
DJ
43082007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4309
4310 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
4311 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
4312
d701dcab
DP
43132007-02-02 Denis Pilat <denis.pilat@st.com>
4314
4315 * gdb.threads/threadapply.exp: check that frame is not changed by
4316 the thread apply all command.
4317
783e3e2f
AS
43182007-01-31 Andreas Schwab <schwab@suse.de>
4319
6d9c3a87
AS
4320 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
4321
3c50d7b9
AS
4322 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
4323 in the dwarf sections.
4324 * gdb.dwarf2/mac-fileno.S: Likewise.
4325
783e3e2f
AS
4326 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
4327 bspstore register on ia64.
4328
78ff580e
AS
43292007-01-29 Andreas Schwab <schwab@suse.de>
4330
cc8e9b12
AS
4331 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
4332 "frame-begin" annotation.
4333
78ff580e
AS
4334 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
4335 number of "frames-invalid" annotations.
4336
704a4f78
DJ
43372007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4338
4339 * gdb.base/commands.exp: Call if_commands_test.
4340 (gdb_test_no_prompt, if_commands_test): New.
4341
e741bf94
MK
43422007-01-28 Mark Kettenis <kettenis@gnu.org>
4343
4344 * gdb.threads/sigthread.c (NSIGS): Make bigger.
4345
474d0ad3
AS
43462007-01-27 Andreas Schwab <schwab@suse.de>
4347
4348 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
4349 .short/.int/.quad in the dwarf sections.
4350 * gdb.dwarf2/dw2-intercu.S: Likewise.
4351 * gdb.dwarf2/dw2-intermix.S: Likewise.
4352
e784b426
JK
43532007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4354
4355 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
4356 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
4357 array.
e784b426
JK
4358 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
4359 * gdb.base/setvar.exp: Likewise.
4360
37f08e04
AS
43612007-01-26 Andreas Schwab <schwab@suse.de>
4362
9a01813a
AS
4363 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
4364 test.
4365
37f08e04
AS
4366 * gdb.base/multi-forks.exp ("restart $i"): Also match
4367 __kernel_syscall_via_break.
4368
6e2a9270
VP
43692007-01-24 Vladimir Prus <vladimir@codesourcery.com>
4370
4371 * lib/mi-support.exp (mi_delete_varobj): New.
4372 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
4373 testcase.
4374 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
4375 (main): Call the above.
4376 (reference_update_test, base_in_reference_test)
4377 (reference_to_pointer): Delete the created varobjs.
a9c64011 4378
e515b470
DJ
43792007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
4380
4381 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
4382 * configure: Regenerated.
4383 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
4384 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
4385 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
4386 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
4387 * lib/gdb.exp (gdb_skip_xml_test): New function.
4388
08d8bcd7
DJ
43892007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
4390
4391 * gdb.base/sigrepeat.exp: Correct error message.
4392
43932007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
4394 Daniel Jacobowitz <dan@codesourcery.com>
4395
4396 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
4397 gdb.arch/i386-gnu-cfi-asm.S: New files.
4398
97c3f1f3
JK
43992007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4400
4401 * lib/gdb.exp: Abort on missing `site.exp'.
4402
cb1df416
DJ
44032007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4404 Daniel Jacobowitz <dan@codesourcery.com>
4405
4406 * gdb.base/included.c, gdb.base/included.exp,
4407 gdb.base/included.h: New files.
4408
35990120
DJ
44092007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
4410
4411 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
4412 (maximize_rlimit): Reduce limits on 64-bit systems.
4413
6e81a116 44142007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
4415
4416 From Marcus Deuling <deuling@de.ibm.com>:
4417 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
4418 every case.
4419
6c3c41f3
NR
44202007-01-13 Nick Roberts <nickrob@snap.net.nz>
4421
4422 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
4423 (test_path_specification): Use objdir instead of srcdir to always
4424 get an absolute filename.
4425
2f12c312
DJ
44262007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
4427
4428 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
4429
81121995
VP
44302007-01-11 Vladimir Prus <vladimir@codesourcery.com>
4431
4432 * gdb.mi/mi-var-cp.cc (reference_update_tests):
4433 Make sure the variable we're using is in scope.
4434 (reference_to_pointer): Likewise.
4435
4741b737
DJ
44362007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4437
4438 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
4439 has no debug information.
4440
054410c3
DJ
44412007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4442
4443 * gdb.base/annota1.exp: Remove extra send_gdb.
4444
818f79f6
DJ
44452007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4446
4447 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
4448
f7a6bb70
DJ
44492007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4450
4451 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
4452
57e66780
DJ
44532007-01-08 Nick Roberts <nickrob@snap.net.nz>
4454 Daniel Jacobowitz <dan@codesourcery.com>
4455
4456 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
4457 lcharacter or linteger change. Correct duplicated test name.
4458 * gdb.mi/mi2-var-cmd.exp: Likewise.
4459
3d799a95
DJ
44602007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4461
4462 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
4463
44642007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 4465
a9c64011
AS
4466 * gdb.base/nofield.c: New file.
4467 * gdb.base/nofield.exp: New testcase.
51679ba9 4468
eafb94e8
NR
44692007-01-05 Nick Roberts <nickrob@snap.net.nz>
4470
4471 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
4472
4473 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
4474 test.
4475
5e572bb4
DJ
44762007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4477
4478 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
4479
74a44383
DJ
44802007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4481
4482 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
4483 when continuing.
4484
1b572db9
DJ
44852007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
4486
4487 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
4488 Expect ".exe" extension.
4489
381bc39b
DJ
44902007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
4491
4492 * gdb.base/charset.exp: Add explicit filename to break.
4493 * gdb.base/dbx.exp: Add explicit filename to breaks.
4494
2b70e4c6
DJ
44952007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
4496
4497 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
4498 * gdb.mi/mi2-file.exp: Likewise.
4499
303b6f5d
DJ
45002007-01-04 Vladimir Prus <vladimir@codesourcery.com>
4501
4502 Implement specification of MI tests as comments
4503 in C and C++ sources.
4504 * lib/mi-support.exp (mi_autotest_data): New variable.
4505 (mi_autotest_source): New variable.
4506 (count_newlines, mi_prepare_inline_tests)
4507 (mi_get_inline_test, mi_continue_to_line)
4508 (mi_run_inline_test, mi_tbreak)
4509 (mi_send_resuming_command, mi_wait_for_stop): New functions.
4510 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
4511 Run inline tests.
4512 * gdb.mi/mi-var-cp.cc: Define tests here.
4513
23da0d94
VP
45142007-01-04 Vladimir Prus <vladimir@codesourcery.com>
4515
4516 Simplify usage of mi_continue_to.
4517 * lib/mi-support.exp (mi_runto_helper): Renamed
4518 from mi_runto, added new parameter 'run_or_continue'.
4519 (mi_runto): Use mi_runto_helper.
4520 (mi_continue_to): Accept just function name as parameter.
4521 Use mi_runto_helper.
4522 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
4523 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 4524
f9e18282
JB
45252006-01-04 Joel Brobecker <brobecker@adacore.com>
4526
4527 Make this testcase a bit more realistic. The current code
4528 is too simplistic, and allows the compiler to optimize out
4529 some of the entities we need for this testcase.
4530 * gdb.ada/null_record/bar.ads (Void_Star): New type.
4531 (Do_Nothing): Add extra parameter.
4532 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
4533 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
4534 by using a variable of type Void_Star.
4535
fd678c65
JB
45362006-01-04 Joel Brobecker <brobecker@adacore.com>
4537
4538 * gdb.ada/catch_ex/foo.adb: New file.
4539 * gdb.ada/catch_ex.exp: New testcase.
4540
05cfdb42
DJ
45412007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
4542
4543 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
4544 pass --image-base to linker.
4545
2e03ee74
DJ
45462007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4547 Daniel Jacobowitz <dan@codesourcery.com>
4548
4549 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
4550 secondary prompts.
4551
0d5de010
DJ
45522007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4553
4554 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
4555 output. Test the types of members and member pointers.
4556 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
4557 gdb/2092.
4558 * gdb.cp/member-ptr.exp: Search for a comment instead of a
4559 statement. Enable for GCC. Update expected output for some tests
4560 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
4561 layout.
4562 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
4563 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
4564 (Diamond::vget_base): New.
4565 (main): Add new tests.
4566 * gdb.cp/printmethod.exp: Update expected output for member functions.
4567 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
4568 print pEe->D::vg().
4569
61a771aa
DJ
45702007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4571
4572 * gdb.threads/tls.exp: Allow stops in sem_post.
4573
2fa63963
DJ
45742006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
4575
4576 * gdb.base/annota1.exp: Allow .*printf in backtraces.
4577 * gdb.base/annota3.exp: Likewise.
4578 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
4579 again (instead of timing out).
4580 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
4581 GCC bug 26475.
4582 * gdb.java/jmisc.exp: Adjust to work with method signatures including
4583 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
4584 test from jmisc1.exp.
4585 * gdb.java/jmisc1.exp: Delete.
4586 * gdb.java/jprint.exp: Adjust to work with method signatures including
4587 return types.
4588 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
4589 * gdb.threads/linux-dp.exp: Don't be confused by program output.
4590 * lib/java.exp (compile_java_from_source): Pass the correct type
4591 to target_compile.
4592
5eefc2b7
JB
45932006-12-31 Joel Brobecker <brobecker@adacore.com>
4594
4595 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
4596 (stack_align_edx): New function.
4597 (stack_align_eax): New function.
4598 (main): Add calls to stack_align_edx and stack_align_eax.
4599 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
4600 Add testing for the cases where the register used during a stack
4601 realignment is edx. Same for eax.
4602
227c54da
DJ
46032006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
4604
4605 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
4606 and generic PE targets.
4607
cab8ac94
JB
46082006-12-29 Joel Brobecker <brobecker@adacore.com>
4609
4610 * gdb.ada/array_return.exp: Update copyright date list.
4611
ba54f318
JB
46122006-12-27 Joel Brobecker <brobecker@adacore.com>
4613
4614 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
4615 (Create_Small_Float_Vector): New function.
4616 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
4617 function body.
4618 * gdb.ada/array_return/p.adb: Use new type and function from
4619 package Pck.
4620 * gdb.ada/array_return.exp: Add a test verifying that GDB is
4621 able to print the value returned by a function returning an
4622 array of float.
4623
6b7a35dd
JB
46242006-12-20 Joel Brobecker <brobecker@adacore.com>
4625
4626 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
4627 The associated tests should be PASSing.
4628
038224f6
VP
46292006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4630
4631 Test for base in references.
4632 * gdb.mi/mi-var-cp.cc: Add test code.
4633 * gdb.mi/mi-var-cp.exp: Test for bases in references.
4634 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
4635 * gdb.mi/mi2-watch.exp: Likewise.
4636 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
4637 (mi_list_varobj_children): New function.
4638
b26ed50d
VP
46392006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4640
4641 * lib/mi-support.exp
4642 (mi_runto): Accept "()" after function name.
4643 (mi_create_varobj): New function.
4644 (mi_varobj_update): New function.
4645 (mi_Check_varobj_value): New function.
4646 * gdb.mi/mi-var-cp.exp: New file.
4647 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 4648
08232497
DJ
46492006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
4650
4651 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
4652 gdb.base/weaklib2.c: New files.
4653
d394c993 46542006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 4655
ac6c2fba
NS
4656 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
4657 info. Adjust test names.
4658
8ec659a0 4659 * gdb.base/break.c (main): Move position of malloc.
d394c993 4660 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 4661
acd65feb
VP
46622006-11-28 Vladimir Prus <vladimir@codesourcery.com>
4663
4664 * gdb.mi/mi-var-cmd.exp: Check -var-update after
4665 assignement of arrays and function pointers.
4666 * gdb.mi/var-cmd.c: Add declaration necessary for above
4667 tests.
4668
f556d5e5
NS
46692006-11-27 Nathan Sidwell <nathan@codesourcery.com>
4670
4671 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
4672
4673 * gdb.threads/linux-dp.exp: Read thread table before and after
4674 creating each philosopher and verify it.
4675
697bc68d
NS
46762006-11-27 Nathan Sidwell <nathan@codesourcery.com>
4677 Paul Brook <paul@codesourcery.com>
4678 Daniel Jacobowitz <dan@codesourcery.com>
4679
4680 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 4681 main to remove duplication. Add start function of the form
697bc68d
NS
4682 '_*start[1-9]*'. Add RVDS start function.
4683
29d73ae4
DJ
46842006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
4685
4686 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
4687
c1d88655
UW
46882006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4689
4690 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
4691 * gdb.asm/spu.inc: New file.
4692 * gdb.base/term.exp: Disable if [target_info exists noargs].
4693 * gdb.gdb/complaints.exp: Disable if ![isnative].
4694 * gdb.gdb/selftest.exp: Likewise.
4695 * gdb.gdb/observer.exp: Likewise.
4696 * gdb.gdb/xfullpath.exp: Likewise.
4697 * gdb.base/attach.exp: Disable on SPU target.
4698 * gdb.cp/bs145503.exp: Likewise.
4699 * gdb.cp/exception.exp: Likewise.
4700 * gdb.cp/userdef.exp: Likewise.
4701
32a13b1a
DJ
47022006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
4703
4704 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
4705
d8295fe9
VP
47062006-11-10 Vladimir Prus <vladimir@codesourcery.com>
4707
4708 * gdb.base/completion.exp: Fix completion tests for
4709 'info' and 'info '.
4710 * gdb.base/help.exp (help_test_raw, test_class_help)
4711 (test_prefix_command_help): Move...
4712 * lib/gdb.exp: Here.
4713 * gdb.base/main.exp: Adjust.
4714 * gdb.cp/maint.exp: Adjust.
4715 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 4716
8c394015
VP
47172006-11-09 Vladimir Prus <vladimir@codesourcery.com>
4718
4719 * gdb.stabs/weird.exp (print_weird_var): Use
4720 gdb_test_multiple instead of gdb_expect.
4721
027fc1bc
VP
47222006-11-09 Vladimir Prus <vladimir@codesourcery.com>
4723
4724 * gdb.base/help.exp (help_test_raw): New.
4725 (test_class_help): New.
4726 (test_prefix_command_help): New.
4727 Adjust testcases.
4728
67609209
FR
47292006-11-09 Christophe Lyon <christophe.lyon@st.com>
4730
4731 * gdb.base/constvars.c (main): Write to crass and crips, so that
4732 they are allocated by the compiler.
4733
f73adfeb
AS
47342006-10-27 Andreas Schwab <schwab@suse.de>
4735
4736 * gdb.base/multi-forks.exp: Use "detach fork" instead of
4737 "detach-fork".
4738
2f83a18e
DJ
47392006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
4740
4741 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
4742 of patterns.
4743
94277a38
DJ
47442006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4745
4746 * gdb.base/sepdebug.exp: Remove debug format test.
4747 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
4748 Handle no-symtab.
4749 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
4750
5bd2f6e2
DJ
47512006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4752
4753 * gdb.threads/manythreads.c (thread_function, main): Don't cast
4754 int to pointer or pointer to int.
4755 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
4756
8c008720
DJ
47572006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
4758
4759 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
4760
9e35dae4
DJ
47612006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4762
4763 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
4764
d9639e13
DJ
47652006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
4766
4767 PR c++/2116
4768 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
4769
390a1bd0
JB
47702006-10-06 Joel Brobecker <brobecker@adacore.com>
4771
4772 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
4773 the corresponding bug has been fixed in GDB (PR/2018).
4774
dd920c33
JB
47752006-10-06 Joel Brobecker <brobecker@adacore.com>
4776
4777 * gdb.base/subst.exp: New testcase.
4778
53bbefe9
JB
47792006-10-06 Joel Brobecker <brobecker@adacore.com>
4780
4781 * gdb.ada/array_return/pck.ads: Add copyright notice.
4782 * gdb.ada/array_return/pck.adb: Likewise.
4783 * gdb.ada/array_return/p.adb: Likewise.
4784 * gdb.ada/exec_changed/first.adb: Likewise.
4785 * gdb.ada/exec_changed/second.adb: Likewise.
4786
09851417
JB
47872006-10-06 Joel Brobecker <brobecker@adacore.com>
4788
4789 * gdb.ada/watch_arg/watch.adb: New file.
4790 * gdb.ada/watch_arg.exp: New testcase.
4791
041bf30d
VP
47922006-10-02 Vladimir Prus <vladimir@codesourcery.com>
4793
4794 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 4795 via string_to_regexp.
041bf30d 4796 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 4797
f286fbdd 47982006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
4799
4800 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
4801 Remove unused / obsolete files.
4802
7c07f349
NR
48032006-09-19 Nick Roberts <nickrob@snap.net.nz>
4804
4805 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
4806
cd5ff84a
VP
48072006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4808
4809 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
4810 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 4811 the number of frames.
cd5ff84a 4812
ae018d1a
DJ
48132006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
4814
4815 * gdb.base/args.c (main): Add breakpoint marker.
4816 * gdb.base/args.exp: Use args_test for tests. Add new tests which
4817 really test empty arguments.
4818 (args_load): Delete.
4819 (args_test): New.
4820
b399c549
NR
48212006-09-13 Nick Roberts <nickrob@snap.net.nz>
4822
4823 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
4824 check for one file.
4825
2ab1eb7a
VP
48262006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
4827
4828 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
4829 HIGH_FRAME argument to -stack-list-locals can be larger than
4830 the number of frames.
a9c64011 4831
476308bf
FF
48322006-08-18 Fred Fish <fnf@specifix.com>
4833
4834 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
4835 '$' in front of skip_vmx_tests_saved when setting that.
4836
8625200f
AS
48372006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
4838
4839 * gdb.base/trace-commands.exp: New file.
4840
089ec8f1
DJ
48412006-08-10 Joel Brobecker <brobecker@adacore.com>
4842 Daniel Jacobowitz <dan@codesourcery.com>
4843
4844 * gdb.base/step-bt.exp: Make hexadecimal address optional in
4845 expected output of the backtrace commands.
4846
b60f0898
JB
48472006-08-09 Joel Brobecker <brobecker@adacore.com>
4848
4849 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
4850 untested followed by return combination.
4851 * gdb.arch/altivec-regs.exp: Likewise.
4852 * gdb.arch/e500-abi.exp: Likewise.
4853 * gdb.arch/e500-regs.exp: Likewise.
4854 * gdb.arch/gdb1291.exp: Likewise.
4855 * gdb.arch/gdb1431.exp: Likewise.
4856 * gdb.arch/gdb1558.exp: Likewise.
4857 * gdb.arch/i386-prologue.exp: Likewise.
4858 * gdb.arch/i386-unwind.exp: Likewise.
4859 * gdb.asm/asm-source.exp: Likewise.
4860 * gdb.base/a2-run.exp: Likewise.
4861 * gdb.base/advance.exp: Likewise.
4862 * gdb.base/all-bin.exp: Likewise.
4863 * gdb.base/annota1.exp: Likewise.
4864 * gdb.base/annota3.exp: Likewise.
4865 * gdb.base/args.exp: Likewise.
4866 * gdb.base/arithmet.exp: Likewise.
4867 * gdb.base/assign.exp: Likewise.
4868 * gdb.base/async.exp: Likewise.
4869 * gdb.base/attach.exp: Likewise.
4870 * gdb.base/bang.exp: Likewise.
4871 * gdb.base/bigcore.exp: Likewise.
4872 * gdb.base/bitfields.exp: Likewise.
4873 * gdb.base/bitfields2.exp: Likewise.
4874 * gdb.base/break.exp: Likewise.
4875 * gdb.base/call-sc.exp: Likewise.
4876 * gdb.base/call-strs.exp: Likewise.
4877 * gdb.base/callfuncs.exp: Likewise.
4878 * gdb.base/checkpoint.exp: Likewise.
4879 * gdb.base/chng-syms.exp: Likewise.
4880 * gdb.base/code-expr.exp: Likewise.
4881 * gdb.base/commands.exp: Likewise.
4882 * gdb.base/completion.exp: Likewise.
4883 * gdb.base/cond-expr.exp: Likewise.
4884 * gdb.base/condbreak.exp: Likewise.
4885 * gdb.base/consecutive.exp: Likewise.
4886 * gdb.base/constvars.exp: Likewise.
4887 * gdb.base/corefile.exp: Likewise.
4888 * gdb.base/cvexpr.exp: Likewise.
4889 * gdb.base/dbx.exp: Likewise.
4890 * gdb.base/define.exp: Likewise.
4891 * gdb.base/detach.exp: Likewise.
4892 * gdb.base/display.exp: Likewise.
4893 * gdb.base/dump.exp: Likewise.
4894 * gdb.base/ena-dis-br.exp: Likewise.
4895 * gdb.base/ending-run.exp: Likewise.
4896 * gdb.base/environ.exp: Likewise.
4897 * gdb.base/eval-skip.exp: Likewise.
4898 * gdb.base/exprs.exp: Likewise.
4899 * gdb.base/fileio.exp: Likewise.
4900 * gdb.base/finish.exp: Likewise.
4901 * gdb.base/float.exp: Likewise.
4902 * gdb.base/foll-exec.exp: Likewise.
4903 * gdb.base/foll-fork.exp: Likewise.
4904 * gdb.base/foll-vfork.exp: Likewise.
4905 * gdb.base/freebpcmd.exp: Likewise.
4906 * gdb.base/funcargs.exp: Likewise.
4907 * gdb.base/gcore.exp: Likewise.
4908 * gdb.base/gdb1090.exp: Likewise.
4909 * gdb.base/gdb1250.exp: Likewise.
4910 * gdb.base/huge.exp: Likewise.
4911 * gdb.base/info-proc.exp: Likewise.
4912 * gdb.base/interrupt.exp: Likewise.
4913 * gdb.base/jump.exp: Likewise.
4914 * gdb.base/langs.exp: Likewise.
4915 * gdb.base/lineinc.exp: Likewise.
4916 * gdb.base/list.exp: Likewise.
4917 * gdb.base/logical.exp: Likewise.
4918 * gdb.base/long_long.exp: Likewise.
4919 * gdb.base/macscp.exp: Likewise.
4920 * gdb.base/maint.exp: Likewise.
4921 * gdb.base/mips_pro.exp: Likewise.
4922 * gdb.base/miscexprs.exp: Likewise.
4923 * gdb.base/multi-forks.exp: Likewise.
4924 * gdb.base/opaque.exp: Likewise.
4925 * gdb.base/overlays.exp: Likewise.
4926 * gdb.base/pc-fp.exp: Likewise.
4927 * gdb.base/pointers.exp: Likewise.
4928 * gdb.base/printcmds.exp: Likewise.
4929 * gdb.base/psymtab.exp: Likewise.
4930 * gdb.base/ptype.exp: Likewise.
4931 * gdb.base/recurse.exp: Likewise.
4932 * gdb.base/relational.exp: Likewise.
4933 * gdb.base/relocate.exp: Likewise.
4934 * gdb.base/remote.exp: Likewise.
4935 * gdb.base/reread.exp: Likewise.
4936 * gdb.base/restore.exp: Likewise.
4937 * gdb.base/return.exp: Likewise.
4938 * gdb.base/return2.exp: Likewise.
4939 * gdb.base/scope.exp: Likewise.
4940 * gdb.base/sect-cmd.exp: Likewise.
4941 * gdb.base/sep.exp: Likewise.
4942 * gdb.base/sepdebug.exp: Likewise.
4943 * gdb.base/setshow.exp: Likewise.
4944 * gdb.base/setvar.exp: Likewise.
4945 * gdb.base/sigall.exp: Likewise.
4946 * gdb.base/sigbpt.exp: Likewise.
4947 * gdb.base/signals.exp: Likewise.
4948 * gdb.base/signull.exp: Likewise.
4949 * gdb.base/sizeof.exp: Likewise.
4950 * gdb.base/solib.exp: Likewise.
4951 * gdb.base/step-line.exp: Likewise.
4952 * gdb.base/step-test.exp: Likewise.
4953 * gdb.base/structs.exp: Likewise.
4954 * gdb.base/structs2.exp: Likewise.
4955 * gdb.base/term.exp: Likewise.
4956 * gdb.base/twice.exp: Likewise.
4957 * gdb.base/until.exp: Likewise.
4958 * gdb.base/varargs.exp: Likewise.
4959 * gdb.base/volatile.exp: Likewise.
4960 * gdb.base/watchpoint.exp: Likewise.
4961 * gdb.base/whatis-exp.exp: Likewise.
4962 * gdb.base/whatis.exp: Likewise.
4963 * gdb.cp/ambiguous.exp: Likewise.
4964 * gdb.cp/annota2.exp: Likewise.
4965 * gdb.cp/annota3.exp: Likewise.
4966 * gdb.cp/bool.exp: Likewise.
4967 * gdb.cp/breakpoint.exp: Likewise.
4968 * gdb.cp/casts.exp: Likewise.
4969 * gdb.cp/class2.exp: Likewise.
4970 * gdb.cp/classes.exp: Likewise.
4971 * gdb.cp/cplusfuncs.exp: Likewise.
4972 * gdb.cp/ctti.exp: Likewise.
4973 * gdb.cp/derivation.exp: Likewise.
4974 * gdb.cp/exception.exp: Likewise.
4975 * gdb.cp/gdb1355.exp: Likewise.
4976 * gdb.cp/hang.exp: Likewise.
4977 * gdb.cp/inherit.exp: Likewise.
4978 * gdb.cp/local.exp: Likewise.
4979 * gdb.cp/m-data.exp: Likewise.
4980 * gdb.cp/m-static.exp: Likewise.
4981 * gdb.cp/member-ptr.exp: Likewise.
4982 * gdb.cp/method.exp: Likewise.
4983 * gdb.cp/misc.exp: Likewise.
4984 * gdb.cp/namespace.exp: Likewise.
4985 * gdb.cp/overload.exp: Likewise.
4986 * gdb.cp/ovldbreak.exp: Likewise.
4987 * gdb.cp/pr-1023.exp: Likewise.
4988 * gdb.cp/pr-1210.exp: Likewise.
4989 * gdb.cp/pr-574.exp: Likewise.
4990 * gdb.cp/printmethod.exp: Likewise.
4991 * gdb.cp/psmang.exp: Likewise.
4992 * gdb.cp/ref-params.exp: Likewise.
4993 * gdb.cp/ref-types.exp: Likewise.
4994 * gdb.cp/rtti.exp: Likewise.
4995 * gdb.cp/templates.exp: Likewise.
4996 * gdb.cp/try_catch.exp: Likewise.
4997 * gdb.cp/userdef.exp: Likewise.
4998 * gdb.cp/virtfunc.exp: Likewise.
4999 * gdb.disasm/am33.exp: Likewise.
5000 * gdb.disasm/h8300s.exp: Likewise.
5001 * gdb.disasm/mn10300.exp: Likewise.
5002 * gdb.disasm/sh3.exp: Likewise.
5003 * gdb.disasm/t01_mov.exp: Likewise.
5004 * gdb.disasm/t02_mova.exp: Likewise.
5005 * gdb.disasm/t03_add.exp: Likewise.
5006 * gdb.disasm/t04_sub.exp: Likewise.
5007 * gdb.disasm/t05_cmp.exp: Likewise.
5008 * gdb.disasm/t06_ari2.exp: Likewise.
5009 * gdb.disasm/t07_ari3.exp: Likewise.
5010 * gdb.disasm/t08_or.exp: Likewise.
5011 * gdb.disasm/t09_xor.exp: Likewise.
5012 * gdb.disasm/t10_and.exp: Likewise.
5013 * gdb.disasm/t11_logs.exp: Likewise.
5014 * gdb.disasm/t12_bit.exp: Likewise.
5015 * gdb.disasm/t13_otr.exp: Likewise.
5016 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
5017 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
5018 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5019 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
5020 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
5021 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
5022 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
5023 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
5024 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
5025 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
5026 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
5027 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
5028 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
5029 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
5030 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
5031 * gdb.mi/gdb701.exp: Likewise.
5032 * gdb.mi/gdb792.exp: Likewise.
5033 * gdb.mi/mi-basics.exp: Likewise.
5034 * gdb.mi/mi-break.exp: Likewise.
5035 * gdb.mi/mi-cli.exp: Likewise.
5036 * gdb.mi/mi-console.exp: Likewise.
5037 * gdb.mi/mi-disassemble.exp: Likewise.
5038 * gdb.mi/mi-eval.exp: Likewise.
5039 * gdb.mi/mi-file.exp: Likewise.
5040 * gdb.mi/mi-read-memory.exp: Likewise.
5041 * gdb.mi/mi-regs.exp: Likewise.
5042 * gdb.mi/mi-return.exp: Likewise.
5043 * gdb.mi/mi-simplerun.exp: Likewise.
5044 * gdb.mi/mi-stack.exp: Likewise.
5045 * gdb.mi/mi-stepi.exp: Likewise.
5046 * gdb.mi/mi-syn-frame.exp: Likewise.
5047 * gdb.mi/mi-until.exp: Likewise.
5048 * gdb.mi/mi-var-block.exp: Likewise.
5049 * gdb.mi/mi-var-child.exp: Likewise.
5050 * gdb.mi/mi-var-cmd.exp: Likewise.
5051 * gdb.mi/mi-var-display.exp: Likewise.
5052 * gdb.mi/mi-watch.exp: Likewise.
5053 * gdb.mi/mi2-basics.exp: Likewise.
5054 * gdb.mi/mi2-break.exp: Likewise.
5055 * gdb.mi/mi2-cli.exp: Likewise.
5056 * gdb.mi/mi2-console.exp: Likewise.
5057 * gdb.mi/mi2-disassemble.exp: Likewise.
5058 * gdb.mi/mi2-eval.exp: Likewise.
5059 * gdb.mi/mi2-file.exp: Likewise.
5060 * gdb.mi/mi2-read-memory.exp: Likewise.
5061 * gdb.mi/mi2-regs.exp: Likewise.
5062 * gdb.mi/mi2-return.exp: Likewise.
5063 * gdb.mi/mi2-simplerun.exp: Likewise.
5064 * gdb.mi/mi2-stack.exp: Likewise.
5065 * gdb.mi/mi2-stepi.exp: Likewise.
5066 * gdb.mi/mi2-syn-frame.exp: Likewise.
5067 * gdb.mi/mi2-until.exp: Likewise.
5068 * gdb.mi/mi2-var-block.exp: Likewise.
5069 * gdb.mi/mi2-var-child.exp: Likewise.
5070 * gdb.mi/mi2-var-cmd.exp: Likewise.
5071 * gdb.mi/mi2-var-display.exp: Likewise.
5072 * gdb.mi/mi2-watch.exp: Likewise.
5073 * gdb.stabs/exclfwd.exp: Likewise.
5074 * gdb.stabs/weird.exp: Likewise.
5075 * gdb.threads/gcore-thread.exp: Likewise.
5076 * gdb.trace/actions.exp: Likewise.
5077 * gdb.trace/backtrace.exp: Likewise.
5078 * gdb.trace/circ.exp: Likewise.
5079 * gdb.trace/collection.exp: Likewise.
5080 * gdb.trace/deltrace.exp: Likewise.
5081 * gdb.trace/infotrace.exp: Likewise.
5082 * gdb.trace/limits.exp: Likewise.
5083 * gdb.trace/packetlen.exp: Likewise.
5084 * gdb.trace/passc-dyn.exp: Likewise.
5085 * gdb.trace/passcount.exp: Likewise.
5086 * gdb.trace/report.exp: Likewise.
5087 * gdb.trace/save-trace.exp: Likewise.
5088 * gdb.trace/tfind.exp: Likewise.
5089 * gdb.trace/tracecmd.exp: Likewise.
5090 * gdb.trace/while-dyn.exp: Likewise.
5091 * gdb.trace/while-stepping.exp: Likewise.
5092
f4b618d1
JB
50932006-08-08 Joel Brobecker <brobecker@adacore.com>
5094
5095 * gdb.base/step-bt.c: New file.
5096 * gdb.base/step-bt.exp: New testcase.
5097
3d00d119
DJ
50982006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5099
5100 * config/monitor.exp (gdb_load): Remove support for obsolete
5101 download-write-size.
5102 * gdb.base/remote.exp: Likewise. Update all callers of
5103 gdb_timed_load.
5104
017b5bd4
DJ
51052006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
5106
5107 * cursal.exp: Pass binfile to gdb_load.
5108
837c599d
DJ
51092006-08-01 Nathan Sidwell <nathan@codesourcery.com>
5110
5111 * gdb.base/cursal.exp: Add "" to gdb_load call.
5112
8dd4540b
MK
51132006-07-29 Mark Kettenis <kettenis@gnu.org>
5114
5115 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
5116 NetBSD/ELF targets.
5117
ab5c9f60
DJ
51182006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
5119
5120 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
5121 operator*.
5122
4c42eaff
DJ
51232006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
5124
5125 * gdb.base/completion.exp: Update for change in "file" behavior.
5126 * gdb.stabs/weird.exp: Likewise.
5127 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
5128 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
5129
0155cc76
NS
51302006-07-24 Nathan Sidwell <nathan@codesourcery.com>
5131
5132 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
5133 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
5134
16026cd7
AS
51352006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5136
5137 * gdb.base/default.exp: Update source command error message.
5138 * gdb.base/help.exp: Update 'help source' message.
5139
16963cb6
DJ
51402006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
5141
5142 * gdb.cp/bs15503.exp: Update comment for no longer crashing
5143 test.
5144
6d7fd486
AS
51452006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
5146
5147 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
5148
29e8a844
DJ
51492006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5150
5151 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
5152
6afcfa39
DJ
51532006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5154
5155 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
5156
267a692b
MK
51572006-07-17 Mark Kettenis <kettenis@gnu.org>
5158
5159 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
5160 *-*-openbsd* from targets for wich we expect ARM FPA floating
5161 point format.
5162
85d2fec4
NR
51632006-07-17 Nick Roberts <nickrob@snap.net.nz>
5164
5165 * gdb.cp/annota3.exp: Expect frame-begin annotation.
5166
51672006-07-17 Mark Kettenis <kettenis@gnu.org>
5168
5169 * gdb.base/annota3.exp: Expect frame-begin annotation.
5170
85b4c6e8
JB
51712006-07-14 Joel Brobecker <brobecker@adacore.com>
5172
5173 * gdb.base/help.exp: Adjust "help unset" test to accept
5174 any list of unset commands.
5175
fb933624
DJ
51762006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
5177 Daniel Jacobowitz <dan@codesourcery.com>
5178
5179 * gdb.cp/ref-params.exp: New test.
5180 * gdb.cp/ref-params.cc: New source file.
5181 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
5182
1dff4b64
MK
51832006-07-08 Mark Kettenis <kettenis@gnu.org>
5184
5185 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
5186 spaces/tabs in regular expressions since they might not be there.
5187
40d2e0e3
AS
51882006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
5189
5190 * gdb.base/ifelse.exp: New file.
5191
f6c957d2
NS
51922006-07-04 Nathan Sidwell <nathan@codesourcery.com>
5193
5194 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
5195 line.
5196 * gdb.base/huge.exp: Loop over compilation to find a size that
5197 is acceptable.
5198 * gdb.base/remote.exp: Correct expected strings.
5199 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
5200
b9c5a23d
DJ
52012006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5202
5203 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
5204
9af2e58d
DJ
52052006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5206
5207 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
5208 native.
5209
30930ca5
DJ
52102006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5211
5212 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
5213 enable stabs testing.
5214
aa32fa1d
DJ
52152006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5216
bd4a4c80 5217 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
5218 gdb_test_multiple does.
5219
321fef15
DJ
52202006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5221
5222 * Makefile.in (host_alias): Remove.
5223 (target_alias): Use @target_noncanonical@.
5224 (site.exp): Don't set host_alias.
5225 * aclocal.m4: Remove contents. Include acx.m4.
5226 * configure: Regenerated.
5227 * configure.ac: Use ACX_NONCANONICAL_TARGET.
5228
e1c2defa
NS
52292006-06-13 Nathan Sidwell <nathan@codesourcery.com>
5230
e63b55d1
NS
5231 * lib/gdb.exp (gdb_load_cmd): New.
5232
5600ea19
NS
5233 * gdb.base/fileio.c: Add system(NULL) test.
5234 * gdb.base/fileio.exp: Check it.
5235
e1c2defa
NS
5236 * gdb.base/break.c: Add 10a breakpoint at }
5237 * gdb.base/break.exp: Add test for breakpoint at }
5238 * gdb.cp/anon-union.cc: Add code at end of function.
5239 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
5240 * gdb.mi/var-cmd.c: Add code at end of function.
5241 * gdb.mi/mi-var-display.exp: Adjust end of next.
5242 * gdb.mi/mi2-var-display.exp: Likewise.
5243 * gdb.base/fileio.c: Add stop function and insert calls at
5244 stopping places.
5245 * gdb.base/fileio.exp: Breakpoint stop function and remove
5246 explicit line number references.
5247
6c0112ec
JB
52482006-05-19 Joel Brobecker <brobecker@adacore.com>
5249
a9c64011
AS
5250 * gdb.base/del.exp (test_delete_alias): New function.
5251 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 5252
154189a4
FF
52532006-05-18 Fred Fish <fnf@specifix.com>
5254
5255 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
5256 required. Check for spurious output after program exits normally.
5257
582e64c2
FF
52582006-05-17 Fred Fish <fnf@specifix.com>
5259
5260 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
5261 gdb_load, so it works in the simulator.
5262
8ef6493a
FF
52632006-05-11 Fred Fish <fnf@specifix.com>
5264
5265 * gdb.base/bang.exp: Ignore unexpected output between the
5266 "program exited normally" and the gdb prompt, as many other
5267 tests do.
5268
692b141c
MK
52692006-05-07 Mark Kettenis <kettenis@gnu.org>
5270
5271 * gdb.base/help.exp: Make "delete checkpoint" part option for
5272 "help d" and "help delete" tests.
5273
540b8a30
UW
52742006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5275
a9c64011 5276 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
5277 expected output in some mi_gdb_test statements.
5278 * gdb.mi/mi2-basics.exp: Likewise.
5279
9b6462d9
JB
52802006-05-05 Joel Brobecker <brobecker@adacore.com>
5281
5282 * gdb.base/del.c: New file.
5283 * gdb.base/del.exp: New testcase.
5284
954de43b
DM
52852006-05-05 David S. Miller <davem@sunset.davemloft.net>
5286
5287 * gdb.base/break.exp: Do not assume a breakpoint on
5288 main will actually be in $srcfile when optimizing.
1303f75e
DM
5289 * gdb.base/savedregs.exp: Do not require that the dummy
5290 frame location match up to a symbol and source file location.
c3242428
DM
5291 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
5292 will get printed without a mi_cmd_data_list_register_values prefix.
5293 (*-data-list-register-*): Correct regular expressions to expect the new
5294 pseudo d? floating point registers.
5295 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 5296
c7e64c9a
DJ
52972006-05-05 Christophe Lyon <christophe.lyon@st.com>
5298
5299 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
5300 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
5301 is allocated by the compiler.
5302 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
5303 anons, e, anone to force their allocation by the compiler.
5304
53052006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
5306
5307 * gdb.base/help.exp: Update expected text for help d and
5308 help delete.
5309
27ce9a6d
MK
53102006-05-02 Mark Kettenis <kettenis@gnu.org>
5311
5312 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
5313 NetBSD/ELF targets.
5314
8608915f
MK
53152006-04-30 Mark Kettenis <kettenis@gnu.org>
5316
5317 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
5318 single-step breakpoint fails; make this a KFAIL on
5319 sparc*-*-openbsd*.
5320 * gdb.base/siginfo.exp: Likewise.
5321 * gdb.base/sigstep.exp (advance, advancei): Likewise.
5322
b8db102d
MS
53232006-04-26 Michael Snyder <msnyder@redhat.com>
5324
5325 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
5326 which may have to consume output from other forks.
5327 Add tests to make sure that "delete fork" succeeded.
5328
c702009a
MS
53292006-04-20 Michael Snyder <msnyder@redhat.com>
5330
5331 * 2006-03-22 Jim Blandy <jimb@redhat.com>
5332 Add support for the Renesas M32C and M16C.
5333
5334 * gdb.asm/asm-source.exp: Add m32c target.
5335 * gdb.asm/m32c.inc: Support for m32c target.
5336
e28493f2
AS
53372006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
5338
5339 * gdb.base/commands.exp (recursive_source_test): New test.
5340
880da185
DM
53412006-04-04 David S. Miller <davem@sunset.davemloft.net>
5342
5343 * gdb.base/float.exp: Add pattern for sparc targets.
5344
61d9b92f
DJ
53452006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5346
5347 * gdb.base/commands.exp (stray_arg0_test): New test.
5348
bd717df8
PB
53492006-03-30 Paul Brook <paul@codesourcery.com>
5350
5351 * gdb.mi/mi-until.exp: kfail broken until command.
5352 * gdb.mi/mi2-until.exp: Ditto.
5353
ec793d3c
NR
53542006-03-27 Nick Roberts <nickrob@snap.net.nz>
5355
5356 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
5357
831004b7
AO
53582006-03-08 Alexandre Oliva <aoliva@redhat.com>
5359
5360 * gdb.base/prelink.exp: Anchor tested-for regular expression
5361 on gdb prompt.
5362
effe49a0
PB
53632006-03-07 Paul Brook <paul@codesourcery.com>
5364
5365 * gdb.base/assign.exp: Correct fail message.
5366
e5461016
PB
53672006-03-07 Paul Brook <paul@codesourcery.com>
5368
5369 * lib/compiler.c: Extract armcc version number.
5370 * lib/compiler.cc: Ditto.
5371
fc91c6c2
PB
53722006-03-07 Paul Brook <paul@codesourcery.com>
5373
5374 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
5375 additional_flags=-w.
5376 * gdb.arch/altivec-regs.exp: Ditto.
5377 * gdb.arch/e500-abi.exp: Ditto.
5378 * gdb.arch/e500-regs.exp: Ditto.
5379 * gdb.base/all-bin.exp: Ditto.
5380 * gdb.base/annota1.exp: Ditto.
5381 * gdb.base/annota3.exp: Ditto.
5382 * gdb.base/args.exp: Ditto.
5383 * gdb.base/arithmet.exp: Ditto.
5384 * gdb.base/assign.exp: Ditto.
5385 * gdb.base/async.exp: Ditto.
5386 * gdb.base/bang.exp: Ditto.
5387 * gdb.base/break.exp: Ditto.
5388 * gdb.base/call-rt-st.exp: Ditto.
5389 * gdb.base/completion.exp: Ditto.
5390 * gdb.base/cond-expr.exp: Ditto.
5391 * gdb.base/condbreak.exp: Ditto.
5392 * gdb.base/consecutive.exp: Ditto.
5393 * gdb.base/define.exp: Ditto.
5394 * gdb.base/display.exp: Ditto.
5395 * gdb.base/ena-dis-br.exp: Ditto.
5396 * gdb.base/environ.exp: Ditto.
5397 * gdb.base/eval-skip.exp: Ditto.
5398 * gdb.base/info-proc.exp: Ditto.
5399 * gdb.base/jump.exp: Ditto.
5400 * gdb.base/logical.exp: Ditto.
5401 * gdb.base/long_long.exp: Ditto.
5402 * gdb.base/maint.exp: Ditto.
5403 * gdb.base/miscexprs.exp: Ditto.
5404 * gdb.base/pc-fp.exp: Ditto.
5405 * gdb.base/pointers.exp: Ditto.
5406 * gdb.base/relational.exp: Ditto.
5407 * gdb.base/reread.exp: Ditto.
5408 * gdb.base/sect-cmd.exp: Ditto.
5409 * gdb.base/sep.exp: Ditto.
5410 * gdb.base/sepdebug.exp: Ditto.
5411 * gdb.base/until.exp: Ditto.
5412 * gdb.base/whatis-exp.exp: Ditto.
5413 * gdb.cp/annota2.exp: Ditto.
5414 * gdb.cp/annota3.exp: Ditto.
5415 * gdb.trace/actions.exp: Ditto.
5416 * gdb.trace/backtrace.exp: Ditto.
5417 * gdb.trace/circ.exp: Ditto.
5418 * gdb.trace/collection.exp: Ditto.
5419 * gdb.trace/deltrace.exp: Ditto.
5420 * gdb.trace/infotrace.exp: Ditto.
5421 * gdb.trace/limits.exp: Ditto.
5422 * gdb.trace/packetlen.exp: Ditto.
5423 * gdb.trace/passc-dyn.exp: Ditto.
5424 * gdb.trace/passcount.exp: Ditto.
5425 * gdb.trace/report.exp: Ditto.
5426 * gdb.trace/save-trace.exp: Ditto.
5427 * gdb.trace/tfind.exp: Ditto.
5428 * gdb.trace/tracecmd.exp: Ditto.
5429 * gdb.trace/while-dyn.exp: Ditto.
5430 * gdb.trace/while-stepping.exp: Ditto.
5431 * lib/gdb.exp: Ditto.
5432 (gdb_compile): Handle nowarning option.
5433
5f4a23d9
AO
54342006-03-07 Alexandre Oliva <aoliva@redhat.com>
5435
5436 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
5437 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
5438 Rename executable to prelinkt. Don't re-prelink if we didn't
5439 get a core file. Test prelink -u exit status to tell whether
5440 prelinking failed. Use gdb_test_multiple.
5441
9733fc94
DJ
54422006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5443
5444 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
5445 (do_tests): Call it.
5446
cc10cae3
AO
54472006-02-28 Alexandre Oliva <aoliva@redhat.com>
5448
5449 * gdb.base/prelink.exp: New test.
5450 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
5451
15c46491
WZ
54522006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
5453
5454 * gdb.fortran/derived-type.f90: New file.
5455 * gdb.fortran/derived-type.exp: New testcase.
5456
5c9f7ded
DJ
54572006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
5458
5459 * gdb.base/default.exp: Allow ';' as a directory separator.
5460
5b96932b
AS
54612006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
5462
5463 * gdb.base/help.exp (help add-symbol-file): Update.
5464
1986bccd
AS
54652006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
5466
5467 * gdb.base/help.exp (help load): Update expected results.
5468
a8b7528f
FF
54692006-02-19 Fred Fish <fnf@specifix.com>
5470
5471 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
5472 specifix hex value as part of results.
5473 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 5474
f8261448
FF
54752006-02-16 Fred Fish <fnf@specifix.com>
5476
5477 * gdb.base/whatis.c: Define variables using typedefs char_addr,
5478 ushort_addr, and slong_addr, so the typedefs are not optimized
5479 away.
5480 * gdb.base/whatis.exp: Add tests using type name for struct type,
5481 union type, enum type, and typedef.
a9c64011 5482
31d8bdd2
MK
54832006-02-13 Mark Kettenis <kettenis@gnu.org>
5484
5485 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
5486
34e41e63
JB
54872006-02-13 Jim Blandy <jimb@redhat.com>
5488
5489 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
5490 case where it takes two "next" commands to skip past the init
5491 call.
5492
ac6e4f31
FF
54932006-02-12 Fred Fish <fnf@specifix.com>
5494
5495 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
5496 to handle cases where it takes two "next" commands to skip
5497 past the init call.
5498
2db2d571
JB
54992006-02-07 Joel Brobecker <brobecker@adacore.com>
5500
5501 * gdb.ada/array_return.exp: Mark the last test as expected to fail
5502 on hppa32 targets.
5503
38fcd64c
DJ
55042006-02-06 Vladimir Prus <ghost@cs.msu.su>
5505
5506 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
5507 field.
5508
1315ad46
MK
55092006-01-29 Mark Kettenis <kettenis@gnu.org>
5510
5511 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
5512
5625b943
DJ
55132006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
5514
5515 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
5516 files.
5517
80df1bbe
DJ
55182006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
5519
5520 * gdb.cp/maint.exp: Set complaints to a positive value.
5521
9078e690
DJ
55222006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
5523
5524 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
5525 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
5526 function name.
5527
9c903399
DJ
55282006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
5529
5530 * gdb.base/checkpoint.c: Update copyright notice. Include
5531 <stdlib.h>.
5532
761ae4d6
JB
55332006-01-04 Jim Blandy <jimb@redhat.com>
5534
5535 * gdb.asm/asm-source.exp: Independently provide default values for
5536 asm-flags and debug-flags. Use 'string equal' to do the
5537 comparison, not the implicit expr's '==' operator. Remove
5538 now-unneeded assignments to asm-flags. In h8300 case, place
5539 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
5540
099ac3dd
MS
55412006-01-04 Michael Snyder <msnyder@redhat.com>
5542
5543 * gdb.base/checkpoint.c: New file.
5544 * gdb.base/checkpoint.exp: New file.
5545 * gdb.base/multi-fork.c: New file.
5546 * gdb.base/multi-fork.exp: New file.
5547 * gdb.base/pi.txt: New file (data for checkpoint.c test).
5548
f4d85314
FF
55492006-01-04 Fred Fish <fnf@specifix.com>
5550
5551 * gdb.base/ptype.c (foo): Add typedef.
5552 (intfoo): Add function.
5553 * gdb.base/ptype1.c: New file.
5554 * gdb.base/ptype.exp: Handle compilation and linking with two
5555 source files. Test that proper type for "foo" is found based
5556 on source context rather than first match found in symtabs.
5557
a1b06f35
MK
55582005-12-28 Mark Kettenis <kettenis@gnu.org>
5559
5560 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
5561 * gdb.asm/openbsd.inc: Indent commands.
5562
d082a1e2
MK
55632005-12-26 Mark Kettenis <kettenis@gnu.org>
5564
c65016bd
MK
5565 * gdb.base/freebpcmd.exp: Increase timeout.
5566
d082a1e2
MK
5567 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
5568
d3c32a0e
DJ
55692005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
5570
5571 * gdb.base/default.exp: Update check for "show version".
5572
9fdb1f50
RC
55732005-12-09 Randolph Chung <tausq@debian.org>
5574
5575 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
5576 * gdb.asm/pa64.inc: New file.
5577
5f2c56f7
RC
55782005-12-09 Randolph Chung <tausq@debian.org>
5579
5580 * gdb.asm/common.inc: Indent commands.
5581 * gdb.asm/asmsrc1.s: Likewise.
5582 * gdb.asm/asmsrc2.s: Likewise.
5583
8117349c
RC
55842005-12-09 Randolph Chung <tausq@debian.org>
5585
5586 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
5587 (get_addr_of_sym): Remove duplicate print.
5588 (gen_core): xfail hppa*-*-hpux*, update expected output.
5589 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
5590 * gdb.arch/pa64-nullify.s: New file.
5591
8f07f25a
RC
55922005-12-09 Randolph Chung <tausq@debian.org>
5593
5594 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
5595
55b39184
DJ
55962005-12-07 Christophe Lyon <christophe.lyon@st.com>
5597
5598 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
5599 code generation for these functions.
5600 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
5601 error message.
5602
31e2b00f
AS
56032005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5604
5605 * gdb.base/help.exp (help b, help br, help bre, help brea)
5606 (help break): Update the expected message.
5607
c3d0b56e
SC
56082005-11-11 Stephane Carrez <stcarrez@nerim.fr>
5609
5610 * gdb.asm/m68hc11.inc: Setup the data section.
5611 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
5612 script for this test.
5613 (m6812-*-*): Likewise.
5614
36ae0ea9
RC
56152005-11-09 Randolph Chung <tausq@debian.org>
5616
5617 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
5618
9d6f42e9
WZ
56192005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
5620
5621 * gdb.base/break.exp: Fix a comment typo.
5622
e2126a14
EZ
56232005-11-03 Jim Blandy <jimb@redhat.com>
5624
a9c64011
AS
5625 Checked in by Elena Zannoni <ezannoni@redhat.com>
5626
e2126a14
EZ
5627 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
5628
e0ac7199
CV
56292005-11-02 Corinna Vinschen <vinschen@redhat.com>
5630
5631 * gdb.arch/gdb1558.c: Include stdio.h.
5632
31d3fb18
MK
56332005-10-31 Mark Kettenis <kettenis@gnu.org>
5634
5635 * gdb.asm/asm-source.exp: Use -e instead of --entry.
5636
e52b687c
MK
56372005-10-31 Mark Kettenis <kettenis@gnu.org>
5638
5639 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
5640
f4711d79
PG
56412005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
5642
a9c64011
AS
5643 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
5644 vscr" tests to better match output.
f4711d79 5645
987a9106
JB
56462005-10-12 Jim Blandy <jimb@redhat.com>
5647
5648 * gdb.base/structs.exp (any): New function.
5649 (test_struct_returns): Don't make any assumptions at all about
5650 what value the function returns when GDB can't set the return
5651 value.
5652
2336bb58
JB
56532005-10-09 Joel Brobecker <brobecker@adacore.com>
5654
5655 * gdb.ada/arrayidx/p.adb: New file.
5656 * gdb.ada/arrayidx.exp: New testcase
5657
56582005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
5659
5660 * gdb.ada/array_return/pck.ads: New file.
5661 * gdb.ada/array_return/pck.adb: New file.
5662 * gdb.ada/array_return/p.adb: New file.
5663 * gdb.ada/array_return.exp: New testcase.
5664
705335ea
JB
56652005-10-03 Joel Brobecker <brobecker@adacore.com>
5666
a9c64011
AS
5667 * gdb.base/arrayidx.c: New file.
5668 * gdb.base/arrayidx.exp: New testcase.
705335ea 5669
11ee9940
NR
56702005-09-29 Nick Roberts <nickrob@snap.net.nz>
5671
5672 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
5673 frames-invalid and breakpoints-invalid are no longer generated
5674 with level 3 so don't expect them in the output.
5675
39fb8e9e
BR
56762005-09-27 Bob Rossi <bob@brasko.net>
5677
a9c64011 5678 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
5679 from test. Escape the | in mi_gdb_test call.
5680 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
5681 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
5682 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
5683 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
5684 expected regex's in mi_gdb_test calls.
5685 * lib/mi-support.exp: Remove arbitrary .* from tests.
5686 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
5687 Fully anchor GDB/MI expected results in mi_gdb_test.
5688 * lib/gdb.exp (string_to_regexp): Escape the ] character.
5689 * gdb.base/sizeof.exp: Remove escape character. Correct test.
5690
2af48f68
PB
56912005-09-26 Paul Brook <paul@codesourcery.com>
5692
5693 * long_long.exp: Exclude eabi targets from arm FPA float format test.
5694
f34502bc
WZ
56952005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
5696
5697 * bfp-test.c: New file.
5698 * bfp-test.exp: New testcase.
5699
ca929517
WZ
57002005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
5701
5702 * gdb.fortran/subarray.exp: New testcase to test the evaluation
5703 of subarray and substring variable.
5704 * gdb.fortran/subarray.f: New source file for the test of subarray
5705 and substring variable evaluation.
5706 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
5707 of string constant.
5708
c761af65
DJ
57092005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
5710
5711 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
5712 copyright dates.
5713
561d7a1d
PG
57142005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
5715
5716 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
5717 powerpc altivec' test with an almost identical 'info vector' test.
5718
b2b64cc9
PG
57192005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
5720
a9c64011
AS
5721 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
5722 vscr" tests to match output.
b2b64cc9 5723
6ac4d15a
PG
57242005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
5725
a9c64011
AS
5726 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
5727 output.
6ac4d15a 5728
40e55bef
BR
57292005-09-11 Bob Rossi <bob@brasko.net>
5730
5731 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
a9c64011 5732 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
40e55bef
BR
5733 commands that return an MI output command and an asyncronous MI output
5734 command.
5735 * gdb.mi/mi-console.exp: Ditto.
5736
3c7385ec
BR
57372005-09-11 Bob Rossi <bob@brasko.net>
5738
5739 * gdb.mi/mi-var-child.c: Include <string.h>.
5740
a6cd0eb3
DJ
57412005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
5742
5743 * killed.exp: Correct gdb_expect syntax.
5744
2f168eed
CV
57452005-08-09 Corinna Vinschen <vinschen@redhat.com>
5746
5747 * lib/mi-support.exp (mi_gdb_load): Fix typo.
5748
ecd3fd0f
BR
57492005-08-02 Bob Rossi <bob@brasko.net>
5750
5751 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
5752 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
5753 Change tests to inferior-tty-set/show.
5754 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
5755 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
5756 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
5757 inferior. Use mi_gdb_test to get GDB and Inferior output.
5758 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
5759 descriptor.
5760 (mi_inferior_tty_name): Add inferior PTY file name.
5761 (mi_gdb_start): Add INFERIOR_PTY parameter.
5762 (mi_gdb_test): Add IPATTERN parameter.
5763
f1ea48cb 57642005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 5765
f1ea48cb
BR
5766 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
5767 parameter to mi_gdb_test.
5768 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
5769
6e650a67
DJ
57702005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
5771
5772 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
5773 struct_declarations.
5774 * gdb.mi/mi-var-child.exp: Step over the initialization of
5775 struct_declarations.
5776
8be260b6
DJ
57772005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
5778
5779 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
5780 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
5781 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
5782 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
5783 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
5784 file.
5785
4e660f07
NR
57862005-07-27 Nick Roberts <nickrob@snap.net.nz>
5787
5788 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
5789 (do_children_tests): Assign values to the extra elements.
5790
5791 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
5792 them for tests for "-var-update --no-values" and
a9c64011 5793 "-var-update --all-values".
4e660f07
NR
5794 Add test for "-var-list-children --simple-values".
5795
5796 * gdb.mi/basics.c (callee4): Add integer array D[3]...
5797
5798 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
5799 "-stack-list-locals --simple-values" Improve doc strings and
5800 comments.
5801
6bdae935
MK
58022005-07-18 Mark Kettenis <kettenis@gnu.org>
5803
598b7a6f
MK
5804 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
5805 *-*-openbsd*.
5806 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
5807
6bdae935
MK
5808 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
5809 sigaltsatck'.
5810
1323e929 58112005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 5812
1323e929
BR
5813 * gdb.base/default.exp (tty): Changed output of command.
5814 * gdb.base/help.exp (help tty): Ditto.
5815
b1a9c082
MK
58162005-07-12 Mark Kettenis <kettenis@gnu.org>
5817
5818 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
5819
10a844a2
MK
58202005-07-10 Mark Kettenis <kettenis@gnu.org>
5821
5822 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
5823 -stack-select-frame without arguments.
5824 (test_stack_frame_listing): Add test for newly implemented command
5825 -stack-info-frame.
5826
3cb3b8df
BR
58272005-07-06 Bob Rossi <bob@brasko.net>
5828
5829 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
5830 command.
5831 (Copyright): Update copyright.
5832
a0c5fbcf
WZ
58332005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
5834
5835 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
5836 tests to evaluate exponentiation expression.
5837
984971d0
AS
58382005-06-29 Andreas Schwab <schwab@suse.de>
5839
5840 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
5841 main to avoid warnings.
5842
5843 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
5844
fe03833f
NR
58452005-06-20 Nick Roberts <nickrob@snap.net.nz>
5846
5847 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
5848 -stack-select-frame without arguments.
5849 (test_stack_frame_listing): Add test for newly implemented command
5850 -stack-info-frame.
a9c64011 5851
7a55f279
WZ
58522005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
5853
0ffa0ea5
DJ
5854 * gdb.fortran/array-element.f: New file.
5855 * gdb.fortran/array-element.exp: New testcase.
7a55f279 5856
26585198
DJ
58572005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5858
5859 * gdb.base/bigcore.exp: Correct checks for systems which can
5860 not dump a large core file.
5861
c1bd25fd
DJ
58622005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5863
5864 * gdb.base/relocate.c: Add a copyright notice.
5865 (dummy): Remove.
5866 * gdb.base/relocate.exp: Test printing the values of variables
5867 from a relocatable file.
5868
589e074d
DJ
58692005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
5870
5871 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
5872 excess MI output after an error.
5873
0915f927
JB
58742005-05-29 Joel Brobecker <brobecker@adacore.com>
5875
5876 * gdb.arch/alpha-step.c: New file.
5877 * gdb.arch/alpha-step.exp: New testcase.
5878
76ff342d
DJ
58792005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5880 Dennis Brueni <dennis@slickedit.com>
5881
5882 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
5883 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
5884 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
5885 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
5886 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
5887 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
5888 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
5889
96b0c7ac
DJ
58902005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
5891 Wu Zhou <woodzltc@cn.ibm.com>
5892
5893 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
5894 IBM's xlc compiler.
5895 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
5896 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
5897
f21565d2
JB
58982005-05-13 Jim Blandy <jimb@redhat.com>
5899
5900 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
5901 calling gdb_suppress_entire_file.
5902 * gdb.base/charset.exp: Same.
5903 * gdb.base/call-rt-st.exp: Same.
5904
6006a3a1
BR
59052005-05-05 Bob Rossi <bob_rossi@cox.net>
5906
5907 * lib/gdb.exp (fullname_syntax): Added global regex.
5908 (fullname_syntax_POSIX): Ditto.
5909 (fullname_syntax_UNC): Ditto.
5910 (fullname_syntax_DOS_CASE): Ditto.
5911 (fullname_syntax_DOS): Ditto.
5912 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
5913 fullname_syntax variable to scope and use it.
5914 (test_file_list_exec_source_files): Ditto.
5915 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
5916
c3b69c04
DJ
59172005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
5918
5919 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
5920
3c95e6af
PG
59212004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
5922
a9c64011
AS
5923 * lib/gdb.exp (skip_altivec_tests): New function, based on
5924 check_vmx_hw_available from the GCC testsuite.
5925 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
5926 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 5927
78df6c56
JB
59282005-05-02 Jim Blandy <jimb@redhat.com>
5929
5930 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
5931 calling gdb_suppress_entire_file.
5932
1690f9cf
DJ
59332005-04-30 Randolph Chung <tausq@debian.org>
5934
5935 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
5936 Slightly relax "sem_post" name checking.
5937
5ea106f7
PG
59382005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
5939
5940 * gdb.base/unload.exp: Use new shared library infrastructure.
5941
bf7234cf
PG
59422005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
5943
5944 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 5945 infrastructure.
bf7234cf 5946
547b869a
CV
59472005-04-29 Corinna Vinschen <vinschen@redhat.com>
5948
5949 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
5950 * gdb.asm/h8300.inc: New file.
5951
f07e55f0
PG
59522005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
5953
5954 * gdb.base/shlib-call.exp: Change to use new shared library
5955 infrastructure.
5956
3cbba3d1
PG
59572005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
5958
a9c64011
AS
5959 * gdb.base/pending.exp: Change to use new shared library
5960 infrastructure.
3cbba3d1 5961
ed6df200
PG
59622005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
5963
a9c64011
AS
5964 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
5965 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 5966
8c8f4ebe
PG
59672005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
5968
a9c64011
AS
5969 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
5970 shared objects being adjusted and update copyright years.
8c8f4ebe 5971
607fbc54
DJ
59722005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
5973
5974 * ChangeLog: Correct some 2003-01-13 dates.
5975 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
5976 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
5977 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
5978 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
5979 gdb.trace/tfind.exp: Update copyright years.
5980
57bf0e56
DJ
59812005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
5982 Daniel Jacobowitz <dan@codesourcery.com>
5983
5984 * lib/gdb.exp (gdb_compile): Handle shlib=.
5985 (gdb_compile_shlib): New function.
5986
9b593790
PG
59872005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
5988
a9c64011 5989 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 5990
9494c6a5
DJ
59912005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
5992
5993 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
5994 gdb.server.
5995 * configure.ac: Likewise.
5996 * configure: Regenerated.
5997 * gdb.gdbserver/Makefile.in: Moved to...
5998 * gdb.server/Makefile.in: ... here.
5999 * gdb.gdbserver/server.c: Moved to...
6000 * gdb.server/server.c: ... here.
6001 * gdb.gdbserver/server-run.exp: Moved to...
6002 * gdb.server/server-run.exp: ... here.
6003
6f8eac0e
DJ
60042005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
6005
6006 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
6007 * configure.ac: Create gdb.gdbserver/Makefile.
6008 * configure: Regenerated.
6009 * lib/gdbserver-support.exp: New file, derived from
6010 config/gdbserver.exp.
6011 * config/gdbserver.exp: Use gdbserver-support.exp.
6012 * gdb.gdbserver/Makefile.in: New file.
6013 * gdb.gdbserver/server.c: New file.
6014 * gdb.gdbserver/server-run.exp: New file.
6015
6e87504d
PG
60162005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
6017
a9c64011
AS
6018 * lib/gdb.exp (test_compiler_info): Return compiler_info
6019 if no arguments are given.
6e87504d 6020
d1779be4
PG
60212005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
6022
6023 * gdb.arch/altivec-abi.exp: Check for compiler and set
6024 use altivec' flag accordingly.
6025 * gdb.arch/altivec-regs.exp: Likewise.
6026
88750304
DJ
60272005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
6028
6029 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
6030
f3fb768d
AS
60312005-03-27 Andreas Schwab <schwab@suse.de>
6032
6033 * gdb.base/bigcore.c (main): Add missing mode argument in open
6034 call.
6035
7e813ac5
DJ
60362005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
6037
6038 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
6039 downloads.
6040 * config/gdbserver.exp (gdb_load): Likewise.
6041
8e3049aa
PB
60422005-03-14 Paul Brook <paul@codesourcery.com>
6043
6044 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
6045 targets.
6046
a9df7c44
JB
60472005-03-09 Joel Brobecker <brobecker@adacore.com>
6048
6049 * gdb.dwarf2/dup-psym.S: New file.
6050 * gdb.dwarf2/dup-psym.exp: New testcase.
6051
9f0d94e8
JB
60522005-03-09 Joel Brobecker <brobecker@adacore.com>
6053
6054 * gdb.ada/exec_changed/first.adb: New file.
6055 * gdb.ada/exec_changed/second.adb: New file.
6056 * gdb.ada/exec_changed.exp: New testcase.
6057
5f579bc5
NS
60582005-03-08 Nathan Sidwell <nathan@codesourcery.com>
6059
36e9969c
NS
6060 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
6061 (A2): New class.
6062 (main): Test operator+.
6063 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
6064 breakpoint test.
6065
5f579bc5
NS
6066 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
6067 * gdb.base/signull.exp: Disable if gdb,nosignals.
6068 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
6069 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
6070 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
6071 * gdb.mi/mi2-console.exp: Likewise.
6072 * gdb.trace/collection.exp (run_trace_experiment): Consume the
6073 continue output at start.
6074 (gdb_collect_locals_test): Robustify regexp.
6075 * gdb.trace/passc-dyn.exp: Fix comment typo.
6076 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
6077
be46087e
CV
60782005-03-08 Corinna Vinschen <vinschen@redhat.com>
6079
6080 * gdb.asm/asm-source.exp: Add iq2000 case.
6081 * gdb.asm/iq2000.inc: New file.
6082
384e1a61 60832005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 6084
384e1a61
MI
6085 * gdb.base/command.exp: Change hardcoded value to regular expression.
6086 * gdb.base/float.exp: Add powerpc to the list of targets checked.
6087
584b6e9e
DJ
60882005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
6089
6090 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
6091 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
6092 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
6093 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
6094 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
6095
ab5b5d61
MK
60962005-03-05 Mark Kettenis <kettenis@gnu.org>
6097
6098 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
6099 changes.
6100
ae051c1b
PG
61012004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
6102
a9c64011
AS
6103 * lib/compiler.c: Add test for IBM's xlc compiler.
6104 * lib/compiler.cc: Likewise.
ae051c1b 6105
3f0f6ed2
JB
61062004-02-24 Joel Brobecker <brobecker@adacore.com>
6107
6108 * gdb.ada/fixed_points.exp: Create compilation object directory
6109 before running the test.
6110 * gdb.ada/null_record.exp: Likewise.
6111 * gdb.ada/packed_array.exp: Likewise.
6112 * gdb.ada/start.exp: Likewise.
6113
724f452b
JB
61142005-02-15 Joel Brobecker <brobecker@adacore.com>
6115
6116 * gdb.ada/packed_array/pa.adb: New file.
6117 * gdb.ada/packed_array.exp: New testcase.
6118
57f5cdfb 61192005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 6120
1f393151
MK
6121 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
6122 files.
6123
ebdda337
MK
6124 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
6125 on *-*-openbsd*. Correctly match whitespace in regukar
6126 expressions.
6127
cf309262
DJ
61282005-02-10 Daniel Jacobowitz <dan@debian.org>
6129
6130 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
6131 PR exp/1821
6132 * gdb.base/gdb1821.c: New test file.
6133 * gdb.base/gdb1821.exp: New test file.
6134
3be49e7a
JB
61352005-02-09 Joel Brobecker <brobecker@adacore.com>
6136
6137 * gdb.base/start.c: New file.
6138 * gdb.base/start.exp: New testcase.
6139
e292e67d
JB
61402005-02-09 Joel Brobecker <brobecker@adacore.com>
6141
6142 * gdb.ada/start/dummy.adb: New file.
6143 * gdb.ada/start.exp: New testcase.
6144
dbdfa66c
CV
61452005-02-09 Corinna Vinschen <vinschen@redhat.com>
6146
6147 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
6148 for printing symbols and statistics.
6149 Add test for using relative pathnames in "maint print msymbols" test.
6150 Mark "maint info sections DATA" XFAIL on Cygwin.
6151 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
6152 tests.
6153
d7941671
AC
61542005-02-09 Andreas Schwab <schwab@suse.de>
6155
6156 Committed by Andrew Cagney <cagney@gnu.org>
6157 * gdb.base/remotetimeout.exp: New file.
6158
74e5ef44
MK
61592005-02-07 Mark Kettenis <kettenis@gnu.org>
6160
6161 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
6162
464dd14d
JB
61632005-02-03 Joel Brobecker <brobecker@adacore.com>
6164
6165 * gdb.ada/gnat_ada.gpr: New file.
6166 * gdb.ada/gnat_ada.gin: Delete, no longer used.
6167 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
6168 * configure.ac: No longer generate gnat_ada.gpr.
6169 * configure: Regenerate.
6170 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
6171 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
6172 * gdb.ada/null_record/bar.ads: Likewise.
6173 * gdb.ada/null_record/bar.adb: Likewise.
6174 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
6175 * gdb.ada/null_record.exp (testdir): New variable.
6176 (testfile): executable is now in testdir subdirectory.
6177 (srcfile): Use full path to the main compilation unit.
6178 * gdb.ada/fixed_points.exp: Same changes as above.
6179
30d756ae
NR
61802005-02-03 Nick Roberts <nickrob@snap.net.nz>
6181
6182 * gdb.base/interp.exp: New test.
6183
9d799f85
AC
61842005-01-24 Andrew Cagney <cagney@gnu.org>
6185
6186 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
6187
15656118
AC
61882005-01-19 Andrew Cagney <cagney@gnu.org>
6189
a892c31b
AC
6190 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
6191 configure.ac not configure.in.
6192
15656118
AC
6193 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
6194 of powerpc*-*-*.
6195 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 6196 * gdb.base/list.exp (test_list_function)
15656118
AC
6197 (test_list_filename_and_function): Ditto.
6198 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
6199
a7b01baf
AC
62002005-01-16 Andrew Cagney <cagney@gnu.org>
6201
17d92a02
AC
6202 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
6203
a7b01baf
AC
6204 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
6205
bc8332bb
AC
62062005-01-14 Andrew Cagney <cagney@gnu.org>
6207
6208 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
6209 * gdb.mi/mi2-var-cmd.exp: Ditto.
6210
4d074752
CV
62112005-01-10 Corinna Vinschen <vinschen@redhat.com>
6212
6213 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
6214
bec39cab
AC
62152005-01-07 Andrew Cagney <cagney@gnu.org>
6216
6217 * configure.ac: Rename configure.in, require autoconf 2.59.
6218 * configure: Re-generate.
6219 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
6220 * gdb.stabs/configure: Re-generate.
6221 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
6222 * gdb.hp/configure: Re-generate.
6223 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
6224 autoconf 2.59.
6225 * gdb.hp/gdb.objdbg/configure: Re-generate.
6226 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
6227 autoconf 2.59.
6228 * gdb.hp/gdb.defects/configure: Re-generate.
6229 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
6230 autoconf 2.59.
6231 * gdb.hp/gdb.compat/configure: Re-generate.
6232 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
6233 autoconf 2.59.
6234 * gdb.hp/gdb.base-hp/configure: Re-generate.
6235 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
6236 autoconf 2.59.
6237 * gdb.hp/gdb.aCC/configure: Re-generate.
6238
f10b16d4
JB
62392004-12-15 Jim Blandy <jimb@redhat.com>
6240
6241 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
6242 under NPTL when there is debugging info available for libpthread.
6243
fb6e1814
JG
62442004-12-13 Jerome Guitton <guitton@gnat.com>
6245
6246 * gdb.ada/fixed_points.c: New file.
6247 * gdb.ada/fixed_points.exp: New file.
6248
fe46cd3a
RC
62492004-12-03 Randolph Chung <tausq@debian.org>
6250
6251 * gdb.arch/pa-nullify.exp: New file.
6252 * gdb.arch/pa-nullify.s: New file.
6253
8de0841b
RC
62542004-11-30 Randolph Chung <tausq@debian.org>
6255
6256 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
6257 instead of "tbug". Fix regexp to work properly with gdb_test.
6258
c8170782
PH
62592004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
6260
6261 * gdb.base/bitfields2.exp: New test.
6262 * gdb.base/bitfields2.c: New file.
6263
954269c2
RE
62642004-11-28 Richard Earnshaw <rearnsha@arm.com>
6265
6266 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
6267
0107feed
RC
62682004-11-16 Randolph Chung <tausq@debian.org>
6269
6270 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
6271
f073ae8c
DJ
62722004-11-14 Daniel Jacobowitz <dan@debian.org>
6273
6274 * gdb.threads/threadapply.exp: Correct "macro details" test.
6275
19ad59e7
JJ
62762004-11-11 Jeff Johnston <jjohnstn@redhat.com>
6277
6278 * gdb.threads/threadapply.exp: New test.
6279 * gdb.threads/threadapply.c: New file.
6280
9cf0961b
MK
62812004-11-07 Mark Kettenis <kettenis@gnu.org>
6282
6283 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
6284 frames.
6285
c789492a
FL
62862004-11-05 Felix Lee <felix+log1@specifixinc.com>
6287
6288 * gdb.base/cursal.exp: New file.
6289 * gdb.base/cursal.c: New file.
6290
a1e167bb
AC
62912004-11-03 Andrew Cagney <cagney@gnu.org>
6292
6293 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
6294
b7cbf173
MK
62952004-10-30 Mark Kettenis <kettenis@gnu.org>
6296
6297 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
6298 NetBSD/ELF targets.
6299
88f9d34f
JB
63002004-10-29 Joel Brobecker <brobecker@gnat.com>
6301
6302 * gdb.threads/bp_in_thread.c: New file, copied from
6303 pthread_cond_wait.c.
6304 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
6305 file, rather than reusing the .c file from another testcase.
6306
ca7d6a0c
JB
63072004-10-20 Joel Brobecker <brobecker@gnat.com>
6308
6309 * gdb.ada/null_record.exp: Check where we stopped after
6310 sending the start command, instead of where the associated
6311 temporary breakpoint was inserted.
6312
0d863d03
AC
63132004-10-14 Andrew Cagney <cagney@gnu.org>
6314
6315 * gdb.mi/gdb701.c (main): Return 0.
6316
d11e72cb
DJ
63172004-10-13 Daniel Jacobowitz <dan@debian.org>
6318
d40539a4 6319 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 6320
e1923096
JJ
63212004-10-12 Jeff Johnston <jjohnstn@redhat.com>
6322
6323 * gdb.threads/schedlock.c: Add comment markers to use to find
6324 line numbers.
6325 * gdb.threads/schedlock.exp: Adjust regex to handle the new
6326 comments.
6327 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
6328 breakpoint lines.
6329
ec8ba2c9
DJ
63302004-10-12 Daniel Jacobowitz <dan@debian.org>
6331
6332 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
6333
0eb3658b
DJ
63342004-10-12 Daniel Jacobowitz <dan@debian.org>
6335
6336 * configure.in: Add gdb.dwarf2.
6337 * configure: Regenerated.
6338 * Makefile.in: Add gdb.dwarf2.
6339 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
6340 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
6341 gdb.dwarf2/file1.txt: New files.
6342
a271cc33
OF
63432004-10-11 Orjan Friberg <orjanf@axis.com>
6344
a9c64011 6345 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
6346 of "run", since the latter doesn't work with remote targets. Adjust
6347 the breakpoint numbering accordingly.
6348 * gdb.threads/pthread_cond_wait.exp: Ditto.
6349
895ce074
MC
63502004-10-08 Michael Chastain <mec.gnu@mindspring.com>
6351
6352 * gdb.base/overlays.exp: Update copyright years.
6353
6be3092d
KI
63542004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
6355
6356 * gdb.base/overlays.exp: Disable if target is Linux.
6357
e05389b8
FL
63582004-10-06 Felix Lee <felix+log1@specifixinc.com>
6359
6360 * config/gdbserver.exp (gdb_load): Use right filename on remote.
6361
73cb587d
KI
63622004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
6363
6364 * gdb.asm/asm-source.exp: Add m32r-linux target.
6365 * gdb.asm/m32r-linux.inc: New file.
6366
3c0edcdc
AC
63672004-09-24 Andrew Cagney <cagney@redhat.com>
6368 David Anderson <anderson@redhat.com>
6369
6370 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
6371 command fails, assume things will work.
6372 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
6373 (_GNU_SOURCE): Define.
6374 (print_unsigned, print_hex): Change parameter to "long long".
6375 (print_byte_count): New function, use to print byte counts.
6376 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
6377 O_LARGEFILE.
6378 (main): Compute an upper bound on a corefile in max_core_size.
6379 Limit memory chunk size to max_core_size. Limit total memory
6380 allocated to max_core_size.
6381
4bb3667f
AC
63822004-09-23 Andrew Cagney <cagney@gnu.org>
6383
6384 * gdb.base/bigcore.exp: Replace the code that creates a corefile
6385 from a separate process with code that creates a corefile by
6386 making the inferior dump core.
6387
60fe1a51
MK
63882004-09-23 Mark Kettenis <kettenis@gnu.org>
6389
6390 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
6391 block.
6392
8e937346
MC
63932004-09-23 Michael Chastain <mec.gnu@mindspring.com>
6394
6395 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
6396 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
6397 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
6398 Likewise.
6399
7213f6d6
JJ
64002004-09-20 Jeff Johnston <jjohnstn@redhat.com>
6401
6402 * gdb.java/jprint.exp: New test case for java inferior call.
6403 * gdb.java/jprint.java: Ditto.
6404
eac69dca
JB
64052004-09-15 Joel Brobecker <brobecker@gnat.com>
6406
6407 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
6408
22227696
MC
64092004-09-14 Michael Chastain <mec.gnu@mindspring.com>
6410
6411 * gdb.threads/killed.c: Include <stdlib.h>.
6412 * gdb.threads/pthreads.c: Likewise.
6413
7dd403a4
MC
64142004-09-14 Michael Chastain <mec.gnu@mindspring.com>
6415
6416 * gdb.threads/killed.c: Add copyright notice.
6417
33f2d567
JM
64182004-09-10 Jason Molenda (jmolenda@apple.com)
6419
a9c64011
AS
6420 * gdb.base/define.exp: Two new tests to verify zero space chars
6421 after 'if' and 'while' commands in a user-defined command is correctly
6422 parsed.
33f2d567 6423
e05b62ac
AC
64242004-09-08 Andrew Cagney <cagney@gnu.org>
6425
6426 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
6427 delivery test with duplicate at end of file.
6428
9cbe82da
MK
64292004-09-06 Mark Kettenis <kettenis@jive.nl>
6430
6431 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
6432
564803d9
MC
64332004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6434
6435 * config/hppro.exp: Removed.
6436
7c6807ce
MC
64372004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6438
6439 * config/sparclet.exp: Removed.
6440
bf7e26dd
MC
64412004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6442
6443 * config/udi.exp: Removed.
6444
714e341b
MC
64452004-09-02 Michael Chastain <mec.gnu@mindspring.com>
6446
6447 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
6448 of "exp_continue".
6449 (advancei): Likewise.
6450
1236e623
JJ
64512004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6452
6453 * gdb.base/unload.exp: Fix so messages aren't duplicated.
6454
3bdcad15
MI
64552004-09-01 Manoj Iyer <manjo@austin.ibm.com>
6456
228af206 6457 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
6458 to check for nodebug in executable.
6459 * gdb.gdb/observer.exp (setup_test): Likewise.
6460 * gdb.gdb/selftest.exp (test_with_self): Likewise.
6461 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
6462
c72b934c
AC
64632004-09-01 Andrew Cagney <cagney@gnu.org>
6464
6465 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
6466 files.
6467
edd9b715
JJ
64682004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6469
6470 * gdb.base/unload.exp: Fix expected warning message to match
6471 latest format.
6472
fb4ce06b
CV
64732004-09-01 Corinna Vinschen <vinschen@redhat.com>
6474
6475 * gdb.base/call-rt-st.exp: Fix typos.
6476
ce78e7c3
MI
64772004-08-31 Manoj Iyer <manjo@austin.ibm.com>
6478
6479 * gdb.threads/thread_check.exp: New testcase.
6480 * gdb.threads/thread_check.c: New testcase.
6481
2dedb159
AC
64822004-08-31 Andrew Cagney <cagney@gnu.org>
6483
6484 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
6485 (skip_to_handler_entry): New procedures. Test stepping into a
6486 handler when the breakpoint is at the handler's entry point.
6487
68f53502
AC
64882004-08-30 Andrew Cagney <cagney@gnu.org>
6489
6490 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
6491 gdb/1757.
6492
3e3ffd2b
MC
64932004-08-27 Michael Chastain <mec.gnu@mindspring.com>
6494
6495 With code from Manoj Iyer <manjo@austin.ibm.com>:
6496 * lib/gdb.exp (gdb_file_cmd): Return more information in the
6497 return value. Add an arm for "no debugging symbols found".
6498 Change a stray "error" to "perror".
6499 (gdb_run_cmd): Adapt to new return value.
6500 * gdb.base/remote.exp: Adapt to new return value.
6501 * gdb.gdb/complaints.exp: Likewise.
6502 * gdb.gdb/observer.exp: Likewise.
6503 * gdb.gdb/selftest.exp: Likewise.
6504 * gdb.gdb/xfullpath.exp: Likewise.
6505
4b6f5fd2
JB
65062004-08-27 Joel Brobecker <brobecker@gnat.com>
6507
6508 * gdb.threads/bp_in_thread.exp: New testcase.
6509
e5b25496
MC
65102004-08-27 Michael Chastain <mec.gnu@mindspring.com>
6511
6512 Fix PR testsuite/1735.
6513 * gdb.threads/schedlock.c (thread_function): Add a cast
6514 to suppress a gcc warning.
6515 * gdb.threads/thread-specific.c (thread_function): Likewise.
6516
934353d6
MC
65172004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6518
6519 * gdb.base/unload.c: Include <stdlib.h>.
6520
f98a0aef 65212004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 6522
f98a0aef 6523 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
6524 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
6525 synchronized after the "return".
6526
5a2e8882
MC
65272004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6528
6529 * gdb.mi/basics.c: Include <stdio.h>.
6530 * gdb.mi/pthreads.c: Include <stdlib.h>.
6531 * gdb.mi/var-cmd.c: Include <stdlib.h>.
6532
a9640423
MC
65332004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6534
6535 * gdb.threads/schedlock.c: Add copyright notice.
6536
b04e311d
AC
65372004-08-25 Andrew Cagney <cagney@gnu.org>
6538
6539 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
6540 (skip_over_handler, breakpoint_over_hander): New test procedures.
6541 (advance, advancei): Add a proper prefix, do not use
6542 rerun_to_main.
6543 * gdb.base/sigstep.c (main): Change to use an infinite loop.
6544
7c27f15b
MC
65452004-08-24 Michael Chastain <mec.gnu@mindspring.com>
6546
6547 * gdb.mi/basics.c: Add copyright notice.
6548 * gdb.mi/var-cmd.c: Add copyright notice.
6549
fffc87ae
MC
65502004-08-23 Michael Chastain <mec.gnu@mindspring.com>
6551
6552 * lib/gdb.exp: Remove signed_keyword_not_used.
6553 * lib/compiler.c: Likewise.
6554 * lib/compiler.cc: Likewise.
6555
d782e0bf
MC
65562004-08-23 Michael Chastain <mec.gnu@mindspring.com>
6557
6558 * gdb.base/whatis.c: Remove conditional disabling of "signed".
6559 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
6560
96033e83
MC
65612004-08-23 Michael Chastain <mec.gnu@mindspring.com>
6562
6563 * gdb.base/whatis.c: Add copyright notice.
6564
cf38c229
MK
65652004-08-20 Mark Kettenis <kettenis@gnu.org>
6566
6567 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
6568 it to skip the breakpoints encoded in the inline assembly.
6569
f4b49756
MC
65702004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6571
6572 * Makefile.in: Add gdb.fortran.
6573
2f193b69
MC
65742004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6575
6576 * gdb.base/call-sc.exp (test_scalar_returns):
6577 Fix cut-and-paste glitch in "Make fun return now".
6578
89a237cb
MC
65792004-08-17 Michael Chastain <mec.gnu@mindspring.com>
6580
6581 * configure.in: Add gdb.fortran.
6582 * configure: Regenerate.
6583 * gdb.fortran/Makefile.in: New file.
6584 * lib/gdb.exp (skip_fortran_tests): New procedure.
6585
469aff8e
MC
65862004-08-17 Michael Chastain <mec.gnu@mindspring.com>
6587
6588 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
6589 reference to bug-gnu@prep.ai.mit.edu.
6590 * gdb.mi/mi-var-child.exp: Likewise.
6591 * gdb.mi/mi-var-cmd.exp: Likewise.
6592 * gdb.mi/mi-var-display.exp: Likewise.
6593 * gdb.mi/mi2-var-block.exp: Likewise.
6594 * gdb.mi/mi2-var-child.exp: Likewise.
6595 * gdb.mi/mi2-var-cmd.exp: Likewise.
6596 * gdb.mi/mi2-var-display.exp: Likewise.
6597
00b51b9f
MK
65982004-08-15 Mark Kettenis <kettenis@gnu.org>
6599
6600 * gdb.base/unload.c (main): Make local variable msg const.
6601
45f07fef
MC
66022004-08-15 Michael Chastain <mec.gnu@mindspring.com>
6603
6604 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
6605 to bug-gnu@prep.ai.mit.edu.
6606 * gdb.mi/mi-disassemble.exp: Likewise.
6607 * gdb.mi/mi-eval.exp: Likewise.
6608 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
6609 default line number.
6610 * gdb.mi/mi-return.exp: Likewise.
6611 * gdb.mi/mi-simplerun.exp: Likewise.
6612 * gdb.mi/mi-stack.exp: Likewise.
6613 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
6614 number with explicit range test.
6615 * gdb.mi/mi-watch.exp: Likewise.
6616 * gdb.mi/mi2-break.exp: Likewise.
6617 * gdb.mi/mi2-cli.exp: Likewise.
6618 * gdb.mi/mi2-disassemble.exp: Likewise.
6619 * gdb.mi/mi2-eval.exp: Likewise.
6620 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
6621 default line number.
6622 * gdb.mi/mi2-return.exp: Likewise.
6623 * gdb.mi/mi2-simplerun.exp: Likewise.
6624 * gdb.mi/mi2-stack.exp: Likewise.
6625 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
6626 number with explicit range test.
6627 * gdb.mi/mi2-watch.exp: Likewise.
6628
dd8c8ee7
MC
66292004-08-15 Michael Chastain <mec.gnu@mindspring.com>
6630
6631 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
6632 * gdb.cp/m-static.exp: Likewise.
6633 * gdb.cp/rtti.exp: Likewise.
6634
4e838464
MK
66352004-08-14 Mark Kettenis <kettenis@gnu.org>
6636
6637 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
6638
8d8cb839
EZ
66392004-08-14 Eli Zaretskii <eliz@gnu.org>
6640
6641 * ChangeLog: Prefix Local Variables with semi-colons and indent
6642 the reference to older ChangeLog files, to fix fontification in
6643 Emacs.
6644
deea8bb0
MC
66452004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6646
6647 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
6648 * gdb.mi/mi2-break.exp: Likewise.
6649
c3297504
MC
66502004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6651
6652 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
6653
25808999
MC
66542004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6655
6656 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
6657
226a8d71
MC
66582004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6659
6660 * gdb.cp/classes.exp: Remove unused declarations. Just let
6661 test names default instead of providing special names. Remove
6662 extraneous demangler test.
6663
37fdf854
JJ
66642004-08-12 Jeff Johnston <jjohnstn@redhat.com>
6665
6666 * gdb.base/unload.exp: New test for breakpoints in dynamically
6667 loaded libraries.
6668 * gdb.base/unload.c: Ditto.
6669 * gdb.base/unloadshr.c: Ditto.
6670
2d3a7986
MC
66712004-08-12 Michael Chastain <mec.gnu@mindspring.com>
6672
6673 * gdb.cp/classes.exp (test_ptype_class_objects): Call
6674 cp_test_ptype_class.
6675 (test_enums): Likewise.
6676
c72b934c
AC
66772004-08-10 Andrew Cagney <cagney@gnu.org>
6678
6679 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
6680 files.
6681
cc503c8a
AC
66822004-08-10 Andrew Cagney <cagney@gnu.org>
6683
6684 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
6685 init_malloc call.
6686
902f2ccb
MC
66872004-08-10 Michael Chastain <mec.gnu@mindspring.com>
6688
6689 * ChangeLog: Add copyright notice. The notice is copied
6690 from emacs 21.3 top level ChangeLog.
6691
78c90502
MC
66922004-08-09 Michael Chastain <mec.gnu@mindspring.com>
6693
6694 * lib/cp-support.exp: New file.
6695 * lib/cp-support.exp (cp_test_type_class): New function.
6696 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
6697 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
6698 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
6699 cp_test_ptype_class.
6700
88e5ea78
MC
67012004-08-09 Michael Chastain <mec.gnu@mindspring.com>
6702
6703 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
6704 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
6705 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
6706 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
6707 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
6708 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
6709 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
6710 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
6711 gdb.mi/mi2-watch.exp: Update copyright years.
6712
6a89fc9c
MK
67132004-08-09 Mark Kettenis <kettenis@gnu.org>
6714
6715 * gdb.base/sigaltstack.exp: Provide proper anchoring.
6716
1482e0de
MC
67172004-08-09 Michael Chastain <mec.gnu@mindspring.com>
6718
6719 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
6720 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
6721 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
6722 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
6723 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
6724 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
6725 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
6726 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
6727 gdb.mi/mi-watch.exp: Update copyright years.
6728
1a5ce3f3
DJ
67292004-08-08 Daniel Jacobowitz <dan@debian.org>
6730
6731 PR gdb/1738
6732 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
6733 from a breakpoint with a pending signal.
6734
04f6ecf2
DJ
67352004-08-08 Daniel Jacobowitz <dan@debian.org>
6736
6737 PR gdb/1736
6738 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
6739 * gdb.base/sigaltstack.exp (finish_test): Consume output until
6740 the prompt.
6741 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
6742
54d90d35
DJ
67432004-08-08 Daniel Jacobowitz <dan@debian.org>
6744
6745 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
6746
d2f6abb0
DJ
67472004-08-08 Daniel Jacobowitz <dan@debian.org>
6748
6749 PR gdb/1736
6750 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
6751 for i?86-*-linux*.
6752
5598c03d
DJ
67532004-08-08 Daniel Jacobowitz <dan@debian.org>
6754
6755 * gdb.arch/i386-prologue.exp: Compile without debug information.
6756
c6fee705
MC
67572004-08-08 Michael Chastain <mec.gnu@mindspring.com>
6758
6759 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
6760 rather than asking gdb to search.
6761
dd90efdb
MC
67622004-08-05 Michael Chastain <mec.gnu@mindspring.com>
6763
6764 * gdb.base/gcore.c: Include <string.h>.
6765
1e84bec1
MC
67662004-08-05 Michael Chastain <mec.gnu@mindspring.com>
6767
6768 * gdb.base/gcore.c: Add copyright notice.
6769
e425eb2b
MC
67702004-08-05 Michael Chastain <mec.gnu@mindspring.com>
6771
6772 * gdb.base/freebpcmd.c: Include <stdio.h>.
6773 * gdb.base/long_long.c: Include <string.h>.
6774 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
6775 * gdb.base/siginfo.c: Include <string.h>.
6776 * gdb.base/sigstep.c: Include <string.h>.
6777
cb9aaed5
MC
67782004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6779
6780 * gdb.base/complex.c: Include <stdlib.h>.
6781
55944f3d
MC
67822004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6783
6784 * gdb.base/complex.c: Add copyright notice.
6785
7b2953d9
MC
67862004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6787
6788 * gdb.base/charset.c: Include <stdlib.h>.
6789
c9133d23
MC
67902004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6791
6792 * gdb.base/auxv.c: Include <stdlib.h>.
6793
0a8490ad
MC
67942004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6795
6796 * gdb.base/auxv.c: Add copyright notice.
6797
3426d5ec
MC
67982004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6799
6800 * gdb.base/coremaker.c: Add copyright notice.
6801 * gdb.base/coremaker2.c: Add copyright notice.
6802
8da195dd
AC
68032004-08-04 Andrew Cagney <cagney@gnu.org>
6804
6805 * gdb.base/store.exp: Update copyright.
6806 (check_set, up_set, check_struct, up_struct): Add a prefix to test
6807 names, do not import gdb_prompt.
6808
8d394f98
AC
68092004-08-01 Andrew Cagney <cagney@gnu.org>
6810
6811 Fix PR testsuite/1729.
6812 * gdb.base/dump.exp: Add test name to callers of capture_value, do
6813 not use capture_value with value 4.
6814 (capture_value): Add optional test name parameter.
6815 (test_reload_saved_value, test_restore_saved_value): Use $msg as
6816 the prefix, pass to capture_value.
6817
b6702b23
MK
68182004-08-01 Mark Kettenis <kettenis@gnu.org>
6819
6820 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
6821 * gdb.arch/i386-prologue.c (standard): New prototype and function.
6822 (main): Call new function.
6823
c203e0ca
MC
68242004-07-31 Michael Chastain <mec.gnu@mindspring.com>
6825
6826 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
6827
a7995a30
MC
68282004-07-31 Michael Chastain <mec.gnu@mindspring.com>
6829
6830 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
6831
9366563b
MC
68322004-07-31 Michael Chastain <mec.gnu@mindspring.com>
6833
b6eeaf26 6834 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
6835 Accept more values of vtbl pointer. Remove some messages
6836 about "obsolete gcc or gdb".
6837
2fc1f950
MC
68382004-07-30 Michael Chastain <mec.gnu@mindspring.com>
6839
6840 * gdb.cp/classes.exp: Accept more varieties of ptype output.
6841
c724d49b
MC
68422004-07-30 Michael Chastain <mec.gnu@mindspring.com>
6843
6844 * gdb.base/asm-source.exp: Properly convert target board
6845 debug flags from gcc format to binutils format.
6846
736b0fce
MK
68472004-07-28 Mark Kettenis <kettenis@gnu.org>
6848
6849 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
6850 gdb1718". PR backtrace/1718 partially fixed.
6851
5633ea5c
JJ
68522004-07-27 Jeff Johnston <jjohnstn@redhat.com>
6853
6854 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
6855
575eebb1
NC
68562004-07-26 Nick Clifton <nickc@redhat.com>
6857
6858 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
6859 good default value for a specific architecture is available then
6860 set it to that value. Otherwise default to the -gstabs switch.
6861 Remove the -g... switches from the asm-flags variable. Allow the
6862 target board info to override the value if it wants to. Pass the
6863 switch on the assembler command line.
6864
62104619
MK
68652004-07-23 Mark Kettenis <kettenis@gnu.org>
6866
6867 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
6868 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
6869 (main): Call new function.
6870
4a1135b8
MC
68712004-07-22 Michael Chastain <mec.gnu@mindspring.com>
6872
6873 Test for PR exp/1715.
6874 * gdb.base/radix.exp: Refactor common procedures. Make all
6875 test names unique. Change XFAIL to KFAIL.
6876
8a12c1f0
MC
68772004-07-20 Michael Chastain <mec.gnu@mindspring.com>
6878
6879 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
6880 * gdb.ada/gnat_ada.gin: ... to here.
6881 * configure.in: Use gnat_ada.gin.
6882 * configure: Regenerate.
6883
23b451cf
AC
68842004-07-20 Andrew Cagney <cagney@gnu.org>
6885
6886 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
6887 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
6888 XFAILs. Clean up test messages and comments. Check backtraces.
6889 Delete re-sync code.
6890
ab618a02
MC
68912004-07-19 Michael Chastain <mec.gnu@mindspring.com>
6892
6893 Fix PR cli/740.
6894 * gdb.base/annota1.exp: Honor gdb,nosignals.
6895 * gdb.base/annota3.exp: Likewise.
6896
46dad340
MC
68972004-07-19 Michael Chastain <mec.gnu@mindspring.com>
6898
6899 * lib/java.exp: Update copyright notice.
6900
756d8c70
AC
69012004-07-19 Andrew Cagney <cagney@gnu.org>
6902
6903 * gdb.base/selftest.exp: Copy file from here ...
6904 * gdb.gdb/selftest.exp: ... to here.
6905
586027e6
AC
69062004-07-16 Andrew Cagney <cagney@redhat.com>
6907
6908 * lib/insight-support.exp: Delete file.
6909 * lib/java.exp (java_init): Fix copyright.
6910
029d2200
AC
69112004-07-16 Andrew Cagney <cagney@gnu.org>
6912
6913 * gdb.base/restore.c: Append "prologue" to comments marking the a
6914 function's prologue.
6915 * gdb.base/restore.exp: Update copyright, re-indent.
6916 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
6917 callerN" prefix where needed. Update patterns that match a
6918 function's prologue.
6919
653b62c5
MC
69202004-07-16 Michael Chastain <mec.gnu@mindspring.com>
6921
6922 * gdb.base/restore.c: Add copyright notice.
6923
f7d690e5
AC
69242004-07-16 Andrew Cagney <cagney@gnu.org>
6925
6926 * gdb.base/logical.exp: Update copyright.
6927 (evaluate): New procedure. Use to re-implement tests using
6928 several tables.
6929
d629a7cb
MH
69302004-07-14 Martin Hunt <hunt@redhat.com>
6931
6932 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
6933 which fixes some problems where init.tcl was not found.
6934
9c7bb332
AC
69352004-07-13 Andrew Cagney <cagney@gnu.org>
6936
6bf46641
AC
6937 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
6938 (check_sizeof, check_valueof): Do not include the output in the
6939 test name. Use gdb_test.
6940 (get_valueof): Use gdb_test_multiple.
6941
c4ffd4c0
AC
6942 * gdb.base/step-test.exp: Update copyright. Use
6943 gdb_test_multiple. Ensure that test names do not include
6944 architecture dependent output.
6945
ab89363a
AC
6946 * gdb.gdb/observer.exp: Update copyright.
6947 (setup_test): Use gdb_test_multiple.
6948 (attach_first_observer, attach_second_observer)
6949 (attach_third_observer, detach_first_observer)
6950 (detach_second_observer, detach_third_observer)
6951 (reset_counters, check_counters): Make $message a prefix.
6952 (test_normal_stop_notifications): Add "args" parameter - a list of
6953 init functions to be called. Make $message a prefix,
6954 (test_observer_normal_stop): Change the message prefixes so that
6955 they are unique, pass the attach / detach procedures to
6956 test_normal_stop_notifications.
6957
ec58997a
AC
6958 * gdb.base/signull.exp (test_segv): Prefix all tests with
6959 "${name}". Clean up test messages.
6960
b475183b
AC
6961 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
6962
9c7bb332
AC
6963 * gdb.base/ena-dis-br.exp: Update copyright.
6964 (break_at): New function. Replace send_gdb with gdb_test,
6965 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
6966 ignore count, not stopped at bpt", with KFAIL.
6967
2dd95497
CV
69682004-07-13 Corinna Vinschen <vinschen@redhat.com>
6969
6970 * gdb.base/attach.exp: Remove cleanupfile handling.
6971
419e626b
AC
69722004-07-12 Andrew Cagney <cagney@gnu.org>
6973
6974 * gdb.base/annota1.exp: Cleanup corefile test name.
6975 * gdb.base/annota3.exp: Ditto.
6976
8b1b3228
AC
69772004-07-12 Andrew Cagney <cagney@gnu.org>
6978
78650829
AC
6979 * gdb.base/signals.exp: Clean up copyright, re-indent.
6980
8b1b3228
AC
6981 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
6982 gdb_test and gdb_test_multiple.
6983
935c2760
JJ
69842004-07-08 Jeff Johnston <jjohnstn@redhat.com>
6985
6986 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 6987 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
6988 provide line number info for first statement in main.
6989
1544280f
AC
69902004-07-08 Andrew Cagney <cagney@gnu.org>
6991
1279f4ff
AC
6992 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
6993
1544280f
AC
6994 * gdb.base/sigbpt.exp: Make the common part of each test name a
6995 prefix instead of suffix.
6996
bcc82369
BR
69972004-07-07 Bob Rossi <bob_rossi@cox.net>
6998
6999 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
7000 test from test_tbreak_creation_and_listing to
7001 test_file_list_exec_source_file
7002 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
7003 Changed name of test from test_tbreak_creation_and_listing to
7004 test_file_list_exec_source_file
7005
23f4b0aa
JJ
70062004-07-07 Jeff Johnston <jjohnstn@redhat.com>
7007
7008 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
7009 the jmisc() constructor instead of <init>.
7010 * gdb.java/jmisc1.exp: Ditto.
7011
56401cd5
AC
70122004-07-07 Andrew Cagney <cagney@gnu.org>
7013
7014 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
7015 corrupting the PC.
7016
44ae2f6a
MC
70172004-07-06 Michael Chastain <mec.gnu@mindspring.com>
7018
7019 * gdb.cp/templates.exp: Accept whitespace change in demangler
7020 output.
7021
45a83408
AC
70222004-07-06 Andrew Cagney <cagney@gnu.org>
7023
7024 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
7025
d205ad70
MC
70262004-07-02 Michael Chastain <mec.gnu@mindspring.com>
7027
7028 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
7029 * lib/compiler.cc: Likewise.
7030
06ea1a61
MC
70312004-06-30 Michael Chastain <mec.gnu@mindspring.com>
7032
7033 * lib/compiler.cc: Work around string preprocessing problem
7034 with old hp c++ compiler.
7035 * lib/compiler.c: Likewise.
7036
daab1251
CV
70372004-06-29 Corinna Vinschen <vinschen@redhat.com>
7038
7039 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
7040 directives to conditionalize symbol prefixing.
7041 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
7042 additional_flags handling. Add underscore prefix for Cygwin.
7043 * gdb.arch/i386-unwind.c: Use preprocessor directives to
7044 conditionalize symbol prefixing.
7045 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
7046 additional_flags handling. Add underscore prefix for Cygwin.
7047
cc984116
CV
70482004-06-29 Corinna Vinschen <vinschen@redhat.com>
7049
7050 * gdb.base/bigcore.exp: Skip test on Cygwin.
7051
c279b077
MC
70522004-06-28 Michael Chastain <mec.gnu@mindspring.com>
7053
7054 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
7055 formats for "info register". Use gdb_test_multiple. Fix
7056 the "invalid register" test.
7057
0e915747
CV
70582004-06-28 Corinna Vinschen <vinschen@redhat.com>
7059
7060 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
7061 PID for Cygwin. Add Cygwin specific strings to check for in some
7062 tests.
7063 (do_attach_tests): Add a test for user interaction when attaching
7064 to a process with no matching symbol table already loaded.
7065
11422c86
AC
70662004-06-26 Andrew Cagney <cagney@gnu.org>
7067
7068 Test PR java/1567 and PR java/1565.
7069 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
7070 * gdb.java/jmisc2.exp: Delete file.
7071
cefbce26
MC
70722004-06-26 Michael Chastain <mec.gnu@mindspring.com>
7073
7074 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
7075
e19f872c
CV
70762004-06-25 Corinna Vinschen <vinschen@redhat.com>
7077
7078 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
7079 attach process.
7080
d931ba3b
MC
70812004-06-23 Michael Chastain <mec.gnu@mindspring.com>
7082
7083 * gdb.cp/pr-1553.exp: Remove.
7084
aef68c48
MC
70852004-06-22 Michael Chastain <mec.gnu@mindspring.com>
7086
7087 * gdb.cp/pr-1553.cc: Remove.
7088 * gdb.cp/pr-1553.exp: Disable this test.
7089
8d5df71a
JB
70902004-06-20 Jim Blandy <jimb@redhat.com>
7091
a9c64011 7092 Fix PR testsuite/1680.
8d5df71a
JB
7093 * gdb.arch/i386-sse.exp: Properly quote curly braces in
7094 regular expressions.
7095
4ac6f39d
MC
70962004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7097
7098 Fix PR testsuite/1679.
7099 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
7100 Issue an UNSUPPORTED result instead.
7101
1b413552
JB
71022004-06-18 Jim Blandy <jimb@redhat.com>
7103
7104 * gdb.base/charset.exp: Only send a control-C if we see a new
7105 prompt and incomplete command.
7106
6daa6ebd
MC
71072004-06-18 Michael Chastain <mec.gnu@mindspring.com>
7108
7109 * gdb.cp/pr-574.cc: Add copyright notice.
7110
51fa4ae0
JB
71112004-06-17 Jim Blandy <jimb@redhat.com>
7112
7113 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
7114 cases where the regexp has no groups; this grabs random text from
7115 the previous test suite, whatever that was.
7116
8fea26c5
MC
71172004-06-17 Michael Chastain <mec.gnu@mindspring.com>
7118
7119 * gdb.cp/printmethod.cc: Add copyright notice.
7120
1e3aeb41
MC
71212004-06-16 Michael Chastain <mec.gnu@mindspring.com>
7122
7123 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
7124
9d9030bc
AC
71252004-06-16 Andrew Cagney <cagney@gnu.org>
7126
7127 * gdb.base/signull.c: Update copyright. Include <string.h>.
7128 (bowler): Replace data_pointer with data_read
7129 and data_write cases. Add code_descriptor case.
7130 (zero, desc): New array and pointer.
7131 (data, code): Change to simple pointers.
7132 * gdb.base/signull.exp: Fix probe pattern matching a function
7133 descriptor SIGSEGV. Replace data_pointer with data_read and
7134 data_write tests.
7135
acd4ad44
AC
71362004-06-16 Andrew Cagney <cagney@gnu.org>
7137
7138 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
7139
08fd625c
MC
71402004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7141
7142 * gdb.base/long_long.c: Add copyright notice.
7143
1903502c
MC
71442004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7145
7146 * gdb.base/long_long.exp: Remove reference to
7147 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
7148 to gdb_breakpoint and gdb_continue_to_breakpoint.
7149
83313cb1
JB
71502004-06-14 Jim Blandy <jimb@redhat.com>
7151
7152 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
7153 endian case.
7154
1bf404ef
AC
71552004-06-14 Andrew Cagney <cagney@gnu.org>
7156
7157 * gdb.base/gcore.exp (capture_command_output): Delete the always
7158 passing tests containing inferior values.
7159 * gdb.base/ending-run.exp: Do not include the breakpoint address
7160 in the test message. Update copyright.
7161 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
7162 size in the test name, use gdb_test_multiple. Update copyright.
7163
ef220b33
MC
71642004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7165
7166 * gdb.cp/ref-types.cc: Add copyright notice.
7167
4f70a4c9
MC
71682004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7169
7170 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
7171 hp_aCC_compiler.
7172 * lib/compiler.cc: Likewise.
7173 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
7174 'set' commands. Log diagnostics for other lines. Set
7175 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
7176
335928ac
MC
71772004-06-13 Michael Chastain <mec.gnu@mindspring.com>
7178
7179 * gdb.cp/try_catch.cc: Add copyright notice.
7180
2efb12e8
MC
71812004-06-12 Michael Chastain <mec.gnu@mindspring.com>
7182
7183 * gdb.cp/userdef.cc: Add copyright notice.
7184
0bbed51a
MC
71852004-06-11 Michael Chastain <mec.gnu@mindspring.com>
7186
7187 * gdb.cp/virtfunc.cc: Add copyright notice.
7188
e12a46c9
RC
71892004-06-11 Randolph Chung <tausq@debian.org>
7190
7191 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
7192 problem.
7193
338e05af
AC
71942004-06-10 Andrew Cagney <cagney@gnu.org>
7195
7196 * lib/compiler.cc, lib/compiler.c: Append either
7197 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
7198 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
7199 instead of gcc-3-3.
7200
dc3f10cb
AC
72012004-06-09 Andrew Cagney <cagney@gnu.org>
7202
b4d946af
AC
7203 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
7204 gdb/1455, bug is specific to "long long" and "double".
a9c64011 7205
dc3f10cb
AC
7206 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
7207 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
7208 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
7209 fixed.
7210
b5c0bfa2
AC
72112004-06-09 Andrew Cagney <cagney@gnu.org>
7212
7213 * gdb.base/structs.exp (test_struct_returns): Replace
7214 "return_value_unknown" and "finish_value_unknown" by
7215 "return_value_known" and "finish_value_known". Instead of
7216 "return_value_unknown" iff "finish_value_unknown", check
7217 "return_value_known" implies "finish_value_known".
7218
caeb605f
MH
72192004-06-08 Martin Hunt <hunt@redhat.com>
7220
7221 * gdb.base/float.exp: Add pattern for mips targets.
7222
c892bb64
RC
72232004-06-08 Randolph Chung <tausq@debian.org>
7224
7225 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
7226 message for unknown architectures more clear.
7227
48306d3e
JB
72282004-06-08 Joel Brobecker <brobecker@gnat.com>
7229
7230 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
7231 start the execution of the program.
7232
83ecb59f
JB
72332004-06-07 Jim Blandy <jimb@redhat.com>
7234
7235 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
7236 * gdb.arch/i386-cpuid.h: New helper file.
7237
55264cb4
RC
72382004-06-07 Randolph Chung <tausq@debian.org>
7239
7240 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
7241 has started.
7242
23cadb28
RM
72432004-06-04 Roland McGrath <roland@redhat.com>
7244
7245 Fix PR gdb/1647.
7246 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
7247 differently to be robust to output buffering differences.
7248
51d01eda
MC
72492004-06-04 Michael Chastain <mec.gnu@mindspring.com>
7250
7251 * gdb.threads/pthreads.exp: Update copyright years.
7252 (check_control_c): Change asynchronous 'after' to synchronous.
7253
f4fc3b93
RM
72542004-06-04 Roland McGrath <roland@redhat.com>
7255
7256 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
7257 next gdb prompt.
7258
4013522b
MC
72592004-06-02 Michael Chastain <mec.gnu@mindspring.com>
7260
7261 Fix PR gdb/1636.
7262 * gdb.threads/manythreads.exp: Change asynchronous 'after'
7263 calls to synchronous.
7264
7a8f1e6b
JB
72652004-05-26 Jim Blandy <jimb@redhat.com>
7266
7267 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
7268
81bb3443
RC
72692004-05-24 Randolph Chung <tausq@debian.org>
7270
7271 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
7272 * gdb.asm/pa.inc: New file.
7273
8f5a3103
MK
72742004-05-22 Mark Kettenis <kettenis@gnu.org>
7275
7276 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
7277
734b8fe8 72782004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 7279 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
7280
7281 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
7282 GDB prompt.
7283
725603e1
UW
72842004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7285
f4fc3b93 7286 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
7287 setjmp/longjmp. Use sigaction instead of signal.
7288
8b923272 72892004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 7290 Michael Snyder <msnyder@redhat.com>
8b923272
JB
7291
7292 * gdb.threads/pthread_cond_wait.c: New file.
7293 * gdb.threads/pthread_cond_wait.exp: New testcase.
7294
8bfabb04
AC
72952004-05-13 Andrew Cagney <cagney@redhat.com>
7296
7297 * gdb.base/signull.exp, gdb.base/signull.c: New files.
7298 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
7299
42edda50
AC
73002004-05-11 Andrew Cagney <cagney@redhat.com>
7301
7302 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
7303 fixed but revealed gdb/1639.
7304
d303a6c7
AC
73052004-05-10 Andrew Cagney <cagney@redhat.com>
7306
7307 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
7308 func1" and "next to 2nd alarm", kernel bug avoided.
7309
bf08c2a1
DJ
73102004-05-10 Daniel Jacobowitz <dan@debian.org>
7311
7312 PR external/1568
7313 * gdb.base/bigcore.exp: Check the size of the dumped core file.
7314 XFAIL if it is smaller than bytes_allocated.
7315 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
7316 (main): Make chunks_allocated unsigned. Correct comment.
7317
c0586a34
JB
73182004-05-07 Joel Brobecker <brobecker@gnat.com>
7319
7320 * gdb.arch/powerpc-aix-prologue.c: New file.
7321 * gdb.arch/powerpc-aix-prologue.exp: New file.
7322
f2785d12
JB
73232004-05-07 Jim Blandy <jimb@redhat.com>
7324
7325 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
7326 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
7327
bd7f6e30
JB
73282004-05-06 Joel Brobecker <brobecker@gnat.com>
7329
7330 * gdb.base/sep.exp: No longer setup_kfail when the program was
7331 built with dwarf2.
7332
0a5e7efe
JI
73332004-05-05 Jim Ingham <jingham@apple.com>
7334
7335 * gdb.base/pending.exp: Make sure pending breakpoints
7336 preserve the ignore count.
f4fc3b93 7337
a8958849
MK
73382004-04-27 Jerome Guitton <guitton@gnat.com>
7339
7340 * i386-prologue.exp: Add testcase for jump instruction as first
7341 instruction of the real code.
7342 * i386-prologue.c (jump_at_beginning): New function.
7343
7e103f5b
MK
73442004-04-28 Mark Kettenis <kettenis@gnu.org>
7345
7346 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
7347 x86_64-*-*.
7348
5d38b224
MK
73492004-04-28 Mark Kettenis <kettenis@gnu.org>
7350
7351 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
7352 i*86-*-*.
7353
0ef32fd9
MK
73542004-04-25 Mark Kettenis <kettenis@gnu.org>
7355
7356 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
7357 expression that checks the return type.
7358
71d7dd7c
AC
73592004-04-23 Andrew Cagney <cagney@redhat.com>
7360
7361 * gdb.base/call-sc.exp: New test of scalar call/return values.
7362 * gdb.base/call-sc.c: Ditto.
7363
1e9f977e
JJ
73642004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7365
7366 * gdb.threads/manythreads.c: Reduce thread stack size.
7367
899d9e3a
JJ
73682004-04-23 Jeff Johnston <jjohnstn@redhat.com>
7369
7370 * gdb.threads/manythreads.c: Add copyright notice.
7371
61bcae62
AC
73722004-04-23 Andrew Cagney <cagney@redhat.com>
7373
7374 * gdb.base/siginfo.exp: Better handle step out of signal.
7375 * gdb.base/sigstep.exp: Ditto.
7376
7339a42e 73772004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 7378 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
7379
7380 * gdb.threads/manythreads.c: New testcase.
7381 * gdb.threads/manythreads.exp: Ditto.
7382
5c98409b
JB
73832004-04-22 Jim Blandy <jimb@redhat.com>
7384
7385 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
7386 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
7387
3b611f1a
MC
73882004-04-21 Michael Chastain <mec.gnu@mindspring.com>
7389
7390 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
7391
f0fd9238
AC
73922004-04-21 Andrew Cagney <cagney@redhat.com>
7393
7394 * gdb.base/sigstep.c: New file.
7395 * gdb.base/sigstep.exp: New file.
7396
90990674
JB
73972004-04-16 Joel Brobecker <brobecker@gnat.com>
7398
7399 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
7400 call to observer_notify_normal_stop.
7401
78cef34b
AC
74022004-04-15 Andrew Cagney <cagney@redhat.com>
7403
7404 * gdb.base/siginfo.c: New file.
7405 * gdb.base/siginfo.exp: New file.
7406
d2343407
JB
74072004-04-12 J. Brobecker <brobecker@gnat.com>
7408
7409 * gdb.base/sep.exp: Fix typo in comment.
7410
a2dba3c8
JB
74112004-04-12 J. Brobecker <brobecker@gnat.com>
7412
7413 * gdb.base/sep.c: New file.
7414 * gdb.base/sep-proc.c: New file.
7415 * gdb.base/sep.exp: New testcase.
7416
15f7b60e
MK
74172004-04-09 Mark Kettenis <kettenis@gnu.org>
7418
7419 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
7420 support.
7421
44f4de1a
AC
74222004-04-05 Andrew Cagney <cagney@redhat.com>
7423
7424 * gdb.base/sigaltstack.c: New file.
7425 * gdb.base/sigaltstack.exp: New file.
7426
ef04f396
JB
74272004-04-04 Joel Brobecker <brobecker@gnat.com>
7428
7429 * gdb.base/foll-fork.exp: Update the expected output for
7430 "help set follow-fork-mode", to match a change that was made
7431 to the help of this variable on 2004-01-13.
7432
d40d2c92
JB
74332004-04-01 Joel Brobecker <brobecker@gnat.com>
7434
7435 * lib/ada.exp: Add copyright notice.
7436 * bar.ads: Likewise.
7437 * bar.adb: Likewise.
7438 * null_record.adb: Likewise.
7439 * null_record.exp: Likewise.
7440 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
7441
f86ef5a3
JB
74422004-04-01 Joel Brobecker <brobecker@gnat.com>
7443
7444 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
7445 * configure: Regenerate.
7446
414e70e3
JB
74472004-04-01 Joel Brobecker <brobecker@gnat.com>
7448
7449 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
7450 to build the application. Remove the message printed when in
7451 verbose mode, redundant with the UNSUPPORTED message above.
7452
f0aaee49
JB
74532004-03-31 Joel Brobecker <brobecker@gnat.com>
7454
7455 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
7456 * gdb.ada (null_record.exp): New testcase.
7457
ac81cb54
JB
74582004-03-31 Joel Brobecker <brobecker@gnat.com>
7459
7460 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
7461
854af2f7
JB
74622004-03-31 Joel Brobecker <brobecker@gnat.com>
7463
7464 * gdb.ada: New subdirectory.
7465 * gdb.ada/Makefile.in: New file.
7466 * gdb.ada/gnat_ada.gpr.in: New file.
7467
034cb681
JB
74682004-03-31 Joel Brobecker <brobecker@gnat.com>
7469
7470 * lib/ada.exp: New file.
7471
78a1a894
DJ
74722004-03-24 Daniel Jacobowitz <drow@mvista.com>
7473
7474 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
7475 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
7476
4b2b3b3e
AC
74772004-03-22 Andrew Cagney <cagney@redhat.com>
7478
7479 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
7480 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7481 Problem identified by Ulrich Weigand.
7482
23c73aa3
DC
74832004-03-17 David Carlton <carlton@kealia.com>
7484
7485 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
7486 PR c++/826.
7487
d63a86f8
RM
74882004-03-16 Roland McGrath <roland@redhat.com>
7489
7490 * gdb.base/auxv.exp: New file.
7491 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
7492
0e02aa50
DC
74932004-03-12 David Carlton <carlton@kealia.com>
7494
7495 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
7496 * gdb.cp/pr-1553.cc: Ditto.
7497 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
7498 pass branch.
7499
c20b71be
MC
75002004-03-12 Michael Chastain <mec.gnu@mindspring.com>
7501
7502 * gdb.cp/templates.exp: Accept more template types.
7503
c7414a01
MC
75042004-03-09 Michael Chastain <mec.gnu@mindspring.com>
7505
7506 From Corinna Vinschen with modifications.
7507 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
7508 local variable obj_with_enum.
7509 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
7510 results with obj_with_enum.
7511
ed69573c
MC
75122004-03-09 Michael Chastain <mec.gnu@mindspring.com>
7513
7514 * gdb.cp/classes.cc: New file, copied from misc.cc.
7515 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
7516
28301461
MC
75172004-03-09 Michael Chastain <mec.gnu@mindspring.com>
7518
7519 * gdb.cp/misc.cc: Add copyright notice.
7520
1198ecbe
DC
75212004-03-05 David Carlton <carlton@kealia.com>
7522
7523 * gdb.cp/rtti.exp: Add 'print *obj3' test.
7524 * gdb.cp/rtti.h: Update copyright.
7525 (namespace n2::n3): New.
7526 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
7527 (n2::n3::func3): New.
7528 (main): Call n2::n3::func3.
7529 * gdb.cp/rtti2.cc: Update copyright.
7530 (n2::create3): New.
7531
9e08c470
MK
75322004-03-04 Mark Kettenis <kettenis@gnu.org>
7533
7534 * gdb.asm/openbsd.inc: Fix typo.
7535
4bebc3aa
FF
75362004-03-03 Fred Fish <fnf@redhat.com>
7537
7538 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
7539 "val" instead of unused "size". Update copyright year.
7540
6ea9fb37
DJ
75412004-02-29 Daniel Jacobowitz <drow@mvista.com>
7542
7543 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
7544 to use unsigned char.
7545 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
7546 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
7547
23b23974
DJ
75482004-02-29 Daniel Jacobowitz <drow@mvista.com>
7549
7550 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
7551 line of output.
7552
7574fd53
DJ
75532004-02-28 Daniel Jacobowitz <drow@mvista.com>
7554
7555 * gdb.base/relocate.c (dummy): Initialize.
7556
a195357f
DJ
75572004-02-28 Daniel Jacobowitz <drow@mvista.com>
7558
7559 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
7560 a breakpoint at exit.
7561
72fd54a9
FF
75622004-02-27 Fred Fish <fnf@redhat.com>
7563
7564 * gdb.base/chng-syms.exp: Add expect condition to match failing
7565 case that isn't a timeout.
7566
b9d23137
AC
75672004-02-27 Andrew Cagney <cagney@redhat.com>
7568
7569 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
7570 support.
7571
15d208f6 75722004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 7573
15d208f6
FF
7574 * gdb.arch/gdb1431.c: Remove.
7575 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
7576 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
7577 of "until" incorrectly.
7578
98f9cd2d
JB
75792004-02-26 J. Brobecker <brobecker@gnat.com>
7580
7581 * gdb.cp/class2.cc (empty): New class.
7582 (refer): New function.
7583 (main): Declare an object of type empty and use it.
7584 * gdb.cp/class2.exp: Print the value of an object of type empty.
7585
9b50c11b
JJ
75862004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7587
7588 * gdb.base/langs.exp: Update query string to match the
7589 new nquery format used for pending breakpoints.
7590
0dcd613f
AC
75912004-02-26 Andrew Cagney <cagney@redhat.com>
7592
7593 Fix PR i18n/1570.
7594 * gdb.base/charset.c: Update copyright notice.
7595 (main, init_string): Remove the escape character '\e' tests.
7596 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
7597 * gdb.base/charset.exp (valid_host_charset): Ditto.
7598 * gdb.base/setvar.exp: Ditto.
7599
b8a56647
AC
76002004-02-24 Andrew Cagney <cagney@redhat.com>
7601
90d59e34
AC
7602 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
7603 mmapped data in core file" PASS and FAIL messages consistent.
7604
b8a56647
AC
7605 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
7606 setting a breakpoint. Work around PR java/1565.
7607
9f27c604
JJ
76082004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7609
7610 * lib/gdb.exp (gdb_breakpoint): Update query string to match
7611 new nquery format.
7612 * gdb.base/pending.exp: Ditto.
7613
3224a706
MK
76142004-02-22 Mark Kettenis <kettenis@gnu.org>
7615
7616 * configure.in: Run stabs tests on *BSD.
7617 * configure: Regenerated.
7618
41e0a9ca
MK
76192004-02-21 Mark Kettenis <kettenis@gnu.org>
7620
7621 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
7622
1e1b3428
FF
76232004-02-20 Fred Fish <fnf@redhat.com>
7624
7625 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
7626 blank in test for "returns short", for consistency with other
7627 "returns xxx" tests. Update copyright year.
7628
f9a7572a
FF
76292004-02-19 Fred Fish <fnf@redhat.com>
7630
7631 New testcase for PR breakpoint/1558.
7632 * gdb.arch/gdb1558.exp: New file.
7633 * gdb.arch/gdb1558.c: New file.
7634
b2ce2854
EZ
76352004-02-19 Elena Zannoni <ezannoni@redhat.com>
7636
7637 * gdb.base/nodebug.exp: Fix typo.
7638
e7c9ff01
JB
76392004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7640
7641 Committed by Jim Blandy <jimb@redhat.com>.
7642
62f4b920
JB
7643 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
7644
2db536a1
JB
7645 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
7646
e7c9ff01
JB
7647 * gdb.base/float.exp: Support s390*-*-* targets.
7648
f3205b34
AF
76492004-02-17 Adam Fedor <fedor@gnu.org>
7650
7651 * gdb.base/gdb1555.exp: New file.
7652 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
7653
9d62932d
EZ
76542004-02-17 Elena Zannoni <ezannoni@redhat.com>
7655
7656 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
7657
344c9711
FF
76582004-02-16 Fred Fish <fnf@redhat.com>
7659
7660 * gdb.arch/gdb1291.c: Remove
7661 * gdb.arch/gdb1291.s: New test input file.
7662 * gdb.arch/gdb1291.exp: Expand test to check case that should not
7663 fail. Test for correct result, known incorrect result, other
7664 failures and timeouts.
7665
2d822687
AC
76662004-02-16 Andrew Cagney <cagney@redhat.com>
7667
7668 * gdb.base/bigcore.exp: New file.
7669 * gdb.base/bigcore.c: New file.
7670
dac15b66
AC
76712004-02-13 Andrew Cagney <cagney@redhat.com>
7672
7673 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
7674 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
7675 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
7676 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
7677 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
7678 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
7679 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
7680 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
7681 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
7682 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
7683
6bdfc2c4
JJ
76842004-02-11 Jeff Johnston <jjohnstn@redhat.com>
7685
7686 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
7687 executed is an alloc instruction.
7688
87b3ede8
DC
76892004-02-11 David Carlton <carlton@kealia.com>
7690
7691 * gdb.cp/breakpoint.exp: New.
7692 * gdb.cp/breakpoint.cc: New.
7693
6e19e2bf
MC
76942004-02-11 Michael Chastain <mec.gnu@mindspring.com>
7695
7696 Partial fix for PR gdb/1543.
7697 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
7698 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
7699 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
7700 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
7701 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
7702 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
7703 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
7704 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
7705 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
7706 to bug-gdb@prep.ai.mit.edu .
7707 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
7708 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
7709 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
7710 Likewise.
7711
5c5455dc
AC
77122004-02-10 Andrew Cagney <cagney@redhat.com>
7713
7714 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
7715 using gdb_internal_error_resync.
7716
9cf689d7
DJ
77172004-02-09 Daniel Jacobowitz <drow@mvista.com>
7718
7719 * gdb.threads/thread-specific.exp: Stop early if no threads are
7720 found.
7721
d2dc51db
MC
77222004-02-09 Michael Chastain <mec.gnu@mindspring.com>
7723
7724 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
7725
14b1a056
DJ
77262004-02-08 Daniel Jacobowitz <drow@mvista.com>
7727
7728 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
7729 breakpoints.
7730
83f66e8f
DJ
77312004-02-07 Daniel Jacobowitz <drow@mvista.com>
7732
7733 * config/sim.exp (gdb_load): Handle $arg == "".
7734 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
7735 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
7736
30fc0091
EZ
77372004-02-07 Elena Zannoni <ezannoni@redhat.com>
7738
a9c64011
AS
7739 * gdb.base/maint.exp: Update test to reflect
7740 obstack changes.
30fc0091 7741
4d806929
JJ
77422004-02-04 Jeff Johnston <jjohnstn@redhat.com>
7743
7744 * gdb.base/pendshr.c (pendfunc): New function that calls
7745 pendfunc1.
7746 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
7747
7bfdd688
FF
77482004-02-04 Fred Fish <fnf@redhat.com>
7749
7750 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
7751 function symbols and update copyright years.
7752 * gdb.arch/gdb1291.c: Ditto.
7753
aaa08ee4
MC
77542004-02-03 Michael Chastain <mec.gnu@mindspring.com>
7755
7756 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
7757
dbad7755
MC
77582004-02-03 Michael Chastain <mec.gnu@mindspring.com>
7759
7760 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
7761
ec4646ef
MC
77622004-02-03 Michael Chastain <mec.gnu@mindspring.com>
7763
7764 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
7765
1b802196
FF
77662004-02-02 Fred Fish <fnf@redhat.com>
7767
7768 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
7769 remote targets. Update copyright years.
7770
18fe2033
JJ
77712004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7772
7773 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
7774 support.
7775 * gdb.base/langs.exp: Fix test which attempts to create
7776 breakpoint on non-existent function to handle new pending
7777 support.
7778 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
7779 a breakpoint.
7780 * gdb.base/pending.exp: New test.
7781 * gdb.base/pending.c: New file.
7782 * gdb.base/pendshr.c: Ditto.
7783
8d577d32
DC
77842004-02-02 David Carlton <carlton@kealia.com>
7785
7786 * gdb.cp/overload.exp: Add overloadNamespace tests.
7787 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
7788 (overloadNamespace, XXX): New.
7789 (main): Call XXX::marker2.
7790
3ad13771
FF
77912004-02-01 Fred Fish <fnf@redhat.com>
7792
7793 * gdb.base/dump.exp: Use runto_main instead of "runto main".
7794 * gdb.base/finish.exp: Ditto.
7795 * gdb.base/gcore.exp: Ditto.
7796 * gdb.base/huge.exp: Ditto.
7797 * gdb.base/info-proc.exp: Ditto.
7798 * gdb.base/return2.exp: Ditto.
7799 * gdb.threads/gcore-thread.exp: Ditto.
7800
44c75849
DJ
78012004-02-01 Daniel Jacobowitz <drow@mvista.com>
7802
7803 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
7804
005bc093
MK
78052004-02-01 Mark Kettenis <kettenis@gnu.org>
7806
7807 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
7808 that opening the file succeeds on OpenBSD.
7809
c47cebdb
DJ
78102004-02-01 Daniel Jacobowitz <drow@mvista.com>
7811
7812 * gdb.threads/thread-specific.c: New file.
7813 * gdb.threads/threads-specific.exp: New test script.
7814 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
7815 to expect_out.
7816
5a01311c
MK
78172004-02-01 Mark Kettenis <kettenis@gnu.org>
7818
7819 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
7820 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
7821 only on the "print_small_structs from print_long_arg_list" test.
7822
ce22a4f1
DJ
78232004-02-01 Daniel Jacobowitz <drow@mvista.com>
7824
7825 * gdb.base/completion.exp: Kill a stray backslash.
7826
7827 From Jim Ingham <jingham@apple.com>:
7828 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
7829 agrees with the result from sending a tab.
7830
abbab9d3
DJ
78312004-01-31 Daniel Jacobowitz <drow@mvista.com>
7832
7833 * gdb.base/chng-syms.exp: Remove stray newline.
7834
53904d1e
MK
78352004-01-31 Mark Kettenis <kettenis@gnu.org>
7836
7837 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
7838 *-*-openbsd*.
7839 * gdb.asm/openbsd.inc: New file.
7840
3a4b3aac
MK
78412004-01-30 Mark Kettenis <kettenis@gnu.org>
7842
7843 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
7844 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
7845 *-*solaris2*. Remove commented out default settings for
7846 asm-flags. Replace gdb_compile with target_link.
7847
ebac27b4
MC
78482004-01-29 Michael Chastain <mec.gnu@mindspring.com>
7849
7850 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
7851 for all tests. Remove old hp-ux and cygnus xfail cases.
7852
d8679d84
PH
78532004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
7854
7855 * gdb.base/chng-syms.exp: New file.
7856 * gdb.base/chng-syms.c: New file.
7857
0a55bc22
MC
78582004-01-24 Michael Chastain <mec.gnu@mindspring.com>
7859
7860 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
7861 Provide arms for current output in all my configurations.
7862
94b8e876
MC
78632004-01-24 Michael Chastain <mec.gnu@mindspring.com>
7864
7865 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
7866 * lib/compiler.cc: Likewise.
7867 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
7868 get the right preprocessor. Eval the output directly. Remove
7869 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
7870 hp_f77_compiler and hp_f90_compiler completely.
7871 (gdb_preprocess): Delete.
7872 (get_compiler): Delete.
7873
7cf03d44
MK
78742004-01-24 Mark Kettenis <kettenis@gnu.org>
7875
7876 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
7877 <string.h>.
7878
68b6dce9
NR
78792004-01-24 Nick Roberts <nick@nick.uklinux.net>
7880
7881 * gdb.mi/mi-stack.exp: Update copyright.
7882
b368761e
DC
78832004-01-23 David Carlton <carlton@kealia.com>
7884
7885 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
7886 test for cp_lookup_transparent_type.
7887 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
7888 call them.
7889
f2061b53
DJ
78902004-01-23 Daniel Jacobowitz <drow@mvista.com>
7891
7892 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
7893 after -var-update.
7894
37fc574a
DC
78952004-01-23 David Carlton <carlton@kealia.com>
7896
7897 * gdb.cp/namespace.cc (C::ensureRefs): New.
7898 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
7899
8e94b928
NR
79002004-01-20 Nick Roberts <nick@nick.uklinux.net>
7901
7902 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
7903 case "-stack-list-locals 2".
7904 * gdb.mi/mi-var-child.exp: Test for case
7905 "-var-list-children --all-values NAME".
7906
997b0952
MC
79072004-01-18 Michael Chastain <mec.gnu@mindspring.com>
7908
7909 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
7910
52470da3
MK
79112004-01-18 Mark Kettenis <kettenis@gnu.org>
7912
7049b4b8
MK
7913 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
7914 used with gdb_test_multiple.
7915
52470da3
MK
7916 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
7917 read at address 0. This fixes PR testsuite/1504.
7918
da6012e5
DJ
79192004-01-18 Daniel Jacobowitz <drow@mvista.com>
7920
7921 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
7922 Remove downloading, guessing the host executable, the calls to
7923 gdb_file_cmd and gdb_target_cmd, and "load" support.
7924 (infer_host_exec): New function broken out from gdb_load.
7925 (gdb_load): New wrapper for gdbserver_gdb_load.
7926 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
7927 gdb_target_cmd. Use -target-select.
7928 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
7929 Download binaries to the host. Clear last_mi_remote_file when
7930 we load a new binary.
7931 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
7932 call gdbserver_gdb_load and mi_gdb_target_cmd.
7933
32c70722
MC
79342004-01-17 Michael Chastain <mec.gnu@mindspring.com>
7935
7936 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
7937 type patterns.
7938
b0cecf36
MC
79392004-01-17 Michael Chastain <mec.gnu@mindspring.com>
7940
7941 * gdb.cp/templates.exp: Fix typo in test name of
7942 "print Foo<volatile char*>::foo".
7943
4120d7e6
MC
79442004-01-15 Michael Chastain <mec.gnu@mindspring.com>
7945
7946 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
7947
f679e530
BE
79482004-01-16 Ben Elliston <bje@wasabisystems.com>
7949
7950 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
7951 (clean mostlyclean): Remove empty rm.
7952
091c48f6
MC
79532004-01-15 Michael Chastain <mec.gnu@mindspring.com>
7954
7955 * gdb.base/setvar.exp: Add copyright years.
7956
3e5fc8d2
DC
79572004-01-14 David Carlton <carlton@bactrian.org>
7958
7959 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
7960 PR c++/1511 and update coment.
7961 * gdb.cp/templates.exp: Update patterns to match current output.
7962 If changes involve something other than whitespace, KFAIL
7963 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
7964
63d06c5c
DC
79652004-01-14 David Carlton <carlton@kealia.com>
7966
7967 * gdb.cp/namespace.exp: Add tests involving classes defined within
7968 namespaces.
7969 * gdb.cp/namespace.cc (C::CClass): New.
7970 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
7971
a51dab88
EZ
79722004-01-14 Elena Zannoni <ezannoni@redhat.com>
7973
7974 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
7975 what debug info we have. Print a better message if something goes
7976 wrong while producing the separate debug info file.
7977
a476ccc9
MC
79782004-01-14 Michael Chastain <mec.gnu@mindspring.com>
7979
7980 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
7981
f453692c
MC
79822004-01-14 Michael Chastain <mec.gnu@mindspring.com>
7983
7984 * gdb.base/callfuncs.c: Add copyright notice.
7985
f40063a5
MC
79862004-01-13 Michael Chastain <mec.gnu@mindspring.com>
7987
7988 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
7989 inheritance. PR gdb/1498, PR gcc/13539.
7990
19ac3974
EZ
79912004-01-13 Elena Zannoni <ezannoni@redhat.com>
7992
a9c64011
AS
7993 * gdb.threads/gcore-thread.exp: Prefix name of binary with
7994 test specific name.
7995 * gdb.mi/gdb669.exp: Ditto.
7996 * gdb.mi/mi-pthreads.exp: Ditto.
7997 * gdb.mi/mi1-pthreads.exp: Ditto.
7998 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 7999
56c97c6e
MC
80002004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8001
8002 * gdb.cp/member-ptr.cc: Add copyright notice.
8003
a0644324
MC
80042004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8005
8006 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
8007 some patterns for recent versions of gcc and hpacc. Delete
8008 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
8009 Delete tests that access a NULL pointer-to-member-data. This
8010 script is still disabled for gcc.
8011
32fabe09
EZ
80122004-01-12 Elena Zannoni <ezannoni@redhat.com>
8013
8014 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 8015 escaped correctly.
32fabe09 8016
1f8a6abb
EZ
80172004-01-12 Elena Zannoni <ezannoni@redhat.com>
8018
8019 * gdb.base/sepdebug.exp: New file.
8020 * gdb.base/sepdebug.c: New file.
8021 * lib/gdb.exp (separate_debug_filename): New procedure.
8022 (gdb_gnu_strip_debug): New procedure.
8023
48efe704
AC
80242004-01-12 Andrew Cagney <cagney@redhat.com>
8025
8026 * gdb.mi/ChangeLog: Delete file. Renamed to ...
8027 * gdb.mi/ChangeLog-1999-2003: New file.
8028
a9415475
AC
80292004-01-12 Andrew Cagney <cagney@redhat.com>
8030
8031 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
8032 "Renaming a directory to a non-empty directory returns ENOTEMPTY
8033 or EEXIST", treat EBUSY as an XFAIL.
8034
83b8cf9d
MC
80352004-01-11 Michael Chastain <mec.gnu@mindspring.com>
8036
8037 * gdb.base/scope.exp: Remove obsolete setup_xfail for
8038 hp_cc_compiler.
8039
9939d2a8
MC
80402004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8041
8042 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
8043 decorations.
8044
1ff8cadf
MC
80452004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8046
8047 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
8048 and "(aCC)" decorations. Remove obsolete doco about old
8049 test results.
8050
6fa9022e
MC
80512004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8052
8053 * gdb.cp/exception.exp: Fix typo in doco.
8054
209721fe
MK
80552004-01-09 Mark Kettenis <kettenis@gnu.org>
8056
8057 * gdb.base/gdb1476.exp: Fix typo.
8058
ef11303e
MC
80592004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8060
8061 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
8062 file.
8063
041ab88c
MC
80642004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8065
8066 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
8067 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
8068 Use gdb_compile. Remove restriction on gcc. Add some patterns
8069 for recent version of gdb. Delete second half, which was a copy
8070 of the first half with different build flags. This test is
8071 still disabled because it is still not ready for production.
8072
e36d075a
MC
80732004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8074
8075 * gdb.cp/exception.cc: Add copyright notice.
8076 * gdb.cp/exception.exp: Add a notice that this file is broken
8077 because of line number changes caused by addition of copyright
8078 notice.
8079
42b190ad
MC
80802004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8081
8082 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
8083 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
8084
8f25f06b
MC
80852004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8086
8087 * gdb.cp/classes.exp: Accept gnu abi 2.
8088 * gdb.cp/derivation.exp: Likewise.
8089 * gdb.cp/overload.exp: Likewise.
8090 * gdb.cp/virtfunc.exp: Likewise.
8091
06ded8b8
MC
80922004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8093
8094 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
8095 semicolon after end of function.
8096
77c26ae3
MC
80972004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8098
8099 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
8100 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
8101 boilerplate code for compiling and running the program under
8102 test. Add some string method tests.
8103
20757486
MC
81042004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8105
8106 * gdb.cp/bs15503.cc: Add copyright notice.
8107 * gdb.cp/bs15503.exp: Adjust line number.
8108
0fd3b503
MC
81092004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8110
8111 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
8112 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
8113
10d1bea8
MC
81142004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8115
8116 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
8117 hp_cc_compiler.
8118
2789202a
MC
81192004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8120
8121 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
8122 * gdb.cp/ctti.exp: Use the marker instead of "next".
8123 With gcc, run further before bailing.
8124
b862f14c
MC
81252004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8126
8127 * gdb.cp/cttiadd.cc: Add copyright notice.
8128 * gdb.cp/cttiadd1.cc: Likewise.
8129 * gdb.cp/cttiadd2.cc: Likewise.
8130 * gdb.cp/cttiadd3.cc: Likewise.
8131
96da2469
MC
81322004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8133
8134 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
8135 Use gdb_test, gdb_test_multiple. Use floating-point values that
8136 have exact representations in IEEE-ish formats.
8137
053248ff
MC
81382004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8139
8140 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
8141 compilers. Delete duplicate call to get_compiler_info.
8142 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
8143 * gdb.base/volatile.exp: Likewise.
8144
84acecdd
MK
81452004-01-07 Mark Kettenis <kettenis@gnu.org>
8146
8147 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
8148 memory at address 0.
8149
fe11a27f
MC
81502004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8151
8152 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
8153 to test for hp-ux assembler. Fix copyright years.
8154
60ad077b
AC
81552004-01-07 Andrew Cagney <cagney@redhat.com>
8156
8157 * gdb.base/fileio.c (strerrno): Add "EBUSY".
8158
1c9b8f33
AC
81592004-01-07 Andrew Cagney <cagney@redhat.com>
8160
8161 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
8162 when creating the read-only file. From analysis by Roland McGrath
8163 and Elena Zannoni.
8164
753ccc7a
MC
81652004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8166
8167 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
8168
eca3e36b
MC
81692004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8170
8171 * gdb.base/cvexpr.c: Be type-safe with function pointers and
8172 data pointers.
8173
f8d4bac4
MC
81742004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8175
8176 * gdb.cp/m-static.exp: Compile one source file at a time.
8177 Delete unused call to get_compiler_info.
8178
9b4e0f94
MC
81792004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8180
8181 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
8182 * gdb.base/call-rt-st.exp: Likewise.
8183 * gdb.base/nodebug.exp: Likewise.
8184 * gdb.base/volatile.exp: Likewise.
8185 * gdb.cp/ref-types.exp: Likewise.
8186 * gdb.cp/templates.exp: Likewise.
8187
023c1024
MK
81882004-01-05 Mark Kettenis <kettenis@gnu.org>
8189
8190 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
8191
19703c4a
MC
81922004-01-05 Michael Chastain <mec.gnu@mindspring.com>
8193
8194 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
8195 hppa*-hp-hpux*.
8196
18b67037
MK
81972004-01-04 Mark Kettenis <kettenis@gnu.org>
8198
ba6219c8
MK
8199 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8200 x86_64-*-*.
8201
18b67037
MK
8202 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8203 sparc64-*-* and sparc*-solaris2*.
8204
1bfbbb9d
MK
82052004-01-04 Mark Kettenis <kettenis@gnu.org>
8206
8207 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
8208 return ${tests}" test. The ${tests} already mentions the
8209 filename.
8210
06846494
MC
82112004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8212
8213 * gdb.cp/local.exp: Accept gcc abi 2.
8214
3b0cb202
MC
82152004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8216
8217 * gdb.cp/templates.exp: Accept gcc abi 2.
8218
0643ec3f
MC
82192004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8220
8221 * lib/compiler.cc: Remove supports_template_debugging.
8222 * gdb.cp/templates.exp: Do not test supports_template_debugging.
8223
d231d0b1
MC
82242004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8225
8226 * gdb.cp/namespace.exp: Accept gcc abi 2.
8227
44ffb27c
MC
82282004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8229
8230 * gdb.cp/method.exp: Accept gcc abi 2.
8231
184ad485
MC
82322004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8233
8234 * gdb.cp/classes.exp: Generate identical results as old version.
8235 * gdb.cp/derivation.exp: Likewise.
8236 * gdb.cp/overload.exp: Likewise.
8237 * gdb.cp/virtfunc.exp: Likewise.
8238
116f09e7
MC
82392004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8240
8241 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
8242 mysterious bug with sourceware version of expect.
8243
b1379776
MC
82442004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8245
8246 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
8247 current versions of gcc, including gcc abi 2. Remove gratuitous
8248 restart of test program. Use gdb_test_multiple and gdb_test for
8249 all tests. Add patterns to xfail missing "const" in "const char *"
8250 and kfail PR gdb/1155.
8251
6b7a4c0e
MC
82522004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8253
8254 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
8255 current versions of gcc, including gcc abi 2. Remove gratuitous
8256 restart of test program. Use gdb_test_multiple and gdb_test for
8257 all tests. Add patterns to kfail PR gdb/1498.
8258
51615d72
MC
82592003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8260
8261 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
8262 current versions of gcc, including gcc abi 2. Use "breakpoint"
8263 and "continue" instead of restarting the target program. Use
8264 gdb_test_multiple and gdb_test for all tests.
8265
7b79a9d7
MK
82662004-01-01 Mark Kettenis <kettenis@gnu.org>
8267
8268 * gdb.asm/asm-source.exp: Update copyright year. Link statically
8269 for *-*-solaris2*.
8270
1cd3489f
MC
82712003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8272
8273 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
8274 current versions of gcc, including gcc abi 2. Use "breakpoint"
8275 and "continue" instead of restarting the target program several
8276 times. Use gdb_test_multiple and gdb_test for all tests.
8277
850742db
MC
82782003-12-18 Michael Chastain <mec.gnu@mindspring.com>
8279
8280 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
8281 source files.
8282
eb4bbda8
MC
82832003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8284
8285 * gdb.base/environ.exp: Handle compiling test case from multiple
8286 source files.
8287
e42c7771
MC
82882003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8289
8290 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
8291
80e4b428
JB
82922003-12-17 Jim Blandy <jimb@redhat.com>
8293
5f06973a
JB
8294 * gdb.base/freebpcmd.c: Add copyright notice.
8295
80e4b428
JB
8296 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
8297
0ab84fb7
MC
82982003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8299
8300 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
8301
1b3bb3d0
JB
83022003-12-13 Jim Blandy <jimb@redhat.com>
8303
8304 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
8305
3a4c9371
KB
83062003-12-12 Kevin Buettner <kevinb@redhat.com>
8307
8308 * gdb.asm/frv.inc: New file.
8309 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
8310
a1dea79a
FF
83112003-12-09 Fred Fish <fnf@redhat.com>
8312
8313 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
8314 functions to break1.c and leave prototypes behind. Add more
8315 "set breakpoint NN here" comments.
8316 * gdb.base/break1.c: New file.
8317
8318 * gdb.base/break.exp: Handle compiling test case from multiple
8319 source files and change source file references as needed.
8320 * gdb.base/completion.exp: Ditto.
8321 * gdb.base/condbreak.exp: Ditto.
8322 * gdb.base/define.exp: Ditto.
8323 * gdb.base/ena-dis-br.exp: Ditto.
8324 * gdb.base/info-proc.exp: Ditto.
8325 * gdb.base/maint.exp: Ditto.
8326 * gdb.base/until.exp: Ditto.
8327
8328 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
8329 hardcoded line numbers.
8330 * gdb.base/define.exp: Ditto.
8331 * gdb.base/ena-dis-br.exp: Ditto.
8332 * gdb.base/maint.exp: Ditto.
8333 * gdb.base/until.exp: Ditto.
8334
8335 * gdb.base/completion.exp: Use "break1" for completion tests since
8336 "break" is no longer a unique prefix.
8337
5266b69c
AC
83382003-12-06 Andrew Cagney <cagney@redhat.com>
8339
8340 * gdb.base/structs.exp (test_struct_returns): When applicable, set
8341 "return_value_unimplemented". When an unimplemented struct return
8342 architecture, report incorrect values as a KFAIL
8343
374451f0
MC
83442003-12-05 Michael Chastain <mec.gnu@mindspring.com>
8345
8346 * gdb.cp/rtti.exp: Accept new wording of warning from
8347 cp_lookup_rtti_type.
8348
ba9b20a7
MC
83492003-12-05 Michael Chastain <mec.gnu@mindspring.com>
8350
8351 Partial fix for PR testsuite/1456.
8352 * gdb.base/scope.exp (test_at_main): Replace references to
8353 gcc_compiled with calls to test_compiler_info.
8354 (test_at_foo): Likewise.
8355 (test_at_bar): Likewise.
8356
b74b6d0b
MC
83572003-12-04 Michael Chastain <mec.gnu@mindspring.com>
8358
8359 Partial fix for PR testsuite/1456.
8360 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
8361 to test_compiler_info.
8362
ccfa3402
MC
83632003-12-03 Michael Chastain <mec.gnu@mindspring.com>
8364
8365 * gdb.base/so-impl-ld.exp: Update copyright notice.
8366
f6246aba
MC
83672003-12-02 Michael Chastain <mec.gnu@mindspring.com>
8368
8369 Partial fix for PR testsuite/1456.
8370 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
8371 to test_compiler_info.
8372
13ae734a
MC
83732003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8374
8375 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
8376 from current versions of gdb. Clean up regular expressions.
8377 Delete redundant timeout case.
8378
d8e1cdee
MC
83792003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8380
8381 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
8382 from current versions of gdb. Clean up regular expressions.
8383 Delete redundant timeout case.
8384
96457b64
MC
83852003-12-01 Michael Chastain <mec.gnu@mindspring.com>
8386
8387 Partial fix for PR testsuite/1456.
8388 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
8389 gcc_compiled with call to test_compiler_info.
8390
f35309fc
MC
83912003-11-30 Michael Chastain <mec.gnu@mindspring.com>
8392
8393 Partial fix for PR testsuite/1456.
8394 * gdb.base/list.exp (test_list_function): Delete unused declaration
8395 of gcc_compiled.
8396
d7afdf9b
MC
83972003-11-29 Michael Chastain <mec.gnu@mindspring.com>
8398
8399 Partial fix for PR testsuite/1456.
8400 * gdb.base/complex.exp: Replace reference to gcc_compiled with
8401 call to test_compiler_info.
8402
71507b56
MK
84032003-11-29 Mark Kettenis <kettenis@gnu.org>
8404
8405 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
8406 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
8407 it to create the appropriate note.inc.
8408 * gdb.asm/asmsrc1.s: Include "note.inc".
8409 * gdb.asm/netbsd.inc: New file.
8410 * gdb.asm/empty.inc: New file.
8411
f81f93f7
MC
84122003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8413
8414 Partial fix for PR testsuite/1456.
8415 * gdb.base/constvars.exp: Replace references to gcc_compiled with
8416 calls to test_compiler_info.
8417
9a77938e
MC
84182003-11-27 Michael Chastain <mec.gnu@mindspring.com>
8419
8420 Partial fix for PR testsuite/1456.
8421 * gdb.base/volatile.exp: Replace references to gcc_compiled with
8422 calls to test_compiler_info.
8423
e8367dc7
MK
84242003-11-27 Mark Kettenis <kettenis@gnu.org>
8425
8426 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
8427 pattern for the KFAILs.
8428
526c61ee
AF
84292003-11-25 Adam Fedor <fedor@gnu.org>
8430
8431 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
8432 * gdb.objc/objcdecode.m: New file.
8433
28f2d600
AF
84342003-11-25 Adam Fedor <fedor@gnu.org>
8435
8436 * gdb.objc/nondebug.exp: Test for PR objc/1236.
8437 * gdb.objc/nondebug.m: New file.
8438
a3895cee
BE
84392003-11-26 Ben Elliston <bje@wasabisystems.com>
8440
8441 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
8442 NetBSD as it does on FreeBSD. Modelled on a similar change by
8443 Mark Kettenis on 2003-05-30.
8444 (link-flags): Set to "--entry _start" regardless of target.
8445 Special linker flags are to be appended to $link-flags.
8446 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
8447
c9f2c8a3
MC
84482003-11-25 Michael Chastain <mec.gnu@mindspring.com>
8449
8450 * gdb.cp/method.exp: Accept output of new demangler.
8451
15a0587a 84522003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
8453
8454 * gdb/class2.exp: New file.
8455 * gdb/class2.cc: New file.
8456
3c00b570
MC
84572003-11-25 Michael Chastain <mec.gnu@mindspring.com>
8458
8459 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
8460 of new demangler.
8461
7027acc7
MK
84622003-11-23 Mark Kettenis <kettenis@gnu.org>
8463
8464 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
8465 of gdb_test "run".
8466
b0e1598a
MK
84672003-11-23 Mark Kettenis <kettenis@gnu.org>
8468
8469 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
8470 "continue" into "run".
8471
4d9eda44
MC
84722003-11-23 Michael Chastain <mec.gnu@mindspring.com>
8473
8474 Partial fix for PR testsuite/1456.
8475 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
8476 call to test_compiler_info.
8477 * gdb.cp/ctti.exp: Likewise.
8478 * gdb.cp/derivation.exp: Likewise.
8479 * gdb.cp/member-ptr.exp: Likewise.
8480 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
8481 reference to gcc_compiled.
8482
84832003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
8484
8485 Fix PR testsuite/1463.
8486 * gdb.base/structs.exp (start_structs_test): Call
8487 get_debug_format before using the debug format.
8488
d422fe19
AC
84892003-11-22 Andrew Cagney <cagney@redhat.com>
8490
8491 * lib/gdb.exp (gdb_test_multiple): Add simple example.
8492 * gdb.base/structs.exp: Use gdb_test_multiple.
8493
039cf96d
AC
84942003-11-20 Andrew Cagney <cagney@redhat.com>
8495
6882279b
AC
8496 * gdb.base/structs.exp: Handle and recover from internal errors.
8497 Replace "foo${n}" with "foo<n>" in test messages.
8498
e53890ae
AC
8499 * gdb.base/structs.exp: Update copyright. Rewrite.
8500 * gdb.base/structs.c: Update copyright. Rewrite.
8501
2b211c59
AC
8502 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
8503 resync count exceeded.
d63a86f8 8504
039cf96d
AC
8505 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
8506 from the internal error.
8507 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
8508 Original from Jim Blandy.
8509 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 8510
eac98b22
AC
85112003-11-19 Andrew Cagney <cagney@redhat.com>
8512
8513 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
8514 KFAIL.
8515
67455b2a
MK
85162003-11-17 Mark Kettenis <kettenis@gnu.org>
8517
8518 New testcase for PR backtrace/1435.
8519 * gdb.arch/i386-unwind.exp: New file.
8520 * gdb.arch/i386-unwind.c: New file.
8521
853d6e5b
AC
85222003-11-17 Andrew Cagney <cagney@redhat.com>
8523
8524 * lib/gdb.exp (compiler_info): New global.
8525 (test_compiler_info): New function.
8526 (get_compiler_info): Set compiler_info.
8527 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
8528 "compiler_info" to gcc-<major>-<minor>.
8529
38cf6e11
MC
85302003-11-15 Michael Chastain <mec.gnu@mindspring.com>
8531
8532 * gdb.trace/configure: Remove.
8533
a50d3602
EZ
85342003-11-13 Elena Zannoni <ezannoni@redhat.com>
8535
8536 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 8537 breakpoints.
a50d3602
EZ
8538 * gdb.base/break.exp: Remove all references to explicit line
8539 numbers.
8540
d9407aaa
NC
85412003-11-11 Nick Clifton <nickc@redhat.com>
8542
8543 * gdb.base/shreloc.exp: Do not run for targets which do not
8544 support shared objects.
8545
db488fc1
CV
85462003-11-10 Corinna Vinschen <vinschen@redhat.com>
8547
8548 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
8549 Don't run tests if nofileio flag is given.
8550
6a90a18e
EZ
85512003-11-07 Elena Zannoni <ezannoni@redhat.com>
8552
8553 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 8554 as well as 'Watchpoint'.
6a90a18e 8555
0b915e9c
EZ
85562003-11-06 Elena Zannoni <ezannoni@redhat.com>
8557
8558 Reported by Jim Ingham <jingham@apple.com>:
8559 * gdb.base/annota1.exp: Match at least one occurrence of the
8560 signal handler annotation.
8561
d7e4b55f
EZ
85622003-11-06 Elena Zannoni <ezannoni@redhat.com>
8563
a9c64011
AS
8564 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
8565 as well as 'Watchpoint'.
d7e4b55f 8566
2fe4e8d0
MC
85672003-11-05 Michael Chastain <mec@shout.net>
8568
8569 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
8570
6ef88553
KW
85712003-11-03 Kris Warkentin <kewarken@qnx.com>
8572
8573 * gdb.arch/gdb1291.c: New test file.
8574 * gdb.arch/gdb1291.exp: New test script.
8575 * gdb.arch/gdb1431.c: New test file.
8576 * gdb.arch/gdb1431.exp: New test script.
8577
ae7dc4d8
MC
85782003-10-22 Michael Chastain <mec@shout.net>
8579
8580 * gdb.mi/pthreads.c: Add copyright notice.
8581
c39d7427
MC
85822003-10-22 Michael Chastain <mec@shout.net>
8583
8584 * gdb.threads/pthreads.c: Add copyright notice.
8585
8b7d96c1
MC
85862003-10-20 Michael Chastain <mec@shout.net>
8587
8588 * gdb.base/gdb1056.exp: New test script.
8589
d1d69fdd
DJ
85902003-10-13 Daniel Jacobowitz <drow@mvista.com>
8591
8592 * gdb.threads/killed.exp: Use gdb_run_cmd.
8593
7d605576
DJ
85942003-10-13 Daniel Jacobowitz <drow@mvista.com>
8595
8596 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
8597 create a core file.
8598 * gdb.threads/gcore-thread.exp: Likewise.
8599
618ec112
CV
86002003-10-13 Corinna Vinschen <vinschen@redhat.com>
8601
8602 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
8603 type, based on char type.
8604 (struct bit_flags_short_t): New bitfield type, based on short type.
8605 (init_bit_flags_char): New fuction.
8606 (init_bit_flags_short): Ditto.
8607 (print_bit_flags_char): Ditto.
8608 (print_bit_flags_short): Ditto.
8609 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
8610
9367a73c
MC
86112003-10-11 Michael Chastain <mec@shout.net>
8612
8613 * gdb.base/call-rt-st.exp: Update copyright year.
8614
1decf120
KI
86152003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8616
8617 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
8618 * gdb.disasm/sh3.s: Ditto.
8619
5445b2ae
DJ
86202003-10-07 Daniel Jacobowitz <drow@mvista.com>
8621
8622 * gdb.threads/switch-threads.exp: New test.
8623 * gdb.threads/switch-threads.c: New source file.
8624
aec24853
CV
86252003-10-07 Corinna Vinschen <vinschen@redhat.com>
8626
8627 * gdb.base/ending-run.exp: Add sh specific case.
8628
adc7428d
AC
86292003-10-06 Andrew Cagney <cagney@redhat.com>
8630
8631 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
8632 * gdb.disasm/mn10200.exp: Delete obsolete file.
8633
c9d37158
DJ
86342003-09-29 Daniel Jacobowitz <drow@mvista.com>
8635
8636 * ChangeLog: Correct an entry command.exp -> commands.exp.
8637 * gdb.base/commands.exp (bp_deleted_in_command_test)
8638 (temporary_breakpoint_commands): Check noargs.
8639
79c2c32d
DC
86402003-09-25 David Carlton <carlton@kealia.com>
8641
8642 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
8643 of some print tests, where appropriate. Add tests for C::D::cd,
8644 E::ce, F::cXfX, G::XgX.
8645 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
8646
594e6d67
RE
86472003-09-25 Richard Earnshaw <rearnsha@arm.com>
8648
8649 * lib/java.exp (java_init): Import target_alias before using it.
8650
10f0d451
DC
86512003-09-25 David Carlton <carlton@kealia.com>
8652
8653 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
8654
274bcba0
EZ
86552003-09-23 Elena Zannoni <ezannoni@redhat.com>
8656
d63a86f8 8657 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 8658 weirdness.
274bcba0 8659
cdbf20f7
MC
86602003-09-17 Michael Chastain <mec@shout.net>
8661
8662 * gdb.cp/gdb1355.exp: New file.
8663 * gdb.cp/gdb1355.c: New file.
8664
71e06f80
CV
86652003-09-15 Corinna Vinschen <vinschen@redhat.com>
8666
8667 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
8668 * gdb.asm/sh.inc: New file.
8669
5c4e30ca
DC
86702003-09-11 David Carlton <carlton@kealia.com>
8671
bd45b7af
DC
8672 * gdb.cp/namespace.exp: Add tests for namespace types.
8673 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
8674 (test_namespace): New.
8675
1c199746
EZ
86762003-09-11 Elena Zannoni <ezannoni@redhat.com>
8677
a9c64011 8678 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 8679 * gdb.stabs/weird.exp: Ditto.
1c199746 8680
04ed252f
MC
86812003-09-08 Michael Chastain <mec@shout.net>
8682
8683 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
8684
d8a2d9e7
MC
86852003-09-07 Michael Chastain <mec@shout.net>
8686
8687 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
8688 'parse error'.
8689
161afb24
MK
86902003-09-07 Mark Kettenis <m.kettenis@osp.nl>
8691
8692 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
8693
49f2741a
MC
86942003-08-30 Michael Chastain <mec@shout.net>
8695
8696 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
8697 * gdb.gdb/observer.exp: Ditto.
8698 * gdb.gdb/xfullpath.exp: Ditto.
8699
8afa723e
MK
87002003-08-29 Mark Kettenis <kettenis@gnu.org>
8701
8702 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
8703 *-*-*bsd*.
8704
f31dfe3b
JJ
87052003-08-28 Jeff Johnston <jjohnstn@redhat.com>
8706
8707 * gdb.base/dump.exp: Skip for ia64.
8708
4630e498
JJ
87092003-08-25 Jeff Johnston <jjohnstn@redhat.com>
8710
8711 * gdb.asm/asm-source.exp: Add ia64 support.
8712 * gdb.asm/ia64.inc: New file.
8713
1105b7ef
MC
87142003-08-22 Michael Chastain <mec@shout.net>
8715
8716 * gdb.cp: New directory.
8717 * gdb.cp/*: Copy from gdb.c++/*.
8718 * gdb.c++/*: Remove.
8719 * Makefile.in: Change gdb.c++ to gdb.cp.
8720 * configure.in: Ditto.
8721 * configure: Regnerate.
8722
c945b932
MK
87232003-08-18 Mark Kettenis <kettenis@gnu.org>
8724
8725 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
8726 * gdb.arch/i386-prologue.c (gdb1338): Add function.
8727
2b66634b
DJ
87282003-08-17 Daniel Jacobowitz <drow@mvista.com>
8729
8730 * mi-var-display.exp (-var-list-children weird): Accept function
8731 pointers with argument types.
8732 * mi1-var-display.exp (-var-list-children weird): Likewise.
8733 * mi2-var-display.exp (-var-list-children weird): Likewise.
8734
a356f73b
DJ
87352003-08-17 Daniel Jacobowitz <drow@mvista.com>
8736
8737 * gdb.base/annota3.exp: Add missing newline.
8738
483417b8
MC
87392003-08-06 Michael Chastain <mec@shout.net>
8740
8741 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
8742
c99c59c3
MS
87432003-08-12 Michael Snyder <msnyder@redhat.com>
8744
8745 * gdb.base/float.exp: Add test for SH.
8746
55ed7501
MK
87472003-08-10 Mark Kettenis <kettenis@gnu.org>
8748
8749 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
8750
1a371f2e
EZ
87512003-08-07 Elena Zannoni <ezannoni@redhat.com>
8752
8753 * gdb.base/completion.exp: Remove reduntant completion test
8754 on filename.
8755
e0f353ce
EZ
87562003-08-07 Elena Zannoni <ezannoni@redhat.com>
8757
a9c64011
AS
8758 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
8759 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
8760 gdb.trace/save-trace.exp: Make sure that full pathnames are
8761 escaped correctly.
e0f353ce 8762
5710a1af 87632003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 8764
a9c64011
AS
8765 * configure.in: Don't generate config.h from config.hin.
8766 * configure: Regenerate.
8767 * config.hin: Remove file.
8768 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
8769 * gdb.threads/pthreads.c: Ditto.
5710a1af 8770
dcd81ce9
DJ
87712003-08-07 Daniel Jacobowitz <drow@mvista.com>
8772
8773 From Kei Sakamoto <sakamoto.kei@renesas.com>:
8774 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
8775 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
8776 Replace ld24 with seth/add3.
8777
6009d884
AC
87782003-08-02 Andrew Cagney <cagney@redhat.com>
8779
8780 * gdb.base/annota3.exp: New file.
8781 * gdb.base/annota3.c: New file.
8782 * gdb.c++/annota3.exp: New file.
8783 * gdb.c++/annota3.cc: New file.
8784
51514e06
MC
87852003-07-29 Michael Chastain <mec@shout.net>
8786
8787 * gdb.threads/tls.c (spin): Check errno only if sem_wait
8788 actually failed.
8789 (do_pass): Likewise.
8790 * gdb.threads/tls.exp: Always initialize no_of_threads.
8791
4ee6625b
DJ
87922003-07-27 Daniel Jacobowitz <drow@mvista.com>
8793
8794 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
8795 pattern.
8796 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
8797 * gdb.threads/tls.exp: Recognize one case of the host library not
8798 supporting TLS.
8799
225f2bf6
AC
88002003-07-27 Andrew Cagney <cagney@redhat.com>
8801
8802 * gdb.base/fileio.exp: Use SH when running commands using
8803 remote_exec.
8804
bcb27c9f
DJ
88052003-07-24 Daniel Jacobowitz <drow@mvista.com>
8806
8807 From Kei Sakamoto <sakamoto.kei@renesas.com>:
8808 * gdb.base/relocate.c (dummy): New padding array.
8809
3d67be83
MS
88102003-07-22 Michael Snyder <msnyder@redhat.com>
8811
d63a86f8 8812 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
8813
8814 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
8815 patterns to be more general, accepting old and new output.
8816 Some output chars (such as '+') also must be quoted.
d63a86f8 8817 Some addresses are displayed numerically instead of
3d67be83
MS
8818 symbolically.
8819
57ba3b85
MS
88202003-07-23 Michael Snyder <msnyder@redhat.com>
8821
686d097c
MS
8822 * gdb.base/return2.exp: Don't test long-long return.
8823
57ba3b85
MS
8824 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
8825 * gdb.disasm/t01_mov.exp: Ditto.
8826 * gdb.disasm/t02_mova.s: Ditto.
8827 * gdb.disasm/t02_mova.exp: Ditto.
8828 * gdb.disasm/t03_add.s: Ditto.
8829 * gdb.disasm/t03_add.exp: Ditto.
8830 * gdb.disasm/t04_sub.s: Ditto.
8831 * gdb.disasm/t04_sub.exp: Ditto.
8832 * gdb.disasm/t05_cmp.s: Ditto.
8833 * gdb.disasm/t05_cmp.exp: Ditto.
8834 * gdb.disasm/t06_ari2.s: Ditto.
8835 * gdb.disasm/t06_ari2.exp: Ditto.
8836 * gdb.disasm/t07_ari3.s: Ditto.
8837 * gdb.disasm/t07_ari3.exp: Ditto.
8838 * gdb.disasm/t08_or.s: Ditto.
8839 * gdb.disasm/t08_or.exp: Ditto.
8840 * gdb.disasm/t09_xor.s: Ditto.
8841 * gdb.disasm/t09_xor.exp: Ditto.
8842 * gdb.disasm/t10_and.s: Ditto.
8843 * gdb.disasm/t10_and.exp: Ditto.
8844 * gdb.disasm/t11_logs.s: Ditto.
8845 * gdb.disasm/t11_logs.exp: Ditto.
8846 * gdb.disasm/t12_bit.s: Ditto.
8847 * gdb.disasm/t12_bit.exp: Ditto.
8848 * gdb.disasm/t13_otr.s: Ditto.
8849 * gdb.disasm/t13_otr.exp: Ditto.
8850
e00759ef
EZ
88512003-07-22 Elena Zannoni <ezannoni@redhat.com>
8852
8853 * gdb.threads/tls.exp :Add kfail for 'info address' case.
8854
8bc2021f
EZ
88552003-07-22 Elena Zannoni <ezannoni@redhat.com>
8856
a9c64011
AS
8857 * gdb.threads/tls.c : New file.
8858 * gdb.threads/tls.exp : New file.
8859 * gdb.threads/tls-main.c : New file.
8860 * gdb.threads/tls-shared.c : New file.
8861 * gdb.threads/tls-shared.exp : New file.
8bc2021f 8862
89320c4c
AS
88632003-07-22 Andreas Schwab <schwab@suse.de>
8864
8865 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
8866
180dea7c
AS
88672003-07-20 Andreas Schwab <schwab@suse.de>
8868
8869 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
8870 due to insn reordering.
8871
0714963c
AC
88722003-07-15 Andrew Cagney <cagney@redhat.com>
8873
8874 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
8875
98a23b3f
MC
88762003-07-15 Michael Chastain <mec@shout.net>
8877
8878 * gdb.base/gdb1250.exp: New file.
8879 * gdb.base/gdb1250.c: New file.
8880
27e417a2
ML
88812003-07-09 Michal Ludvig <mludvig@suse.cz>
8882
8883 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
8884 expansion of size_t to 'unsigned long', not only to 'unsigned'.
8885
8bc2021f
EZ
88862003-07-09 Elena Zannoni <ezannoni@redhat.com>
8887
a9c64011
AS
8888 * gdb.threads/tls.c: New file.
8889 * gdb.threads/tls.exp: New file.
8890 * gdb.threads/tls-main.c: New file.
8891 * gdb.threads/tls-shared.c: New file.
8892 * gdb.threads/tls-shared.exp: New file.
8bc2021f 8893
d99968dc
EZ
88942003-07-09 Elena Zannoni <ezannoni@redhat.com>
8895
8896 * gdb.base/annota1.exp: Make sure that we properly escape the
8897 full path of the source file. Xfail more permissive patterns,
d63a86f8 8898 due to a compiler debug info problem.
d99968dc 8899
83876b3b
AS
89002003-07-07 Andreas Schwab <schwab@suse.de>
8901
2705e972
AS
8902 * gdb.asm/m68k.inc: New file.
8903 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
8904
83876b3b
AS
8905 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
8906 arguments"): Also match negative number.
8907
8908 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
8909
3a871b37
DJ
89102003-07-03 Daniel Jacobowitz <drow@mvista.com>
8911
8912 * gdb.base/store.c (charest): New typedef.
8913 (add_char): Rename to add_charest, update.
8914 (wack_char): Rename to wack_charest, update types. Return l + r
8915 to keep r live across the call.
8916 (wack_short, wack_int, wack_long, wack_longest, wack_float)
8917 (wack_double, wack_doublest): Return l + r to keep r live across
8918 the call.
8919 * gdb.base/store.exp: Accomodate store.c changes.
8920
b2a7f303
DC
89212003-06-30 David Carlton <carlton@kealia.com>
8922
8923 * gdb.c++/maint.exp (test_invalid_name): New.
8924 (test_first_component): Add tests for invalid names.
8925
3c6cb4a1
MC
89262003-06-29 Michael Chastain <mec@shout.net>
8927
8928 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
8929 output of '<VTT for class>' for virtual base classes.
8930
f1c2644b
DJ
89312003-06-29 Daniel Jacobowitz <drow@mvista.com>
8932
8933 * gdb.base/completion.exp: Tab-complete "complet" instead of
8934 "compl".
8935 * gdb.base/complex.exp, gdb.base/complex.c: New files.
8936
18080350
DJ
89372003-06-29 Daniel Jacobowitz <drow@mvista.com>
8938
8939 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
8940 * gdb.base/volatile.exp: Likewise.
8941
f56973f8
DJ
89422003-06-29 Daniel Jacobowitz <drow@mvista.com>
8943
8944 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
8945 gdb/1265.
8946
89472003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
8948 Daniel Jacobowitz <drow@mvista.com>
8949
8950 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
8951 initial line count of 'captured_main' from 26 to 32.
8952 (test_with_self): Allow xmalloc call to be interleaved with the
8953 preceding two lines.
8954
e766d4d6
JB
89552003-06-24 Joel Brobecker <brobecker@gnat.com>
8956
8957 * gdb.base/bang.exp: New testcase.
8958
f125c9a4
JB
89592003-06-23 Joel Brobecker <brobecker@gnat.com>
8960
8961 * gdb.base/langs.exp: Add some tests for the "minimal" language
8962 support.
8963
6e25beaf
EZ
89642003-06-23 Elena Zannoni <ezannoni@redhat.com>
8965
8966 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
8967 the testcase.
8968
2f816dda
DJ
89692003-06-22 Daniel Jacobowitz <drow@mvista.com>
8970
8971 * gdb.base/relocate.exp: Test add-symbol-file with a variable
8972 offset.
8973
db5a5748
DJ
89742003-06-22 Daniel Jacobowitz <drow@mvista.com>
8975
8976 * gdb.c++/pr-1210.cc: New file.
8977 * gdb.c++/pr-1210.exp: New file.
8978
1df0c130
DJ
89792003-06-21 Daniel Jacobowitz <drow@mvista.com>
8980
8981 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
8982 000-exec-continue.
8983
a92feac0
MK
89842003-06-15 Mark Kettenis <kettenis@gnu.org>
8985
8986 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
8987 on *-*-*bsd* instead of *-*-freebsd*.
8988
81a58f5b
AC
89892003-06-14 Andrew Cagney <cagney@redhat.com>
8990
8991 * gdb.base/store.exp: Test longest and doublest. Test all
8992 parameters. Weaken return statement match.
8993 * gdb.base/store.c: Add longest and doublest - aka long long and
8994 long double functions. Put all parameters into local register
8995 variables. Use negative values.
8996
b257a0d3
AC
89972003-06-14 Andrew Cagney <cagney@redhat.com>
8998
8999 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
9000 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
9001 exit status.
9002 * gdb.base/fileio.exp: Disable target when nointerrupts and
9003 noinferiorio, instead of limiting it to remote. Use remote_exec
9004 instead of system.
d63a86f8 9005
21c38304
JJ
90062003-06-12 Jeff Johnston <jjohnstn@redhat.com>
9007
9008 * gdb.base/float.exp: Add ia64 support.
9009
1bcdb424
CV
90102003-06-12 Corinna Vinschen <vinschen@redhat.com>
9011
9012 * gdb.base/fileio.exp: Run only on remote targets.
9013
6aeb981f
CV
90142003-06-10 Corinna Vinschen <vinschen@redhat.com>
9015
9016 * gdb.base/fileio.c: New file, testing File-I/O.
9017 * gdb.base/fileio.exp: Ditto.
9018
53df362e
RG
90192003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
9020
9021 * gdb.base/shreloc.exp: New file, check symbol values obtained from
9022 shared objects after relocation at load time (gdb PR/1132).
9023 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 9024 as above, part of the shared object relocation test.
53df362e 9025
ffee1b46
MK
90262003-06-08 Mark Kettenis <kettenis@gnu.org>
9027
b5ca3722
MK
9028 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
9029 fully filled history list.
9030 * gdb.base/gdb_history: New file.
9031
03ed860d
MK
9032 * gdb.base/signals.exp: XFAIL "continue to func1" on
9033 i*86-*-freebsd*.
9034
ffee1b46
MK
9035 * gdb.base/attach.exp: When trying to attach to a nonexistent
9036 process, make it possible to specify the PID based on the target,
9037 and do so for *-*-freebsd*.
9038
d80dbb52
RH
90392003-06-02 Richard Henderson <rth@redhat.com>
9040
9041 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
9042
6dd77b81
RH
90432003-06-02 Richard Henderson <rth@redhat.com>
9044
9045 * gdb.base/selftest.exp: Next over lim_at_start initialization.
9046
f6347e16
RH
90472003-06-02 Richard Henderson <rth@redhat.com>
9048
9049 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
9050
2c161407
DJ
90512003-06-01 Daniel Jacobowitz <drow@mvista.com>
9052
9053 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
9054 of globalvar.
9055
572eb746
MK
90562003-06-01 Mark Kettenis <kettenis@gnu.org>
9057
9058 * gdb.asm/asm-source.exp: Check for memory read errors in
9059 disassembler test on *BSD too.
9060
9e9617a5
RH
90612003-06-01 Richard Henderson <rth@redhat.com>
9062
9063 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
9064 for .frame.
9065 (gdbasm_call): Lose ldgp.
9066 (gdbasm_startup): Add frame information.
9067 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
9068
7b34ad4e
MK
90692003-05-31 Mark Kettenis <kettenis@gnu.org>
9070
9071 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
9072 i?86-*-*.
9073
10059fdf
MK
90742003-05-30 Mark Kettenis <kettenis@gnu.org>
9075
9076 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
9077 FreeBSD.
9078
acf4b816
RH
90792003-05-29 Richard Henderson <rth@redhat.com>
9080
9081 * gdb.asm/alpha.inc: New file.
9082 * gdb.asm/asm-source.exp: Use it.
9083
e9ecd949
JB
90842003-05-29 Jim Blandy <jimb@redhat.com>
9085
9086 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
9087 'core.PID'.
9088
e3e5a4f3
JB
90892003-05-22 Jim Blandy <jimb@redhat.com>
9090
9091 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
9092 backtrace.
d63a86f8 9093
72fe3d25
DC
90942003-05-20 David Carlton <carlton@math.stanford.edu>
9095
9096 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
9097 this time.
9098
58da2eb2
DC
90992003-05-19 David Carlton <carlton@bactrian.org>
9100
9101 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
9102 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
9103
1fcb5155
DC
91042003-05-19 David Carlton <carlton@bactrian.org>
9105
9106 * gdb.c++/namespace.exp: Add namespace scope and anonymous
9107 namespace tests.
9108 Bump copyright date.
9109 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
9110 (main): Call C::D::marker2.
9111 * gdb.c++/namespace1.cc: New file.
9112
85e85163
JJ
91132003-05-14 Jeff Johnston <jjohnstn@redhat.com>
9114
9115 Roland McGrath <roland@redhat.com>
d63a86f8 9116 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
9117 there is no manager thread.
9118
a25fbfec
JJ
91192003-05-08 Jeff Johnston <jjohnstn@redhat.com>
9120
d63a86f8
RM
9121 * gdb.threads/schedlock.exp: Remove assumption that all threads
9122 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
9123 in one of the child threads rather than the main thread.
9124
be375bae
JB
91252003-05-07 Jim Blandy <jimb@redhat.com>
9126
09bf6082
JB
9127 Add support for assembly source testing on the s390x.
9128 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
9129 architecture.
9130 * gdb.asm/s390x.inc: New file.
9131
be375bae
JB
9132 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
9133 succession of 'if' statements.
9134
00905d52
AC
91352003-05-05 Andrew Cagney <cagney@redhat.com>
9136
9137 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
9138
b1e29e33
AC
91392003-05-05 Andrew Cagney <cagney@redhat.com>
9140
9141 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
9142 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
9143
e33d66ec
EZ
91442003-05-02 Elena Zannoni <ezannoni@redhat.com>
9145
9146 * gdb.base/charset.exp: Update based on new behavior of set/show
9147 charset commands.
9148
2b6fd0d8
AC
91492003-05-01 Andrew Cagney <cagney@redhat.com>
9150
9151 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
9152 variable do not give memory errors.
9153
130cacce
AF
91542003-04-30 Adam Fedor <fedor@gnu.org>
9155
9156 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
9157 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
9158 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
9159 gdb.objc/basicclass.m: : New files
9160
9161 * lib/gdb.exp (gdb_compile_objc): New procedure.
9162
bea71854
DJ
91632003-04-27 Daniel Jacobowitz <drow@mvista.com>
9164
9165 * gdb.base/signals.exp: Make backtrace tests more specific.
9166
0f20eeea
DC
91672003-04-23 David Carlton <carlton@bactrian.org>
9168
9169 * gdb.c++/maint.exp (test_first_component): Add tests for
9170 'operator' in more locations.
9171
c8c4d8dc
KB
91722003-04-16 Kevin Buettner <kevinb@redhat.com>
9173
9174 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
9175
3fe60e3c
EZ
91762003-04-16 Elena Zannoni <ezannoni@redhat.com>
9177
9178 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 9179 func marke' instead. Update test name.
3fe60e3c 9180
9219021c
DC
91812003-04-15 David Carlton <carlton@math.stanford.edu>
9182
9183 * gdb.c++/maint.exp: New file.
9184
5dd55bdd
EZ
91852003-04-14 Elena Zannoni <ezannoni@redhat.com>
9186
9187 * gdb.threads/schedlock.c: Change type of thread function argument
9188 to long, to avoid warnings on 64-bit platforms.
9189
00890572
EZ
91902003-04-14 Elena Zannoni <ezannoni@redhat.com>
9191
a9c64011
AS
9192 * gdb.base/attach.exp: Add new message from ptrace in case of
9193 attaching to nonexistent process.
d63a86f8 9194
93201743
JB
91952003-04-11 Jim Blandy <jimb@redhat.com>
9196
9197 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9198 gdb.c++/userdef.cc: Place comments on the lines to which the
9199 marker function might return.
9200 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9201 gdb.c++/userdef.exp: Look for those comments to check that we've
9202 returned to the right place, instead of checking line numbers.
9203
2a11c64d
EZ
92042003-04-11 Elena Zannoni <ezannoni@redhat.com>
9205
a9c64011
AS
9206 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
9207 match on sourcefile name, instead of directory name.
2a11c64d 9208
68ab8fc5
EZ
92092003-04-10 Elena Zannoni <ezannoni@redhat.com>
9210
d63a86f8 9211 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
9212 working directory name.
9213
5624293a
JB
92142003-04-09 Jim Blandy <jimb@redhat.com>
9215
9216 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9217 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
9218 after an inferior function call, report the failure, but allow the
9219 test to continue.
9220
f1f02ee4
SC
92212003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9222
9223 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9224 with -DPROTOTYPES.
9225
6eb79af0
SC
92262003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9227
9228 * gdb.base/break.exp: Revert last patch.
9229
8dfb4cf0
SC
92302003-04-04 Stephane Carrez <stcarrez@nerim.fr>
9231
9232 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9233 with -DPROTOTYPES.
9234
ed4c619a
AC
92352003-04-02 Andrew Cagney <cagney@redhat.com>
9236
9237 * gdb.base/callfuncs.exp: Make "print add" messages unique.
9238 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
9239 matching directories by the name breakpoint.
9240 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
9241 Make "continue to marker1" consistent.
9242 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
9243 message consistent.
9244 * lib/gdb.exp: Put "the program is no longer running", and "the
9245 program exited" in parenthesis.
9246 * lib/mi-support.exp: Ditto.
d63a86f8 9247
4e35d5f0 92482003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 9249
4e35d5f0
BR
9250 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
9251
71900fe8
AC
92522003-03-29 Andrew Cagney <cagney@redhat.com>
9253
9254 * gdb.base/sizeof.c (main): Print the value of '\377'.
9255 * gdb.base/sizeof.exp: Check the sign of '\377'.
9256
c0655a16
MC
92572003-03-27 Michael Chastain <mec@shout.net>
9258
9259 * gdb.base/gdb1090.exp: New file.
9260 * gdb.base/gdb1090.cc: New file.
9261
5b2a3989
JB
92622003-03-27 J. Brobecker <brobecker@gnat.com>
9263
9264 * gdb.gdb/observer.exp: New regression test.
9265
79876890
MC
92662003-03-27 Michael Chastain <mec@shout.net>
9267
9268 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
9269 * gdb.base/ptype.exp: Likewise.
9270
6eac95e3
CV
92712003-03-27 Corinna Vinschen <vinschen@redhat.com>
9272
9273 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
9274
e8c71839
MC
92752003-03-26 Michael Chastain <mec@shout.net>
9276
9277 * gdb.base/ptype.exp: Actually use some typedef'd types.
9278
71b10041
SC
92792003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9280
9281 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
9282 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
9283
2512cf80
CV
92842003-03-20 Corinna Vinschen <vinschen@redhat.com>
9285
9286 * gdb.base/default.exp: Fix regular expression.
9287
0d195a4f
CV
92882003-03-20 Corinna Vinschen <vinschen@redhat.com>
9289
9290 * gdb.base/args.exp: Fix regular expression.
9291
8a2dbca8
CV
92922003-03-20 Corinna Vinschen <vinschen@redhat.com>
9293
9294 * gdb.base/help.exp: Allow Win32 child process.
9295
bf028682
CV
92962003-03-20 Corinna Vinschen <vinschen@redhat.com>
9297
9298 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
9299 when stepping out of main().
9300
182dbe85
CV
93012003-03-20 Corinna Vinschen <vinschen@redhat.com>
9302
9303 * gdb.base/default.exp: Check for win32 specific message when calling
9304 "run" without executable.
9305
d67a6ba5
CV
93062003-03-20 Corinna Vinschen <vinschen@redhat.com>
9307
9308 * gdb.base/args.exp: Expect .exe in output.
9309
a955b5bb
CV
93102003-03-20 Corinna Vinschen <vinschen@redhat.com>
9311
9312 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
9313 Cygwin native.
9314
bf6bad4b
AC
93152003-03-17 Andrew Cagney <cagney@redhat.com>
9316
9317 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
9318 vector registes.
9319 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
9320 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
9321
293e9a31
DC
93222003-03-17 David Carlton <carlton@math.stanford.edu>
9323
9324 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
9325 test, for PR breakpoints/38.
9326 Call test_watchpoint_and_breakpoint.
9327 * gdb.base/watchpoint.c (func3): New function.
9328 (main): Call func3.
9329
5330f2db
DC
93302003-03-04 David Carlton <carlton@math.stanford.edu>
9331
9332 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
9333 Garply<Garply<char> >:: garply".
9334 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
9335 with respect to PR c++/1111; note also PR c++/1113.
9336 (test_template_breakpoints): KFAIL "constructor breakpoint" with
9337 respect to PR c++/1062.
9338 KFAIL "destructor breakpoint" with respect to PR c++/1112.
9339
6ece72da
DC
93402003-03-03 David Carlton <carlton@math.stanford.edu>
9341
9342 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
9343 with respect to PR c++/57.
9344 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
9345 c++/826.
9346 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
9347 respect to PR c++/57.
9348
85ca1584
DC
93492003-03-03 David Carlton <carlton@math.stanford.edu>
9350
9351 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
9352 respect to PR c++/33 into FAILs.
9353
98e9c5b8
MC
93542003-03-03 Michael Chastain <mec@shout.net>
9355
7bedbf27
MC
9356 * configure.in: Update copyright years.
9357
93582003-03-03 Michael Chastain <mec@shout.net>
9359
9360 * Makefile.in: Update copyright years.
98e9c5b8 9361
f683e100
DC
93622003-02-28 David Carlton <carlton@math.stanford.edu>
9363
9364 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
9365 print class instead of struct and/or superfluous protection
9366 specifiers, as long as the resulting output is equivalent to the
9367 source code.
9368 Delete FIXME from end of messages on tests that don't need
9369 fixing.
9370
a9e0cf2c
DC
93712003-02-28 David Carlton <carlton@math.stanford.edu>
9372
9373 * gdb.c++/templates.exp (do_tests): Allow const in the two
9374 Foo<volatile char *>::foo tests.
9375
e8d359df
MS
93762003-02-27 Michael Snyder <msnyder@redhat.com>
9377
d63a86f8 9378 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
9379 will be consistant.
9380
0b71dc91
DC
93812003-02-26 David Carlton <carlton@math.stanford.edu>
9382
9383 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
9384 char *>::foo" test with respect to PR c++/33. Create a new test
9385 which is identical to that one except that it doesn't put the
9386 space between the "char" and the "*"; KFAIL it, too.
9387
dd14ab43
DC
93882003-02-26 David Carlton <carlton@math.stanford.edu>
9389
9390 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
9391 template types into either PASSes or KFAILs (corresponding to PR
9392 c++/57). Tweak indentation. Update copyright.
9393
1146c7f1
SC
93942003-02-23 Stephane Carrez <stcarrez@nerim.fr>
9395
9396 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
9397
74641dfb
MC
93982003-02-13 Michael Chastain <mec@shout.net>
9399
9400 * gdb.base/exprs.exp: Remove i960 remnants.
9401 * gdb.base/funcargs.exp: Likewise.
9402 * gdb.base/list.exp: Likewise.
9403 * gdb.base/ptype.exp: Likewise.
9404
559cd2d0
DC
94052003-02-14 David Carlton <carlton@math.stanford.edu>
9406
9407 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
9408 pEe->D::vg()" from XFAIL to KFAIL.
9409
c4f90d87
JM
94102003-02-13 Jason Molenda (jmolenda@apple.com)
9411
9412 * gdb.base/maint.exp: Update maint print statistics regexp to include
9413 new entries.
9414
cbc4d97c
MC
94152003-02-13 Michael Chastain <mec@shout.net>
9416
9417 * gdb.c++/inherit.exp: Remove call to get_debug_format.
9418
40f235b7
MC
94192003-02-12 Michael Chastain <mec@shout.net>
9420
9421 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
9422 * gdb.c++/inherit.exp: Likewise.
9423 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
9424 * gdb.c++/templates.exp: Likewise.
9425 * gdb.c++/virtfunc.exp: Likewise.
9426
c56716b0
JM
94272003-02-06 Jason Molenda (jason-cl@molenda.com)
9428
9429 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
9430 why the code is written that way.
9431
070afcf8
MC
94322003-02-05 Michael Chastain <mec@shout.net>
9433
9434 * gdb.base/dump.exp: Add missing copyright line.
9435
5d0331e5
JM
94362003-02-05 Jason Molenda (jason-cl@molenda.com)
9437
f7ae6d3e 9438 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
9439 at the beginning so the breakpoint doesn't get set on the loop.
9440
92851186
MC
94412003-02-05 Michael Chastain <mec@shout.net>
9442
9443 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
9444 output for configurations with gcc 2.95.3.
9445
cbf1e085
AC
94462003-02-05 Keith Seitz <keiths@redhat.com>
9447 Andrew Cagney <ac131313@redhat.com>
9448
9449 * gdb.mi/mi-cli.exp: New file.
d63a86f8 9450
29518e1e
MC
94512003-02-04 Michael Chastain <mec@shout.net>
9452
9453 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
9454 Call perror and then continue.
9455
5af1d5f3
MC
94562003-02-03 Michael Chastain <mec@shout.net>
9457
9458 * gdb.c++/pr-1023.cc: New file.
9459 * gdb.c++/pr-1023.exp: New file.
9460
6b549786
JB
94612003-02-05 Jim Blandy <jimb@redhat.com>
9462
9463 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
9464 it's local to foobar. Check for it there, and check that it's not
9465 present in main.
9466 * gdb.c++/local.cc (marker2): New function.
9467 (foobar): Call marker1.
9468 (main): Call marker2 instead of marker1.
9469
67f16606
AC
94702003-02-04 Andrew Cagney <ac131313@redhat.com>
9471
9472 * gdb.disasm/mn10200.exp: Obsolete file.
9473 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
9474 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
9475 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
9476
1c5cb38e
DC
94772003-02-04 David Carlton <carlton@math.stanford.edu>
9478
9479 * gdb.c++/overload.exp: Test intToChar(1).
9480 * gdb.c++/overload.cc (intToChar): New.
9481 (main): Call intToChar.
9482
d1fe6965
DC
94832003-02-03 David Carlton <carlton@math.stanford.edu>
9484
9485 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
9486 'might_kfail' arg.
9487 KFAIL some of the continue_to_bp_overloaded calls, according to
9488 PR c++/1025.
9489
9ba61c5d
MC
94902003-02-01 Michael Chastain <mec@shout.net>
9491
9492 * gdb.base/advance.c (marker1): New marker function.
9493 * gdb.base/advance.exp: When the 'advance' command lands on the
9494 return breakpoint, it can legitimately stop on either the
9495 current line or the next line. Accommodate both outcomes.
9496 * gdb.base/until.exp: Likewise.
9497
e7494ffb
AC
94982003-02-02 Andrew Cagney <ac131313@redhat.com>
9499
9500 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
9501 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
9502 now a list, not a tuple.
9503 * gdb.mi/mi-var-display.exp: Ditto.
9504 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 9505
075559bc
AC
95062003-02-01 Andrew Cagney <ac131313@redhat.com>
9507
9508 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
9509 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
9510 stack backtraces.
9511 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 9512
2bd4c7b1
MK
95132003-02-01 Mark Kettenis <kettenis@gnu.org>
9514
9515 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
9516 gdb.mi/mi1-pthreads.exp: Return instead of calling
9517 gdb_suppress_entire_file.
9518
eabd8992
MS
95192003-02-01 Mark Salter <msalter@redhat.com>
9520
9521 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
9522
71469e2f
MS
95232003-01-31 Mark Salter <msalter@redhat.com>
9524
9525 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
9526 Support empty arg.
9527
38a94d44
MC
95282003-01-30 Michael Chastain <mec@shout.net>
9529
9530 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
9531 This was a workaround for a UTF-8 bug in readline 4.3. The bug
9532 has been fixed in gdb/readline on 2003-01-09.
9533
19ea9e73
MS
95342003-01-29 Michael Snyder <msnyder@redhat.com>
9535
e8d359df
MS
9536 * gdb.base/maint.exp: Allow for leading underscore in symbol.
9537 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
9538 * gdb.base/args.exp: Skip if target does not support args passing.
9539
2307bd6a
DJ
95402003-01-22 Daniel Jacobowitz <drow@mvista.com>
9541
19ea9e73 9542 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
9543 gdb_test. Accept a list of expect arguments as the third
9544 parameter.
9545 (gdb_test): Use it.
9546
f2dd3617
EZ
95472003-01-20 Elena Zannoni <ezannoni@redhat.com>
9548
9549 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
9550 allow for different test tree configurations. Update some
9551 tescases accordingly.
9552 * gdb.arch/altivec-regs.exp: Ditto.
9553 * gdb.asm/asm-source.exp: Ditto.
9554 * gdb.base/advance.exp: Ditto.
9555 * gdb.base/display.exp: Ditto.
d63a86f8 9556 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
9557 * gdb.base/mips_pro.exp: Ditto.
9558 * gdb.base/overlays.exp: Ditto.
9559 * gdb.base/relocate.exp: Ditto.
9560 * gdb.base/setshow.exp: Ditto.
9561 * gdb.base/step-line.exp: Ditto.
9562 * gdb.base/step-test.exp: Ditto.
9563 * gdb.base/until.exp: Ditto.
9564 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
9565
c71cdefd
DC
95662003-01-17 David Carlton <carlton@math.stanford.edu>
9567
9568 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
9569 corresponding to PR c++/945.
9570 Update copyright.
9571
fdba05d7
DC
95722003-01-17 David Carlton <carlton@math.stanford.edu>
9573
9574 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
9575 corresponding to PR c++/68.
9576
95772003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
9578
9579 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
9580 (test_paddr_hairy_functions): Call print_addr_2_kfail for
9581 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
9582
c362c33a
EZ
95832003-01-15 Elena Zannoni <ezannoni@redhat.com>
9584
0fbc361c
EZ
9585 * gdb.base/break.exp: Fix change of default location, because of
9586 removal of until tests.
9587 * gdb.base/help.exp: Update test for new 'until' help message.
9588 Add test for help on 'advance'.
a9c64011 9589 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 9590
dabf8a35
MK
95912003-01-15 Mark Kettenis <kettenis@gnu.org>
9592
9593 * gdb.base/default.exp: Adapt "info float" test for recent changes
9594 to that command. Add test for "info vector".
9595 * gdb.base/float.exp: New file. Add test for "info float" that
9596 resembles the old test in gdb.base/default.exp.
9597
a1769aca
DC
95982003-01-15 David Carlton <carlton@math.stanford.edu>
9599
9600 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
9601
82025e13
EZ
96022003-01-15 Elena Zannoni <ezannoni@redhat.com>
9603
9604 * gdb.base/break.exp: Move the tests of until command from here...
9605 * gdb.base/until.exp: ... to here. New file. Add other tests.
9606 * gdb.base/advance.c: New file.
9607 * gdb.base/advance.exp: New file.
9608
8f9ab801
EZ
96092003-01-14 Elena Zannoni <ezannoni@redhat.com>
9610
a9c64011
AS
9611 * gdb.base/args.c: New file.
9612 * gdb.base/args.exp: New file.
8f9ab801 9613
9ae66589
DJ
96142003-01-14 Daniel Jacobowitz <drow@mvista.com>
9615
9616 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
9617
8d77e5c3
DJ
96182003-01-14 Daniel Jacobowitz <drow@mvista.com>
9619
9620 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
9621
12d2f0a1
DJ
96222003-01-14 Daniel Jacobowitz <drow@mvista.com>
9623
9624 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
9625 dates.
9626
6ca37014
DJ
96272003-01-13 Daniel Jacobowitz <drow@mvista.com>
9628
9629 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
9630
b0023472
DJ
96312003-01-13 Daniel Jacobowitz <drow@mvista.com>
9632
9633 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
9634 (ptype &*"foo").
9635 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
9636
607fbc54 96372003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
9638
9639 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
9640 * gdb.mi/mi1-console.exp: Likewise.
9641
607fbc54 96422003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
9643
9644 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
9645 * gdb.mi/mi1-console.exp: Likewise.
9646
a1fb14a2
DJ
96472003-01-13 Daniel Jacobowitz <drow@mvista.com>
9648
9649 * gdb.c++/overload.exp: Remove some fixed XFAILs.
9650
c4cf40b7
DJ
96512003-01-09 Daniel Jacobowitz <drow@mvista.com>
9652
9653 * gdb.base/detach.exp: New test.
9654
696d5a5b
DJ
96552003-01-09 Daniel Jacobowitz <drow@mvista.com>
9656
9657 * Makefile.in (ALL_SUBDIRS): New variable.
9658 (subdirs, clean, distclean): Use it.
9659 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
9660 regenerating Makefile, since it is generated from the top level.
9661 * gdb.asm/Makefile.in: Likewise.
9662 * gdb.base/Makefile.in: Likewise.
9663 * gdb.c++/Makefile.in: Likewise.
9664 * gdb.disasm/Makefile.in: Likewise.
9665 * gdb.java/Makefile.in: Likewise.
9666 * gdb.mi/Makefile.in: Likewise.
9667 * gdb.threads/Makefile.in: Likewise.
9668 * gdb.trace/Makefile.in: Likewise.
9669
754533e4
DC
96702003-01-09 David Carlton <carlton@math.stanford.edu>
9671
9672 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
9673 Add copyright year 2003.
9674
d8b3e9ee
MC
96752003-01-06 Michael Chastain <mec@shout.net>
9676
9677 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
9678 When selecting a thread, 'line' and 'file' are optional.
9679 * gdb.mi/mi1-pthreads.exp: Likewise.
9680
8e9e0fe6
AS
96812003-01-06 Andreas Schwab <schwab@suse.de>
9682
9683 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
9684 failures.
9685
b5ab8ff3
DJ
96862003-01-04 Daniel Jacobowitz <drow@mvista.com>
9687
9688 Fix PR gdb/844
9689 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
9690 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
9691
9692 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
9693 instead of calling gdb_suppress_entire_file.
9694 * gdb.threads/print-threads.exp: Likewise.
9695 * gdb.threads/schedlock.exp: Likewise.
9696
9697 * gdb.threads/killed.exp: Return instead of calling
9698 gdb_suppress_entire_file.
9699 * gdb.threads/linux-dp.exp: Likewise.
9700 * gdb.threads/pthreads.exp: Likewise.
9701
1e698235
DJ
97022003-01-04 Daniel Jacobowitz <drow@mvista.com>
9703
9704 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
9705 stabs.
9706 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
9707 * gdb.base/whatis.exp: Always allow (void) after function names.
9708
147ff08c
DJ
97092003-01-04 Daniel Jacobowitz <drow@mvista.com>
9710
9711 * gdb.c++/casts.exp: Correct regexp.
9712
dc62bfc2
MK
97132003-01-04 Mark Kettenis <kettenis@gnu.org>
9714
9715 * configure.in: Call AC_CONFIG_HEADER. Don't call
9716 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
9717 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
9718 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
9719 aforementioned directories in the AC_OUPUT call.
9720 * config.hin: New file.
9721 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
9722 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
9723 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
9724 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
9725 pass -I$objdir instead of -I$objdir/$subdir in compilation.
9726 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
9727 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
9728 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
9729 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
9730 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
9731 gdb.threads/configure.in, gdb.threads/configure,
9732 gdb.threads/config.in, gdb.trace/configure.in,
9733 gdb.trace/configure: Removed.
9734
77afa639
MC
97352003-01-03 Michael Chastain <mec@shout.net>
9736
9737 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
9738 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
9739
7634bb6e
DJ
97402003-01-03 Daniel Jacobowitz <drow@mvista.com>
9741
9742 * gdb.base/store.exp: Fix regular expressions.
9743
b39c905e
MK
97442002-12-28 Mark Kettenis <kettenis@gnu.org>
9745
9746 * configure.in: Rewrite.
9747 * configure: Regenerated.
9748
0a8551dd
DC
97492003-01-03 David Carlton <carlton@math.stanford.edu>
9750
9751 * gdb.base/psymtab.exp: New file.
9752 * gdb.base/psymtab1.c: Ditto.
9753 * gdb.base/psymtab2.c: Ditto.
9754
c60b7188
AF
97552002-12-23 Adam Fedor <fedor@gnu.org>
9756
9757 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
9758
ee73db83
DC
97592002-12-23 David Carlton <carlton@math.stanford.edu>
9760
9761 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
9762 and current_directory initialization.
9763
d6c1774e
JB
97642002-12-22 Jim Blandy <jimb@redhat.com>
9765
f0a847b8
JB
9766 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
9767 rather than as part of the output file name.
9768
d6c1774e
JB
9769 * gdb.base/attach.exp: There's no need to copy the test program to
9770 /tmp; that was only ever necessary on HP/UX, and this test is
9771 entirely disabled there anyway.
9772
f0708dbb
JB
97732002-12-21 Jim Blandy <jimb@redhat.com>
9774
4c2acfea
JB
9775 * gdb.c++/psmang.exp: Doc fix.
9776
f0708dbb
JB
9777 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
9778 test.
9779
9579e000
DC
97802002-12-20 David Carlton <carlton@math.stanford.edu>
9781
9782 * gdb.c++/annota2.exp: KFAIL annotate-quit.
9783
d1810171
MC
97842002-12-18 Michael Chastain <mec@shout.net>
9785
9786 * gdb.c++/annota2.exp: Add copyright year 2002.
9787
76565097
DC
97882002-12-17 David Carlton <carlton@math.stanford.edu>
9789
9790 * gdb.c++/try_catch.cc: Add marker comments.
9791 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
9792 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
9793 * gdb.c++/m-static.cc: Ditto.
9794 * gdb.c++/m-static1.cc: Ditto.
9795 * gdb.c++/try_catch.cc: Ditto.
9796
da81390b
JJ
97972002-12-16 Jeff Johnston <jjohnstn@redhat.com>
9798
9799 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
9800 to see whether we are using the new -environment-directory
9801 command which resets via -r or the old version of the command
9802 which may prompt the user. Part of fix for gdb/741.
9803
b304d130
AC
98042002-12-13 Andrew Cagney <ac131313@redhat.com>
9805
9806 * gdb.fortran/types.exp: Update obsolete comment.
9807 * gdb.fortran/exprs.exp: Ditto.
9808 * lib/gdb.exp: Delete obsolete code.
9809 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
9810 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
9811 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
9812 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
9813 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
9814 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
9815 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
9816 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
9817 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
9818 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
9819 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
9820 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
9821 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
9822 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
9823 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
9824 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
9825 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
9826 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
9827 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
9828 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
9829 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
9830 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
9831 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
9832 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
9833 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
9834 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
9835 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
9836 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
9837 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
9838 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
9839 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
9840 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
9841 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
9842 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
9843 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
9844 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
9845 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
9846
a23b6e6a
DC
98472002-12-11 David Carlton <carlton@math.stanford.edu>
9848
9849 * gdb.c++/m-data.exp: Add test for members that shadow global
9850 variables: see PR gdb/804.
9851 * gdb.c++/m-data.cc: Ditto.
9852
6604731b
DJ
98532002-12-10 Daniel Jacobowitz <drow@mvista.com>
9854
9855 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
9856
de46ecd7
DC
98572002-12-06 David Carlton <carlton@math.stanford.edu>
9858
9859 * gdb.base/store.c: Don't declare functions static.
9860
27e829d0
AC
98612002-12-04 Andrew Cagney <ac131313@redhat.com>
9862
9863 * gdb.base/store.exp, gdb.base/store.c: New files.
9864
92806416
DJ
98652002-12-03 Daniel Jacobowitz <drow@mvista.com>
9866
9867 * gdb.base/selftest.exp: Update for current gdb.
9868
3bcbaac5
DJ
98692002-12-03 Daniel Jacobowitz <drow@mvista.com>
9870
9871 * gdb.base/maint.exp: Only dump symbols from one source file
9872 or objfile.
9873
f4f00b1f
DJ
98742002-12-03 Daniel Jacobowitz <drow@mvista.com>
9875
9876 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
9877 function call.
9878
f1c8a949
JB
98792002-11-25 Jim Blandy <jimb@redhat.com>
9880
9881 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
9882 function appearing in error message.
9883
9e297a97
DJ
98842002-11-21 Daniel Jacobowitz <drow@mvista.com>
9885
9886 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
9887
1f312e79
JJ
98882002-11-08 Jeff Johnston <jjohnstn@redhat.com>
9889
d63a86f8
RM
9890 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
9891 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
9892 should be in mi console format. This is part of fix for PR gdb/604.
9893
83c31e7d
FN
98942002-09-18 Fernando Nasser <fnasser@redhat.com>
9895
9896 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
9897 which explicitly prints the zero offset as "+0".
9898
322b3f65
DJ
98992002-10-22 Daniel Jacobowitz <drow@mvista.com>
9900
9901 * gdb.threads/schedlock.c (args): Make unsigned.
9902
99032002-10-21 Daniel Jacobowitz <drow@mvista.com>
9904
9905 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
9906 numbers. Allow "foo2|selected stack frame".
9907 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
9908 * gdb.asm/asmsrc2.s: Likewise.
9909 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
9910 comments.
9911 * gdb.asm/mips.inc: New file.
9912
5e2fe5b8
AF
99132002-10-18 Adam Fedor <fedor@gnu.org>
9914
9915 * gdb.base/default.exp: Update expected output to include 'ObjC'.
9916 * gdb.base/help.exp: Likewise.
9917
abe1a5d0
KB
99182002-10-17 Kevin Buettner <kevinb@redhat.com>
9919
9920 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
9921 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
9922
10abb1d4
JB
99232002-10-02 Jim Blandy <jimb@redhat.com>
9924
9925 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
9926
1f609b42
AC
99272002-10-01 Andrew Cagney <ac131313@redhat.com>
9928
9929 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
9930 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
9931 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
9932 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
9933 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
9934 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
9935 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
9936
0aee02e4
AC
99372002-09-29 Andrew Cagney <ac131313@redhat.com>
9938
9939 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
9940 * mi0-disassemble.exp, mi0-eval.exp: Delete.
9941 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
9942 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
9943 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
9944 * mi0-var-block.exp, mi0-var-child.exp: Delete.
9945 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 9946
6fde09ad
KB
99472002-09-27 Kevin Buettner <kevinb@redhat.com>
9948
9949 * gdb.base/annota1.exp (info break): Make directory components of
9950 path optional since not all compilers emit this debug information.
9951
9952 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
9953 step ends up stepping out of the function instead of stopping on
9954 the epilogue.
9955
9e8aab75
KS
99562002-09-26 Keith Seitz <keiths@redhat.com>
9957
9958 * lib/insight-support.exp (gdbtk_start): Figure out where
9959 the insight executable is based on where gdb is. Use this
9960 executable to start insight instead of gdb.
9961
e36180d7
AC
99622002-09-25 Andrew Cagney <cagney@redhat.com>
9963
9964 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
9965
9dd34b2b
AC
99662002-09-24 Andrew Cagney <ac131313@redhat.com>
9967
9968 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
9969 test_isolated_complaints.
9970 (test_empty_complaint): New function.
9971 (test_empty_complaints): New function. Check no output when no
9972 complaints.
d63a86f8 9973
dea97812
KB
99742002-09-19 Jim Blandy <jimb@redhat.com>
9975
a9c64011 9976 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 9977
54951bd7
AC
99782002-09-19 Andrew Cagney <ac131313@redhat.com>
9979
9980 * gdb.gdb/complaints.exp: New file.
9981
dec43320
AC
99822002-09-18 Andrew Cagney <ac131313@redhat.com>
9983
9984 * gdb.base/maint.exp: Check `help maint internal-warning'.
9985
e70d6e3f
DC
99862002-09-18 David Carlton <carlton@math.stanford.edu>
9987
9988 * gdb.c++/m-static.exp: Remove breakpoints depending on line
9989 numbers, and replace them by a single breakpoint after the
9990 constructors are all finished.
9991 Add test 4.
9992 * gdb.c++/m-static.cc: Add test 4.
9993 * gdb.c++/m-static.h: New file.
9994 * gdb.c++/m-static1.cc: New file.
9995
9996 * gdb.c++/printmethod.exp: New file.
9997 * gdb.c++/printmethod.cc: New file.
9998
9999 * gdb.c++/pr-574.exp: New file.
10000 * gdb.c++/pr-574.cc: New file.
10001
afb5c968
CV
100022002-09-18 Corinna Vinschen <vinschen@redhat.com>
10003
10004 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
10005 embedded targets which never actually exit.
10006
31e45dee
FN
100072002-09-18 Fernando Nasser <fnasser@redhat.com>
10008
10009 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
10010 "don't step after run" as unresolved or unsupported, instead of xfail.
10011
a283c5a1
CV
100122002-09-18 Corinna Vinschen <vinschen@redhat.com>
10013
10014 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
10015 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
10016 Add newline to expected string in "step out of main (status wrapper)"
10017 case.
10018
11350d2a
CV
100192002-09-18 Corinna Vinschen <vinschen@redhat.com>
10020
10021 * lib/gdb.exp (rerun_to_main): Allow restarting application.
10022 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
10023
0deec7d6
TT
100242002-09-17 Tom Tromey <tromey@redhat.com>
10025
10026 * gdb.base/printcmds.exp (test_print_string_constants): Expect
10027 \000, not \0, in double-quoted string.
10028
b2b4a1b5
CV
100292002-09-14 Corinna Vinschen <vinschen@redhat.com>
10030
c9d37158 10031 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
10032 string after running the commands execution on breakpoint tests.
10033
1c56143a
CV
100342002-09-13 Corinna Vinschen <vinschen@redhat.com>
10035
10036 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
10037
37f8da45
JB
100382002-09-12 Joel Brobecker <brobecker@gnat.com>
10039
10040 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
10041
08b468e0
KS
100422002-09-10 Keith Seitz <keiths@redhat.com>
10043
10044 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
10045 runto proc.
10046 (mi_run_to_main): Use mi_runto.
10047 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
10048
dc360f58
KS
100492002-09-10 Keith Seitz <keiths@redhat.com>
10050
10051 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
10052 regexp for stopping at main. Could have multiple event notifications.
10053 Don't assume that main was declared with no parameters.
10054 (mi_next): Use mi_step_to.
10055 (mi_step): Use mi_next_to.
10056
ce3abcfb
CV
100572002-09-09 Corinna Vinschen <vinschen@redhat.com>
10058
10059 * gdb.base/default.exp: Fix expected string in `info float' test.
10060
d1f5b980
BE
100612002-09-09 Ben Elliston <bje@redhat.com>
10062
10063 * config/mips.exp: Update comments.
10064 * config/mips-idt.exp: Likewise.
10065 * config/nind.exp: Likewise.
10066 * config/slite.exp: Likewise.
10067 * config/sparclet.exp: Likewise.
10068 * config/udi.exp: Likewise.
10069 * config/vx.exp: Likewise.
10070 * config/vxworks29k.exp: Likewise.
10071
2f71430b
JB
100722002-09-05 Jim Blandy <jimb@redhat.com>
10073
10074 * gdb.threads/killed.exp: Fix test failure message.
10075
7ddebc7e
KS
100762002-09-04 Keith Seitz <keiths@redhat.com>
10077
10078 * lib/mi-support.exp: Update copyright.
10079 (mi_gdb_test): Increase the priority of the expected pattern
10080 so that it matches gdb_test.
10081
0ae67eb3
KS
100822002-09-03 Keith Seitz <keiths@redhat.com>
10083
10084 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
10085 Use integer comparison instead of string comparison for testing
10086 whether binary was built.
10087
38fc42c8
JB
100882002-09-03 Jim Blandy <jimb@redhat.com>
10089
10090 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
10091
b6ff0e81
JB
100922002-08-29 Jim Blandy <jimb@redhat.com>
10093
10094 * gdb.threads/pthreads.exp: Move the portable thread compilation
10095 code into a function in lib/gdb.exp, and call that from here.
10096 * lib/gdb.exp (gdb_compile_pthreads): New function.
10097
07c98896
KS
100982002-08-29 Keith Seitz <keiths@redhat.com>
10099
10100 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
10101 expect_out so that callers can get at it.
10102
0312286c
DJ
101032002-08-23 Daniel Jacobowitz <drow@mvista.com>
10104
10105 * gdb.threads/print-threads.c: New file.
10106 * gdb.threads/print-threads.exp: New file.
10107 * gdb.threads/schedlock.c: New file.
10108 * gdb.threads/schedlock.exp: New file.
10109
dd039bc4
EZ
101102002-08-22 Elena Zannoni <ezannoni@redhat.com>
10111
a9c64011
AS
10112 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
10113 not altivec.c.
dd039bc4 10114
1f36144c
MK
101152002-08-17 Mark Kettenis <kettenis@gnu.org>
10116
10117 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
10118 targets. The problem should be fixed now.
10119
16057ec7 101202002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
10121
10122 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
10123 2002-07-24 change that removes final dots from error messages.
10124
3c1499ad
TT
101252002-08-13 Tom Tromey <tromey@redhat.com>
10126
10127 * gdb.base/readline.exp: New file.
10128
a20ce2c3
AC
101292002-08-01 Andrew Cagney <ac131313@redhat.com>
10130
10131 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
10132 supress message.
10133
db034ac5
AC
101342002-08-01 Andrew Cagney <cagney@redhat.com>
10135
10136 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
10137 CHILL_FOR_TARGET and CHILL_LIB.
10138 * configure.in (configdirs): Remove gdb.chill.
10139 * configure: Regenerate.
10140 * lib/gdb.exp: Obsolete references to chill.
10141 * gdb.fortran/types.exp: Ditto.
10142 * gdb.fortran/exprs.exp: Ditto.
10143
3e000b18
KB
101442002-07-30 Kevin Buettner <kevinb@redhat.com>
10145
10146 * gdb.base/shlib-call.exp (additional_flags): Conditionally
10147 set Irix-specific compile and link flags.
10148
28f4966b
KB
101492002-07-29 Kevin Buettner <kevinb@redhat.com>
10150
10151 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
10152 source files. The ``-o'' option doesn't work with the ``-E'' option
10153 when using the Irix compiler.
10154
46c0d5a6
DJ
101552002-07-19 Daniel Jacobowitz <drow@mvista.com>
10156
10157 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
10158 Improve support for reusing an exec file. Copy exec file
10159 to target, and run gdbserver on the target instead of on the host.
10160
eecf4bed
JB
101612002-07-18 Jim Blandy <jimb@redhat.com>
10162
0f815cdf
JB
10163 * gdb.base/ending-run.exp: Don't expect to see the program end in
10164 some orderly fashion when we're running on a real stand-alone
10165 board.
10166
eecf4bed
JB
10167 * gdb.base/interrupt.exp: Correct logic for skipping tests on
10168 targets that don't support interrupts.
10169
52d309e4
JB
101702002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
10171
10172 * gdb.base/attach.exp: Add patterns to match output from /proc-based
10173 systems.
10174 Move comments in expect statements to inside the actions, so that they
10175 don't get matched against.
10176
ff683d9e
MK
101772002-07-10 Mark Kettenis <kettenis@gnu.org>
10178
10179 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
10180 function when asleep" test.
10181
b5356753
AC
101822002-07-10 Andrew Cagney <ac131313@redhat.com>
10183
10184 * gdb.base/page.exp: Rewrite to handle problems with very long
10185 `info set' output. Update copyright.
10186
6aa4d13a
AC
101872002-06-26 Andrew Cagney <ac131313@redhat.com>
10188
10189 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
10190 gdb.threads-hp.
10191 * gdb.hp/configure: Regenerate.
10192 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
10193 * gdb.hp/gdb.threads-hp/configure: Delete file.
10194 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
10195
8cf8c2b8
AC
101962002-06-22 Andrew Cagney <ac131313@redhat.com>
10197
10198 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
10199 setlocale, bindtextdomain and textdomain.
10200
6827a8f8
JB
102012002-06-11 Jim Blandy <jimb@redhat.com>
10202
919d772c
JB
10203 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
10204 preprocessor macro information is present.
10205
6827a8f8
JB
10206 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
10207 tests.
10208
c15b0d21
MS
102092002-06-06 Michael Snyder <msnyder@redhat.com>
10210
c5984d70
MS
10211 * gdb.base/overlays.exp: Record addresses of overlay
10212 functions in TCL variables rather than in GDB variables,
10213 to avoid having GDB convert them to pointers (with loss
10214 of information).
10215
d63a86f8 10216 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 10217 default linker script changes.
c15b0d21
MS
10218 * gdb.base/long_long.exp: Add check for sizeof (long double).
10219
be26fe0d
ML
102202002-06-06 Michal Ludvig <mludvig@suse.cz>
10221
10222 * gdb.asm/asm-source.exp: Add x86-64 target.
10223 * gdb.asm/x86_64.inc: New.
d63a86f8 10224
258093ca 102252002-05-30 Michael Chastain <mec@shout.net>
258093ca 10226
4b3153f1 10227 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
10228 * gdb.c++/m-static.cc: New file.
10229 * gdb.c++/m-static.exp: New file.
10230
241264c6
MS
102312002-05-28 Michael Snyder <msnyder@redhat.com>
10232
10233 * gdb.base/call-ar-st.exp: Allow for reduced floating point
10234 precision.
10235
9bba8c8f 102362002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 10237
4b3153f1 10238 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
10239 * gdb.c++/m-data.cc: New file.
10240 * gdb.c++/m-data.exp: New file.
10241
102422002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 10243
4b3153f1 10244 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 10245 * gdb.c++/try_catch.cc: New file.
d63a86f8 10246 * gdb.c++/try_catch.exp: New file.
9bba8c8f 10247
def1b996
MC
102482002-05-27 Michael Chastain <mec@shout.net>
10249
10250 * gdb.c++/local.exp: Accept more nested types in output.
10251
522ba268
MC
102522002-05-26 Michael Chastain <mec@shout.net>
10253
10254 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
10255
277254ba
MS
102562002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
10257
10258 * lib/gdb.exp (gdb_wrapper_init): Just because
10259 gdb_wrapper_file exists, this does not mean that the file
10260 should not be rebuilt. That is what gdb_wrapper_initialized
10261 is for.
10262 (default_gdb_init): Reset gdb_wrapper_initialized.
10263
b61a8733
MS
102642002-05-23 Michael Snyder <msnyder@redhat.com>
10265
d63a86f8 10266 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
10267 the precision of the floating point test results.
10268 * gdb.base/call-rt-st.exp: Ditto.
10269
b61a8733
MS
10270 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
10271 * gdb.base/call-rt-st.exp: Ditto.
10272
56f6e910
MC
102732002-05-19 Michael Chastain <mec@shout.net>
10274
10275 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
10276
ad0b0016
EZ
102772002-05-19 Elena Zannoni <ezannoni@redhat.com>
10278
a9c64011
AS
10279 * configure.in (configdirs): Add gdb.arch.
10280 * configure: Regenerate.
ad0b0016 10281
f617d2b6
JB
102822002-05-17 Jim Blandy <jimb@redhat.com>
10283
10284 * gdb.base/completion.exp: Recognize the more detailed error
10285 messages produced by the macro expander's lexical analyzer.
10286
eac2a696
EZ
102872002-05-14 Elena Zannoni <ezannoni@redhat.com>
10288
a9c64011
AS
10289 * gdb.arch/altivec-abi.c: New file.
10290 * gdb.arch/altivec-abi.exp: New file.
10291 * gdb.arch/altivec-regs.c: New file.
10292 * gdb.arch/altivec-regs.exp: New file.
eac2a696 10293
2fdde8f8
DJ
102942002-05-14 Daniel Jacobowitz <drow@mvista.com>
10295
10296 * gdb.base/maint.exp (maint print type): Update for new type
10297 structure.
d63a86f8 10298
e31f1a7c
EZ
102992002-05-14 Elena Zannoni <ezannoni@redhat.com>
10300
10301 * gdb.arch: New directory.
10302 * gdb.arch/configure.in: New file.
10303 * gdb.arch/configure: New file.
10304 * gdb.arch/Makefile.in: New file.
10305
db589741
CV
103062002-05-13 Corinna Vinschen <vinschen@redhat.com>
10307
10308 * gdb.asm/asm-source.exp: Add v850 as supported target.
10309 * gdb.asm/v850.inc: New file.
10310
8ce2a7dc
DJ
103112002-05-13 Daniel Jacobowitz <drow@mvista.com>
10312
10313 * gdb.c++/annota2.exp (annotate-quit): Add comment.
10314
df763c7f
DJ
103152002-05-12 Daniel Jacobowitz <drow@mvista.com>
10316
10317 * gdb.base/break.exp: Check 'break "marker2"'.
10318
377daeed
MS
103192002-05-10 Michael Snyder <msnyder@redhat.com>
10320
10321 * gdb.base/long_long.exp: Fix typo.
10322
c4b7bc2b
JB
103232002-05-10 Jim Blandy <jimb@redhat.com>
10324
ecac9a4e
JB
10325 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
10326 a bug.
10327
c4b7bc2b
JB
10328 * gdb.base/printcmds.exp (test_integer_literals_rejected):
10329 Recognize more detailed error message produced by the macro
10330 expander's lexical analyzer.
10331 * lib/gdb.exp (test_print_reject): Same.
10332
e71019a1
MK
103332002-05-09 Mark Kettenis <kettenis@gnu.org>
10334
10335 * gdb.c++/method.exp: Fix typo.
10336
fedfc8e6
MS
103372002-05-08 Michael Snyder <msnyder@redhat.com>
10338
166a1957
MS
10339 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
10340 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 10341 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
10342 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
10343 Add iftarget clause for strongarm.
d63a86f8 10344
f1c47eb2
MS
103452002-05-06 Michael Snyder <msnyder@redhat.com>
10346
cb9a9d3e
MS
10347 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
10348 (gdb_continue_to_end): Accept output from status wrapper.
10349 * gdb.base/ending-run.exp: Add case for output from status wrapper.
10350 Clean up fail messages to match pass messages.
10351
f1c47eb2
MS
10352 Enable the "needs_status_wrapper" testsuite feature.
10353 * lib/gdb.exp (gdb_wrapper_init): New procedure.
10354 (gdb_compile): Conditionally call gdb_wrapper_init.
10355 * gdb.base/a2-run.exp: Recognize output from status wrapper.
10356 * gdb.c++/method.exp: Recognize output from status wrapper.
10357
6079c749
BE
103582002-05-06 Ben Elliston <bje@redhat.com>
10359From Graydon Hoare <graydon@redhat.com>
10360
10361 * config/sid.exp: Include support for "rawsid" protocol.
10362
188baff3
JB
103632002-05-03 Jim Blandy <jimb@redhat.com>
10364
10365 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
10366 * gdb.c++/hang3.C: New file.
10367
b9c07f0f
AC
103682002-05-04 Andrew Cagney <ac131313@redhat.com>
10369
10370 * gdb.base/default.exp: Remove obsolete code.
10371 * gdb.c++/misc.exp: Ditto. Update copyright.
10372 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
10373 * gdb.base/whatis.exp: Ditto. Update copyright.
10374 * gdb.base/scope.exp: Ditto. Update copyright.
10375 * gdb.base/ptype.exp: Ditto. Update copyright.
10376 * gdb.base/printcmds.exp: Ditto. Update copyright.
10377 * gdb.base/opaque.exp: Ditto. Update copyright.
10378 * gdb.base/list.exp: Ditto.
10379 * gdb.base/funcargs.exp: Ditto. Update copyright.
10380 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
10381 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
10382 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
10383 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
10384 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
10385 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
10386
5c7a0397
MS
103872002-05-02 Michael Snyder <msnyder@redhat.com>
10388
d6dcc264 10389 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
10390 * gdb.base/long_long.exp: Add xscale target.
10391 * gdb.base/default.exp: Add xscale target.
10392
eb7f1c48
JB
103932002-05-01 Jim Blandy <jimb@redhat.com>
10394
10395 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
10396 gdb.c++/hang.exp: New test.
10397
a6befae8
FF
103982002-05-01 Fred Fish <fnf@redhat.com>
10399
10400 * gdb.base/completion.exp: Handle completions of "./Make" for
10401 more than one completion possibility, as is the case when we
10402 build and test in the source tree.
10403
0a310277
AG
104042002-04-29 Anthony Green <green@redhat.com>
10405
10406 * gdb.java/jmisc1.exp: New file.
10407 * gdb.java/jmisc2.exp: New file.
10408
6ff9af88
DJ
104092002-04-24 Daniel Jacobowitz <drow@mvista.com>
10410
10411 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
10412
96b3d632
EZ
104132002-04-23 Elena Zannoni <ezannoni@redhat.com>
10414
10415 * gdb.base/help.exp: Change 'help status' to allow for target
10416 dependent output differences.
10417
5019bb54
MC
104182002-04-22 Michael Chastain <mec@shout.net>
10419
10420 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
10421
a805a116
MC
104222002-04-22 Michael Chastain <mec@shout.net>
10423
10424 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
10425
a1706bfd
DM
104262002-04-17 David S. Miller <davem@redhat.com>
10427
10428 * gdb.asm/sparc64.inc: New file.
10429 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
10430
a73a20a2
EZ
104312002-04-19 Elena Zannoni <ezannoni@redhat.com>
10432
10433 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
10434 instruction file directly into the build tree. Clean up at end of
10435 test.
10436
ba678339
DM
104372002-04-18 David S. Miller <davem@redhat.com>
10438
10439 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
10440 handle 64-bit platforms correctly.
10441 * gdb.base/maint.exp: Likewise.
10442
b03399da
KB
104432002-04-18 Kevin Buettner <kevinb@redhat.com>
10444
10445 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
10446 ``-fpic'' when compiling files comprising a shared library, but
10447 it does need additional linker flags in order to find shared
10448 libraries at run time.
10449
e2004992
KB
104502002-04-18 Kevin Buettner <kevinb@redhat.com>
10451
10452 * gdb.base/cvexpr.c (use): New function.
10453 (main): Invoke use() on all global variables to prevent
10454 some linkers from deleting these otherwise unused symbols.
10455
d8937120
MC
104562002-04-17 Michael Chastain <mec@shout.net>
10457From David S. Miller <davem@redhat.com>
10458
10459 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
10460 handle 64-bit platforms correctly.
10461
ffd61a58
MS
104622002-04-12 Michael Snyder <msnyder@redhat.com>
10463From Jim Blandy <jimb@redhat.com>
a9c64011 10464 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
10465 script can handle this instead.
10466 * gdb.base/bar.c (barx): Same.
10467 * gdb.base/baz.c (bazx): Same.
10468 * gdb.base/grbx.c (grbxx): Same.
10469
10470 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
10471 manager doesn't automatically unmap overlays unnecessarily.
10472
6b8426a6
MH
104732002-04-10 Martin M. Hunt <hunt@redhat.com>
10474
10475 * gdb.base/ending-run.exp: Fix pattern for Mips targets
10476 stepping out of main.
10477
34af4875
MC
104782002-04-09 Michael Chastain <mec@shout.net>
10479
10480 * gdb.c++/local.cc (main): Move call to marker1() inside nested
10481 scope so that the nested scope tests will make sense.
10482 * gdb.c++/local.exp: Write patterns that actually work with gcc
10483 (the HP patterns "were never known to work with gcc").
10484 Keep the old aCC patterns too.
10485
2d1676a0
DJ
104862002-04-09 Daniel Jacobowitz <drow@mvista.com>
10487
10488 * gdb.base/attach.exp: Correct target board test.
10489
3a63e3f9
MC
104902002-04-08 Michael Chastain <mec@shout.net>
10491
10492 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
10493 in a const method. Add some xfail and fail cases for configurations
10494 that do not emit the "const ...".
10495
f18dabd2
MC
104962002-04-07 Michael Chastain <mec@shout.net>
10497
10498 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
10499 Accept "A * const" and "const A * const" as type of "this".
10500 Fix spelling of getFunky throughout. Make messages uniform.
10501
0fcddd82
EZ
105022002-04-07 Elena Zannoni <ezannoni@redhat.com>
10503
a9c64011 10504 Work around for PR gdb/285:
0fcddd82
EZ
10505 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
10506
16a8534a
EZ
105072002-04-07 Elena Zannoni <ezannoni@redhat.com>
10508
10509 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
10510 instructions file at run time instead of configure time.
10511 Sometimes we run the test in a directory that is not the one we
10512 configured in.
10513 * gdb.asm/configure.in: Delete creation of symlink.
10514 * gdb.asm/configure: Regenerate.
10515
24181d81
JB
105162002-04-05 J. Brobecker <brobecker@gnat.com>
10517
10518 * gdb.gdb/xfullpath.exp: New test, to exercise the new
10519 xfullpath () function.
10520
7cdb7107
DJ
105212002-04-04 Daniel Jacobowitz <drow@mvista.com>
10522
10523 * gdb.asm/Makefile.in: Correct dependencies.
10524
10525 * gdb.asm/powerpc.inc: New file.
10526 * gdb.asm/asm-source.exp: Add PowerPC.
10527 * gdb.asm/configure.in: Likewise.
10528 * gdb.asm/configure: Regenerated.
10529
a7d17088
DJ
105302002-04-04 Daniel Jacobowitz <drow@mvista.com>
10531
10532 * gdb.base/relocate.exp: New file.
10533 * gdb.base/relocate.c: New file.
10534
cd721503
FF
105352002-04-04 Fred Fish <fnf@redhat.com>
10536
10537 * gdb.base/step-test.exp: Update comment regarding stopping in
10538 memcpy/bcopy calls inserted as part of the compiler runtime.
10539
b22ad7a7
MS
105402002-04-04 Michael Snyder <msnyder@redhat.com>
10541
10542 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
10543
5f279fa6
DJ
105442002-04-03 Daniel Jacobowitz <drow@mvista.com>
10545
10546 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
10547 (gdb_expect): Remove $notransfer hack.
10548
dd0fd3ce
DJ
105492002-04-02 Daniel Jacobowitz <drow@mvista.com>
10550
10551 * gdb.c++/classes.exp ("calling method for small class"): Match
10552 updated register output.
10553
1e50cda1
DJ
105542002-03-30 Daniel Jacobowitz <drow@mvista.com>
10555
10556 Fix PR gdb/452
10557 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
10558 when finished. Make gdb_file_cmd send "exec-file" when
10559 appropriate.
10560
24015922
DJ
105612002-03-30 Daniel Jacobowitz <drow@mvista.com>
10562
10563 * gdb.base/attach.exp: Remove extra setup_xfail.
10564
dd7dfd64
MS
105652002-03-26 Michael Snyder <msnyder@redhat.com>
10566
10567 * gdb.base/default.exp: Add tests for dump, append, and restore.
10568 * gdb.base/help.exp: Add tests for dump, append, and restore.
10569 * gdb.base/dump.exp: New file, test dump, append and restore.
10570 * gdb.base/dump.c: New file.
10571
48b2f8d7
MS
105722002-03-27 Michael Snyder <msnyder@redhat.com>
10573
d63a86f8 10574 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
10575 clean-ups in help messages.
10576
05b4d525
FF
105772002-03-26 Fred Fish <fnf@redhat.com>
10578
10579 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
10580 have debugging info for those functions and the compiler uses them
10581 internally to copy structs around.
10582
d7679631
FF
105832002-03-26 Fred Fish <fnf@redhat.com>
10584
10585 * gdb.base/list.exp: Revert the change made yesterday and add note
10586 about why we don't list the default lines for remote targets.
10587
523ac3f9
MS
105882002-03-25 Michael Snyder <msnyder@redhat.com>
10589
10590 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
10591
754b2b8d
FF
105922002-03-25 Fred Fish <fnf@redhat.com>
10593
10594 * gdb.base/list.exp: This test works on remote targets so remove
10595 the short circuit for remote targets. Update copyright.
10596
33c3e192
FF
105972002-03-25 Fred Fish <fnf@redhat.com>
10598
10599 * gdb.base/attach.exp: Fix logic error that was suppressing this
10600 test for all non hppa*-*-hpux* targets, instead of the hp target.
10601 Move comments closer to the suppression point. Also now need to
10602 check that we are running natively.
10603
d43e73ee
MS
106042002-03-22 Michael Snyder <msnyder@redhat.com>
10605
882c8f02
MS
10606 * gdb.base/default.exp: Add test for gcore. Update copyright.
10607 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 10608
04c12f60
FF
106092002-03-06 Fred Fish <fnf@redhat.com>
10610
10611 * gdb.base/funcargs.c: Remove extraneous ';' character.
10612 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
10613
b43df995
MC
106142002-03-04 Michael Chastain <mec@shout.net>
10615
10616 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
10617 accommodate gcc v3 function signature.
10618 * gdb.mi/mi0-var-cmd-exp: Ditto.
10619
92362027
AC
106202002-02-24 Andrew Cagney <ac131313@redhat.com>
10621
10622 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
10623 ``GNU/Linux'' or ``Linux kernel''
10624 * testsuite/gdb.threads/pthreads.c: Ditto.
10625
258ad32d
MC
106262002-02-24 Michael Chastain <mec@shout.net>
10627
10628 * gdb.threads/pthreads.c (thread1): Add a return statement.
10629 (thread2): Likewise.
10630 (foo): Likewise.
10631
04c3b3d4
MC
106322002-02-23 Michael Chastain <mec@shout.net>
10633
10634 * gdb.threads/linux-dp.c (philosopher): Add a return statement
10635 to placate gcc.
10636
5a2a0a20
MC
106372002-02-23 Michael Chastain <mec@shout.net>
10638
10639 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
10640 test "ptype bint". The test passes on all my stabs configurations.
10641
a640f7fc
JB
106422002-02-21 Jim Blandy <jimb@redhat.com>
10643
27924826
JB
10644 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
10645 filename at a time, and watch for the ones we want to see.
10646
a640f7fc
JB
10647 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
10648 types of pointers to prototyped functions.
10649
edcc8c75
AC
106502002-02-20 Andrew Cagney <ac131313@redhat.com>
10651
10652 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
10653 signed, unsigned and straight char.
10654 (padding_char, padding_short, padding_int, padding_long,
10655 padding_long_long, padding_float, padding_double,
10656 padding_long_double): New global variables.
10657 (fill, fill_structs): New functions.
10658
10659 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
10660 for correctly sized writes. Update copyright.
10661 (get_valueof): New procedure.
10662 (get_sizeof): Call get_valueof.
10663 (check_valueof): New procedure.
10664 (check_padding): New procedure.
10665
ac57ea44
MC
106662002-02-20 Michael Chastain <mec@shout.net>
10667
10668 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
10669 to setup_xfail. Document some of the remaining calls.
10670
7a10c941
MC
106712002-02-18 Michael Chastain <mec@shout.net>
10672
10673 * gdb.c++/userdef.exp: Update copyright year.
10674
fb8acdcc
DJ
106752002-02-18 Daniel Jacobowitz <drow@mvista.com>
10676
10677 * gdb.c++/userdef.exp: Test overloaded operators properly.
10678 Remove xfails.
10679
fda6ae12
MS
106802002-02-14 Michael Snyder <msnyder@redhat.com>
10681
10682 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
10683
676a0442
DJ
106842002-02-14 Daniel Jacobowitz <drow@mvista.com>
10685
10686 * gdb.base/a2-run.exp: Check for a remote target properly.
10687 * gdb.base/annota1.exp: Likewise.
10688 * gdb.base/list.exp: Likewise.
10689 * gdb.base/reread.exp: Likewise.
10690 * gdb.base/scope.exp: Likewise.
10691 * gdb.base/shlib-call.exp: Likewise.
10692 * gdb.base/term.exp: Likewise.
10693 * gdb.c++/annota2.exp: Likewise.
10694
78b4f468
RE
106952002-02-13 Richard Earnshaw <rearnsha@arm.com>
10696
10697 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
10698
9a81ba51
MC
106992002-02-10 Michael Chastain <mec@shout.net>
10700
10701 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
10702 (call_after_alloca): Ditto.
10703
004af6c7
DJ
107042002-02-10 Daniel Jacobowitz <drow@mvista.com>
10705
10706 * gdb.base/ending-run.exp: Guard "cont" test with
10707 gdb_skip_stdio_test.
10708
37225f62
JB
107092002-02-06 Jim Blandy <jimb@redhat.com>
10710
10711 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
10712 from here...
10713 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
10714 To here. Disable this test on non-HP platforms. Add big comment.
10715
fe6fdd96
MS
107162002-02-04 Michael Snyder <msnyder@redhat.com>
10717
10718 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
10719 other than d10v and m32r.
10720
036fad3f
RE
107212002-02-02 Richard Earnshaw <rearnsha@arm.com>
10722
10723 * gdb.base/default.exp: Rewrite test patterns to reduce time
10724 taken to match them.
10725
7148ab62
DJ
107262002-01-30 Daniel Jacobowitz <drow@mvista.com>
10727
10728 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
10729 Allow a start function above main.
10730 * gdb.threads/linux-dp.exp: Fix copyright date.
10731
396cc255
DJ
107322002-01-30 Daniel Jacobowitz <drow@mvista.com>
10733
a9c64011
AS
10734 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
10735 (check_philosopher_stack): Check for manager thread before checking
10736 for a just-starting thread.
396cc255 10737
f038d31b
DJ
107382002-01-30 Daniel Jacobowitz <drow@mvista.com>
10739
10740 From Neil Booth <neil@daikokuya.demon.co.uk>:
10741 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
10742 warnings.
10743
b3ff9d9a
FF
107442002-01-21 Fred Fish <fnf@redhat.com>
10745
10746 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
10747 not caller.
10748
39ad761d
JB
107492002-01-21 Jim Blandy <jimb@redhat.com>
10750
10751 * gdb.base/reread.exp: Check that GDB properly re-reads the
10752 executable file when it changes while no inferior is running.
10753
aaf320fa
FF
107542002-01-21 Fred Fish <fnf@redhat.com>
10755
a9c64011
AS
10756 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
10757 optionally accept the "shlib events" variation.
aaf320fa 10758
808a31f5
JB
107592002-01-21 Jim Blandy <jimb@redhat.com>
10760
10761 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
10762 call `fflush' after every `printf', so that the output is produced
10763 at predictable points, regardless of whatever buffering does (or
10764 doesn't) take place.
10765 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
10766 at different points.
10767
4420d5e2
DJ
107682002-01-20 Daniel Jacobowitz <drow@mvista.com>
10769
10770 * gdb.c++/inherit.exp: Update copyright years.
10771 * gdb.c++/method.exp: Likewise.
10772
3e36a0f4
DJ
107732002-01-20 Daniel Jacobowitz <drow@mvista.com>
10774
10775 * gdb.c++/classes.exp: Update for improved v3 support and skipping
10776 artificial methods/arguments.
10777 * gdb.c++/derivation.exp: Likewise.
10778 * gdb.c++/inherit.exp: Likewise.
10779 * gdb.c++/method.exp: Likewise.
10780 * gdb.c++/virtfunc.exp: Likewise.
10781
b4ceaee6
AC
107822002-01-18 Andrew Cagney <ac131313@redhat.com>
10783
10784 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
10785 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
10786 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
10787 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
10788 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
10789 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
10790
ecace851
JB
107912002-01-17 Jim Blandy <jimb@redhat.com>
10792
10793 * gdb.asm/asm-source.exp (info symbol): Take another shot at
10794 anchoring the pattern matching the entry point symbol's name.
10795
375fc983
AC
107962002-01-17 Andrew Cagney <ac131313@redhat.com>
10797
10798 * gdb.base/maint.exp: Update ``maint internal-error'' to match
10799 continue/quit query. Update copyright.
10800
fe6fdd96
MS
108012002-01-14 Michael Snyder <msnyder@redhat.com>
10802
10803 * gdb.base/gcore.exp: Remove extra debugging output.
10804
e017c81f
DJ
108052002-01-13 Daniel Jacobowitz <drow@mvista.com>
10806
10807 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
10808 for slightly dubious v2 mangled string.
10809
37ab3bf8
DJ
108102002-01-13 Daniel Jacobowitz <drow@mvista.com>
10811
10812 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
10813
1bc05c3a 108142002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 10815
1bc05c3a 10816 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 10817
1bc05c3a
JM
10818 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
10819 constructors.
10820 * gdb.c++/derivation.exp: Likewise.
10821 * gdb.c++/templates.exp: Likewise.
10822 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 10823
1bc05c3a
JM
108242002-01-10 Michael Snyder <msnyder@redhat.com>
10825
10826 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 10827
a911c360
MS
108282002-01-08 Michael Snyder <msnyder@redhat.com>
10829
10830 * gdb.base/gcore.exp: New test for generate-core-file command.
10831 * gdb.base/gcore.c: Testcase for above.
10832 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
10833
ea2119ec
JM
108342002-01-08 Jason Merrill <jason@redhat.com>
10835
10836 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
10837
68203136
FF
108382002-01-07 Fred Fish <fnf@redhat.com>
10839
10840 * gdb.c++/overload.exp: Remove unconditional xfails for:
10841 print foo_instance1.overloadargs(1)
10842 print foo_instance1.overloadargs(1, 2)
10843 print foo_instance1.overloadargs(1, 2, 3)
10844 print foo_instance1.overloadargs(1, 2, 3, 4)
10845 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
10846 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
10847 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
10848 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
10849 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
10850 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
10851 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
10852 print foo_instance1.overload1arg()
10853 print foo_instance1.overload1arg((char)arg2)
10854 print foo_instance1.overload1arg((signed char)arg3)
10855 print foo_instance1.overload1arg((unsigned char)arg4)
10856 print foo_instance1.overload1arg((int)arg7)
10857 print foo_instance1.overload1arg((unsigned int)arg8)
10858 print foo_instance1.overload1arg((float)arg11)
10859 print foo_instance1.overload1arg((double)arg12)
d63a86f8 10860
21b9b5b1
MS
108612002-01-07 Michael Snyder <msnyder@redhat.com>
10862
10863 * gdb.base/huge.exp: New test. Print a very large target data object.
10864 (skip_huge_test): New test variable. Define if you want to skip this
10865 test. The test reads an 8 megabyte data object from the target, so it
10866 might be very time consuming on remote targets with a slow connection.
10867 * gdb.base/huge.c: New file. Test case for above.
10868
725f922e
FF
108692002-01-07 Fred Fish <fnf@redhat.com>
10870
10871 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
10872 g_instance.bfoo, and g_instance.cfoo.
10873
634d57ec
JL
10874Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
10875
f286b2c3
JL
10876 * gdb.base/break.c (multi_line_if_conditional): New function.
10877 (multi_ilne_while_conditional): Likewise.
10878 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
10879 IF or WHILE condition puts the breakpoint at the start of
10880 the condition.
10881
634d57ec
JL
10882 * gdb.base/selftest.exp (backtrace through signal handler): Remove
10883 hppa*-*-hpux* expected failure.
10884 * gdb.base/structs.exp (do_function_calls): Similarly.
10885
10886 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
10887 watchpoints.
10888
9fbfe2dc
AC
108892002-01-06 Andrew Cagney <ac131313@redhat.com>
10890
10891 Fix PR gdb/66.
10892 * gdb.base/structs.exp: Replace skip for a29k with skip for
10893 gdb,cannot_call_functions.
10894 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
10895 * gdb.base/callfuncs.exp: Ditto.
10896 * gdb.base/call-rt-st.exp: Ditto.
10897 * gdb.base/call-strs.exp: Ditto.
10898 * gdb.base/callfwmall.exp: Ditto.
10899 * gdb.base/scope.exp: Obsolete xfail a29k.
10900 * gdb.c++/misc.exp: Ditto.
10901 * gdb.c++/cplusfuncs.exp: Ditto.
10902 * gdb.base/ptype.exp: Ditto.
10903 * gdb.base/printcmds.exp: Ditto.
10904 * gdb.base/opaque.exp: Ditto.
10905 * gdb.base/list.exp: Ditto.
10906 * gdb.base/funcargs.exp: Ditto.
10907 * gdb.base/default.exp: Ditto.
10908
8ddad156
MS
109092002-01-04 Michael Snyder <msnyder@redhat.com>
10910
ca4976a6 10911 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
10912 * gdb.base/maint.exp: Add tests for maint info sections options.
10913
1b074332
JL
10914Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
10915
10916 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
10917
7d159115
CV
109182001-12-20 Corinna Vinschen <vinschen@redhat.com>
10919
10920 * gdb.asm/arm.inc: New file.
10921 * gdb.asm/asm-source.exp: Add arm targets.
10922 * gdb.asm/configure.in: Ditto.
10923 * gdb.asm/configure: Recreated from configure.in.
10924
8fb87725
JL
10925Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
10926
afabe08c
JL
10927 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
10928 with HP's compiler.
10929 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
10930 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
10931 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
10932 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
10933
10934 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
10935 either HP's compilers or GCC.
10936
db521deb
JL
10937 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
10938 a SIGBUS or SIGSEGV.
10939
10940 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
10941
10942 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
10943 can be compiled with either HP's compiler or GCC.
10944
cfa88ab7
JL
10945 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
10946 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
10947 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
10948
ca344dff
JL
10949 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
10950 to match current gdb output. Update due to using auto-solib-limit
10951 for limiting instead of overloading auto-solib-add.
10952 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
10953 test program.
10954
3f3c6e55 10955 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
10956 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
10957 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
10958 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
10959 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
10960 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
10961 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
10962 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
10963 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
10964 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
10965 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
10966 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
10967 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 10968
8fb87725
JL
10969 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
10970 a SIGTRAP to the inferior.
10971
cf599fa7
CV
109722001-12-19 Corinna Vinschen <vinschen@redhat.com>
10973
10974 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
10975 Substitute call to target_link by call to gdb_compile.
10976
2cd045cd
JL
10977Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
10978
a9c64011
AS
10979 * gdb.base/break.exp: Fix HP specific search string when testing
10980 backtracing in a called function.
2cd045cd 10981
a9c64011
AS
10982 * gdb.base/constvars.exp: Only set lang to C++ if we're
10983 compiling the test with HP's compilers.
10984 * gdb.base/volatile.exp: Similarly.
2cd045cd 10985
99ebe9ac
JB
109862001-12-19 Jim Blandy <jimb@redhat.com>
10987
10988 * gdb.base/printcmds.exp: Expect the null character to be printed
10989 as '\0', and the '\013' to be printed as '\v'.
10990 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
10991 * gdb.base/setvar.exp: Same.
10992
b9891b29
JB
109932001-12-17 Jim Blandy <jimb@redhat.com>
10994
0eba65ab
JB
10995 * gdb.base/completion.exp: Rather than completing very long
10996 filenames, which can make the readline library produce output we
10997 don't recognize, cd to the directory first, and then complete
10998 using nice, short relative paths.
10999
6970b5b1
JB
11000 * gdb.base/completion.exp: On some systems, there is, in fact, a
11001 variable named `b' in scope, since GDB treats all static
a9c64011
AS
11002 variables as being in scope. So use `no_var_named_this'
11003 instead of `b'.
6970b5b1 11004
b9891b29
JB
11005 * gdb.base/corefile.exp: Recognize the message saying that GDB
11006 can't find the core file's registers as a failure.
11007
e6ccd35f
JSC
110082001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
11009
a9c64011
AS
11010 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
11011 test expect string more specific.
e6ccd35f 11012
105ba819
CV
110132001-12-13 Corinna Vinschen <vinschen@redhat.com>
11014
11015 * gdb.asm/asm-source.exp: Add support for xstormy16.
11016 * gdb.asm/configure.in: Ditto.
11017 * gdb.asm/configure: Rebuild.
11018 * gdb.asm/xstormy16.inc: New file.
11019
e9e79dd9
FF
110202001-12-10 Fred Fish <fnf@redhat.com>
11021
11022 * gdb.base/maint.exp: Update to match changes in type dumping code.
11023
347dc97d
JB
110242001-12-10 Jim Blandy <jimb@redhat.com>
11025
11026 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
11027 matching the entry point symbol's name at the beginning of the
11028 line.
11029
5178b9d6
DJ
110302001-12-07 Daniel Jacobowitz <drow@mvista.com>
11031
11032 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
11033 gdb.c++/inherit.exp, gdb.c++/method.exp,
11034 gdb.c++/namespace.exp, gdb.c++/templates.exp,
11035 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
11036 and class layout support.
11037
af890c52
DJ
110382001-12-07 Daniel Jacobowitz <drow@mvista.com>
11039
11040 * gdb.c++/classes.exp: Add test for static member function.
11041 * gdb.c++/misc.cc: Add class with static member function.
11042
7a345fb3
JB
110432001-12-07 Jim Blandy <jimb@redhat.com>
11044
f2e54a80 11045 If GDB says it can't find the struct the function returned, report
8032bf31
JB
11046 those tests as `unsupported'.
11047 * gdb.base/call-rt-st.exp (print_struct_call): New function.
11048 Rewrite subsequent tests to use it.
11049
11050 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
11051 those tests as `unsupported'.
11052 * gdb.base/structs.exp (call_struct_func): New function.
11053 (do_function_calls): Use call_struct_func to call the functions
11054 returning structs.
11055
0bc69509
JB
11056 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
11057 whether functions are prototyped or not, so we can't possibly pass
11058 arguments to t_float_values2 properly.
11059
7a345fb3
JB
11060 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
11061 value of `timeout' for targets other than the mips*tx39-*.
11062
edb6ede1
MS
110632001-12-06 Michael Snyder <msnyder@redhat.com>
11064
d63a86f8 11065 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
11066 and detect whether the start symbol has a leading underscore.
11067
2d842f13
JB
110682001-12-04 Jim Blandy <jimb@redhat.com>
11069
11070 * gdb.base/completion.exp: Clarify indentation.
11071
68550daf
JB
110722001-12-03 Jim Blandy <jimb@redhat.com>
11073
11074 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
11075 variables on the S/390, not `.word'.
11076
cd5195a8
JB
110772001-11-30 Jim Blandy <jimb@redhat.com>
11078
11079 Add assembly-source tests for s390-ibm-linux.
11080 * gdb.asm/s390.inc: New file.
11081 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
11082 the S/390 architecture.
a9c64011 11083 * gdb.asm/configure: Regenerated.
cd5195a8 11084
ca9efc90
MS
110852001-11-30 Michael Snyder <msnyder@redhat.com>
11086
11087 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
11088 next, info source, info sources, info line, global and static
11089 variables, and static functions.
11090 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
11091 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
11092 * gdb.asm/asmsrc1.s: Add a static function and some variables.
11093 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
11094 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
11095 (gdbasm_leave): Restore frame pointer.
11096 (gdbasm_startup): Copy stack set-up from crt0.S.
11097
d0e66976
FN
110982001-11-26 Fernando Nasser <fnasser@redhat.com>
11099
11100 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
11101 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
11102 to a local (non-static) variable. Copy tstruct.a to a static buffer
11103 and return a pointer to that buffer.
11104 * gdb.base/callfwmall.c (t_structs_a): Ditto.
11105
e2334072
MK
111062001-11-24 Mark Kettenis <kettenis@gnu.org>
11107
11108 * gdb.asm/configure.in: Fix recognition of ix86 target.
11109 * gdb.asm/configure: Regenerate.
11110
756caa3d
MS
111112001-11-21 Michael Snyder <msnyder@redhat.com>
11112
11113 * gdb.asm/sparc.inc: New file.
11114 * gdb.asm/asm-source.exp: Recognize sparc target.
11115 * gdb.asm/configure.in: Recognize sparc target.
11116 * gdb.asm/configure: Regenerate.
d63a86f8 11117
9a4d72d5
MS
111182001-11-21 Michael Snyder <msnyder@redhat.com>
11119
11120 * gdb.asm/m32r.inc: New file.
11121 * gdb.asm/asm-source.exp: Recognize m32r target.
11122 * gdb.asm/configure.in: Recognize m32r target.
11123 * gdb.asm/configure: Regenerate.
11124
a773d1cd
MS
111252001-11-20 Michael Snyder <msnyder@redhat.com>
11126
017ac23d
MS
11127 * gdb.asm/i386.inc: New file.
11128 * gdb.asm/asm-source.exp: Recognize ix86 target.
11129 * gdb.asm/configure.in: Recognize ix86 target.
11130 * gdb.asm/configure: Regenerate.
11131
a773d1cd
MS
11132 * gdb.c++/namespace.exp: Fix quotes in output messages.
11133
bb632afb
MS
111342001-11-14 Michael Snyder <msnyder@redhat.com>
11135
25d559ca 11136 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
11137 qualifier in a type cast expression, to designate an address
11138 in the instruction space (Harvard architecture).
11139
4749e309
MS
111402001-11-13 Michael Snyder <msnyder@redhat.com>
11141
11142 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
11143 Tests for expressions using 'const' and 'volatile'.
11144
25050984
CV
111452001-11-13 Corinna Vinschen <vinschen@redhat.com>
11146
11147 * gdb.asm/asm-sources.exp: Allow defining linker flags.
11148
1902c51f
DJ
111492001-11-12 Daniel Jacobowitz <drow@mvista.com>
11150
11151 * lib/mi-support.exp (mi_run_to_helper): Move comments
11152 outside of gdb_expect.
11153
dcf95b47
DJ
111542001-11-11 Daniel Jacobowitz <drow@mvista.com>
11155
11156 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
11157 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
11158 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
11159 mi0_run_to): New functions.
11160 * gdb.mi/mi-simplerun.exp: Use them.
11161 * gdb.mi/mi0-simplerun.exp: Likewise.
11162 * gdb.mi/mi-var-cmd.exp: Likewise.
11163 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 11164
45b074e1
AC
111652001-11-10 Andrew Cagney <ac131313@redhat.com>
11166
11167 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
11168 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
11169
bf50d346
AC
111702001-11-09 Andrew Cagney <ac131313@redhat.com>
11171
11172 * gdb.base/restore.exp: Include $expected value in restored test
11173 message.
11174
9383332c
AC
111752001-11-09 Andrew Cagney <ac131313@redhat.com>
11176
11177 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
11178 implemented.
11179
db62520a
MS
111802001-11-08 Michael Snyder <msnyder@redhat.com>
11181
11182 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
11183 Add pass/fail message for stop at breakpoint in call dummy function.
11184
b5703437
MS
111852001-11-07 Michael Snyder <msnyder@redhat.com>
11186
d63a86f8
RM
11187 * gdb.c++/templates.exp (test_template_breakpoints):
11188 If we get an overload menu, but it does not match what
760f6330 11189 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
11190 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
11191 making the whitespace optional. Argument for "new" may be
11192 "unsigned" as well as "unsigned int/long".
d63a86f8 11193 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
11194 making the whitespace optional. Also replace "(void) with
11195 "((void|)), making the keyword "void" optional.
d63a86f8 11196 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
11197 making the whitespace optional. Also replace "(void) with
11198 "((void|)), making the keyword "void" optional.
3bf40917
MS
11199 * gdb.base/callfuncs.c (t_float_values): This function must
11200 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 11201 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
11202 can be tested against both cases. Usually one case involves
11203 promotion of float to double, while the other does not.
11204 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
11205 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
11206 includes a stack frame for "start".
11207
c8ab4e6d
JB
112082001-11-05 Jim Blandy <jimb@redhat.com>
11209
11210 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
11211 pointers are 32 bits long, and that offsets of relocs are always
11212 stored in the data (REL-style), and not in the reloc entry itself
11213 (RELA-style).
11214 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
11215 stabs.
11216
3f08ced9
MS
112172001-11-01 Michael Snyder <msnyder@redhat.com>
11218
11219 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
11220 and regular expression operators by using quoting.
11221
cbfa24cd
MS
112222001-10-31 Michael Snyder <msnyder@redhat.com>
11223
11224 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
11225 depending on what the symbol table contains.
11226 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
11227 the output of the ptype command. Similarly, accept both "const &"
11228 and "const&".
11229
aaa68313
CV
112302001-10-31 Corinna Vinschen <vinschen@redhat.com>
11231
11232 * gdb.base/miscexprs.c (main): Add usage of preprocessor
11233 symbol `STORAGE' to allow to choose the storage class of
11234 the local datastructures.
11235 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
11236 compiler directive.
11237
91740388
MS
112382001-10-30 Michael Snyder <msnyder@redhat.com>
11239
11240 * gdb.base/jump.exp: Allow it to run for all targets.
11241
1b7c05e7
CV
112422001-10-29 Corinna Vinschen <vinschen@redhat.com>
11243
11244 * gdb.base/call-ar-st.c (print_double_array): Match for loop
11245 with new double_array size.
11246 (main): Change storage class of all local variables to static.
11247 Reduce size of double_array to 9.
11248 * gdb.base/call-ar-st.exp: Increase timeout value.
11249 Change expected output for double array to match new size in
11250 call-ar-st.c.
11251
36a22261
CV
112522001-10-29 Corinna Vinschen <vinschen@redhat.com>
11253
11254 * gdb.base/ending-run.exp: Create identical output when passing
11255 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 11256 Stormy16 target.
36a22261 11257
92b8ae91
MK
112582001-10-28 Mark Kettenis <kettenis@gnu.org>
11259
11260 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
11261 that we catch the expected failure under Linux/x86.
11262
cb135b83
OF
112632001-10-29 Orjan Friberg <orjanf@axis.com>
11264
11265 * gdb.base/setvar.exp: Escape curly braces.
11266 * gdb.stabs/weird.exp: Ditto.
11267
6884aa54
DJ
112682001-10-27 Daniel Jacobowitz <drow@mvista.com>
11269
11270 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
11271 * gdm.mi/mi0-hack-cli.exp: Likewise.
11272
0398c9aa
AC
112732001-10-25 Andrew Cagney <ac131313@redhat.com>
11274
11275 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
11276 messages.
11277
d20bf2e8
AC
112782001-10-21 Andrew Cagney <ac131313@redhat.com>
11279
11280 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
11281 checking MI enabled.
11282
03dd63aa
CV
112832001-10-09 Corinna Vinschen <vinschen@redhat.com>
11284
11285 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
11286
1d9d99f3
FCE
112872001-10-04 Frank Ch. Eigler <fche@redhat.com>
11288
11289 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
11290 if gdb child process crashes, just signal an error.
11291
838ae6c4
JB
112922001-10-02 Jim Blandy <jimb@redhat.com>
11293
11294 * lib/gdb.exp (test_xfail_format): Simplify.
11295
11296 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
11297 front of the variable name `format'. Simplify `if'.
11298
8f0cbc1c
DJ
112992001-10-01 Daniel Jacobowitz <drow@mvista.com>
11300
11301 * gdb.threads/pthreads.exp: Wait for output and delay
11302 before sending ^C.
11303
1f08dafd
DJ
113042001-10-01 Daniel Jacobowitz <drow@mvista.com>
11305
11306 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
11307 some incorrect output instead of timing out.
11308 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
11309
674f90ff
CV
113102001-09-28 Corinna Vinschen <vinschen@redhat.com>
11311
11312 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
11313 check to allow additional `int'.
11314
9b284272
DJ
113152001-09-27 Daniel Jacobowitz <drow@mvista.com>
11316
11317 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
11318 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
11319
b55a4771
MS
113202001-09-27 Michael Snyder <msnyder@redhat.com>
11321
11322 * lib/gdb.exp (test_debug_format): New proc.
11323 (setup_xfail_format): Use new proc test_debug_format.
11324 * gdb.base/constvars.exp (local_compiler_xfail_check): New
11325 proc; use new service proc test_debug_format.
11326 Replace all other "gcc_compiled" tests with this test.
11327 * gdb.base/volatile.exp (local_compiler_xfail_check): New
11328 proc; use new service proc test_debug_format.
11329 Replace all other "gcc_compiled" tests with this test.
11330
113312001-09-27 Michael Snyder <msnyder@redhat.com>
11332
11333 * gdb.base/cvexpr.exp: New file.
11334 * gdb.base/cvexpr.c: New file
11335 Test for expressions using const and volatile keywords.
11336
4e6667ac
CV
113372001-09-26 Corinna Vinschen <vinschen@redhat.com>
11338
11339 * gdb.base/constvars.exp: Check for different orders of keywords
11340 and additional "int" strings in output.
11341
4f337972
AC
113422001-09-22 Andrew Cagney <ac131313@redhat.com>
11343
11344 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
11345 responses from "help maint".
11346
2015650d
FCE
113472001-09-19 Frank Ch. Eigler <fche@redhat.com>
11348
11349 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
11350 to localhost:NNN instead of :NNN, in case Xvfb is listening
11351 only on TCP.
11352
f3bcedc1
CV
113532001-09-19 Corinna Vinschen <vinschen@redhat.com>
11354
11355 * gdb.base/recurse.exp: When checking leaving the watchpoint
11356 scope, recognize when gdb is in function's epilogue and pass.
11357
6b819c92
KS
113582001-09-18 Keith Seitz <keiths@redhat.com>
11359
11360 * lib/insight-support.exp (_gdbtk_export_target_info): Add
11361 support for running tests against sid targets.
11362 (gdbtk_done): Ditto.
11363
a10c9419
CV
113642001-09-18 Corinna Vinschen <vinschen@redhat.com>
11365
11366 * gdb.base/ending-run.c (main): Set stdout buffersize
11367 to the same reasonable value for any target.
11368 * gdb.base/ending-run.exp: Add a regular expression
11369 to make testsuite happy on Sanyo Stormy16 target.
11370
739d0d99
CV
113712001-09-17 Corinna Vinschen <vinschen@redhat.com>
11372
11373 * gdb.base/display.c (do_loops): Add float variable `f'.
11374 Increment f in loop.
11375 * gdb.base/display.exp: Increment timeout by 60 seconds.
11376 Change float display test to use variable `f'.
11377
1b8947f0
JB
113782001-09-17 Jim Blandy <jimb@redhat.com>
11379
11380 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
11381 overflowing the limited breakpoint tables on some ROM monitors
11382 (like the ROM68K).
11383
9890ac81
FCE
113842001-09-15 Frank Ch. Eigler <fche@redhat.com>
11385
11386 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
11387 the "-ac" (disable access control) flag.
11388
6db765ea
JH
113892001-08-30 Jeff Holcomb <jeffh@redhat.com>
11390
11391 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
11392 ints.
11393
4c32cc04
KS
113942001-08-30 Keith Seitz <keiths@redhat.com>
11395
11396 * lib/gdb.exp: Move all insight-related functionality into
11397 separate file.
11398 * lib/insight-support.exp: New file.
11399
8d6e6f81
FCE
114002001-08-29 Frank Ch. Eigler <fche@redhat.com>
11401
11402 * config/sid.exp (sid_start): Never set sid verbosity; disable
11403 expect_background {} that consumed its stdout; tolerate </dev/null.
11404 Attempt to set endianness override in "sid" protocol mode. Cleanup.
11405
6a90e1d0
AC
114062001-08-18 Andrew Cagney <ac131313@redhat.com>
11407
11408 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
11409 CLI jump command to start it.
11410 (mi_run_to_main): Fail immediatly when unexpected output.
11411
1759b3c3
AC
114122001-08-18 Andrew Cagney <ac131313@redhat.com>
11413
11414 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
11415 beginning of function. Fix PR gdb/191.
11416
61d11d80
FCE
114172001-08-16 Frank Ch. Eigler <fche@redhat.com>
11418
11419 * config/sid.exp (sid_start): Don't warn if we cannot figure out
11420 what to force sid endianness to.
11421
942a4df2
KS
114222001-08-15 Keith Seitz <keiths@redhat.com>
11423
11424 * lib/gdb.exp (gdbtk_start): Don't set environment
11425 variables for TCL_LIBRARY and friends. Insight will
11426 now figure these out for itself.
11427
0521c418
MS
114282001-08-02 Michael Snyder <msnyder@redhat.com>
11429
11430 * gdb.base/completion.exp: Remove the symbol "a64l" from
11431 the expect string; this is target-specific, and not related
11432 to what is being tested.
11433
74a9a58a
DB
114342001-08-02 Dave Brolley <brolley@redhat.com>
11435
11436 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
11437
c70819fa
MS
114382001-07-25 Michael Snyder <msnyder@redhat.com>
11439
c2b8fa57
MS
11440 * gdb.base/consecutive.exp: New file. Test stepping over
11441 breakpoints on consecutive instructions.
11442 * gdb.base/consecutive.c: New file.
11443
c70819fa
MS
11444 * gdb.base/call-rt-st.exp: Use double-backslash to quote
11445 curly braces in regular expressions.
11446
2b1a1355
MS
114472001-07-25 Michael Snyder <msnyder@redhat.com>
11448
11449 * gdb.base/ending-run.exp: Accept "Program exited normally" as
11450 legitimate output from stepping out of main.
11451
413eca6f
KS
114522001-07-22 Keith Seitz <keiths@redhat.com>
11453
11454 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
11455 the empty string, do not run the tests.
11456
7e5a9322
SC
114572001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11458
11459 * gdb.base/long_long.exp: Detect size of pointer. Take into
11460 account 2-byte pointers when testing for p/a results.
11461
de58f10f
SC
114622001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11463
d63a86f8 11464 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
11465 and defined to 1K for m68hc11.
11466 (random_data): Reduce table to 1K for embedded platforms (68hc11).
11467 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
11468 (sizeof_random_data): New variable to tell the size of the data table;
11469 don't test past this size; always run to main.
11470
d6f5fea1
SC
114712001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11472
11473 * gdb.base/return2.exp: return of long long and double fails for
11474 68HC11; don't execute these tests on that platform.
11475 * gdb.base/return.exp: Return of a double fails for 68hc11.
11476
c477543d
SC
114772001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11478
11479 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
11480 tests that print a float.
11481 * call-rt-st.exp: Likewise.
11482
63cf1c79
MK
114832001-07-12 Mark Kettenis <kettenis@gnu.org>
11484
11485 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
11486 running this test on Linux.
11487
112f9ab5
MC
114882001-06-24 Michael Chastain <chastain@redhat.com>
11489
11490 * gdb.base/arithmet.exp: Remove some tests to make all test names
11491 unique.
11492
4970cb0f
MS
114932001-07-03 Michael Snyder <msnyder@redhat.com>
11494
11495 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
11496 the output of the ptype command.
11497
d85da69f
MS
114982001-07-02 Michael Snyder <msnyder@redhat.com>
11499
4c8a82de
MS
11500 * gdb.base/completion.exp: Don't assume that break.c is the only
11501 source file that may contain functions named "marker".
d85da69f
MS
11502 * gdb.base/corefile.exp: Quote the curly braces in regexp.
11503
8afc772b
AC
115042001-06-28 Andrew Cagney <ac131313@redhat.com>
11505
11506 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
11507 of files to delete.
11508
11509 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
11510 * gdb.disasm/h8300s.exp: New file.
11511 gdb.disasm/h8300s.s: Likewise.
11512
cff22675
AC
115132001-06-27 Andrew Cagney <ac131313@redhat.com>
11514
11515 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
11516 empty breakpoint tables.
11517
68c81b54
AC
115182001-06-25 Andrew Cagney <ac131313@redhat.com>
11519
11520 * lib/mi-support.exp: Update args=... part of stop-reason
11521 patterns. Accept either a list or a tuple.
11522
2dd62704
AC
115232001-06-23 Andrew Cagney <ac131313@redhat.com>
11524
11525 * lib/mi-support.exp: Remove local emacs variable defining
11526 change-log-default-name.
11527
b4127474
MC
115282001-06-22 Michael Chastain <chastain@redhat.com>
11529
11530 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
11531 This is operationally compatible with the previous version.
11532
8dbfb380
JB
115332001-06-13 Jim Blandy <jimb@redhat.com>
11534
11535 * lib/gdb.exp (gdb_test): Doc fix.
11536
f2d8c86d
MC
115372001-06-10 Michael Chastain <chastain@redhat.com>
11538
11539 * gdb.base/exprs.exp: Remove a duplicate test.
11540
81564d34
JB
115412001-06-06 Jim Blandy <jimb@redhat.com>
11542
11543 * gdb.base/return2.exp (main): Use values to test float and double
11544 returns that are not NaN's, to avoid being confused by IEEE
11545 comparison rules.
11546
da55addb
MS
115472001-06-04 Michael Snyder <msnyder@redhat.com>
11548
11549 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 11550 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
11551 rather than wait for 12 more tests to time out.
11552
42c65987
JB
115532001-06-06 Jim Blandy <jimb@redhat.com>
11554
b18bced9 11555 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 11556 Don't forget to match the GDB prompt.
b18bced9 11557
42c65987
JB
11558 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
11559
5b41e5f0
JB
115602001-06-04 Jim Blandy <jimb@redhat.com>
11561
11562 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
11563 command.
11564
015e046f
KB
115652001-05-31 Kevin Buettner <kevinb@redhat.com>
11566
11567 * gdb.base/annota1.exp (info break): Match four or more spaces
11568 after "Address".
11569
fb1ffbbe
MC
115702001-05-31 Michael Chastain <chastain@redhat.com>
11571
11572 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
11573 (dm_type_int_star): Likewise.
11574 (dm_type_long_star): Likewise.
11575 (dm_type_void_star): Likewise.
11576
5ea2a32c
KB
115772001-05-29 Kevin Buettner <kevinb@redhat.com>
11578
11579 * gdb.base/completion.exp (INPUTRC): Set this environment variable
11580 to a known value in order to get consistent results regardless
11581 of the setting of INPUTRC or the presence or contents of .inputrc.
11582
ae23c492
MS
115832001-05-24 Michael Snyder <msnyder@redhat.com>
11584
ac55707e
MS
11585 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
11586 Don't require that the main thread and the manager thread are the
11587 first in the list.
11588
ae23c492
MS
11589 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
11590 debugging. If test fails, issue an "unsupported" not a "fail".
11591
400071f1
JB
115922001-05-24 Jim Blandy <jimb@redhat.com>
11593
11594 Don't assume that short is shorter than int.
11595 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
11596 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 11597 this isn't true.
400071f1
JB
11598 ("print unsigned char == (~0)"): Add test that verifies that ~0,
11599 an int, is not equal to ~0 stored in an unsigned char. This tests
11600 the same thing that the previous test meant to, but works on
11601 16-bit machines, too.
11602 ("print unsigned char != (~0)"): Same test, complemented.
11603
0816a3e5
MS
116042001-05-24 Michael Snyder <msnyder@redhat.com>
11605
11606 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 11607 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
11608 and prevents dejagnu getting out of step.
11609
f6dc23a9
KB
116102001-05-23 Kevin Buettner <kevinb@redhat.com>
11611
11612 * gdb.base/finish.exp (finish_void): Revise pattern for
11613 stopping on the call statement to not permit stopping at
11614 the start of the instructions comprising the call sequence.
11615
7dbd117d
MC
116162001-05-19 Michael Chastain <chastain@redhat.com>
11617
11618 * gdb.base/callfuncs.exp: Make all test names unique.
11619 * gdb.base/commands.exp: Make all test names unique.
11620 * gdb.base/condbreak.exp: Make all test names unique.
11621 * gdb.base/dbx.exp: Make all test names unique.
11622 * gdb.base/default.exp: Make all test names unique.
11623 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
11624 and TIMEOUT messages to their corresponding PASS message.
11625 * gdb.base/ending-run.exp: Make all test names unique.
11626 * gdb.base/long_long.exp: Remove duplicate test.
11627
6b0b0a9e
KB
116282001-05-21 Kevin Buettner <kevinb@redhat.com>
11629
11630 * gdb.base/finish.exp (finish_void): Allow "finish" command to
11631 stop on the call statement as well as the statement after the
11632 call.
11633
2caa35cb
MS
116342001-05-21 Michael Snyder <msnyder@redhat.com>
11635
11636 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
11637
40713331
EZ
116382001-05-10 Elena Zannoni <ezannoni@redhat.com>
11639
a9c64011
AS
11640 * gdb.base/completion.exp: Revamp test. Make it execute on all
11641 platforms.
40713331 11642
c2c1be8d
EZ
116432001-05-10 Elena Zannoni <ezannoni@redhat.com>
11644
a9c64011
AS
11645 * config/gdbserver.exp (gdb_load): Handle the case
11646 in which the arguments to gdbserver are given in the
11647 baseboard configuration file.
11648 Also handle the case in which the server needs to do a
11649 load.
2c9cd303 11650
9671de48
KS
116512001-05-07 Keith Seitz <keiths@cygnus.com>
11652
a9c64011
AS
11653 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
11654 set up the display for testing.
11655 (gdbtk_start): Convert all paths to paths that tcl will like.
11656 Export target information to environment.
11657 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
11658 necessary.
11659 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
11660 (to_tcl_path): New proc to convert a given pathname into
11661 a path acceptible as an argument to a tcl command.
11662 (_gdbtk_export_target_info): New proc to export target info
11663 into the environment for gdbtk testing.
11664 (gdbtk_done): New proc to signal end-of-test.
9671de48 11665
5a360f47
JB
116662001-05-06 Jim Blandy <jimb@redhat.com>
11667
11668 * restore.c: Make the code of caller0 correspond to its comment.
11669
66c756c6
MS
116702001-05-03 Michael Snyder <msnyder@redhat.com>
11671
11672 * config/sid.exp (gdb_target_sid): Check for error messages.
11673 On error or timeout, don't make expect exit (which will terminate
11674 all subsequent tests); instead just make gdb exit.
d63a86f8 11675 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
11676 return a negative value.
11677
a966fde5
JB
116782001-04-24 Jim Blandy <jimb@redhat.com>
11679
851c18e0
JB
11680 * gdb.c++/templates.exp: If we see the prompt for the overload
11681 list, but we haven't recognized any of the longer patterns,
11682 arrange for this test to fail, not hang.
11683
a966fde5
JB
11684 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
11685 variations.
11686
db144853
MC
116872001-04-22 Michael Chastain <chastain@redhat.com>
11688
11689 * gdb.c++/local.exp: Use the 'runto' library function.
11690 * gdb.c++/namespace.exp: Likewise.
11691 * gdb.c++/overload.exp: Likewise.
11692
3207ec21
KB
116932001-03-26 Kevin Buettner <kevinb@redhat.com>
11694
11695 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
11696 * gdb.base/step-line.exp: New file. Test step/next in presence of
11697 #line directives.
11698 * gdb.base/step-line.c: New file. Test program for the above.
11699 * gdb.base/step-line.inp: New file. We pretend that this file has
11700 been transformed by some other tool into step-line.c.
11701
13b57657
JB
117022001-03-21 Jim Blandy <jimb@redhat.com>
11703
11704 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
11705 unmangled operator names.
11706
754cbe1c
JB
117072001-03-20 Jim Blandy <jimb@redhat.com>
11708
11709 * gdb.threads/linux-dp.exp: Recognize an additional message
11710 generated by GDB when it doesn't understand how to debug threads
11711 on the target system.
11712
177495c9
AC
117132001-03-19 Andrew Cagney <ac131313@redhat.com>
11714
11715 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
11716
f266096b
MC
117172001-03-12 Michael Chastain <chastain@redhat.com>
11718
11719 * gdb.c++/derivation.exp: Use the 'runto' library function.
11720
cac3c2ff
MC
117212001-03-12 Michael Chastain <chastain@redhat.com>
11722
11723 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
11724
b6c11a24
MC
117252001-02-24 Michael Chastain <chastain@redhat.com>
11726
11727 * gdb.c++/ref-types.exp: Change handwritten code to library
11728 function 'runto'.
11729
6bae5bce
OF
117302001-03-16 Orjan Friberg <orjanf@axis.com>
11731
11732 * gdb.base/signals.exp: Set count to 0 explicitly.
11733
0015fd9a
MS
117342001-03-15 Mark Salter <msalter@redhat.com>
11735
11736 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
11737 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
11738 (gdb_load): Add support for additional target_info: gdb_download_size
11739 and gdb_load_timeout.
0015fd9a 11740
fc33412a
DT
11741Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
11742
11743 * gdb.base/annota1.exp: Move test of isnative to earlier in the
11744 file -- to prevent failing when the compile fails but we have no
11745 intention of running the tests anyway.
11746
11747 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
11748 tests if set.
11749
11750 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
11751 integers.
11752
11753 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
11754 * gdb.c++/namespace.exp: Ditto.
11755
115f06de
OF
117562001-03-07 Orjan Friberg <orjanf@axis.com>
11757
11758 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
11759 * gdb.base/pointers.exp: Relax pattern match of decimals.
11760
b6ba6518
KB
117612001-03-06 Kevin Buettner <kevinb@redhat.com>
11762
11763 * Makefile.in, config/abug.exp, config/cfdbug.exp,
11764 config/cpu32bug.exp, config/dve.exp, config/est.exp,
11765 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
11766 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
11767 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
11768 config/sh.exp, config/sid.exp, config/slite.exp,
11769 config/sparclet.exp, config/udi.exp, config/unknown.exp,
11770 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
11771 config/vxworks.exp, config/vxworks29k.exp,
11772 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
11773 gdb.base/all-bin.exp, gdb.base/annota1.exp,
11774 gdb.base/arithmet.exp, gdb.base/assign.exp,
11775 gdb.base/async.exp, gdb.base/attach.exp,
11776 gdb.base/bitfields.exp, gdb.base/bitops.exp,
11777 gdb.base/break.exp, gdb.base/call-ar-st.exp,
11778 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
11779 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
11780 gdb.base/commands.exp, gdb.base/completion.exp,
11781 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
11782 gdb.base/constvars.exp, gdb.base/corefile.exp,
11783 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
11784 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
11785 gdb.base/ending-run.exp, gdb.base/environ.exp,
11786 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
11787 gdb.base/finish.exp, gdb.base/foll-exec.exp,
11788 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
11789 gdb.base/funcargs.exp, gdb.base/help.exp,
11790 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
11791 gdb.base/logical.exp, gdb.base/long_long.exp,
11792 gdb.base/maint.exp, gdb.base/mips_pro.exp,
11793 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
11794 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
11795 gdb.base/pointers.exp, gdb.base/printcmds.exp,
11796 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
11797 gdb.base/regs.exp, gdb.base/relational.exp,
11798 gdb.base/remote.exp, gdb.base/reread.exp,
11799 gdb.base/restore.exp, gdb.base/return2.exp,
11800 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
11801 gdb.base/selftest.exp, gdb.base/setshow.exp,
11802 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
11803 gdb.base/sigall.exp, gdb.base/signals.exp,
11804 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
11805 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
11806 gdb.base/step-test.exp, gdb.base/structs.c,
11807 gdb.base/structs.exp, gdb.base/structs2.exp,
11808 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
11809 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
11810 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
11811 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
11812 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
11813 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
11814 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
11815 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
11816 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
11817 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
11818 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
11819 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
11820 gdb.fortran/types.exp, gdb.java/jmisc.exp,
11821 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
11822 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
11823 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
11824 gdb.trace/circ.exp, gdb.trace/collection.exp,
11825 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
11826 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
11827 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
11828 gdb.trace/report.exp, gdb.trace/save-trace.exp,
11829 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
11830 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
11831 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
11832 notices.
11833
dc96c6c7 118342001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
11835
11836 * gdb.base/varargs.c (find_max_double): Fix printf format string:
11837 first arg is int not float.
11838
dc96c6c7 118392001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
11840
11841 * gdb.base/reread.exp: Unsupported for non-native targets;
11842 doesn't work for remote debugging.
11843
9b0c4aeb
FN
118442001-02-19 Fernando Nasser <fnasser@redhat.com>
11845
11846 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
11847 * gdb.base/ending-run.exp: Properly handle the BSP state when
11848 stepping past the end of main.
9b0c4aeb 11849
02aa71d5
MC
118502001-02-19 John Moore <jmoore@redhat.com>
11851
11852 * gdb.base/commands.exp (infrun_breakpoint_command_test):
11853 Converted HPUX fix for non-expected items following multiple
11854 step commands into general solution for all platforms.
11855
1fa449a4
MC
118562001-02-18 Michael Chastain <chastain@redhat.com>
11857
11858 * gdb.c++/classes.exp (do_tests): Change runto statements
11859 from "runto 'foo(void)'" to "runto 'foo'". This makes the
11860 statements demangler agnostic.
11861 * gdb.c++/virtfunc.exp (do_tests): Likewise.
11862 (gdb_virtfunc_restart): Likewise.
11863
b2f9ec70
MC
118642001-02-14 Michael Chastain <chastain@redhat.com>
11865
11866 * gdb.c++/inherit.exp (do_tests): Change runto statements
11867 from "runto 'foo(void)'" to "runto 'foo'". This makes the
11868 statements demangler agnostic.
11869
cf74b8ca
AC
11870Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
11871
11872 * gdb.threads/pthreads.exp: Unify pass/fail messages for
11873 ``continue to bkpt at common_routine in thread 2'' and ``stopped
11874 before calling common_routine 15 times'' tests.
11875
99f78f56
MC
118762001-02-11 Michael Chastain <chastain@redhat.com>
11877
11878 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
11879 Helps the test script figure out which demangler is in use.
11880 (dm_type_foo_ref): Ditto.
11881 (dm_type_int_star): Ditto.
11882 (dm_type_long_star): Ditto.
11883 (dm_type_unsigned_int): Ditto.
11884 (dm_type_void): Ditto.
11885 (dm_type_void_star): Ditto.
99707966 11886 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
11887 Probe the gdb demangler and set variables to accommodate
11888 formatting differences.
11889 (info_func_regexp): New function. Same as info_func, but
11890 matches against a regexp.
11891 (info_func): Match against a literal string.
11892 (print_addr_2): New function. Match against a literal string,
11893 which can be different from the input to gdb.
11894 (print_addr): Simply call print_addr_2 with the same argument twice.
11895 (test_lookup_operator_functions): Use demangler formatting variables.
11896 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
11897 the tests in the same order as the C++ class declaration.
11898 (test_paddr_operator_functions): Ditto.
11899 (test_paddr_overloaded_functions): Ditto.
11900 (test_paddr_hairy_functions): Use demangler formatting variables.
11901 Add reference to gdb/19 for related tests.
11902 (do_tests): Call probe_demangler.
11903
1de8f023
KB
119042001-01-30 Kevin Buettner <kevinb@redhat.com>
11905
11906 * gdb.c++/templates.cc (printf): Remove unused function definition.
11907
ca3f91ed
MS
119082001-01-26 Felix Lee <flee@redhat.com>
11909
11910 * sid.exp (sid_exit): Pass host, not target, to remote_close.
11911
119122001-01-25 matthew green <mrg@redhat.com>
11913
11914 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
11915 up sid.
11916 (sid_exit): Call `remote_pop_conn' after GDB is gone.
11917
119182001-01-25 matthew green <mrg@redhat.com>
11919
11920 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 11921 Deprecate $sid_spawn_id.
ca3f91ed
MS
11922 (sid_exit): Remove code necessary only for `spawn.'
11923
119242001-01-25 matthew green <mrg@redhat.com>
11925
11926 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
11927
fb18ec4a
MC
119282001-01-28 Michael Chastain <chastain@redhat.com>
11929
11930 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
11931 to call when tests fail. It takes gdb out of the overloaded
11932 function choice menu back to the main prompt, so that the test
11933 program stays synchronized.
11934 (set_bp_overloaded): New proc to collect all the common
11935 code for setting a breakpoint on an overloaded name. Calls
11936 take_gdb_out_of_choice_menu when needed.
11937 (menu_overload1arg): New variable to collect the repeated
11938 instances of the expected menu for an overloaded name. Change
11939 the regular expression to handle changes in g++ type encoding:
11940 "void" can be either "void" or "", and "unsigned int" can be
11941 either "unsigned int" or "unsigned".
11942 (continue_to_bp_overloaded): Change regular expressions to handle
11943 changes in g++ type encoding.
11944 (no proc): Call take_gdb_out_of_choice_menu when needed.
11945 Remove redundant calls to "info break". Accept either "canceled"
11946 or "cancelled". Change regular expressions in "info break"
11947 calls to handle changes in g++ type encoding. Give all tests
11948 unique strings.
11949
9c646a6e
BE
119502001-01-17 Ben Elliston <bje@redhat.com>
11951
11952 * config/sid.exp: New file.
11953
9549d9c1
AC
11954Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
11955
11956 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
11957
dc96c6c7 119582000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
11959
11960 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
11961 Add a RE to accept a non-ascii char if one is ever presented.
11962
b4df4f68
FN
119632000-12-20 Fernando Nasser <fnasser@redhat.com>
11964
297dd0fd 11965 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 11966
dc96c6c7 119672000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 11968
d63a86f8 11969 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
11970 in regexp. One '\' does not suffice on Linux.
11971
4a7bddb6
MC
119722000-12-09 Michael Chastain <chastain@redhat.com>
11973
11974 * gdb.base/break.exp (test_clear_command): Use a marker function
11975 rather than 'main' for the test function. Also move this
11976 test to an execution point where the marker function names are
11977 guaranteed to be bound to functions. (Executing tests after a
11978 'finish' from main runs into name conflicts with local names
11979 in __libc_start_main).
11980
dc96c6c7 119812000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
11982
11983 * gdb.base/finish.exp: New test for gdb's "finish" command.
11984 * gdb.base/return2.exp: New test for gdb's "return" command.
11985 * gdb.base/return2.c: New source file for above.
11986
dc96c6c7 119872000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
11988
11989 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
11990 * gdb.base/miscexprs.exp: Ditto.
11991 * gdb.base/pointers.exp: Ditto.
11992 * gdb.c++/derivation.exp: Ditto.
11993 * gdb.c++/local.exp: Ditto.
11994 * gdb.c++/namespace.exp: Ditto.
11995 * gdb.c++/overload.exp: Ditto.
11996 * gdb.c++/ref-types.exp: Ditto.
11997
dc96c6c7 119982000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
11999
12000 * gdb.base/constvars.exp: Test result of "up" command.
12001 * gdb.base/miscexprs.exp: Ditto.
12002 * gdb.base/pointers.exp: Ditto.
12003 * gdb.base/scope.exp: Ditto.
12004 * gdb.c++/derivation.exp: Ditto.
12005 * gdb.c++/local.exp: Ditto.
12006 * gdb.c++/namespace.exp: Ditto.
12007 * gdb.c++/overload.exp: Ditto.
12008 * gdb.c++/ref-types.exp: Ditto.
12009
44097287
FN
120102000-11-22 Michael Chastain <chastain@redhat.com>
12011
12012 * mips_pro.exp: Accept either "middle -> top -> main" or
12013 "middle -> main" in the backtrace, because gcc can optimize
12014 tail calls to jumps. Remove setup_xfail for the hppa case.
12015 Add a comment with the original warning messages from PR 3016,
12016 which was filed in 1993, to preserve them for posterity.
12017
9d2e1bab
ND
120182000-11-17 Nick Duffek <nsd@redhat.com>
12019
12020 * lib/gdb.exp (gdb_test): Override timeout with board info.
12021
1aca8eb7
ND
120222000-11-17 Nick Duffek <nsd@redhat.com>
12023
12024 * gdb.base/display.exp: Don't kill running stub. Add "again" to
12025 the second kill and detach messages.
12026
93076499
ND
120272000-11-17 Nick Duffek <nsd@redhat.com>
12028
12029 * configure.in: Add AC_EXEEXT.
12030 * configure: Regenerate.
12031 * Makefile.in (just-check): Export EXEEXT.
12032 * lib/gdb.exp ($EXEEXT): Import from environment.
12033 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
12034 expect "maint dump-me" on Cygwin.
12035 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
12036 $EXEEXT.
12037
30e87cd3
ND
120382000-11-17 Nick Duffek <nsd@redhat.com>
12039
12040 * gdb.base/break.exp: Test backtrace and finish from called
12041 function on all platforms, not just HP-UX.
12042
dc96c6c7 120432000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
12044
12045 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
12046 code from gdb_target_monitor, so it can be used independantly
12047 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 12048
dc96c6c7 120492000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
12050
12051 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
12052 * gdb.base/corefile.exp: Expect the message "Program is being
12053 debugged already" when we send the "corefile" command, since
12054 the preceeding gdb_load may have connected gdb to a remote target.
12055 * gdb.base/display.exp: Disable hardware watchpoints if new
12056 board info variable "no_hardware_watchpoints" is true.
12057 Replace single-letter commands with more readable ones.
12058 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
12059 if new board info variable "no_hardware_watchpoints" is true.
12060 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
12061 to see if stdio (printf) testing is possible.
12062 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
12063 board info variable "no_hardware_watchpoints" is true. Use new
12064 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
12065
39124dea
FN
120662000-11-13 Fernando Nasser <fnasser@redhat.com>
12067
12068 From Orjan Friberg <orjanf@axis.com>:
12069 * gdb.base/printcmds.exp: Escape curly braces followed by a number
12070 in array print pattern match.
12071
a9e2e984
FN
120722000-11-09 Fernando Nasser <fnasser@redhat.com>
12073
12074 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
12075 spelling "cancelled" to U.S. spelling "canceled" to match changes
12076 made to gdb.
12077 * gdb.c++/ovldbreak.exp: Ditto.
12078
c7db355b
PS
120792000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12080
12081 * gdb.base/callfuncs.c (main): Moved to end of file, call
12082 t_double_values to initialize the FPU before inferior calls are made.
12083 * gdb.base/callfuncs.exp: Test for register preservation after calling
12084 inferior functions. Add tests for continuining, finishing and
12085 returning from a stop in a call dummy.
12086
dc96c6c7 120872000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
12088
12089 * gdb.base/commands.exp: Break up long lines, and re-indent.
12090
dc96c6c7 120912000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
12092
12093 * config/gdbserver.exp: Rewritten from the ground up, to make it
12094 compatible with the current dejagnu tree, and to make it work with
12095 the new "gdbserver" in libremote.
12096
dc96c6c7 120972000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
12098
12099 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
12100 * gdb.base/varargs.exp: Skip entire test if no printf support.
12101 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
12102 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
12103
dc96c6c7 121042000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
12105
12106 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
12107 no floating point support.
12108 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
12109 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
12110 * gdb.base/call-rt-st.exp: Ditto.
12111 * gdb.base/call-strs.exp: Ditto.
12112
bac5fc66
JG
121132000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
12114
12115 * gdb.base/sizeof.c: include <stdio.h>.
12116
12117 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
12118 'finish', otherwise uncaptured gdb_prompt would potentially
12119 throw remaining test points out of sync.
bac5fc66 12120
b22a6027
SB
121212000-07-26 Scott Bambrough <scottb@netwinder.org>
12122
12123 * gdb.base/recurse.exp: Run tests for all targets.
12124 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
12125 gnu-oldld case on ARM.
12126 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
12127 for ARM targets.
d63a86f8 12128
d8231941
AG
12129Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
12130
12131 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
12132 * gdb.java/configure: Rebuild.
12133
8caabe69
AG
12134Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
12135
12136 * gdb.java/jv-exp.exp: New file.
12137
9d273ca3
AG
12138Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
12139
12140 * configure: Rebuilt.
12141 * configure.in (configdirs): Add gdb.java.
12142 * gdb.java/jmisc.java: New file.
12143 * gdb.java/jmisc.exp: New file.
12144 * gdb.java/Makefile.in: New file.
12145 * gdb.java/configure: Rebuilt.
12146 * gdb.java/configure.in: New file.
12147 * lib/java.exp: New file.
12148
4f823a66
AC
12149Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12150
12151 * gdb.base/exprs.exp: Test casts to a pointer including over and
12152 underflow.
12153
2391e11d
AC
12154Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
12155
12156 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
12157 and the compilers sizes.
12158
54602222
ND
121592000-07-09 Nick Duffek <nsd@redhat.com>
12160
12161 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
12162 (use_methods): New function.
12163 (main): Call use_methods().
12164 * gdb.c++/classes.exp (test_method_param_class): New procedure.
12165 (do_tests): Call test_method_param_class.
12166
2bec0572
ND
121672000-07-09 Nick Duffek <nsd@redhat.com>
12168
12169 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
12170 spelling.
12171 (test_enums): New procedure. Move enum tests from end of script
12172 to here. Set breakpoint on function name instead of line number.
12173 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
12174 (enums2): New marker function.
12175 (enums1): New function.
12176 (main): Call enums1(). Move enum tests to enums1().
12177
78492fde
AC
12178Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
12179
12180 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
12181 compile/link program. Update line numbers.
12182 * gdb.asm/d10v.inc: Define ``startup''.
12183 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 12184
49a2cef8
AC
12185Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
12186
12187 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
12188
3e6c8688
EZ
121892000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12190
12191 * gdb.base/maint.exp: Add 'maint print architecture' item to output
12192 of 'help maint print' command.
12193
9ff5cbe9
AC
12194Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
12195
12196 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
12197 they use gdb_expect_list.
12198
17c579bd
AC
12199Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
12200
12201 * gdb.base/commands.exp: Use ``set remote
12202 memory-read-packet-size'' instead of ``set endian big'' to test
12203 long commands.
12204
e6d71bf3
DB
122052000-06-03 Daniel Berlin <dan@cgsoftware.com>
12206
12207 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 12208 g++, and stop skipping them.
e6d71bf3
DB
12209
12210 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
12211 work under g++.
12212
d63a86f8 12213 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
12214 initialization.
12215
dc96c6c7 122162000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
12217
12218 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
12219 the regular expression: accept an (almost) arbitrary sequence of
12220 "frames-invalid" and "breakpoints-invalid" messages both before
12221 and after the "starting" message.
12222
dc96c6c7 122232000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
12224
12225 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 12226
dc96c6c7 122272000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
12228
12229 * gdb.base/annota1.exp (annotate-signal-handler-caller):
12230 Relax the regular expression a little, make it pass on Solaris 8.
12231
8216cda9
KB
122322000-05-12 Kevin Buettner <kevinb@redhat.com>
12233
12234 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 12235 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
12236 Instead, it is permissible for gdb to stop on the line of the
12237 call itself.
12238
1a570b2f
MS
122392000-05-12 Michael Snyder <msnyder@.cygnus.com>
12240
12241 * gdb.base/break.exp (bp on small function, optimized file):
12242 Add a second pass pattern. The behavior differs here between stabs
12243 and dwarf for one-line functions. Stabs preserves two line symbols
12244 (one before the prologue and one after) with the same line number,
12245 but dwarf regards these as duplicates and discards one of them.
12246 Therefore the address after the prologue (where the breakpoint is)
12247 has no exactly matching line symbol, and GDB reports the breakpoint
12248 as if it were in the middle of a line rather than at the beginning.
12249
dc96c6c7 122502000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 12251
d63a86f8 12252 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
12253 rather than "send_gdb" (for consistancy).
12254
7d418785
AC
12255Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
12256
12257 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
12258 * gdb.c++/templates.cc: Properly check for GCC version number.
12259 * lib/compiler.cc: Likewise
12260
dc96c6c7 122612000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 12262
d63a86f8 12263 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
12264 gdb may not stop at the first line of main, due to code motion.
12265
dc96c6c7 122662000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
12267
12268 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
12269 This test depends on parsing the printf output from the target.
12270 Since the sparclet stub doesn't do stdio, this will never work.
12271 * gdb.base/call-rt-st.exp: ditto.
12272 * gdb.base/call-strs: ditto.
12273
dc96c6c7 122742000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
12275
12276 * gdb.base/miscexprs.exp: make sizeof long array test portable.
12277
12278 * gdb.base/ending-run.exp: After connecting to a remote target,
12279 but before running, the target will appear to be in a random
12280 location. Specify both a file and a line for breakpoints.
12281 Also, the function that calls main may be called 'init'
12282 rather than 'start'.
12283
a5a51225
EZ
122842000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12285
12286 * gdb.base/help.exp: Update output for add-symbol-file command.
12287
7930cc7c
FN
122882000-04-10 Fernando Nasser <fnasser@cygnus.com>
12289
12290 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12291 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
12292
23e37ab1
C
122932000-04-07 J.T. Conklin <jtc@redback.com>
12294
e93c542c
C
12295 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
12296
23e37ab1
C
12297 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
12298
591b8fa3
PDM
12299Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
12300
12301 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
12302 values that can be represented exactly.
12303 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
12304 above change, and to not check against the directory part of the source
12305 file name.
12306 (step into print_long_arg_list): Likewise.
12307 (print print_small_structs from print_long_arg_list): Likewise.
12308 (print print_long_arg_list): Likewise.
12309
7a495180
EZ
123102000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12311
30b53638 12312 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 12313
beb998c6
AC
12314Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
12315
12316 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
12317
1c689132
DB
123182000-03-25 Daniel Berlin <dan@cgsoftware.com>
12319
12320 * gdb.base/commands.exp (deprecated_command_test): Add test for
12321 deprecate with no arguments.
12322
c1790a9d
JL
123232000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
12324
12325 * gdb.base/break.exp: Add new test for setting breakpoints on
12326 optimized code so we can test breakpoints work even when function
12327 prologues may be optimized away
12328
003ba290
FN
123292000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
12330
12331 From David Whedon <dwhedon@gordian.com>
a9c64011 12332 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 12333
6837a0a2
DB
123342000-03-22 Daniel Berlin <dan@cgsoftware.com>
12335
12336 * gdb.base/help.exp: Added test for new apropos command.
12337
b9593231
KB
123382000-03-21 Kevin Buettner <kevinb@redhat.com>
12339
12340 * gdb.base/pointers.c (usevar): New function.
12341 (main): Make sure that global variables v_int_pointer2, rptr,
12342 and y are all referenced someplace in the program by calling
12343 usevar() on them. [Some linkers delete symbols which are
12344 never referenced. The space remains, but there's no way to
12345 get a (symbolic) handle on the variable from the debugger.]
12346
751a959b
EZ
123472000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12348
12349 * gdb.base/printcmds.c: Add typedeffed arrays.
12350
12351 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
12352 procedure to test arrays that are typedef'd.
12353
73a93a32
JI
123542000-03-13 James Ingham <jingham@leda.cygnus.com>
12355
12356 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 12357 the library directories.
73a93a32 12358
fb40c209
AC
12359Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
12360
12361 * configure.in (configdirs): Add sub directory gdb.mi.
12362 * configure: Re-generate.
12363
12364 * gdb.mi: New directory.
d63a86f8 12365
ee4dd2c9
AC
123662000-02-25 Scott Bambrough <scottb@netwinder.org>
12367
12368 * gdb.base/long_long.exp: Correct test suite failure when printing
12369 a long long value as a double on ARM platforms.
12370
70f0cc22
JB
123712000-02-16 Jim Blandy <jimb@redhat.com>
12372
12373 * gdb.base/break.exp ("breakpoint line number"): Make sure the
12374 default source file is set properly before running this test.
12375
853819b8
EZ
123762000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12377
12378 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
12379 gdbtk/library directory, not in gdbtcl2.
12380
dfcd3bfb
JM
123812000-02-04 Jim Blandy <jimb@redhat.com>
12382
12383 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
12384 backslash from regexp pattern.
12385
12386 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
12387 procedure. Use it to run all the "continue to bp overloaded"
12388 tests. Note that this changes the names of the tests slightly.
12389 If the breakpoint hit message includes a hex PC value, because
12390 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
12391 from the real source code, still consider that a pass.
12392
12393 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
12394 XFAIL here if the breakpoint message contains a hex address. Note
12395 similar change on 1999-11-02.
12396
12397 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
12398
12399 * gdb.base/ptype.exp: Establish a default source file before
12400 calling get_debug_format.
12401
124022000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
12403
12404 * gdb.base/watchpoint.exp: Remove duplication of test messages.
12405
8b93c638
JM
124062000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
12407
12408 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
12409 of successive stepi commands -- while in the prologue we should see
12410 the function entry bracket.
12411
124122000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
12413
12414 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
12415 reach __change_mode() when stepping through the end of main().
12416
c5394b80
JM
124172000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
12418
12419 * gdb.base/default.exp: Fix expected pattern.
12420 * gdb.base/help.exp: Same.
12421
0d06e24b
JM
124222000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12423
12424 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
12425 Don't use xfail's because that affects only the following test.
d63a86f8 12426
0d06e24b
JM
12427 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
12428 solaris or linux.
12429
12430 * gdb.base/selftest.exp: Update to reflect changes to main.c.
12431
dc96c6c7 124322000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 12433
d63a86f8 12434 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
12435 "A syntax error" rather than "A parse error". Accept both.
12436
124372000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
12438
12439 * gdb.base/default.exp: Remove OS dependent string from "target
12440 remote" test.
12441 * gdb.base/help.exp: Same for "help target remote" test.
12442
c3f6f71d
JM
124432000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12444
12445 From Jim Kingdon <kingdon@redhat.com>:
12446
12447 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
12448 prompt (cleanup rather than necessity, but still might keep output
12449 from spilling to next test).
12450
124512000-01-02 Fred Fish <fnf@cygnus.com>
12452
12453 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
12454 AIX, which defines them in <sys/types.h>.
12455
ed9a39eb 124561999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 12457
ed9a39eb
JM
12458 * gdb.base/default.exp: Match arm* etc instead of arm in "info
12459 float" test.
12460
124611999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 12462
ed9a39eb 12463 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
12464
12465 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
12466 outermost frame disallowed".
12467
124681999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
12469
12470 * gdb.base/setvar.exp: New tests for setting the value of a struct
12471 with a constant list.
12472
124731999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
12474
12475 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
12476 require the user to type a cast before setting the value of a struct.
12477
de57eccd
JM
124781999-12-06 Jim Blandy <jimb@cygnus.com>
12479
12480 * gdb.base/default.exp: Expect the new 'info float' command on
12481 all i386 platforms.
12482
12483 * gdb.threads/linux-dp.exp: Expand our ability to recognize
12484 LinuxThreads libraries that don't support debugging.
12485
c2d11a7d
JM
12486Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
12487
12488 * gdb.base/remote.c: Fill the buffer with truely random data.
12489 Change the buffer type to ``unsigned char'' to simplify size
12490 arithmetic.
12491
12492 * gdb.base/remote.exp: Reduce download numbers by one. Typical
12493 stub only handles 400-1 byte packets. Verify that the download
12494 worked.
12495
124961999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
12497
12498 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
12499 tests, using UNRESOLVED for the untested cases. Also, does not wait
12500 for a timeout if the prompt was received before a recognizable pattern.
12501
125021999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
12503
12504 * lib/gdb.exp (gdb_expect_list): Fix spelling.
12505
125061999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12507
12508 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
12509 watchpoints.
12510
125111999-11-24 Jason Merrill <jason@casey.cygnus.com>
12512
12513 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
12514
12515 * gdb.c++/local.exp: Be more flexible in recognizing local class
12516 name mangling. Don't allow horribly truncated method names.
12517 * gdb.c++/derivation.exp: Expect protected inheritance.
12518 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
12519 * gdb.c++/virtfunc.exp: Likewise.
12520 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
12521 when printing a nested enum.
12522
125231999-11-22 Jim Blandy <jimb@cygnus.com>
12524
12525 * gdb.base/step-test.exp: Properly await GDB's response to setting
12526 a breakpoint on the call to large_struct_by_value.
12527
12528 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
12529 just because we have debug info for the `start' function.
12530
125311999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
12532
12533 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
12534 "Unknown signal" messages, which indicate (on LinuxThreads) that
12535 GDB doesn't know how to debug threads on this system. This is
12536 better than hanging while philosopher 0 dumps chatter into gdb.log.
12537
125381999-11-18 Tom Tromey <tromey@cygnus.com>
12539
12540 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
12541
125421999-11-18 Fred Fish <fnf@cygnus.com>
12543
12544 * gdb.base/coremaker2.c: Add sample program for generating
12545 cores that is more self contained than coremaker.c. Eventually
12546 I'll add more code to this and tie it into the testsuite.
12547
4ce44c66
JM
125481999-11-12 Stan Shebs <shebs@andros.cygnus.com>
12549
12550 * gdb.base/dollar.exp: Remove, now in gdb.hp.
12551
125521999-11-10 Jimmy Guo <guo@cup.hp.com>
12553
12554 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
12555 from $srcdir/lib/.
12556 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
12557 and gdb.c++/.
12558
12559 * gdb.c++/derivation.exp: remove redundant get compiler info code.
12560
d63a86f8 12561 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
12562 'continue with watch' test point.
12563
125641999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
12565
12566 Merged from p2linux-990323-branch:
d63a86f8 12567
4ce44c66
JM
12568 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
12569
11cf8741
JM
12570Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
12571
12572 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
12573 {limit,fixed}''. Test ``set download-write-size''.
12574
12575Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
12576
12577 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
12578 gdb_expect_list.
12579
12580Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
12581
12582 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
12583
125841999-11-03 Mark Salter <msalter@cygnus.com>
12585
12586 * gdb.base/break.exp: Fix "stub continue" pattern.
12587
125881999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
12589
12590 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
12591
125921999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
12593
12594 * gdb.base/display.exp ("finish"): Add timeout clause.
12595
12596 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
12597 plain prompt clause, so this doesn't have to time out in order to
12598 fail.
12599
12600 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
12601 breakpoint hit messages include an address.
12602
12603 * gdb.base/display.exp: Don't forget to escape parens in regular
12604 expressions. Unix regexp notatation sucks.
12605
126061999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12607
12608 * gdb.base/annota1.exp: Test for annotate-signalled: change output
12609 order for 'signalled' message.
12610
5c44784c
JM
126111999-11-01 Stan Shebs <shebs@andros.cygnus.com>
12612
12613 From Jimmy Guo <guo@cup.hp.com>:
12614 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
12615 * gdb.base/annota1.c: Add code for tests to work with.
12616
126171999-10-26 Frank Ch. Eigler <fche@cygnus.com>
12618
12619 * gdb.base/remote.exp: New test for remote downloading settings.
12620 * gdb.base/remote.c: New file with large .data.
12621
917317f4
JM
126221999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
12623
12624 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
12625 for LinuxThreads support, merged from the Code Fusion branch.
12626
12627Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
12628
12629 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
12630 containing exp_continue into a while within an expect. Don't
12631 attempt a start more than three times. Check return value from
12632 gdb_load.
d63a86f8 12633
2df3850c
JM
12634Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
12635
12636 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
12637 a pass case.
12638
2acceee2
JM
126391999-10-01 Kevin Buettner <kevinb@cygnus.com>
12640
12641 * gdb.base/break.c (main): Added a statement that we can step
12642 off of.
12643 * gdb.base/break.exp: Added tests for setting a breakpoint
12644 at an offset and stepping onto a breakpoint.
12645
126461999-10-01 Fred Fish <fnf@cygnus.com>
12647
d63a86f8 12648 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
12649 gdb output.
12650
c2c6d25f
JM
126511999-09-18 Jim Blandy <jimb@cris.red-bean.com>
12652
12653 * gdb.base/break.exp: Code locations are in hex, don't forget!
12654 (For HP-UX.)
12655
126561999-09-17 Stan Shebs <shebs@andros.cygnus.com>
12657
12658 * condbreak.exp: Use break.c as test program.
12659 * condbreak.c: Remove, redundant with break.c.
12660
126611999-09-15 Stan Shebs <shebs@andros.cygnus.com>
12662
12663 * config/monitor.exp (gdb_target_monitor): Disable X- and
12664 Z-packets if the target needs it.
12665
126661999-09-13 James Ingham <jingham@leda.cygnus.com>
12667
12668 * gdb.c++/overload.exp: Added tests for listing overloaded
12669 functions with function pointers in the arg, explicitly calling
12670 out the version you want.
12671
cff3e48b
JM
126721999-09-09 Stan Shebs <shebs@andros.cygnus.com>
12673
12674 * long_long.exp: Add variations of test cases that work for
12675 targets with 16-bit ints and 32-bit doubles.
12676
d4f3574e
SS
126771999-09-08 Stan Shebs <shebs@andros.cygnus.com>
12678
12679 * break.c (main): Compare a possibly-uninitialized argc with an
12680 unlikely value that fits in 16 bits.
12681
126821999-09-07 Stan Shebs <shebs@andros.cygnus.com>
12683
12684 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
12685 0xfeeb, don't want negative numbers if ints are 16 bits.
12686
12687 * lib/gdb.exp (skip_cplus_tests): New proc.
12688 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
12689 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
12690 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
12691 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
12692 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
12693 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
12694 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
12695 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
12696
12697 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
12698
12699Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
12700
12701 * gdb.base/corefile.exp (up): Allow a parameter to appear
12702 in the frame that we're going up to.
12703
12704 From Jim Blandy <jimb@cygnus.com>:
12705
12706 * gdb.base/default.exp (info float): Expect some output now.
12707
12708 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
12709 returning floating-point values to fail on the x86.
12710 * gdb.base/callfwmall.exp (do_function_calls): Same.
12711
12712 * gdb.base/list.exp (test_listsize): Correct expectations for
12713 listing line 1 with listsize 2. Also, listing a single line
12714 works now, as does listing three lines. [Kevin's note: There
12715 were a number of other cases fixed too where the expectations
12716 differed...]
12717
127181999-09-02 Stan Shebs <shebs@andros.cygnus.com>
12719
12720 * gdb.base/selftest.exp: Add case for when version prints as
12721 constant string instead of char pointer.
12722
104c1213
JM
127231999-08-25 Stan Shebs <shebs@andros.cygnus.com>
12724
12725 * gdb.base/ending-run.exp: Add Solaris case for what happens when
12726 stepping out of main.
12727
12728 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
12729 G++ used.
12730
12731 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
12732 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
12733
12734 * gdb.c++/ovldbreak.exp: Update match string in test that
12735 includes a warning of multiple breakpoints.
12736
127371999-08-24 Stan Shebs <shebs@andros.cygnus.com>
12738
12739 * gdb.base/display.exp: Improve precision of step-after-finish
12740 added yesterday.
12741
12742 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
12743 test.
12744
12745 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
12746 configs when using G++, not just hppa*.
12747
127481999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12749
12750 * gdb.base/async.c: New file.
12751 * gdb.base/async.exp: New file.
12752
12753Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
12754
12755 * gdb.base/break.exp: Tweak PA specific tests to properly handle
12756 PA64.
12757
53a5351d
JM
12758Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
12759
104c1213
JM
12760 * gdb.base/display.exp: "finish" can leave us mid-line on many
12761 targets, deal with it. Add a small constant to main, instead of
12762 1000 since main+1000 may not be a valid address in the target.
12763
53a5351d
JM
12764 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
12765 on hpux11.
12766
12767 * gdb.base/attach.exp: Handle another hpux11 error message variant
12768 when attaching to a process that does not exist.
12769
127701999-08-19 J.T. Conklin <jtc@redback.com>
12771
12772 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
12773 characters in 'continue to 1241' test.
12774
127751999-08-17 Stan Shebs <shebs@andros.cygnus.com>
12776
12777 * gdb.base/call-ar-st.exp: Add a shorter match case for the
12778 stop in print_long_arg_list, define and use a whitespace
12779 variable in print_small_structs test, add an XFAIL for Solaris.
12780 * gdb.base/dbx.exp: XFAIL func commands until somebody is
12781 interested enough to fix.
12782
7be570e7
JM
127831999-08-13 Keith Seitz <keiths@cygnus.com>
12784
12785 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
12786 (dbx_gdb_load): Remove. Use gdb_load instead, since that
12787 proc knows about targets other than the natives.
12788 (test_assign): Use "gdb_run_cmd" to "run" the target.
12789 Check that we've actually hit the breakpoint at main.
12790 When we attempt to assign a value to a local variable, check
12791 that the variable is in the current scope, i.e., don't use
12792 a test with an empty result.
12793
12794Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
12795
12796 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
12797 command.
12798
127991999-08-09 Stan Shebs <shebs@andros.cygnus.com>
12800
12801 From Jimmy Guo <guo@cup.hp.com> and others at HP:
12802 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
12803 gdb.compat, gdb.threads-hp.
12804 gdb.hp/configure, gdb.hp/configure.in: New files.
12805 gdb.hp/Makefile.in: Recurse into new subdirs.
12806 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
12807 gdb.hp/gdb.objdbg: New directory, tests for debugging info
12808 in object files.
12809 gdb.hp/tools: New directory, aux tools for HP-specific tests.
12810
96baa820
JM
128111999-08-05 Stan Shebs <shebs@andros.cygnus.com>
12812
12813 * gdb.base/display.exp: Help expect by putting a newline in the
12814 funky printf, remove a bogus p/a test.
12815
128161999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12817
12818 * gdb.base/display.exp: Make sure that when we say 'run', we are
12819 connected to the target. This is necessary when running not
12820 natively.
12821
128221999-08-03 Stan Shebs <shebs@andros.cygnus.com>
12823
12824 * gdb.base/step-test.exp: Removed some extraneous messages.
12825
12826 * gdb.base/long_long.exp: Don't run memory examination tests
12827 on little-endian targets (they will need a different set of
12828 results to match).
12829
128301999-08-02 Stan Shebs <shebs@andros.cygnus.com>
12831
12832 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
12833 until somebody decides to fix GDB.
12834
12835 * gdb.base/long_long.c: Stop compiler complaint by specifying long
12836 constant as "ULL".
12837 * gdb.base/long_long.exp: Loosen x/c test, add partial result
12838 matches for a couple x/2 commands.
12839
a0b3c4fd
JM
128401999-07-30 Stan Shebs <shebs@andros.cygnus.com>
12841
12842 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
12843 by merging in ref-types2 tests.
12844 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
12845
12846 From Jimmy Guo <guo@cup.hp.com> and others at HP:
12847 * gdb.c++/Makefile.in: Add standard actions.
12848 (EXECUTABLES): Rename from PROGS, update list.
12849 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
12850 from gdb.hp.
12851 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
12852 foo and bar locals.
12853 * gdb.c++/anon-union.exp: Fix tests to match.
12854 * gdb.c++/classes.exp: Run if HP compiler used, add extra
12855 expect matches to handle output variations.
12856 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
12857 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
12858 output, add HP alternatives for new and delete prints.
12859 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
12860 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
12861 * gdb.c++/demangle.exp: Use $style when reporting failure.
12862 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
12863 * gdb.c++/inherit.exp: Run if HP compiler used, add some
12864 match alternatives.
12865 * gdb.c++/local.exp: Add match alternatives or xfails for HP
12866 compilers.
12867 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
12868 * gdb.c++/method.exp: Add match alternatives.
12869 * gdb.c++/misc.cc: Add bool types.
12870 * gdb.c++/misc.exp: Add tests for bool types.
12871 * gdb.c++/overload.exp: Add xfails.
12872 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
12873 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
12874 add some more template parameter tests (only for HP currently).
12875 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
12876 * gdb.c++/virtfunc.cc: Add return type and value for main.
12877 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
12878 match alternatives.
d63a86f8 12879
a0b3c4fd
JM
128801999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12881
12882 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
12883
128841999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
12885
12886 * gdb.base/signals.exp: Don't expect getting a backtrace from
12887 within a signal handler to fail on Linux.
12888
128891999-07-29 Stan Shebs <shebs@andros.cygnus.com>
12890
12891 From Jimmy Guo <guo@cup.hp.com> and others at HP:
12892 * lib/gdb.exp: Remove some gratuitious semicolons.
12893 (delete_breakpoints): Increase timeout.
12894 (gdb_expect): Add -notransfer option.
12895 (gdb_test): Use -notransfer option.
12896 (get_compiler_info): Add f77 case.
12897 (get_compiler): New proc, split out from gdb_preprocess, add f77
12898 case.
12899 (gdb_preprocess): Call get_compiler.
12900
12901 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
12902 * gdb.base/attach.exp, gdb.base/display.exp,
12903 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
12904 gdb.base/long_long.exp, gdb.base/printcmds.exp,
12905 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
12906 third arg to gdb_test.
12907 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
12908 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
12909 HP-UX xfails, add others.
12910 * gdb.base/completion.exp: Reflect name change of self-test.
12911 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
12912 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
12913 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
12914 HP failure number.
12915 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
12916 useless HP-UX 10.30 references.
12917 * gdb.base/maint.exp: Loosen matches.
12918 * gdb.base/pointers.c (main): Declare more_code.
12919 * gdb.base/pointers.exp: Match on output of a `next'.
12920 * gdb.base/structs.c: Add prototypes.
12921 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
12922 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
12923
129241999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12925
12926 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
12927 command.
12928
129291999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12930
12931 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
12932 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
12933
12934 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
12935 debug info. Deal with lack of signal hanlder info in stack.
12936
a9c64011 12937 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
12938 * gdb.base/annota1.exp: If printf has debug info, deal with it.
12939
5a2468f5
JM
129401999-07-19 Stan Shebs <shebs@andros.cygnus.com>
12941
12942 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
12943 gdb.base/foll-vfork.exp: Don't run for crosses.
12944
adf40b2e
JM
12945Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
12946
12947 * gdb.base/configure.in: Check for gdbvars.exp instead of
12948 a1-selftest.exp.
12949 * gdb.base/configure: Re-generate.
12950
129511999-07-12 Stan Shebs <shebs@andros.cygnus.com>
12952
12953 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
12954 in trying to run first and name is too long.
12955
12956 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
12957 pointers2.c and pointers2.exp, respectively.
12958 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
12959 doschk happier.
12960
43e526b9
JM
129611999-07-08 Stan Shebs <shebs@andros.cygnus.com>
12962
12963 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
12964 callfuncs2.c and callfuncs2.exp.
12965
12966 * gdb.base/list.exp: Remove mistaken xfails.
12967 * gdb.base/list0.h: Add optional prototypes.
12968
9846de1b
JM
12969Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
12970
a9c64011 12971 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
9846de1b 12972 calling malloc.
a9c64011
AS
12973 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
12974 * ptype.exp: Move test for get_debug_format to before its first
9846de1b
JM
12975 use.
12976
129771999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12978
12979 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
12980 * gdb.base/annota2.cc, annota2.exp: Move from here.
12981 * gdb.c++/annota2.cc, annota2.exp: To here.
12982 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
12983
43ff13b4
JM
12984Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
12985
12986 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
12987 a consistent format.
12988
085dd6e6
JM
129891999-06-25 Stan Shebs <shebs@andros.cygnus.com>
12990
12991 From Jimmy Guo <guo@cup.hp.com> and others at HP:
12992 * lib/gdb.exp (get_compiler_info): Add detection for assorted
12993 HP compilers, also set the globals $true and $false.
12994
12995 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
12996 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
12997 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
12998 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
12999 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
13000 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
13001 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
13002 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
13003 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
13004 whatis.c} Add C++ compatible function definitions and return
13005 types, add includes for library functions.
13006 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
13007 * gdb.base/step-test.c (myglob): Rename from glob.
13008 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
13009 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
13010 files, move here from gdb.hp.
13011 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
13012 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
13013 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
13014 Adjust line numbers in regexps.
13015
13016 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
13017 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
13018 instead of 0/1.
13019
13020 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
13021 foll-vfork.exp: New files, move here from gdb.hp.
13022 * gdb.base/page.exp: New file, test of pagination command.
13023
13024 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
13025 recursion test.
13026 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
13027
13028 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
13029 gdb.base/solib.exp: Fix compiler invocation process.
13030
13031 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
13032 HP-UX 11, turn off overload resolution explicitly.
13033 * gdb.base/commands.exp: Set argument list explicitly, add
13034 watchpoint test.
13035 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
13036 them work.
13037 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
13038 expressions properly.
13039 * gdb.base/corefile.exp: Loosen the match slightly.
13040 * gdb.base/default.exp: Allow "Error accessing memory" message
13041 also.
13042 * gdb.base/display.exp: Skip over x/0 j if PA64.
13043 * gdb.base/funcargs.exp: Add xfails for HP-UX.
13044 * gdb.base/interrupt.exp: Ditto.
13045 * gdb.base/langs.exp: Add symbolic matches governed by compiler
13046 in use.
13047 * gdb.base/list.exp: Add xfails for HP-UX.
13048 * gdb.base/long_long.exp: Refine some of the numeric matches.
13049 * gdb.base/mips_pro.exp: Xfail on HP-UX.
13050 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
13051 * gdb.base/nodebug.exp: Succeed on more varieties of output.
13052 * gdb.base/opaque.exp: Remove some HP-UX xfails.
13053 * gdb.base/ptype.exp: Succeed on more varieties of output.
13054 * gdb.base/scope.exp: Add xfails for HP-UX.
13055 * gdb.base/sect-cmd.exp: Add more cases.
13056 * gdb.base/setvar.exp: Add xfails for HP-UX.
13057 * gdb.base/shlib-call.exp: Loosen some matches slightly.
13058 * gdb.base/signals.exp: Match on void symbolically.
13059 * gdb.base/step-test.exp: Add case for PA64.
13060 * gdb.base/term.exp: Add exit and restart.
13061 * gdb.base/twice.exp: Clean up after self.
13062 * gdb.base/varargs.exp: Disable overload resolution explicitly.
13063 * gdb.base/whatis.exp: Allow more ways to pass tests.
13064
13065 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
13066 no longer useful.
13067
13068Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
13069
13070 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
13071 list of patterns.
13072 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
13073 print_double_array(double_array)", "continuing to breakpoint
13074 1018", "print print_double_array(array_d)" and "continuing to
13075 1034" tests.
d63a86f8 13076
085dd6e6
JM
130771999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
13078
a9c64011 13079 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
13080
130811999-06-24 Stan Shebs <shebs@andros.cygnus.com>
13082
13083 * config/mt-*: Remove, these haven't been used since 1996.
13084
130851999-06-22 Stan Shebs <shebs@andros.cygnus.com>
13086
13087 * gdb.base/call-strs.c, gdb.base/ending-run.c,
13088 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
13089 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
13090
9e0b60a8
JM
130911999-06-18 Stan Shebs <shebs@andros.cygnus.com>
13092
13093 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
13094 simpler match case for the ptype of the big class.
13095
130961999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13097
13098 * gdb.exp: Fix test for gdb_prompt existence.
13099
131001999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13101
13102 * gdb.exp (gdb_test): Add fail after calls to perror.
13103
131041999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13105
13106 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
13107
131081999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13109
13110 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
13111
0f71a2f6
JM
13112Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
13113
13114 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
13115 malloc() is linked in.
13116
131171999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
13118
13119 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
13120 step at end.
13121
13122 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
13123
131241999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
13125
13126 * gdb.java/jv-print.exp: New file. (Our first Java test!)
13127
cce74817
JM
13128Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
13129
13130 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
13131 * gdb.base/mips_pro.exp: Likewise.
13132
131331999-06-02 Keith Seitz <keiths@cygnus.com>
13134
13135 * gdb.c++/templates.cc: Change all "new" operators to throw
13136 an exception.
13137 * gdb.c++/cplusfuncs.cc: Likewise.
13138
13139 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
13140
13141Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
13142
13143 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
13144 * gdb.base/ending-run.exp: When stepping out of main, accept a
13145 step into an arbitrary assembler file.
cce74817 13146
392a587b
JM
131471999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13148
d63a86f8 13149 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 13150 "breakpoint-invalid" to be printed.
d63a86f8 13151 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
13152 number of "frames-invalid" and "breakpoint-invalid" to be printed.
13153 * gdb.base/annota2.cc: Initialize a.x to 0.
13154
9e086581
JM
131551999-05-17 Keith Seitz <keiths@cygnus.com>
13156
13157 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
13158 when "skip_float_tests" set.
13159 Ditto for "print print_double_array(array_d)", "print print_small_structs",
13160 "print print_ten_doubles", and "step into print_long_arg_list".
13161 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
13162 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
13163 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
13164 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
13165 "skip_float_tests" is set.
13166 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
13167 when "skip_float_tests" set.
d63a86f8 13168
cd0fc7c3
SS
131691999-05-06 Keith Seitz <keiths@cygnus.com>
13170
13171 * gdb.base/annota2.cc: Include stdio.h.
13172
13173Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
13174
13175 * gdb.base/crossload.exp: Remove, this has been disabled ever
13176 since BFD stopped including all targets, and cross-GDB gets
13177 plenty of testing anyway.
13178 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
13179 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
13180 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
13181 * gdb.base/README: Remove, was doc for this.
13182 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
13183 needed.
13184
b83266a0
SS
131851999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13186
13187 * gdb.base/call-ar-st.exp: Fix one regular expression in test
13188 output.
13189
13190 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
13191 * gdb.base/annota2.exp: New file. More annotation tests.
13192 * gdb.base/annota1.c: New file. Source file for annota1.exp.
13193 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
13194
131951999-04-23 Angela Marie Thomas <angela@cygnus.com>
13196
13197 * config/cfdbug.exp: New file.
13198
7a292a7a
SS
131991999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
13200
13201 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
13202 Marcus Daniel's and Dale Hawkins's demangler crashes.
13203
13204 * gdb.c++/demangle.exp (test_gnu_style_demangling,
13205 test_lucid_style_demangling, test_arm_style_demangling,
13206 test_hp_style_demangling): Try Tom Tromey's core-dumping
13207 identifier under each demangling style.
13208
132091999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
13210
13211 * gdb.c++/demangle.exp: Include the current demangling style
13212 in all test names.
13213 (current_demangling_style): New global variable.
13214 (set_demangling_style, test_demangling_core, test_demangling,
13215 test_demangling_exact): New functions.
13216 (test_gnu_style_demangling, test_lucid_style_demangling,
13217 test_arm_style_demangling, test_hp_style_demangling): Use those,
13218 instead of calling gdb_test and gdb_test_exact directly.
13219 (catch_demangling_errors): New function, which reports errors
13220 signalled by the demangling test functions in an orderly way.
13221 (do_tests): Use catch_demangling_errors.
13222
132231999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
13224
13225 * gdb.base/signals.exp (test_handle_all_print): Use () for
13226 grouping in expressions, not {}.
13227
13228 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
13229 initialized yet.
13230
132311999-04-01 Stan Shebs <shebs@andros.cygnus.com>
13232
13233 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
13234 are listed.
13235
132361999-03-26 Stan Shebs <shebs@andros.cygnus.com>
13237
13238 * gdb.stabs/weird.exp: Test for CC being defined before
13239 looking at its value.
13240
132411999-03-25 Stan Shebs <shebs@andros.cygnus.com>
13242
13243 * gdb.base/call-ar-st.exp: Remove stray '#'.
13244 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
13245 "short int" and "long int".
13246 * gdb.c++/overload.cc: Cast the string added in the previous
13247 change, to mollify finicky HP compiler.
13248 * gdb.hp/reg-test.exp (testfile): Fix file name.
13249 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 13250
7a292a7a
SS
13251 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
13252 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
13253 alternate form of enum ptype.
13254
c906108c
SS
132551999-03-23 Stan Shebs <shebs@andros.cygnus.com>
13256
7a292a7a
SS
13257 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
13258 * gdb.hp/*.exp: Change all to run compiler probe only after
13259 passing skip_hp_tests, so as not to waste time on guaranteed
13260 failure.
13261
c906108c
SS
13262 * gdb.c++/overload.cc: Pass string instead of char addr, always
13263 init ccpfoo.
13264 * gdb.c++/templates.cc: Fix syntax error.
13265
7a292a7a
SS
13266Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13267
13268 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 13269 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
13270 command.
13271
132721999-03-18 James Ingham <jingham@cygnus.com>
13273
13274 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
13275
13276 * gdb.c++/method.exp: It was testing an uninitialized int on the
13277 stack and assuming it was positive.
13278
13279 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
13280
13281 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 13282 keep it from killing the rest of the tests.
7a292a7a
SS
13283 Use gdb_continue_to_end.
13284
13285 * gdb.base/sigall.exp: use gdb_continue_to_end.
13286
13287 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
13288
13289 * gdb.base/display.exp: use runto_main, not run.
13290
d63a86f8
RM
13291 * gdb.base/default.exp: Check for the current error message in the
13292 r abbreviation test.
7a292a7a
SS
13293 Add strongarm to the targets that know info float.
13294
d63a86f8 13295 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
13296 run which doesn't work with monitors.
13297
13298 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
13299
13300 * gdb.base/break.exp: use the gdb_continue_to_end proc.
13301
13302 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
13303 program. Traps the case (in Cygmon) when the program never really
13304 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
13305 more places, so I used my name. Sorry Mark...
13306
13307 * config/monitor.exp (gdb_target_monitor): added another
13308 target_info parameter: remotebinarydownload. This will set the
13309 remotebinarydownload flag if this is causing some boards trouble.
13310
133111999-03-18 Mark Salter <msalter@cygnus.com>
13312
13313 * lib/gdb.exp (continue_to_exit): New function.
13314
13315 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
13316 * gdb.base/ending-run.exp: Ditto.
13317 * gdb.base/step-test.exp: Ditto.
13318
133191999-03-16 Stan Shebs <shebs@andros.cygnus.com>
13320
13321 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
13322 (suggested by Art Haas <ahaas@neosoft.com>).
13323
133241999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
13325
13326 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
13327
13328Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
13329
13330 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
13331 descriptions of types (short unsigned int vs unsigned short, etc).
13332
133331999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
13334
13335 * gdb.base/call-strs.exp: Don't assume that `step' will step over
13336 a call to strlen; sometimes we do have sources.
13337
133381999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
13339
13340 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
13341 character, so GDB won't print garbage after its end.
d63a86f8 13342
c906108c
SS
13343 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
13344 breakpoint there instead. Sometimes GCC emits memcpy to handle
13345 the large structures being passed by value, so we step into that
13346 instead of sum_array_print, which obscures what we're really testing.
13347 * gdb.base/step-test.exp: However, we do want a test that notices
13348 the bizarre steps into memcpy, so do that here. Add check for
13349 stepping into function calls that pass large structures by value.
13350 ("Is that a noun clause, or are you just happy to see me?")
13351 Remove all references to specific line numbers.
13352 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
13353 New type and function.
13354 (main): Call large_struct_by_value, passing it a large struct by value.
13355 * lib/gdb.exp (gdb_get_line_number): New function.
13356
13357 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
13358 more portable.
13359
7a292a7a
SS
133601999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
13361
c906108c
SS
13362 * lib/gdb.exp: Doc fixes.
13363
7a292a7a
SS
133641999-03-05 Nick Clifton <nickc@cygnus.com>
13365
d63a86f8 13366 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
13367
133681999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
13369
c906108c
SS
13370 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
13371 commands. They're not germane to this test, and they don't work
13372 that way on remote targets.
13373
3fc11d3e
JM
133741999-03-01 James Ingham <jingham@cygnus.com>
13375
13376 * Changelog entries merged over from gdb development branch.
13377
3fc11d3e
JM
13378 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
13379
13380 * lib/gdb.exp (gdbtk_analyze_results): Generic function
13381 for outputting results of test run.
13382
2d4a1622 13383 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
13384
13385 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 13386
7a292a7a
SS
133871999-02-25 Felix Lee <flee@cygnus.com>
13388
13389 * lib/gdb.exp (debug_format): initialize
13390
c906108c
SS
133911999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
13392
13393 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
13394 * gdb.base/call-rt-st.c: Ditto.
13395
c906108c
SS
133961999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
13397
13398 * gdb.threads/pthreads.exp (horiz): New variable.
13399 (test_startup): Fix regexps that capture thread numbers.
13400
134011999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
13402
13403 * gdb.base/smoke.exp: Disambiguate two test case names (both
13404 called ``print'').
13405
13406Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
13407
13408 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
13409 compilation.
13410
134111999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
13412
13413 * gdb.base/miscexprs.exp: Change patterns to match GDB's
13414 actual output formatting.
13415 * gdb.base/smoke.exp: GDB removes leading 0's.
13416 * gdb.base/volatile.exp: Don't check type of remuneration;
13417 that variable is no longer defined in constvars.c.
13418 * gdb.base/step-test.c (main): Exit with explicit exit code.
13419 * gdb.base/step-test.exp: Remove two nexti checks--they are
13420 not portable.
13421
134221999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
13423
13424 * gdb.base/help.exp ("help delete display"): Fix test to match
13425 gdb's output.
13426
13427 * gdb.base/long_long.c (known_types): Initialize values to zero.
13428 * gdb.base/long_long.exp: Step one more line
13429 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
13430 leading zeros. Explicitly ask for hex formatting. Use
13431 unique test case names.
c906108c
SS
13432
13433Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13434
d63a86f8 13435 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
13436
13437 * gdb.c++/method.exp: Add missing close brace.
13438
134391999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
13440
13441 * gdb.base/maint.exp: Use 'set height 0' to disable page
13442 prompting, not 'set height 400'.
13443
13444 Fix a bunch of timeouts.
13445 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
13446 four separate tests, so expect doesn't take forever to match a ton
13447 of text against a regexp with lots of .* forms.
13448 ("maint print psymbols", "maint print symbols"): Make some of
13449 these greps more selective, so that expect doesn't try to wade
13450 through huge piles of output and time out.
13451
13452 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
13453
13454 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
13455 tests: one which doesn't expect shlib events to be reported, and
13456 another which does, but is XFAIL for all platforms other than
13457 HP/UX.
13458
13459 * gdb.base/break.exp: Teach the test suite that the `catch
13460 fork', `catch vfork', and `catch exec' commands produce error
13461 messages on platforms that don't provide these features.
13462
13463Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
13464
13465 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
13466 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
13467 (shortening names from solib_threshold.exp etc), won't run on
13468 anything but HP-UX for the foreseeable future.
13469 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
13470 reflect move.
13471
13472Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
13473
13474 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
13475 gdb.trace/Makefile.in (clean): Remove all test executables.
13476
13477Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
13478
13479 * gdb.base/shlib-call.exp: add test cases to verify that gdb
13480 successfully re-sets breakpoints in shared libraries.
13481 * gdb.base/shmain.c (main): return 0, don't fall off the end.
13482
13483Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13484
d63a86f8
RM
13485 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
13486 and compiled w/o GCC.
c906108c
SS
13487
13488 * gdb.hp/watch-cmd.exp: ditto.
13489
13490 * gdb.hp/watch-hp.exp: ditto.
13491
13492 * gdb.hp/xdb1.exp: ditto.
13493
13494 * gdb.hp/xdb2.exp: ditto.
13495
13496 * gdb.hp/dbx.exp: ditto.
13497
13498Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
13499
13500 * constvars.c: Remove C++-isms.
13501 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
13502 with GCC.
13503
13504Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
13505
13506 The following changes are part of the HP merge.
13507
13508 * gdb.base/break.exp: new tests to verify that catchpoints for
13509 fork, vfork, and exec don't trigger inappropriately.
13510
13511 * gdb.base/opaque.exp: compile one file at a time, then link.
13512
13513 * gdb.base/signals.exp: be more restrictive about which hppa
13514 systems receive a setup_xfail. new tests.
13515
13516 * gdb.base/solib_threshold.build: new file.
13517 * gdb.base/solib_threshold.exp: new file.
13518 * gdb.base/solib_threshold.link_opts: new file.
13519 * gdb.base/solib_threshold.mk: new file.
13520 * gdb.base/gen_solib_threshold.c: new file.
13521
13522 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
13523 tests. New tests for enums inside classes.
13524
13525 * gdb.c++/compiler.cc: indicate support of template debugging.
13526
13527 * gdb.c++/demangle.exp: run hp style demangling tests.
13528
13529 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
13530 tests.
13531
13532 * gdb.c++/misc.cc: changes to support new tests.
13533
13534 * gdb.c++/templates.cc: changes to support HP's compiler; changes
13535 to support new tests.
13536
13537 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
13538 gcc, then skip these tests.
13539
13540Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
13541
13542 The following files are part of the HP merge; some had longer
13543 names at HP, but have been renamed to be no more than 14
13544 characters in length.
13545
13546 * gdb.hp/ambiguous.cc: new file.
13547 * gdb.hp/ambiguous.exp: new file.
13548 * gdb.hp/attach.exp: new file.
13549 * gdb.hp/attach2.exp: new file.
13550 * gdb.hp/classes-hp.exp: new file.
13551 * gdb.hp/ctti.exp: new file.
13552 * gdb.hp/ctti-add.cc: new file.
13553 * gdb.hp/ctti-add1.cc: new file.
13554 * gdb.hp/ctti-add2.cc: new file.
13555 * gdb.hp/ctti-add3.cc: new file.
13556 * gdb.hp/dbx.exp: new file.
13557 * gdb.hp/exception.cc: new file.
13558 * gdb.hp/exception.exp: new file.
13559 * gdb.hp/foll-exec.c: new file.
13560 * gdb.hp/foll-exec.exp: new file.
13561 * gdb.hp/foll-fork.c: new file.
13562 * gdb.hp/foll-fork.exp: new file.
13563 * gdb.hp/foll-vfork.c: new file.
13564 * gdb.hp/foll-vfork.exp: new file.
13565 * gdb.hp/inherit-hp.exp: new file.
13566 * gdb.hp/more-steps.exp: new file.
13567 * gdb.hp/namespace.cc: new file.
13568 * gdb.hp/namespace.exp: new file.
13569 * gdb.hp/optimize.exp: new file.
13570 * gdb.hp/pxdb.c: new file.
13571 * gdb.hp/pxdb.exp: new file.
13572 * gdb.hp/quicksort.exp: new file.
13573 * gdb.hp/reg-test.exp: new file.
13574 * gdb.hp/reg-test.s: new file.
13575 * gdb.hp/sized-enum.c: new file.
13576 * gdb.hp/sized-enum.exp: new file.
13577 * gdb.hp/start-stop.exp: new file.
13578 * gdb.hp/templ-hp.cc: new file.
13579 * gdb.hp/templ-hp.exp: new file.
13580 * gdb.hp/thr-lib.c: new file.
13581 * gdb.hp/thr-lib.exp: new file.
13582 * gdb.hp/thr-lib.h: new file.
13583 * gdb.hp/thr-liblib.c: new file.
13584 * gdb.hp/virtfun-hp.c: new file.
13585 * gdb.hp/virtfun-hp.exp: new file.
13586 * gdb.hp/watch-cmd.exp: new file.
13587 * gdb.hp/watch-hp.exp: new file.
13588 * gdb.hp/xdb1.exp: new file.
13589 * gdb.hp/xdb2.exp: new file.
13590 * gdb.hp/xdb3.exp: new file.
13591
13592Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
13593
13594 The following files are part of the HP merge; some had longer
13595 names at HP, but have been renamed to be no more than 14
13596 characters in length.
13597
13598 * gdb.base/ss.h: new file.
13599 * gdb.base/call-ar-st.c: new file.
13600 * gdb.base/call-ar-st.exp: new file.
13601 * gdb.base/call-rt-st.c: new file.
13602 * gdb.base/call-rt-st-exp: new file.
13603 * gdb.base/call-strs.exp: new file.
13604 * gdb.base/ena-dis-br.exp: new file.
13605 * gdb.base/environ.exp: new file.
13606 * gdb.base/long_long.exp: new file.
13607 * gdb.base/sect-cmd.exp: new file.
13608 * gdb.base/shlib-cl2.exp: new file.
13609 * gdb.base/smoke.exp: new file.
13610 * gdb.base/so-impl-ld.c: new file.
13611 * gdb.base/so-impl-ld.exp: new file.
13612 * gdb.base/so-indr-cl.c: new file.
13613 * gdb.base/so-indr-cl.exp: new file.
13614 * gdb.base/varargs.exp: new file.
13615 * gdb.base/volatile.exp: new file.
13616 * gdb.base/whatis-exp.exp: new file.
7a292a7a 13617 * gdb.base/display.exp: new file.
c906108c
SS
13618 * gdb.c++/derivation.exp: new file.
13619 * gdb.c++/local.exp: new file.
13620 * gdb.c++/member-ptr.exp: new file.
13621 * gdb.c++/overload.exp: new file.
13622 * gdb.c++/ovldbreak.exp: new file.
13623 * gdb.c++/ref-types.exp: new file.
13624 * gdb.c++/ref-types2.exp: new file.
13625 * gdb.c++/userdef.exp: new file.
d63a86f8 13626
c906108c
SS
13627Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
13628
13629 * gdb.base/default.exp: Reflect wording change in remote.c.
13630
dc96c6c7 13631Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13632
13633 * gdb.base/help.exp: Update to reflect current text.
13634
13635Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
13636
13637 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
13638 they're stack variables and contain garbage.
13639 * gdb.c++/anon-union.exp: new file.
13640
13641 The following changes were made by David Taylor
13642 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
13643 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
13644 in changes by HP.
13645
13646 * gdb.base/bitops.exp: new file.
13647 * gdb.base/default.exp: change expected messages for catch and
13648 info catch tests to reflect HP merge changes.
13649 * gdb.base/enable-disable-break.exp
13650 * gdb.base/ending-run.c: new file.
13651 * gdb.base/long_long.c: new file.
13652 * gdb.base/maint.exp: new file.
13653 * gdb.base/pointers2.exp: new file.
13654 * gdb.base/shlib-call2.exp: new file.
13655 * gdb.base/solib.exp: new file.
13656 * gdb.base/step-test.c: new file.
13657 * gdb.c++/anon-union.cc: new file.
13658 * gdb.c++/local.cc: new file.
13659 * gdb.c++/member-pointer.cc: new file.
13660 * gdb.c++/method.cc: new file.
13661 * gdb.c++/ref-types.cc: new file.
13662 * gdb.c++/ref-types2.cc: new file.
13663 * gdb.c++/userdef.cc: new file.
d63a86f8 13664
c906108c
SS
13665 * gdb.base/scope.exp: compile one file at a time, then link.
13666 * gdb.base/langs.exp: ditto.
13667 * gdb.base/list.exp: ditto.
d63a86f8 13668
c906108c
SS
13669Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
13670
13671 The following changes were made by David Taylor
13672 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
13673 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
13674 in changes by HP.
d63a86f8 13675
c906108c
SS
13676 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
13677 skip tests. When compiling pass c++ flag to gdb_compile.
13678 * gdb.c++/
d63a86f8 13679
c906108c
SS
13680 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
13681 test for on hppa*-*-hpux*; use args to see if c++ was specified.
13682 (skip_hp_tests): new function.
13683 (gdb_preprocess): new function.
13684
13685 * configure.in (hpdir): decide whether to configure gdb.hp.
13686 * configure: regenerated.
13687
13688 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
13689 to delete on clean.
13690 (EXECUTABLES): update to reflect new additions.
13691 * gdb.base/commands.exp: update message expected.
13692 * gdb.base/default.exp: add copyright notice.
13693 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
13694 * gdb.base/help.exp: update messages to reflect current text.
13695 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
13696 targets for recurse tests.
13697 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
13698 skip this file.
13699
13700 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
13701 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
13702 compilation.
13703 * gdb.c++/misc.exp: ditto.
13704 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
13705 run the tests. tell gdb_compile that it's a c++ compilation.
13706
13707 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 13708
c906108c
SS
13709 * gdb.base/all-bin.exp: new file.
13710 * gdb.base/arithmet.exp: new file.
13711 * gdb.base/assign.exp: new file.
13712 * gdb.base/completion.exp: new file.
13713 * gdb.base/cond-expr.exp: new file.
13714 * gdb.base/condbreak.exp: new file.
13715 * gdb.base/define.exp: new file.
13716 * gdb.base/dollar.exp: new file.
13717 * gdb.base/environment.exp: new file.
13718 * gdb.base/eval-skip.exp: new file.
13719 * gdb.base/jump.exp: new file.
13720 * gdb.base/logical.exp: new file.
13721 * gdb.base/pointers.exp: new file.
13722 * gdb.base/relational.exp: new file.
13723 * gdb.base/section_command.exp: new file.
13724 * gdb.base/whatis-expr.exp: new file.
13725
13726 * gdb.base/all-types.c: new file.
13727 * gdb.base/call-array-struct.c: new file.
13728 * gdb.base/call-return-struct.c: new file.
13729 * gdb.base/call-strings.c: new file.
13730 * gdb.base/callfuncs2.c: new file.
13731 * gdb.base/condbreak.c: new file.
13732 * gdb.base/constvars.c: new file.
13733 * gdb.base/display.c: new file.
13734 * gdb.base/int-type.c: new file.
13735 * gdb.base/jump.c: new file.
13736 * gdb.base/miscexprs.c: new file.
13737 * gdb.base/pointers.c: new file.
13738 * gdb.base/pointers2.c: new file.
13739 * gdb.base/shmain.c: new file.
13740 * gdb.base/shr1.c: new file.
13741 * gdb.base/shr2.c: new file.
13742 * gdb.base/solib.c: new file.
13743 * gdb.base/solib1.c: new file.
13744 * gdb.base/solib2.c: new file.
13745 * gdb.base/varargs.c: new file.
13746 * gdb.c++/derivation.cc: new file.
13747 * gdb.c++/overload.cc: new file.
13748 * gdb.c++/ovldbreak.cc: new file.
13749 * gdb.hp/attach.c: new file.
13750 * gdb.hp/attach2.c: new file.
13751 * gdb.hp/average.c: new file.
13752 * gdb.hp/compiler.c: new file.
13753 * gdb.hp/compiler.cc: new file.
13754 * gdb.hp/execd-program.c: new file.
13755 * gdb.hp/follow-exec.c: new file.
13756 * gdb.hp/follow-fork.c: new file.
13757 * gdb.hp/follow-vfork-and-exec.c: new file.
13758 * gdb.hp/misc-hp.cc: new file.
13759 * gdb.hp/more-steps.c: new file.
13760 * gdb.hp/optimize.c: new file.
13761 * gdb.hp/quicksort.c: new file.
13762 * gdb.hp/run-hp.c: new file.
13763 * gdb.hp/start-stop.c: new file.
13764 * gdb.hp/sum.c: new file.
13765 * gdb.hp/templates-hp.cc: new file.
13766 * gdb.hp/thread-local-in-lib.c: new file.
13767 * gdb.hp/thread-local-in-lib.h: new file.
13768 * gdb.hp/thread-local-in-lib.lib.c: new file.
13769 * gdb.hp/vforked-program.c: new file.
13770 * gdb.hp/virtfunc-hp.cc: new file.
13771 * gdb.hp/watchpoint-hp.c: new file.
13772 * gdb.hp/xdb.c: new file.
13773 * gdb.hp/xdb0.c: new file.
13774 * gdb.hp/xdb0.h: new file.
13775 * gdb.hp/xdb1.c: new file.
13776
13777Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
13778
13779 The following change was made by Edith Epstein
13780 <eepstein@cygnus.com> as part of a project to merge in changes
13781 originally made by HP; HP did not create ChangeLog entries.
13782
13783 * gdb.c++/demangle.exp: changed the expected output for some
13784 ARM-style mangling -- removed second reference to datatype.
13785 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 13786 T1<char>::~T1<char>(void)
c906108c 13787 becomes,
a9c64011
AS
13788 maint demangle __dt__11T1__pt__2_cFv
13789 T1<char>::~T1(void)
c906108c
SS
13790
13791 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 13792
c906108c
SS
13793Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
13794
13795 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
13796 * gdb.trace/backtrace.exp: Likewise.
13797 * gdb.trace/circ.exp: Likewise.
13798 * gdb.trace/collection.exp: Likewise.
13799 * gdb.trace/deltrace.exp: Likewise.
13800 * gdb.trace/infotrace.exp: Likewise.
13801 * gdb.trace/limits.exp: Likewise.
13802 * gdb.trace/packetlen.exp: Likewise.
13803 * gdb.trace/passc-dyn.exp: Likewise.
13804 * gdb.trace/passcount.exp: Likewise.
13805 * gdb.trace/report.exp: Likewise.
13806 * gdb.trace/save-trace.exp: Likewise.
13807 * gdb.trace/tfind.exp: Likewise.
13808 * gdb.trace/tracecmd.exp: Likewise.
13809 * gdb.trace/while-dyn.exp: Likewise.
13810 * gdb.trace/while-stepping.exp: Likewise.
13811
138121998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
13813
13814 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
13815
13816Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
13817
13818 From Brendan Kehoe:
13819 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
13820 int return types.
13821
13822Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
13823
13824 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
13825 remote dos host testing right.
13826
13827Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
13828
13829 * gdb.base/corefile.exp: remove some xfails.
13830
13831Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
13832
13833 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
13834 have different timestamps.
13835
13836Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
13837
13838 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
13839 gdb.base/default.exp: Replace "exec" with "executable".
13840
13841Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
13842
13843 * gdb.base/default.exp: Change else if to elseif from previous
13844 delta.
13845
13846Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
13847
13848 * gdb.base/default.exp: Add brace missing from previous delta.
13849
13850Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
13851
13852 * gdb.base/default.exp: Support test for info float for all
13853 varieties of arm toolchain.
13854
dc96c6c7 13855Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13856
13857 * gdb.trace/*.exp: remove "remote_download" command.
13858
dc96c6c7 13859Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13860
13861 * gdb.trace/*.exp: remove -gdwarf from compile.
13862
13863Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
13864
13865 * gdb.trace/configure.in(AC_INIT): typo
13866 * gdb.trace/configure: regenerated
13867
dc96c6c7 13868Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13869
13870 * config/m68k-emc.exp: New file.
13871 * lib/<emc-support.exp trace-support.exp}: New files.
13872 * configure.in: add new test directory gdb.trace.
13873 * gdb.trace/{configure configure.in Makefile.in}: New files.
13874 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
13875 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
13876 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
13877 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
13878 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
13879 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
13880 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 13881
dc96c6c7 13882Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13883
13884 * gdb.c++/classes.exp: Change all regular expressions to match
13885 arbitrary combinations of newline/carriage-return, so that they
13886 will work equally well on Unix and Windows.
13887 * gdb.c++/inherit.exp: ditto.
13888 * gdb.c++/virtfunc.exp: ditto.
13889
138901998-08-11 Dawn Perchik <dawn@cygnus.com>
13891
13892 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
13893
c2d11a7d
JM
13894Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
13895
13896 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
13897 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
13898 to use a0-a3/d0-d3 as needed.
13899
13900Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
13901
13902 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
13903 * gdb.disasm/am33.exp: Corresponding changes.
13904
c906108c
SS
139051998-07-11 Felix Lee <flee@cygnus.com>
13906
13907 * gdb.base/callfuncs.exp: add cmp10 test.
13908 * gdb.base/callfuncs.c (cmp10): new function.
13909
13910Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
13911
d63a86f8 13912 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
13913 into two parts to get around a synchronization problem in expect.
13914
3fc11d3e
JM
13915Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
13916
13917 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
13918
13919 * configure.in: Add options for gdbtk testsuite.
13920
13921 * configure: Regenerate.
13922
13923 * gdb.gdbtk: New directory to hold gdbtk tests.
13924
c906108c
SS
13925Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
13926
13927 * gdb.fortran/types.exp: Escape brackets in expect patterns
13928 for test_float_literal_types_accepted tests.
13929 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
13930 before run test.
13931
c2d11a7d
JM
13932Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
13933
13934 * am33.exp: Just compile, do not link the testcase.
13935 * am33.s: Add ".am33" pseudoop to force am33 mode.
13936
c906108c
SS
139371998-06-25 Felix Lee <flee@cygnus.com>
13938
13939 * gdb.base/setshow.exp: make sure $pc is sane.
13940
13941 * gdb.stabs/weird.exp: split expect patterns properly.
13942
c2d11a7d
JM
13943Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
13944
13945 * gdb.disasm/am33.s: New disassembler testfile for the am33.
13946 * gdb.disasm/am33.exp: Run it.
13947
dc96c6c7 13948Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13949
13950 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
13951 match processing (and eliminate spurious timeouts when running).
13952
dc96c6c7 13953Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13954
13955 * gdb.base/signals.exp (test_handle_all_print): put back Mach
13956 exception test, but conditionalize it on target [mach | gnu].
13957
dc96c6c7 13958Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13959
13960 * gdb.base/overlays.exp: fixup compile line for linker script.
13961
13962Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
13963
13964 * gdb.fortran/types.exp: don't guess at float size.
13965
13966Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
13967
13968 * gdb.base/exprs.exp: delete test that depends on int size.
13969
13970Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
13971
13972 * config/sim.exp: Removed checks for target triplets.
13973 (gdb_target_sim): Use gdb,target_sim_options.
13974
13975Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
13976
13977 * gdb.base/reread.exp: New file.
13978 * gdb.base/reread1.c: New file.
13979 * gdb.base/reread2.c: New file.
13980
13981Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
13982
13983 * config/sim.exp: Use 'target sim -sparclite' when running
13984 SPARClite programs.
13985
13986Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
13987
13988 * gdb.base/structs2.exp: New file.
13989 * gdb.base/structs2.c: New file.
13990
13991Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
13992
13993 * gdb.asm/common.inc: New file.
13994 * gdb.asm/d10v.inc: New file.
13995 * asm-source.exp: Pass -I's to gas to find .inc files.
13996 Update line numbers in expected output.
13997 * asmsrc1.s: Rewrite.
13998 * asmsrc2.s: Rewrite.
13999 * configure.in: Create arch.inc symlink.
14000 * configure: Regenerate.
14001 * Makefile.in (distclean): Delete arch.inc.
14002
14003Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
14004
14005 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
14006 (t_enum_value2): ditto
14007 (t_enum_value3): ditto
14008 (main): ditto
14009Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14010
14011 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
14012 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
14013 change.
14014 Use gdb_test instead of send_gdb/gdb_expect sequences.
14015
14016Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
14017
14018 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
14019 not void.
14020
14021Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
14022
14023 * gdb.base/branches.c: Code with lots of loops and
14024 subroutines. Used to test gdbs ability to single step through PC
14025 changes, especially to test mips-tdep.c:mips_next_pc
14026
14027Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
14028
14029 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
14030 more rigorous EGCS C++ error checking.
14031
14032Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14033
a9c64011
AS
14034 * gdb.base/help.exp: Clean up `help set args' and `help show args'
14035 tests.
14036 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
14037 function when asleep.
14038 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
14039 for i*86 Linux and SVR4 signal handling problems.
14040 Remove linux xfail for `next to handler in signals_tests_1', fixed
14041 by recent infrun.c change.
14042 Limit backtrace to 10 frames to avoid timeout problems with infinite
14043 stack backtraces.
14044 Adjust expect pattern in `handle all print' test to match Apr 28 1997
14045 target.[ch] change.
c906108c
SS
14046
14047Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
14048
14049 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
14050 for a newline from gdb before continuing.
14051 (default_gdb_exit): Just look for y or n.
14052 (gdb_test): Detect abnormal exit from GDB running on DOS; if
14053 it does, fail the rests of the tests in the file.
14054
14055Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
14056
14057 * config/cygmon.exp: New file.
14058
14059Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
14060
14061 * gdb.base/list.exp: Fix problem with "list default lines around
14062 main" test on remote targets.
14063
14064 * gdb.base/scope.exp: Fix problem with filelocal_bss before
14065 run test on remote targets.
14066
14067Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
14068
14069 * gdb.asm: New directory.
14070 * configure.in: Configure it.
14071 * configure: Regenerate.
14072 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
14073 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
14074
14075Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
14076
14077 * config/mn10300-eval.exp: New file to support MN10300 eval board.
14078
dc96c6c7 14079Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 14080
a9c64011
AS
14081 * gdb.base/overlays (several files): Merge the two overlay
14082 managers into one. Change variables (foox, barx, bazx, grbxx)
14083 back into ints but force them to load in their proper sections.
c906108c
SS
14084
14085Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
14086
14087 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
14088 on-chip insn memory and IMAP1 to upper 128k.
14089 (D10VCopy): Handle memory regions crossing 16k boundaries.
14090 (D10VCopy): Transfer data in 32 bit chunks.
14091
14092Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
14093
14094 * gdb.base/overlays.c (main): Exit normally when result is
14095 correct.
14096
14097 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
14098 map. Include space for printf in .text segment.
14099
14100 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
14101 updated d10v memory VMA/LMA map.
14102 (D10VCopy): Call D10VTranslate.
d63a86f8 14103
c906108c
SS
14104Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
14105
14106 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
14107
14108 * gdb.base/bar.c (barx, bar): Change variable to small array so
14109 that it won't be put into the .sdata - small data -
14110 section. Update reference.
14111 * gdb.base/baz.c (bazx, baz): Ditto.
14112 * gdb.base/foo.c (foox, foo): Ditto.
14113 * gdb.base/grbx.c (grbxx, grbx): Ditto.
14114
14115 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
14116 to be arrays.
d63a86f8 14117
dc96c6c7 14118Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 14119
a9c64011
AS
14120 * gdb.base/overlays.exp: fix up and get working again.
14121 Add tests for backtraces from an overlay function.
d63a86f8 14122
c906108c
SS
14123Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
14124
14125 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
14126 "calling function with watchpoint enabled".
14127
14128Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
14129
14130 * gdb.base/break.exp (test_next_with_recursion): Remove
14131 gdb_suppress_tests for d10v-*-*.
14132 * lib/gdb.exp (gdb_suppress_tests): Disable this function
14133 pending review of whether it is useful or not.
14134
14135Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
14136
14137 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
14138
14139Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
14140
14141 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
14142 * config/dve.exp: New file to support Densan boards.
14143
14144Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
14145
14146 * gdb.base/interrupt.exp: Document problem of simulators, signals,
14147 reads and BSD.
14148
14149Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
14150
14151 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
14152 response.
14153
14154 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
14155
14156Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
14157
14158 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
14159 test.
14160
14161 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
14162 target_sizeof_long and target_bigendian_p.
14163 (structs_by_value, structs_by_reference): Check values according
14164 to targets word size and endianess.
d63a86f8 14165
c906108c
SS
14166Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
14167
14168 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
14169 output.
14170
14171Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
14172
14173 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
14174 Update test of set args help to match source change.
14175
14176Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
14177
14178 * gdb.base/default.exp: Expect help system output to be in
14179 alphabetical order.
14180 * gdb.base/help.exp: Ditto.
14181
14182Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
14183
14184 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
14185 "i*86-pc-linux-gnu*".
14186 * gdb.base/interrupt.exp: Ditto.
14187 * gdb.base/corefile.exp: Ditto.
14188
14189 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
14190 define vxworks when building the testcase.
14191
14192 * gdb.base/ptype.exp: Fix testnames to be unique.
14193 * gdb.base/radix.exp: Ditto.
14194 * gdb.base/term.exp: Ditto.
14195 * gdb.base/whatis.exp: Ditto.
14196 * gdb.c++/classes.exp: Ditto.
14197
14198Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
14199
14200 * gdb.base/callfuncs.exp: Fix indentation.
14201
14202 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
14203 suppress_flag has been set.
14204 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
14205 target feature.
14206
14207Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
14208
14209 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
14210 the testcase.
14211
14212 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
14213 set_debug_traps() and breakpoint().
14214 * gdb.c++/misc.cc (main): Ditto.
14215 * gdb.c++/templates.cc (main): Ditto.
14216 * gdb.c++/virtfunc.cc (main): Ditto.
14217
14218Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
14219
14220 * lib/gdb.exp(gdb_step_for_stub): New function.
14221 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
14222 exists, reload the executable and do a "continue" instead of
14223 doing a jump.
14224 (runto_main): Use gdb_step_for_stub.
d63a86f8 14225
c906108c
SS
14226 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
14227 tests to have unique names.
14228 * gdb.base/callfuncs.exp: Ditto.
14229 * gdb.base/commands.exp: Ditto.
14230 * gdb.base/default.exp: Ditto.
14231 * gdb.base/help.exp: Ditto.
14232 * gdb.base/list.exp: Ditto.
14233 * gdb.base/opaque.exp: Ditto.
14234 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
14235 similar tests.
d63a86f8 14236
c906108c
SS
14237 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
14238 * gdb.c++/cplusfuncs.cc: Ditto.
14239 * gdb.c++/virtfunc.cc: Ditto.
14240
14241 * config/monitor.exp: Keep track of the last file we saw, rather
14242 than trying to get the info from gdb.
14243
14244 * gdb.fortran/types.exp: Move comment to previous line.
14245
14246Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
14247
14248 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
14249 target mode.
14250
14251Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
14252
14253 From Bob Manson:
14254 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
14255 string from GDB when it connects.
14256
14257 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
14258
14259Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
14260
14261 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
14262 if we can't get a debug format from GDB (we may be testing an
14263 older GDB). Use a 10 second timeout when checking for the format.
14264
14265 * gdb.stabs/weird.exp: Fix quoting.
14266
14267 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
14268
14269Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
14270
14271 * config/arm-ice.exp: New file.
14272
14273Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
14274
14275 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
14276 until it has been modified to work with the new testsuite.
14277
99707966 14278 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
14279 testcase won't compile, cause all of the testcases in the file to
14280 fail instead.
14281
14282 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
14283 (gdb_clear_suppressed): New procedure.
14284 (gdb_stop_suppressing_tests): Only clear suppress_flag if
14285 it contains a positive value.
14286
14287Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
14288
14289 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
14290
14291 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
14292
14293Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
14294
14295 * lib/gdb.exp (setup_xfail_format): New function.
14296 (get_debug_format): New function to get debug format.
14297 (debug_format): New global variable to hold last value set
14298 by get_debug_format.
14299 * gdb.base/list.exp: Call get_debug_format and expect some
14300 tests to fail for DWARF 1 and COFF formats.
14301 * gdb.c++/ptype.exp: Ditto.
14302 * gdb.c++/classes.exp: Ditto.
14303 * gdb.c++/cplusfuncs.exp: Ditto.
14304 * gdb.c++/inherit.exp: Ditto.
14305 * gdb.c++/templates.exp: Ditto.
14306 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 14307
c906108c
SS
14308Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
14309
14310 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
14311 host doesn't have a currently-open connection.
14312
14313 * config/sparclet.exp: Cleanups and fixes to make it generic for
14314 any gdb stub target. Handle cases where gdb doesn't respond when
14315 interrupted in a sane fashion.
14316
14317 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
14318 same thing in a totally different way.
14319
14320 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
14321 setting "timeout".
14322 (gdb_start): We set the global gdb_prompt variable in
14323 default_gdb_init now.
14324
14325Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
14326
14327 * gdb.base/printcmds.exp: Fix "check for floating addition"
14328 regexp to accept results within approx +/- .01 of exact value.
14329 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
14330
14331Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
14332
14333 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
14334 properly.
14335 (gdb_expect): Add optional timeout parameter, and add timeout
14336 value to various calls.
14337 (gdb_suppress_tests): Only give one warning message per group.
14338
14339Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
14340
14341 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
14342 global variables. Handle getting a value for $timeout more
14343 gracefully.
14344
14345Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
14346
14347 * lib/gdb.exp: Close connection to remote host if gdb doesn't
14348 initialize.
14349 (default_gdb_init): New procedure; allow gdb_init to be overridden
14350 by a target configuration file.
14351 (gdb_expect): Pass the timeout to remote_expect.
14352
14353 * config/monitor.exp(gdb_load): Fix typo in regexp.
14354
14355Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
14356
14357 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
14358
14359Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
14360
14361 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
14362 here. Call gdb_target_exec before rebooting the target, to make
14363 sure the connection to the target is closed.
14364 (gdb_load): Pass the name of the executable to gdb_target_monitor.
14365 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
14366 Also detect "Timeout reading from remote" error.
14367
14368 * config/gdbserver.exp: Pass the executable being loaded to
14369 gdb_target_monitor. Don't call gdb_file_cmd here; let
14370 gdb_target_monitor do it.
14371
14372 * gdb.disasm/hppa.exp: Don't use exec_output.
14373
14374Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
14375
14376 * gdb.base/list.exp: If we're debugging a non-native target,
14377 try to set the pc register to point to the start of the
14378 program before doing the first list command.
14379
14380 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
14381 test_calls after restarting.
14382
14383 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
14384 reloading.
14385
14386 * gdb.base/watchpoint.exp: Fix typo.
14387
14388 * gdb.base/setshow.exp: Check for use_gdb_stub.
14389
14390 * gdb.base/break.exp: Fix continue until exit test for the gdb
14391 stub case.
14392 * gdb.base/langs.exp: Ditto.
14393
14394 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
14395 gdb_load_offset. If we weren't given a file to load, figure out
14396 what the current file is and use it.
14397
14398 * config/i386-bozo.exp: New file.
14399
14400Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
14401
14402 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
14403 feature.
14404
14405 * config/proelf.exp: New entry.
14406
14407Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
14408
14409 * lib/gdb.exp: Remove spurious .* patterns at the beginning
14410 of regexps.
14411
14412 * gdb.base/watchpoint.exp: Don't run the test_stepping
14413 tests if gdb can't call functions on the target.
14414
14415 * gdb.base/setshow.exp: Don't run the set prompt tests if
14416 the board has gdb_prompt set.
14417
14418Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
14419
14420 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
14421 * gdb.base/commands.exp: Likewise.
14422 * gdb.base/setshow.exp: Likewise.
14423
14424Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
14425
14426 * config/monitor.exp(gdb_start): Look for gdb_prompt target
14427 feature.
14428
14429 * config/i960.exp: New file.
14430
14431Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
14432
14433 * gdb.base/funcargs.exp: Check for gdb,short_int target
14434 feature instead of looking for explicit target triplets.
14435
dc96c6c7 14436Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 14437
d63a86f8 14438 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
14439 "p 123DEADBEEF", to check parse_number.
14440 * top.c: change "to enable to enable" to "to enable" in a couple
14441 of help strings.
14442
14443Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
14444
14445 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
14446 on the mn10300.
d63a86f8 14447
c906108c
SS
14448Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
14449
14450 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
14451 where the test executable is run with explicit args.
14452 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
14453
14454Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
14455
14456 * gdb.base/run.c: Use FAKEARGV to build test executable that
14457 does not require a command line arg, since most simulators
14458 don't currently support passing such an arg into the simulated
14459 program.
14460 * gdb.base/commands.exp: Change tests to insert the proper
14461 value as the arg to the first recursive factorial call. Change
14462 compilation line to define FAKEARGV at compile time.
14463
14464Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
14465
14466 * gdb.base/recurse.exp: Enable these tests for the mn10300.
14467 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
14468 function with watchpoint enabled" test.
14469
14470Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
14471
14472 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
14473 Don't call gdb_test when the command doesn't return to a gdb prompt.
14474
14475 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
14476 "Tests restarted" messages.
14477
14478Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
14479
14480 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
14481
dc96c6c7 14482Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14483
14484 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
14485 for INFO SYMBOL; add help tests for OVERLAY commands.
14486 * gdb.base/default.exp: add tests for INFO SYMBOL command;
14487 add tests for OVERLAY commands
14488 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
14489 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
14490 * gdb.base/sigall.c: add usestubs code frag
14491 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 14492
c906108c
SS
14493Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
14494
14495 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
14496 failures.
14497 (gdb_stop_suppressing_tests): Note that tests have restarted.
14498
14499Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
14500
14501 * config/h8300.exp: New file.
14502
14503Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
14504
14505 * gdb.base/setshow.exp: Check for the existence of a
14506 feature, not its value.
14507
14508Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
14509
14510 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
14511
14512 * gdb.base/scope.exp: It's now init0(), not init().
14513
14514 * gdb.base/scope0.c: For now, change init() to be init0().
14515
14516 * config/monitor.exp: Use gdb_serial in preference to serial
14517 or netport.
14518
14519 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
14520 and it's not already set.
14521
14522Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
14523
14524 * gdb.base/setshow.exp: Only test the run command if the target
14525 isn't using a stub and if it supports argument passing.
14526
14527Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
14528
14529 * config/udi.exp(gdb_start): Make sure UDICONF is set
14530 properly before starting gdb.
14531
14532Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
14533
14534 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
14535 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
14536 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
14537
14538Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
14539
14540 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
14541 specialized code to reboot the board, use remote_reboot instead.
14542
14543 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
14544
14545 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
14546
14547 * config/monitor.exp: Make sure we disconnect from the target.
14548 Also, try a reboot/reload cycle instead of failing if the
14549 load fails.
14550
14551Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
14552
14553 * gdb.base/default.exp: Don't set match_max.
14554 * gdb.base/help.exp: Ditto.
14555 * gdb.base/list.exp: Ditto.
14556 * gdb.base/signals.exp: Ditto.
14557
14558 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
14559 set, use remote_ld to download the testcase instead of
14560 the GDB loader.
14561
14562Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
14563
14564 * config/vr5000.exp: New file.
14565
14566 * config/monitor.exp(gdb_target_monitor): Add pattern for
14567 "Ending remote" to detect errors in connecting.
14568
14569 * gdb.base/setshow.exp: Add .* within auto language test.
14570
14571 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
14572 target feature.
14573
14574 * config/monitor.exp(gdb_load): Check for a failure when loading,
14575 and reboot the board if necessary.
14576
14577 * gdb.base/setvar.exp(test_set): Handle multiple prints within
14578 a set of tests. Remove print.* from the patterns being checked.
14579
14580Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
14581
14582 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
14583 refer to gdb_spawn_id.
14584
14585 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
14586 longer used.
14587 * config/sparclet.exp: Ditto.
14588 * config/sparclet-old.exp: Ditto.
14589 * config/slite.exp: Ditto.
14590 * config/sim.exp: Ditto.
14591 * gdb.base/funcargs.exp: Ditto.
14592
14593 * lib/gdb.exp:Remove references to gdb_spawn_id.
14594 (gdb_expect): Move to remote.exp.
14595
14596Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
14597
14598 * config/monitor.exp: Detect the "Couldn't establish connection"
14599 message from GDB.
14600
14601Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
14602
14603 * gdb.base/bitfields.exp: Use runto instead of explicit
14604 gdb_run_cmd/gdb_expect sequences.
14605
14606 * gdb.base/break.exp(text_next_with_recursion): Add match for
14607 gdb_expect call.
14608
14609 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
14610 We also need to handle the "A program is being debugged already"
14611 prompt from gdb. Use gdb_test to set the baud rate.
14612
14613 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
14614 to 20000. Really. I mean it.
14615
14616Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
14617
14618 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
14619 fails. If suppress_flag is set, skip perror message about not
14620 being able to send to GDB.
14621 (send_gdb): If suppress_flag is set, don't try to send commands to
14622 GDB.
14623 (gdb_expect): If suppress_flag is set, always fail immediately.
14624 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
14625 (gdb_init): Call gdb_stop_suppressing_tests.
14626 (default_gdb_exit): Ditto.
14627 (default_gdb_start): Ditto.
14628
14629 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
14630 gdb_stop_suppressing_tests as appropriate.
14631 * gdb.base/break.exp: Ditto.
14632 * gdb.base/callfuncs.exp: Ditto.
14633 * gdb.base/commands.exp: Ditto.
14634 * gdb.base/exprs.exp: Ditto.
14635 * gdb.base/funcargs.exp: Ditto.
14636 * gdb.base/list.exp: Ditto.
14637 * gdb.base/recurse.exp: Ditto.
14638 * gdb.base/scope.exp: Ditto.
14639 * gdb.base/structs.exp: Ditto.
14640 * gdb.c++/inherit.exp: Ditto.
14641
14642Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
14643
14644 * config/vr4300.exp: New file.
14645
99707966 14646 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 14647
99707966 14648 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
14649
14650Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
14651
14652 * lib/gdb.exp(gdb_init): New function.
14653
14654 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
14655 for each individual variable set.
14656
14657 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
14658 name.
14659
14660 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
14661
14662 * gdb.base/scope.exp: Use gdb_test.
14663
14664 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
14665 aborting; the testsuite driver will do that for us (see
14666 gdb_finish). Also, use gdb_test in a few more places.
14667
14668Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14669
14670 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
14671
14672Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
14673
14674 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
14675 and "add_tests" are not at the same address.
14676
14677Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
14678
14679 * gdb.base/ptype.exp: Use gdb_test.
14680
14681Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
14682
14683 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
14684 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
14685 left in. No longer expect them to fail.
14686
14687 * gdb.stabs/*.mt; Deleted, no longer used.
14688 * gdb.stabs/configure.in: Remove references to target makefile
14689 frags.
14690 * gdb.stabs/configure: Rebuilt.
14691
14692 * gdb.disasm/*.mt: Deleted, no longer used.
14693 * gdb.disasm/configure.in: Remove references to target makefile
14694 frags. Use "sh3.s" as the unique filename for this directory.
14695 * gdb.disasm/configure: Rebuilt.
14696
14697 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
14698 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
14699 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
14700
14701Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
14702
14703 * config/udi.exp: Use mondfe,name instead of remote_host.
14704
14705Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
14706
14707 * gdb.base/watchpoint.exp: Don't expect a failure when calling
14708 a function with a watchpoint enabled on the mn10200.
14709
14710 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
14711 before trying to create it!
14712
14713Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
14714
14715 * config/vx.exp: Use hostname instead of netport.
14716
14717 * config/vxworks.exp: New file.
14718
14719 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
14720
14721 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
14722 gdb before assuming everything worked. Send a ^C if a timeout
14723 occurs.
14724
14725 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
14726 $gdb_spawn_id directly.
14727 (gdb_run_cmd): Try _start as well as start. Use the target feature
14728 gdb,start_symbol as the symbol to start from when jumping.
14729
14730Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
14731
14732 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
14733 redundant) test.
14734
14735 * gdb.base/recurse.exp: Relax final value test for 'b' so that
14736 it doesn't lose for 16bit integer systems.
14737
14738Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
14739
14740 * gdb.fortran/types.exp: If the target doesn't support "double"
14741 data types, then expect "real" types to only be 4 bytes.
14742
14743 * gdb.c++/virtfunc.exp: Expect failure for virtual function
14744 call tests if the target doesn't support inferior function calls.
14745
14746 * gdb.base/printcmds.exp: Allow minor deviation in FP values
14747 in printf tests.
14748
14749Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
14750
14751 * gdb.base/help.exp: Disable "help set", "help show", and
14752 "help support". Simplify regexp for "help stack".
14753
14754 * gdb.base/default.exp: Set match_max to 5000 and the timeout
14755 to 60 seconds. Temporarily set match_max to 15000 around the
14756 "info copying" test.
14757
14758 * gdb.base/nodebug.exp: Don't try to do an inferior function
14759 call if the target doesn't support them.
14760 * gdb.base/printcmds.exp: Likewise.
14761 * gdb.base/setvar.exp: Likewise.
14762 * gdb.base/structs.exp: Likewise.
14763 * gdb.c++/templates.exp: Likewise.
14764 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
14765
14766 * gdb.base/recurse.exp: Enable for the mn10200.
14767
14768 * configure.in: Do configure gdb.stabs directory for *-*-elf
14769 targets.
14770 * configure: Rebuilt.
14771
14772 * gdb.base/break.exp: Check for gdb,noresults before testing
14773 exit status and/or results from the target.
14774 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
14775 * lib/gdb.exp: Remove old (now bogus) initialization of
14776 noinferior, noargs, noresults and nosignals.
14777
14778Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
14779
14780 * config/sh.exp: New file.
14781
14782 * config/slite.exp: Try to connect multiple times to the board
14783 before rebooting. Only send a "monitor run" if need_monitor_run
14784 is set.
14785
14786 * gdb.base/break.exp: Don't do the "stub continue" test if
14787 the target has gdb_stub set.
14788
14789 * gdb.base/callfuncs.exp: Increase the timeout.
14790
14791 * gdb.base/interrupt.exp: Don't even try to compile the testcase
14792 if the target has gdb,noinferiorio set.
14793
14794 * gdb.base/list.exp: Increase match_max to 10000 characters.
14795
14796 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
14797
14798 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
14799 target.
14800
14801 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
14802
14803Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
14804
14805 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
14806 trying to delete the copy of gdb. Catch the file delete so we
14807 don't die if the delete fails; also, the file should be copied to
14808 the host, not to the build.
14809
14810Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
14811
14812 * lib/gdb.exp(gdb_test): Surround the result pattern with
14813 parenthesis in case it contains multiple regexps separated
14814 with |.
14815
14816 * gdb.base/watchpoint.exp: Use gdb_test.
14817 * gdb.base/default.exp: Ditto.
14818
14819Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
14820
99707966 14821 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 14822
c906108c
SS
14823 * gdb.base/scope.exp: Use gdb_test.
14824 * gdb.c++/classes.exp: Ditto.
14825 * gdb.c++/inherit.exp: Ditto.
14826
14827Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
14828
14829 * gdb.base/crossload.exp: Don't use execute_anywhere, use
14830 remote_exec instead.
14831 * gdb.base/corefile.exp: Don't be ridiculous.
14832 * gdb.base/*.c: Add missing stub invocations.
14833
14834Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
14835
14836 * config/slite.exp: Miscellaneous fixes.
14837
14838 * lib/gdb.exp: Fix runto.
14839
14840 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
14841 the target.
14842
14843 * gdb.base/watchpoint.exp: Fix regexp.
14844
14845 * lib/gdb.exp(default_gdb_exit): Add a catch to the
14846 close and wait commands, as the descriptor may now be
14847 invalid. Always call "remote_close host".
14848
14849Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
14850
14851 Major rewrite for testsuite revision.
d63a86f8 14852
c906108c
SS
14853 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
14854 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
14855 instead of relying on spawn_id to always contain a valid
14856 spawn id.
14857 (get_compiler_info): New procedure to build the ${binfile}.ci
14858 file, instead of replicating this in N different places.
14859 (gdb_compile): New procedure.
d63a86f8 14860
c906108c
SS
14861 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
14862 appropriate arguments) instead of compile. Use gdb_test in a lot
14863 more places. Use send_gdb instead of send. Always run gdb_start
14864 at the start of a testcase, as this is no longer done magically.
14865
14866 config/*-gdb.exp: Rename without the -gdb suffix.
14867
14868 config/mips.exp: Use remote_close instead of exit_remote_shell.
14869 config/monitor.exp: Use target_info instead of looking at
14870 baud, timeout, etc.
14871 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
14872
14873Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14874
14875 * gdb.c++/templates.exp (test_ptype_of_templates),
14876 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
14877 Update expect patterns for destructors and assignment operators
14878 to match corresponding c-typeprint.c changes.
14879 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
14880 to destructor breakpoint test, GDB should be able to set the
14881 destructor breakpoint without specifying arguments.
14882
14883Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
14884
14885 * gdb.threads/pthreads.exp: Change result for failure to compile due
14886 to lack of pthreads runtime support from an error to simply an
14887 unsupported test, per dejagnu standards.
14888
14889Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14890
14891 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
14892 where GDB exits to reduce pattern match time.
14893 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
14894
14895 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
14896
dc96c6c7 14897Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14898
14899 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
14900 * gdb.base/default.exp: ditto.
14901 * gdb.base/nodebug.exp: ditto.
14902 * gdb.base/printcmds.exp: ditto.
14903 * gdb.base/ptype.exp: ditto.
14904 * gdb.base/setvar.exp: ditto.
14905 * gdb.base/structs.exp: ditto.
14906 * gdb.base/setshow.c: Guard against uninitialized values of argc.
14907
14908Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
14909
14910 * configure, */configure: Rebuild with autoconf 2.12.
14911
14912Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
14913
14914 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
14915 use new i*86-pc-linux*-gnu quads.
14916 * gdb.base/corefile.exp: Ditto.
14917 * gdb.base/signals.exp: Ditto.
14918 * gdb.base/sigall.exp: Ditto.
14919 * gdb.base/interrupt.exp: Ditto.
14920
14921 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
14922 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
14923 RedHat 4.0.
d63a86f8 14924
c906108c
SS
14925 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
14926 linux. This allows the test case to at least compile on latest
14927 linux, but still not run due to missing the threads runtime library.
14928
14929Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14930
14931 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
14932 directory to search gdb directory. Accept and step over conditional
14933 stack alignment code. Consume $prompt in failure cases.
14934 Reset timeout to $oldtimeout instead of some arbitrary value.
14935 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
14936 timeout problems with infinite stack backtraces.
14937 * gdb.base/ptype.exp (ptype struct link, union tu_link):
14938 Accept function parameters for linkfunc member.
14939
14940Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
14941
14942 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
14943 (CXXFLAGS): Remove, unreferenced.
14944 (B_OPTIONS): Add for -B options and add code to initialize with
14945 previous -B options and also add -B option to pick up cross compiled
14946 runtime.
14947 (TARGET_INCLUDES): Add for -I options and add code to initialize when
14948 doing cross compiles.
14949 (target_alias): Declare global.
14950 (xgcc): Set variable to full path of gcc in build tree. Use findfile
14951 to verify that gcc exists in build tree, and if so set CC to that
14952 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 14953
c906108c
SS
14954Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
14955
14956 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
14957 ptype test for anonymous union. Fixup testcase to match
14958 current gcc debug output.
14959
14960Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
14961
14962 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
14963 force argument to an unsigned long type.
14964
14965Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
14966
14967 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
14968 tests and anonymous union print/ptype tests.
14969 * gdb.base/list.exp (test_forward-search): Increase timeout by
14970 5 minutes for the "search extremely long line" case.
14971 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
14972 completely optional and that the pass/fail messages use the command as
14973 the message if that third arg is a null string.
14974 (gdb_test_exact): Arrange that a null string pattern means match a
14975 null string output rather than any output, which might include random
14976 errors.
14977 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
14978 backtrace test.
14979 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
14980 always failing and failure is now exposed by gdb.exp changes.
14981
14982Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
14983
14984 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
14985 weren't being noted.
14986
14987Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14988
14989 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
14990 * gdb.stabs/weird.exp: Remove v_comb xfails.
14991
dc96c6c7 14992Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14993
14994 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 14995 list.exp scope.exp watchpoint.exp]
c906108c 14996 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 14997
dc96c6c7 14998Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14999
15000 * config/monitor.exp: Increase download timeout to 1000 seconds.
15001
dc96c6c7 15002Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15003
15004 * config/m32r.exp: Increase timeout to 120 seconds.
15005
15006Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
15007
15008 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
15009 and accept older ordering as obsolescent gcc or gdb.
15010 * gdb.c++/templates.exp: Ditto.
15011 * gdb.c++/virtfunc.exp: Ditto.
15012
15013Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
15014
15015 * gdb.base/coremaker.c: Add code to mmap some data so we
15016 can check that it ends up in the core file.
15017 * gdb.base/corefile.exp: Add test to read mmapped data
15018 from core file.
15019
dc96c6c7 15020Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15021
15022 * config/m32r.exp: New file.
15023
15024Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
15025
15026 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
15027 that cflags can contains -gstabs, and work correctly for other tests.
15028
dc96c6c7 15029Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15030
15031 * gdb.base/setshow.exp: New file, tests show and set.
15032 * gdb.base/setshow.c: New file, tests show and set.
15033 * gdb.base/help.exp: Add test for help set|show annotate.
15034 * gdb.base/default.exp: Add test for set|show annotate.
15035
15036Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
15037
15038 * testsuite/gdb.base/break.exp: Make backtrace from factorial
15039 errors unique.
15040 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
15041 explicitly.
15042
15043Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
15044
15045 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
15046 and width commands. This is done elsewhere.
15047 * (gdb_start): Don't call gdb_start_sim here. That's already
15048 done in gdb_load. This fixes lots of failures in default.exp.
15049
15050Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
15051
15052 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
15053 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
15054 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
15055 in the same we we treat other failures (since it may be an expected
15056 condition), rather than as an error.
15057 * gdb.base/signals.exp (test_handle_all_print): Revert back to
15058 old test format.
15059
15060Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
15061
15062 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
15063 (distclean maintainer-clean realclean): No need to remove files
15064 twice. Nuke the duplicates.
15065 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 15066 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
15067 Remove config.h along with other config files.
15068
15069Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
15070
15071 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
15072 "p func1 ()" and note that rests of tests are skipped.
15073 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
15074 setup_xfails for "print func2::coremaker_local".
15075 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
15076 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
15077 affected by the previous run test.
15078 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
15079 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
15080 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
15081 "pass int powerset tuple" and "pass modeless int powerset tuple".
15082 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
15083 "real write 4" and "real write 8".
15084 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
15085 setup_xfails for "print vs1 after tuple assign 2",
15086 "print \$i after tuple assign 2", and
15087 "print vs2 after tuple assign 2".
15088 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
15089 meaningful error message and return -1 so the caller can
15090 suppress further tests and avoid a cascade of errors.
d63a86f8 15091
c906108c
SS
15092Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
15093
15094 * gdb.base/a1-selftest.exp: Tweak tests to account for new
15095 format for printing version.
15096 * gdb.base/default.exp: Ditto.
15097 * gdb.base/interrupt.exp: Fix problem with cascade of
15098 errors if child process dies while calling a function.
d63a86f8 15099
c906108c
SS
15100Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
15101
15102 * Makefile.in (VPATH): Add
15103 * Makefile.in (Makefile, config.status): Fix rules so things get
15104 remade when necessary.
15105
15106Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
15107
15108 * Makefile.in (just-check): Add path to sibling expect dir
15109 to environment variable specified by RPATH_ENVVAR.
15110
15111Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
15112
15113 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
15114 (just-check): Add shared library paths for libstdc++, tk,
15115 tcl, bfd, and opcodes to the environment variable specified
15116 in RPATH_ENVVAR.
15117 * configure.in: Add support to recognize --enable-shared flag
15118 and generate correct value for RPATH_ENVVAR.
15119 * configure: Regenerated with autoconf.
15120
15121Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
15122
15123 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
15124 include all osf versions.
15125 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
15126 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
15127 when target is linux. When failing to build pthreads test
15128 executable, give more meaningful message.
15129 * gdb.threads/pthreads.c: Hpux also uses old definition of second
15130 arg for pthread_create.
d63a86f8 15131
c906108c
SS
15132Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
15133
15134 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
15135 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
15136 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
15137 and -lpthreads (everybody else).
15138 (test_startup): Fail gracefully if threads are not supported.
15139 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
15140 "p/c array_index("abcdef",2)" when not gcc compiled.
15141 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
15142 "print func2::coremaker_local" when not gcc compiled.
15143 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
15144 "ptype on opaque struct tagname (statically)",
15145 "ptype on opaque struct tagname (dynamically) 1", and
15146 "ptype on opaque struct tagname (dynamically) 2"
15147 for not compiled with gcc.
15148 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
15149 backtrace when compiled with gcc.
d63a86f8 15150 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
15151 than always return success.
15152
15153Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
15154
15155 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
15156
15157Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
15158
15159 * gdb.base/structs.exp: Undo last change.
15160
15161Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
15162
15163 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
15164 encapsulate all the steps/nexts done during self test, starting
15165 at main, and makes them less sensitive to optimization issues.
15166 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
15167 signal handler" test.
15168 * gdb.threads/pthreads.exp: Only run this for native configs.
15169 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
15170 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
15171 tests.
15172 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
15173 for "runto test_calls(void)" test.
d63a86f8 15174
c906108c
SS
15175Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
15176
15177 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
15178 and don't expect address info in breakpoint confirmations.
15179
15180Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
15181
15182 * gdb.base/list.exp (test_forward_search): Increase timeout
15183 temporarily by 60 seconds for searching extremely long line,
15184 and then reset to old value when done. Increase expect input
15185 buffer to 10000.
15186
15187Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
15188
15189 * gdb.base/list.exp (test_forward_search): Fix to handle very
15190 long source line without overflowing expect's input buffer.
15191
15192Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
15193
15194 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
15195 "buffer_full".
15196
15197 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
15198 "buffer_full".
15199
15200 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
15201 "buffer_full".
15202
15203 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
15204 "buffer_full".
15205
15206Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
15207
15208 * configure.in (configdirs): Add gdb.threads.
15209 * configure: Regenerated with autoconf.
15210 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
15211 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
15212 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 15213
c906108c
SS
15214Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
15215
15216 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
15217
15218Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
15219
15220 * gdb.base/signals.exp (test_handle_all_print): Test separately for
15221 each signal's status in the output of "handle all print".
15222 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
15223 the \r\n sequence that immediately precedes the gdb prompt.
15224 * gdb.base/a1-selftest.exp: Save original timeout and restore
15225 after test.
15226
15227Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
15228
15229 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
15230 symbol.
15231
15232Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15233
15234 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
15235
15236Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
15237
15238 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
15239 timeout by 60 seconds.
15240
15241Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
15242
15243 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
15244 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
15245 error return.
15246
15247Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
15248
15249 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
15250 gdb initialization, also report how long dejagnu waited. Restore
15251 old timeout before doing error return. Temporarily increase timeout
15252 by 3 minutes to allow for slow startups over heavy NFS use.
15253
15254Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
15255
15256 * lib/gdb.exp: Report timeout value for verbosity level 2.
15257 * config/gdbserver.exp: Ditto.
15258 * config/hppro.exp: Ditto.
15259 * config/mips-gdb.exp: Ditto.
15260 * config/monitor.exp: Ditto.
15261 * config/netware.exp: Ditto.
15262 * config/sim-gdb.exp: Ditto.
15263 * config/slite-gdb.exp: Ditto.
15264 * config/udi-gdb.exp: Ditto.
15265 * config/unix-gdb.exp: Ditto.
15266 * config/vx-gdb.exp: Ditto.
15267 * gdb.base/a1-selftest.exp: Ditto.
15268 * gdb.base/a2-run.exp: Ditto.
15269 * gdb.base/break.exp: Ditto.
15270 * gdb.base/corefile.exp: Ditto.
15271 * gdb.base/list.exp: Ditto.
15272 * gdb.base/recurse.exp: Ditto.
15273 * gdb.base/scope.exp: Ditto.
15274 * gdb.base/signals.exp: Ditto.
15275
15276Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15277
15278 * gdb.threads/Makefile.in (docdir): Removed.
15279
15280Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15281
15282 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 15283 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 15284 @srcdir@.
d63a86f8 15285 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
15286 autoconf 2.5 or higher.
15287 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
15288
15289Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
15290
15291 * configure: Regenerated.
15292 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
15293 avoid name clashes with SunOS headers.
15294
15295Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
15296
15297 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
15298
15299Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
15300
15301 * gdb.base/callfuncs.exp: Finish last change -- make sure the
15302 prototype information ends up in the compiler info file.
15303
15304Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
15305
15306 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
15307 attempting to regenerate it. Eliminate use of a temporary file
15308 and just generate the info file directly. Source it immediately,
15309 for consistency of use.
15310 * gdb.base/corefile.exp: Ditto
15311 * gdb.base/exprs.exp: Ditto.
15312 * gdb.base/funcargs.exp: Ditto.
15313 * gdb.base/langs.exp: Ditto.
15314 * gdb.base/list.exp: Ditto.
15315 * gdb.base/mips_pro.exp: Ditto.
15316 * gdb.base/nodebug.exp: Ditto.
15317 * gdb.base/opaque.exp: Ditto.
15318 * gdb.base/ptype.exp: Ditto.
15319 * gdb.base/scope.exp: Ditto.
15320 * gdb.base/setvar.exp: Ditto.
15321 * gdb.base/signals.exp: Ditto.
15322 * gdb.base/whatis.exp: Ditto.
15323 * gdb.c++/templates.exp: Ditto.
15324 * gdb.c++/virtfunc.exp: Ditto.
15325 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
15326 whether or not to add -lstdc++ to the compile command line args.
15327
15328Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15329
15330 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
15331 it got fixed by the recent lookup_minimal_symbol_by_pc change.
15332 Increase timeout, a lot of single stepping might be needed if the
15333 target has no hardware watchpoints.
15334
15335Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
15336
15337 * gdb.base/break.exp: Ignore compiler warnings when compiling
15338 break.c.
15339 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
15340 * gdb.base/default.exp: Add h8300 xfails. Handle messages
15341 from remote-sim.
15342 * gdb.base/exprs.exp: Add h8300 xfails.
15343 * gdb.base/funcargs.exp: Likewise.
15344 * gdb.base/nodebug.exp: Likewise.
15345 * gdb.base/printcmds.exp: Likewise.
15346 * gdb.base/ptype.exp: Likewise.
15347 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
15348 h8300 xfails.
d63a86f8 15349 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
15350 on the h8300.
15351 * gdb.base/funcargs.c: Explicitly make last constant argument to
15352 call_after_alloca_subr an unsigned long type.
15353 * gdb.base/return.c: Include stdio.h.
15354
15355Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15356
15357 * config/abug.exp: New file for the older Motorola Bug monitor
15358 that runs on the mvme13x series VME boards.
15359 * config/monitor.exp: Use the new config array for target settings
15360 if they exist.
15361
15362Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
15363
15364 * sim-gdb.exp: Make the SH simulator allocate less space when
15365 it is targeted.
15366
15367Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
15368
15369 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
15370 test.
15371
15372Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
15373
15374 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
15375 "rs6000-*-*" for "list function in include file" when gcc compiled.
15376 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
15377 for "p ctable1[120]".
15378 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
15379 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
15380 Remove setup_xfail for "rs6000-*-*" for
15381 "print 'scope0.c'::filelocal before run".
15382 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
15383 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
15384 since some compilers don't allow both options to be given
15385 on the same command line. Create object file and move it.
d63a86f8 15386
c906108c
SS
15387Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
15388
15389 * gdb.base/corefile.exp: Always regenerate the core file, since
15390 we always regenerate the coremaker program. Detect special case
15391 where registers cannot be read from core file.
d63a86f8 15392
c906108c
SS
15393Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
15394
15395 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
15396 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
15397 * gdb.c++/templates.exp: Only match on basename of file since
15398 some formats like xcoff don't encode directory information.
15399 * gdb.stabs/weird.exp: Use the right sed script for powerpc
15400 and rs6000 AIX xcoff targets.
15401 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
15402 * configure: Regenerate.
15403 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
15404 here, rather than in distclean.
d63a86f8 15405
c906108c
SS
15406Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
15407
15408 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
15409 defined, and use it to compile the test case with -O2. The
15410 native compilation still uses no optimization.
15411 * gdb.base/mips_pro.c: Remove inline assembly code since
15412 it is compiled PIC by default, which results in assembler
15413 warnings that make the testsuite think the compilation
15414 was unsuccessful.
15415
15416Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
15417
15418 * gdb.c++/misc.exp: Add note to message for
15419 "print s.a for foo struct" that this is a known gcc 2.7.2
15420 and earlier bug.
15421
15422Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
15423
15424 * gdb.base/break.exp: Fix pattern for matching "Delete all
15425 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
15426 setup_xfail for deleting all breakpoints test. Fix various
15427 timeout messages to include "(timeout)".
15428 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
15429 for "p t_float_values2(3.14159,float_val2)".
15430 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
15431 for "continue to call2g" when gcc compiled.
15432 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
15433 "up to foo in langs.exp", "show language at foo in langs.exp",
15434 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
15435 and "show language at fsub in langs.exp".
15436 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
15437 "list line 1 in include file", "list message for lines past EOF",
15438 "list function in include file", "list list0.h:foo", and
15439 "list filename:function; nonexistant function".
15440 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
15441 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
15442 and "ptype t_char_array" to be for native cc only.
d63a86f8 15443
c906108c
SS
15444Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
15445
d63a86f8 15446 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
15447 setup_xfail for "print coremaker_bss", "print coremaker_ro",
15448 "print func2::coremaker_local", and "backtrace in corefile.exp".
15449
15450Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
15451
15452 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
15453 "bt in signals.exp". This problem only appears when running
15454 the testsuite, and then only intermittently.
15455
15456Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15457
15458 * gdb.base/return.exp (return_tests): Differentiate between
15459 two tests of continuing.
15460
15461Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15462
15463 * */Makefile.in (maintainer-clean): Remove config.log.
15464 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
15465 * gdb.c++/Makefile.in (PROGS): Add inherit.
15466 (clean): Remove *.ci.
15467
15468Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
15469
15470 * gdb.c++/misc.cc: Add test code from Mike Stump.
15471 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
15472
15473Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
15474
15475 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
15476 to "alpha-*-osf2*" and add comment.
15477 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
15478 setup_xfail for "step over execarg initialization" and
15479 "step over corearg initialization".
15480 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
15481 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
15482 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
15483 gcc compiled for "print coremaker_bss", "print coremaker_ro",
15484 "print func2::coremaker_local", and "backtrace in corefile.exp".
15485 * gdb.base/signals.exp: Build and source signals.ci.
15486 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
15487 to be for gcc only.
15488 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 15489
c906108c
SS
15490Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15491
15492 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
15493 Feb 3 procfs.c change.
15494
15495Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
15496
15497 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
15498
15499Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
15500
15501 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
15502 from dejagnu's apparent default of 10 seconds, which gives random
15503 results when running the tests over NFS on moderately loaded systems.
15504 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
15505
15506Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
15507
15508 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
15509 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
15510 result reports.
15511
15512Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
15513
15514 * configure.in (CY_AC_PATH_TCLH): Remove.
15515 * configure: Regenerate.
15516
15517Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
15518
15519 * gdb.c++/Makefile.in (clean): Add missing '{'.
15520
15521Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
15522
15523 * lib/gdb.exp: Provide a default value for noinferior.
15524
15525 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
15526 Load libgloss.exp.
15527
15528Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
15529
15530 * gdb.disasm/hppa.exp: Compile directly into an executable, use
15531 the executable, not the .o to run the tests from.
15532
15533Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
15534
15535 * gdb.base/break.exp: Don't test for program exit or exit status
15536 if $noresults if nonzero.
15537 * gdb.base/langs.exp: Likewise.
15538 * gdb.base/watchpoint.exp: Likewise.
15539
15540 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
15541 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
15542 trying to compile the testcase.
15543
15544Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
15545
15546 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
15547 * gdb.base/signals.exp (continue to handler): Likewise.
15548
15549Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
15550
15551 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
15552
15553 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
15554
15555Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
15556
15557 * gdb.base/corefile.exp: Recognize "not found" as failure
15558 when trying to determine if a core file was generated.
15559 If no core file was generate the first time, try again without
15560 the ulimit -c to work around braindamaged shells.
15561
15562Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
15563
15564 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
15565 [] tests with "test" and enclose string in quotes.
15566 * gdb.stabs/configure: Rebuild
d63a86f8 15567
c906108c
SS
15568Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
15569
15570 Changes in sync with expect:
15571 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
15572 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
15573 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
15574 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
15575 argument to AC_REQUIRE.
15576 * configure: Regenerated.
15577
15578Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
15579
15580 * gdb.base/corefile.exp: When generating a core, discard any
15581 error messages about ulimit not found and the "core dumped"
15582 message from the shell that runs the coredumper.
15583
15584Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
15585
15586 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
15587
15588 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
15589 which sed script to run. Expect failure for v_comb test
15590 on PA targets too.
d63a86f8 15591
c906108c
SS
15592Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
15593
15594 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
15595 "print func2::coremaker_local" and for "backtrace in corefile.exp"
15596
15597Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
15598
15599 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
15600 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
15601 "sparc-sun-solaris*" xfails for "p v_comb".
15602 * lib/gdb.exp (default_gdb_start): Fix typo.
15603 * gdb.base/corefile.exp: Allow "Core was generated by ..."
15604 messages to not include the full program name that caused
15605 the core dump since some systems (such as solaris) apparently
15606 truncate this path to about 80 characters.
15607 When generating a core file first try increasing the core file
15608 size limit to unlimited since some systems may default it to
15609 zero, and it is harmless to try it. Move the test for failing
15610 to generate a core file to where it will actually get executed.
15611 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
15612 new gdb result from g++ debug info improvements and make old
15613 pattern obsolescent. Also account for size_t differences
15614 (may be int or long).
15615 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
15616 initialization before function call is placed in the delay slot
15617 and thus appears to be skipped over by commands such as "next".
15618
15619Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
15620
15621 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
15622
15623Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
15624
15625 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
15626 input source file; fix code to compile test to deal with this
15627 convention.
15628 * gdb.c++/*.exp: Likewise.
15629
15630Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
15631
15632 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
15633 "bt in signals.exp".
15634
15635Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
15636
15637 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
15638 "step over execarg initialization" and
15639 "step over corearg initialization".
15640
15641Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
15642
15643 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
15644 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
15645
15646Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
15647
15648 From Rob Savoye (rob@poseidon.cygnus.com)
15649 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
15650 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
15651 configure.in}, gdb.disasm/{Makefile.in, configure.in},
15652 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
15653 configure.in}: Major reworking for autoconfig.
15654 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
15655 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
15656 New files.
15657 * config/unix-gdb.exp: Make GDB global.
15658 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
15659 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
15660 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
15661 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
15662 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
15663 term.exp, twice.exp, watchpoint.exp, whatis.exp},
15664 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
15665 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
15666 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
15667 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
15668 pr-8136.exp, result.exp, string.exp, tuples.exp},
15669 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
15670 to returns as necessary, arrange for test to compile own testcase
15671 executable.
15672 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 15673
c906108c
SS
15674Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
15675
15676 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
15677 clear_xfail at end of test which might not call either pass or fail.
15678 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
15679 "backtrace through signal handler".
15680
15681Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15682
15683 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
15684 continuing from a job control stop signal.
15685 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
15686
15687Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
15688
15689 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
15690 * gdb.base/corefile.exp: Likewise.
15691 * gdb.base/funcargs.exp: Likewise.
15692
15693Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
15694
15695 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
15696 * config/monitor.exp: Add support for setting baud rate.
15697
15698Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
15699
15700 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
15701 i*86-*-linux* xfails for "backtrace through signal handler".
15702 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
15703 "print func2::coremaker_local".
15704 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
15705 alpha-dec-osf2* xfail for
15706 "delete all breakpoints when none".
15707
15708Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
15709
15710 * gdb.base/break.exp: Change test that deletes all breakpoints
15711 when no user breakpoints are installed. A post 4.15 change
15712 causes gdb to no longer prompt in this case.
15713
15714Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
15715
15716 * gdb.base/return.exp (return_tests): Change xfail for test
15717 "correct value returned double test" to stop xfailing at
15718 Solaris 2.5. Apparently the bug has been fixed.
15719
15720Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
15721
15722 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
15723 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
15724
15725Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
15726
15727 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
15728 * gdb.disasm/hppa.s: Corresponding changes.
15729
15730Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
15731
15732 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
15733 makefile fragment.
15734 * config/mt-hpux: Deleted.
15735
15736Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
15737
d63a86f8 15738 * Many files: When warning about suppressed tests due to a
c906108c
SS
15739 nonexistant test binary, avoid incrementing the warning count.
15740
15741Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
15742
15743 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 15744
c906108c
SS
15745Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15746
15747 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
15748 "sparc-*-solaris2*".
15749
15750Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15751
15752 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
15753 Add global and local variables and initialize them.
15754 * gdb.base/corefile.exp: Test correct mapping of corefile sections
15755 by printing variables. Remove rs6000 and powerpc xfails, BFD now
15756 extracts the file name and terminating signal from the core file.
15757 * TODO: Remove note about tests for correct mapping of corefile.
15758 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
15759 from optimizing it away.
15760 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
15761 handles common blocks.
15762
15763Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
15764
15765 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
15766 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
15767
15768Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
15769
15770 * Makefile.in (maintainer-clean): New target, synonym for
15771 realclean.
15772 * gdb.base/Makefile.in (maintainer-clean): Likewise.
15773 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
15774 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
15775 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
15776 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
15777 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
15778
15779Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
15780
15781 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
15782 xfails when not gcc compiled for "print foo::funclocal".
15783 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
15784 "print foo::funclocal at foo",
15785 "print 'scope1.c'::foo::funclocal at foo",
15786 "print foo::funclocal_bss at foo",
15787 "print 'scope1.c'::foo::funclocal_bss at foo",
15788 "print foo::funclocal_ro at foo",
15789 "print 'scope1.c'::foo::funclocal_ro at foo",
15790 "print bar::funclocal at foo" and
15791 "print 'scope1.c'::bar::funclocal at foo".
15792 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
15793 gcc compiled for "print foo::funclocal at bar".
15794 Expand all messages to ensure that they identify that
15795 the test is at bar().
15796 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
15797 gcc compiled for:
15798 "ptype on opaque struct pointer (statically)",
15799 "ptype on opaque struct tagname (statically)",
15800 "ptype on opaque struct pointer (dynamically) 1",
15801 "ptype on opaque struct tagname (dynamically) 1",
15802 "ptype on opaque struct pointer (dynamically) 2" and
15803 "ptype on opaque struct tagname (dynamically) 2
15804 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
15805 gcc compiled for:
15806 "p datalocal"
15807 "whatis datalocal",
15808 "ptype datalocal",
15809 "p bsslocal",
15810 "whatis bsslocal", and
15811 "ptype bsslocal".
15812 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
15813 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
15814 when not gcc compiled.
15815 * gdb.base/funcargs.exp (float_and_integral_args): Add
15816 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
15817 compiled.
15818 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
15819 "backtrace from call6a" when not gcc compiled.
15820 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
15821 "backtrace from call7a" when not gcc compiled.
15822 * gdb.base/callfuncs.exp (do_function_calls):
15823 Add "hppa*-*-hpux*" xfail when not gcc compiled for
15824 "p t_char_array_values(char_array_val2,char_array_val1)",
15825 "p t_char_array_values(char_array_val1,char_array_val2)",
15826 "p t_char_array_values("carray 1","carray 2")",
15827 "p t_char_array_values("carray 1",char_array_val2)",
15828 "p t_char_array_values(char_array_val1,"carray 2")",
15829 "p sum_args(1,{2})",
15830 "p sum_args(2,{2,3})",
15831 "p sum_args(3,{2,3,4})",
15832 "p sum_args(4,{2,3,4,5})"
15833 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
15834 "backtrace in corefile.exp" when not gcc compiled.
15835
15836Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15837
15838 * gdb.base/signals.exp: Rewrite `handle all print' test as
15839 a procedure. Accept blanks or TABs as whitespace, increase
15840 timeout and expect input buffer size for the large output
15841 from the command. Remove "i*86-*-bsdi2.0" xfail.
15842
15843Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15844
15845 * gdb.base/setvar.exp: Add new testcases for truncation when
15846 assigning invalid values to bitfields.
15847
15848Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
15849
d63a86f8 15850 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
15851 mips-sgi-irix* xfail for
15852 "call inferior func with struct - returns char *"
15853 and fix test so that an optional (unsigned char *) cast is
15854 accepted in the result.
15855
15856Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
15857
15858 * gdb.base/funcargs.exp (float_and_integral_args): Remove
15859 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
15860 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
15861 * gdb.base/signals.exp: Remove duplicate "handle all print" test
15862 that accidentally got checked in.
15863
15864Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
15865
d63a86f8 15866 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
15867 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
15868 compiled test.
15869 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
15870 Add mips-sgi-irix5* xfail for not gcc compiled.
15871 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
15872 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
15873 "p top", "whatis top", "p middle", and "whatis middle".
15874 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
15875 "whatis signed char" for not gcc compiled.
15876 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
15877 "set variable signed char=-1 (-1)" and
15878 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
15879 * gdb.base/funcargs.exp (float_and_integral_args):
15880 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
15881 Add mips-sgi-irix* xfail when not gcc compiled for
15882 "continue to call2b".
15883 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
15884 "continue to call2g".
15885 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
15886 "backtrace from call6a"
15887 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
15888 "backtrace from call7k".
15889 Add mips-sgi-irix5* xfail when not gcc compiled for
15890 "backtrace from call7a".
15891 (localvars_after_alloca): Fix gdb_test cmds for
15892 "print * after runto ...".
15893 Remove rs6000-*-* xfails for
15894 "print i after runto localvars_after_alloca" and
15895 "print l after runto localvars_after_alloca"
15896 for all compilers.
15897 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
15898 when not compiled with gcc, for:
15899 "print signed char == (minus)",
15900 "print signed char != (minus)",
15901 "print signed char < (minus)",
15902 "print signed char > (minus)".
15903 * gdb.base/callfuncs.exp (do_function_calls):
15904 Add mips-sgi-irix* xfail, when compiled with native compiler, for
15905 "call inferior func with struct - returns char *".
d63a86f8 15906 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
15907 "correct value returned double test" to include Solaris 2.4.
15908 * gdb.base/funcargs.exp (float_and_integral_args):
15909 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 15910
c906108c
SS
15911Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15912
15913 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
15914 enumeration bitfields if compiling with GNU C.
15915 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
15916 to empty' prompt.
15917
15918Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
15919
15920 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
15921 test for PRO targets.
15922
15923 * gdb.base/funcargs.exp: Avoid ever setting more than 8
15924 breakpoints in the inferior at any given time by making
15925 two groups of breakpoints for call2*, call6* and call7*
15926 tests.
15927
15928Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15929
15930 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
15931 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
15932 from optimizing it away.
15933 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
15934 "call inferior func with struct".
15935
15936Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
15937
15938 * configure.in: Only configure gdb.chill for particular targets.
15939
15940Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
15941
15942 * gdb.base/Makefile.in: Add action to .c.o transformation
15943 rule that generates a .ci file for each .o file and remove
15944 explicit .c.o rules except for callfuncs.o.
15945 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
15946 generates a .ci file for each .o file and remove explicit
15947 .cc.o rules.
15948 (clean): Remove *.tmp *.ci files.
15949 (EXECUTABLES): Remove templ-info.exp.
15950 * gdb.base/compiler.c: New file.
15951 * gdb.c++/compiler.cc: New file
15952 * gdb.base/scope.exp: Source gdb.base/scope.ci.
15953 Change rs6000-*-* xfail for
15954 "print 'scope0.c'::filelocal_ro" and
15955 "print 'scope1.c'::filelocal" and
15956 "print 'scope1.c'::filelocal_bss" and
15957 "print 'scope1.c'::filelocal_ro" and
15958 "print 'scope1.c'::foo::funclocal" and
15959 "print 'scope1.c'::foo::funclocal_ro" and
15960 "print 'scope1.c'::bar::funclocal" and
15961 "print 'scope0.c'::filelocal_ro" and
15962 "print 'scope1.c'::filelocal at foo" and
15963 "print 'scope1.c'::filelocal_bss at foo" and
15964 "print 'scope1.c'::filelocal_ro at foo" and
15965 "print 'scope1.c'::foo::funclocal at foo" and
15966 "print 'scope1.c'::foo::funclocal_bss at foo" and
15967 "print 'scope1.c'::foo::funclocal_ro at foo" and
15968 "print 'scope1.c'::bar::funclocal at foo" and
15969 "print 'scope0.c'::filelocal_ro" and
15970 "print 'scope1.c'::filelocal" and
15971 "print 'scope1.c'::filelocal_bss" and
15972 "print 'scope1.c'::filelocal_ro" and
15973 "print 'scope1.c'::foo::funclocal" and
15974 "print 'scope1.c'::foo::funclocal_bss" and
15975 "print 'scope1.c'::foo::funclocal_ro" and
15976 "print 'scope1.c'::bar::funclocal" and
15977 "print 'scope1.c'::bar::funclocal_bss"
15978 to only be xfail'd when not compiled with gcc.
d63a86f8 15979 Add rs6000-*-* xfail for
c906108c
SS
15980 "print 'scope0.c'::filelocal_bss before run"
15981 when compiled with gcc.
15982 (test_at_main): Add rs6000-*-* xfail for
15983 "print filelocal_ro in test_at_main"
15984 when compiled with gcc.
15985 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 15986 Add rs6000-*-aix* xfail for
c906108c
SS
15987 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
15988 "ptype t_char_array", not compiled with gcc.
15989 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
15990 xfail for "list foo (in include file)" when gcc compiled.
15991 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
15992 (integral_args): Add rs6000-*-* xfail for
15993 "run to call0a" if not compiled with gcc.
15994 (unsigned_integral_args): Add rs6000-*-* xfail for
15995 "run to call1a" if not compiled with gcc.
15996 (float_and_integral_args): Add rs6000-*-* xfail for
15997 "run to call2a" if not compiled with gcc and for
15998 "continue to call2b" for any compiler.
15999 Add rs6000-*-* xfail to
16000 "print f1 after run to call2a" for gcc compiled.
16001 (discard_and_shuffle): Add rs6000-*-* xfail for
16002 "run to call6a".
16003 (shuffle_round_robin): Add rs6000-*-* xfail for
16004 "backtrace from call7a" if not compiled with gcc.
16005 Add rs6000-*-* xfail for
16006 "backtrace from call7b" if compiled with gcc.
16007 (call_after_alloca): Add rs6000-*-* xfail for
16008 "print c in call_after_alloca" and
16009 "print s in call_after_alloca" and
16010 "backtrace from call_after_alloca_subr"
16011 if not compiled with gcc.
16012 (localvars_in_indirect_call): Add rs6000-*-* xfail for
16013 "print c in localvars_in_indirect_call" and
16014 "print c in localvars_in_indirect_call" and
16015 "backtrace in indirectly called function" and
16016 "stepping into indirectly called function"
16017 if not compiled with gcc.
16018 (localvars_after_alloca): Add rs6000-*-* xfail for
16019 "print c after runto localvars_after_alloca" and
16020 "print s after runto localvars_after_alloca" and
16021 "print i after runto localvars_after_alloca" and
16022 "print l after runto localvars_after_alloca"
16023 for all compilers.
16024 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
16025 than whatis-info.exp.
16026 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
16027 than opaque-info.exp.
16028 Setup rs6000-*-* xfail for
d63a86f8 16029 "ptype on opaque struct pointer (statically)" and
c906108c
SS
16030 "ptype on opaque struct pointer (dynamically)" when
16031 not compiled with gcc.
16032 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
16033 rather than callf-info.exp.
16034 (do_function_calls): Add clear_xfail for rs6000-*-* for
16035 "p t_float_values2(3.14159,float_val2)". Seems to work
16036 fine there, both with xlc and gcc. Need to find out what
16037 it is doing right and fix other platforms.
16038 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
16039 "call inferior func with struct - returns int",
16040 "call inferior func with struct - returns long",
16041 "call inferior func with struct - returns float",
16042 "call inferior func with struct - returns double",
16043 "call inferior func with struct - returns char *",
16044 but only if not gcc compiled (presumes xlc compiled).
16045 Change rs6000-*-* xfails for
16046 "call inferior func with struct - returns char" and
16047 " call inferior func with struct - returns short" to only
16048 xfail if not using gcc.
16049 (clean mostlyclean): Remove *.ci and *.tmp files.
16050 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
16051 than templ-info.exp.
16052 * gdb.base/langs.exp: Source gdb.base/langs.ci.
16053 Add rs6000-*-* xfail for "up to foo in langs.exp"
16054 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
16055 when not gcc compiled.
d63a86f8 16056
c906108c
SS
16057Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16058
16059 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
16060 * gdb.base/corefile.exp: Likewise.
16061 * gdb.base/list.exp: Likewise.
16062 * gdb.base/scope.exp: Likewise.
16063 * gdb.base/siganls.exp: Likewise.
16064
16065 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
16066 compiler output.
16067 * gdb.base/whatis.exp: Likewise.
16068
16069Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
16070
16071 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
16072 failure (opcode table has been fixed to match reality).
16073
16074Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
16075
16076 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
16077 "call inferior func with struct - returns char",
16078 "call inferior func with struct - returns short"
16079
16080 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
16081 "print 'scope0.c'::filelocal at main",
16082 "print 'scope0.c'::filelocal_bss in test_at_main",
16083 "print 'scope0.c'::filelocal at foo",
16084 "print 'scope0.c'::filelocal_bss in test_at_foo",
16085 "print 'scope0.c'::filelocal at bar",
16086 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 16087
c906108c
SS
16088 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
16089 in source file 1". This bug seems to have been fixed with both
16090 gcc and native cc (was native assembler bug?).
16091
16092Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
16093
16094 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
16095 "backtrace through signal handler" to "i*86-*-sysv4*".
16096 * gdb.base/signals.exp: Add xfail for "'next' behaved as
16097 continue" case. Add "known SVR4 bug" to fail message.
16098 Add "i*86-*-bsdi2.0" xfail for "handle all print".
16099 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
16100 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
16101 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
16102 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
16103 "up to foo in langs.exp", "show language at foo in
16104 langs.exp", "up to cppsub_ in langs.exp", "show
16105 language at cppsub_ in langs.exp", "up to fsub in
16106 langs.exp", and "show language at fsub in langs.exp".
16107 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
16108 "bactrace in corefile.exp".
16109 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
16110 "call inferior function with struct - returns float" and
16111 "call inferior function with struct - returns double".
d63a86f8 16112
c906108c
SS
16113Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
16114
16115 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
16116 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
16117 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
16118 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
16119
16120Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
16121
16122 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
16123 (or overriden) "CHILL" macro rather then bare "gcc".
16124 Also look for ../../gcc/xgcc since that is what we will
16125 actually need, not "Makefile". Remove following assignment
16126 of CHILL to CHILL_FOR_TARGET because that results in
16127 recursive definition.
16128
16129Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
16130
16131 * gdb.base/corefile.exp: Change xfail for backtrace in
16132 corefile.exp from linuxaout to all linux.
16133 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
16134 cases where we miss the breakpoint at the signal handler
16135 for some reason. Setup xfail for linuxoldld/linuxaout and
16136 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
16137 hitting SIGURG breakpoint.
16138 * gdb.base/signals.exp: Setup xfail for "next" acting like
16139 continue to add linuxoldld. Setup xfail for all linux for
16140 "next to handler in signals_tests_1", "backtrace in
16141 signals_tests_1", "continue to func1", "pass SIGUSR1",
16142 and continue to handler".
16143
16144Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
16145
16146 * Update all FSF addresses except those in COPYING* files.
16147
16148Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
16149
16150 * gdb.base/a2-run.exp: Change messages to be more explicit about
16151 the status of args, and quote binfile in results.
16152
16153Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
16154
16155 * gdb.base/callfuncs.exp: Add tests for passing structs to
16156 inferior functions and return various types.
16157 * gdb.base/callfuncs.c: Add functions to receive a struct
16158 and return a member of the struct, in various types.
16159
16160Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16161
16162 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
16163
16164Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16165
16166 * config/vxworks29k.exp: New file, sources vxworks.exp.
16167
16168Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16169
16170 * config/gdbremote.exp: New file. Testing framework using
16171 gdbserver.
16172
16173Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
16174
16175 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
16176 "call function when asleep" and "send end of file".
16177 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
16178 for "backtrace in corefile.exp".
16179 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
16180 for "backtrace through signal handler".
16181 * gdb.base/corefile.exp: Make sure we actually generate a core file
16182 before trying the core tests. Some systems allow the user to suppress
16183 generation of core files and default to that (linux for example).
16184 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
16185 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
16186
16187Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16188
16189 * gdb.threads: New directory with some crude multi-threaded
16190 gdb tests (step.exp and step2.exp).
16191 * config/mt-lynx (STEP_EXECUTABLE): Define.
16192 (THREADFLAGS): Define.
16193
16194Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
16195
16196 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
16197
16198 * gdb.base/signals.exp: Disable whole file for lynx until
16199 further notice.
16200
16201 * gdb.base/signals.exp: xfail test where "next" acts like
16202 "continue" for lynx.
16203
16204 * gdb.base/interrupt.exp: xfail test for calling function while
16205 inferior is asleep for lynx.
16206
16207 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
16208 than one cr-lf after each command.
16209
16210Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16211
16212 * configure.in: Reinstate setting of stabsdirs variable, fix
16213 typo in setting up configdirs for native builds.
16214
16215 * gdb.base/return.exp: Fix typo in return double test.
16216 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
16217 compiler from optimizing them away.
16218
16219Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
16220
16221 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
16222 sequences to be echo'd by gdb when using gdb_test.
16223 * gdb.chill/chexp.exp: Likewise.
16224 * gdb.fortran/exprs.exp: Likewise
16225
16226Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16227
16228 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
16229 after the inferior gdb has started.
16230
16231 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
16232 after each command.
16233 * gdb.base/funcargs.exp: Likewise.
16234 * gdb.base/gdbvars.exp: Likewise.
16235 * gdb.base/interrupt.exp: Likewise.
16236 * gdb.base/list.exp: Likewise.
16237 * gdb.base/watchpoint.exp: Likewise.
16238 * gdb.c++/demangle.exp: Likewise.
16239 * gdb.c++/inherit.exp: Likewise.
16240 * gdb.chill/chexp.exp: Likewise.
16241 * gdb.fortran/exprs.exp: Likewise.
16242
16243 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
16244 test if we can't handle IO to/from the inferior.
16245
16246 * gdb.c++/misc.exp: Always check for a program already being
16247 started after sending a "run" command to gdb.
16248
16249 * gdb.base/twice.exp: Start with a fresh gdb.
16250
16251 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
16252 only depend on gdb's expression code, not the chill runtime.
16253
16254 * gdb.base/return.c: Put return values into variables so we
16255 can have gdb print them rather than depending on the program
16256 to print them.
16257 * gdb.base/return.exp: Corresponding changes.
16258
16259 * lib/gdb.exp: Provide default value for noinferiorio.
16260 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
16261 the inferior.
16262
16263 * gdb.base/break.exp: Always check for a program already being
16264 started after sending a "run" command to gdb.
16265 (text_next_with_recursion): Don't check the output from the
16266 program's printf statement. Instead just make sure the program
16267 exited.
16268
16269 * gdb.base/commands.exp: Protect tests which need arguments with
16270 $noargs conditionals.
16271
16272Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16273
16274 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
16275 of structure member arrays to match gdb/valops.c:value_addr change.
16276
16277Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
16278
16279 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
16280 cases.
16281
16282Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
16283
16284 * configure.in (configdirs): Remove gdb.chill from default list
16285 of subdirs and then add it back in only if doing a native build.
16286 The current chill compiler does not yet work in any cross build.
16287 * Revert all signal changes from Jul 6.
16288 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
16289 for sh-hms targets, allowing these tests to link, with no other
16290 changes. Testing is suppressed by setting "nosignals" in site.exp.
16291
16292Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
16293
16294 * configure.in (signaldirs): Define and add to configdirs for all
16295 targets except some specific ones that are known to not support signals.
16296 Also clean up formatting.
16297 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
16298 (signals, sigall): Remove rules to build.
16299 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
16300 Moved to new gdb.signals directory.
16301 * gdb.signals: New test directory.
16302 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
16303 signals.c signals.exp}: New or moved files.
16304
16305Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
16306
16307 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
16308
16309Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
16310
16311 * gdb.base/return.exp: Xfail `return double' test failure
16312 on at least Solaris 2.3 and handle future/past versions on
16313 a case by case basis as appropriate. Also update message
16314 to include i*86 failures.
16315
16316Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16317
16318 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
16319
16320 * lib/gdb.exp: Fix comment which erroneously identified
16321 gdb_file_cmd as gdb_load (the 19 May change was in fact to
16322 gdb_file_cmd not gdb_load).
16323 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
16324
16325 * gdb.base/setvar.exp: Make test names consistent between pass and
16326 fail cases. Use gdb_test more.
16327
16328Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16329
16330 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
16331
16332Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16333
16334 * gdb.base/help.exp: Fix expected help string for `show commands'.
16335
16336Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
16337
16338 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
16339
16340 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
16341 of a text section.
16342
16343Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
16344
16345 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
16346 that loop eventually terminates. Fix Connection refused logic so
16347 that testsuite will expire nicely.
16348
16349Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
16350
16351 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
16352 config/rom68k.exp: New tcl glue for the appropriate monitors.
16353 These all just end up calling monitor.exp.
16354 * config/monitor.exp (gdb_target_monitor): Handle `Connection
16355 refused' by retrying. Cleanup some timeout issues.
16356 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
16357 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
16358 callers don't have to set/restore global timeout variable.
16359
16360 * The following set of changes centralizes management of the global
16361 timeout variable. This way, it can be set in one target dependent
16362 place instead of dozens of places scattered throughout the test suite.
16363 If you need to lengthen a timeout, then you should either set timeout
16364 in one of the config/{target}.exp files, or multiply it by a factor.
16365 Setting it to an absolute value is always going to lose for some
16366 targets.
16367 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
16368 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
16369 * gdb.base/funcargs.exp: Don't set timeout.
16370 * gdb.base/list.exp (test_forward_search): Only use local timeout.
16371 * gdb.base/printcmds.exp (test_print_string_constants
16372 test_print_array_constants): Don't set timeout.
16373 * gdb.base/ptype.exp: Don't set timeout.
16374 * gdb.base/recurse.exp: Don't set timeout.
16375 * gdb.base/return.exp: Don't set timeout.
16376 * gdb.base/watchpoint.exp: Don't set timeout.
16377 * gdb.c++/classes.exp (do_tests): Don't set timeout.
16378 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
16379
16380Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
16381
16382 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
16383
16384Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16385
16386 * lib/gdb.exp: Disable chill tests for irix5.
16387
16388Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16389
16390 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
16391 each test pass or fail.
16392
16393Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16394
16395 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
16396 xlc not gcc.
16397
16398Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
16399
16400 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
16401
16402Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
16403
16404 * config/est.exp: Fix copyright and comments. Remove dead code.
16405 Use targetname, serialport and baud variables instead of fixed
16406 constants.
16407 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
16408 * config/cpu32bug.exp: New file to support cpu32bug monitors.
16409
16410Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16411
16412 * gdb.base/watchpoint.exp: Don't run
16413 test_watchpoint_triggered_in_syscall for sunos.
16414
16415Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16416
16417 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
16418 they don't seem to exist. Do include stdio.h.
16419
16420Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16421
16422 * gdb.base/a1-selftest.exp: Add alpha xfail.
16423
16424Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16425
16426 * gdb.base/watchpoint.c (main): Prompt before calling read().
16427 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
16428 Revise accordingly. Remove cruft about sending "123" several
16429 times, until it gets noticed. Clean up the "print buf[0]" stuff
16430 so that it passes or fails, and waits for prompts in the usual way.
16431
16432Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16433
16434 * gdb.base/recurse.exp: Fix comment.
16435
16436 * TODO: Remove item about printing variables in nodebug.exp. Add
16437 item about enabling tests which are only run on some targets.
16438
16439 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
16440 fail, make test names unique, use new gdb_test convention
16441 regarding pattern, use gdb_test more, etc.).
16442
16443 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
16444 fail, make test names unique, etc.).
16445
16446Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16447
16448 * gdb.base/nodebug.c: Change return type of top and middle to
16449 short.
16450 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
16451 are fixed by the recent mdebugread.c changes. Allow `short ()'
16452 as type for top and middle.
16453
16454Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16455
16456 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
16457 nearly as I can tell, the whole thing was an accident in Stu's
16458 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
16459 to replace a send/expect pair with gdb_test, but ended up only
16460 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
16461 of 30 Mar 1995 took care of it, but left this vestigial comment
16462 which I am now nuking.
16463
16464Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16465
16466 * gdb.base/break.exp: Look for different line number for
16467 breakpoint at main depending on usestubs.
16468
16469Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16470
16471 * gdb.base/list.exp: Adjust some alternate expect patterns to
16472 match recent list0.c change. Add alternate expect pattern for
16473 output from `list default lines around main' for optimizing
16474 compilers.
16475
16476Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16477
16478 * lib/gdb.exp: If nosignals is not set, set it to 0.
16479
16480Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
16481
16482 * config/slite-gdb.exp: Responds to load symbol table prompt.
16483 * gdb.base/break.exp: Adjust line number, fix rerun.
16484 * gdb.base/langs0.c: Add #ifdef usestubs.
16485
16486Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
16487
16488 * gdb.base/list.exp: Adjust line contents after adding new lines in
16489 list0.c. Also fix a syntax error.
16490
16491 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
16492 * gdb.base/break.exp: ditto.
16493 * gdb.base/list.exp: ditto.
16494 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
16495 * gdb.base/run.c: ditto.
16496 * gdb.base/list0.c: ditto.
16497 * gdb.base/funcargs.c: ditto.
16498
16499Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
16500
16501 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
16502 $targetname, $serialport and $baud instead of hardwired variables.
16503 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
16504 target doesn't support signals.
16505
16506Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
16507
16508 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
16509
16510Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16511
16512 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
16513 Don't rely on the value of an auto variable before it has been
16514 initialized. Use gdb_test more.
16515
16516Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16517
16518 * lib/gdb.exp (default_gdb_version): A version number must start
16519 with a digit, but other than that contains all characters up to
16520 the first whitespace character.
16521
16522Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16523
16524 * gdb.base/commands.exp (breakpoint_command_test): New tests.
16525
16526Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16527
16528 * gdb.c++/*.exp: Warn if executable does not exist. The original
16529 reason for skipping the warning was that configure.in sometimes
16530 intentionally skipped building the executables but the tcl code
16531 had no way of knowing. That (a) was always bogus with respect to
16532 error handling, (b) is no longer true (right now there is no way
16533 to skip C++ tests).
16534
16535 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
16536
16537Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16538
16539 * gdb.base/list.exp: Add expect patterns for output from
16540 SunPRO compiled executables.
16541 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
16542 types.
16543
16544Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16545
16546 * gdb.base/break.exp (test_next_with_recursion): Accept any line
16547 number (we are already testing that the correct source line text
16548 gets printed).
16549
16550 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
16551 that is what is intended, but something needed to be done to get
16552 sunos4 native working again.
16553
16554 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
16555
16556 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
16557 apparently went with a (very) old xfail.
16558
16559Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
16560
16561 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
16562 runto_main is a proc in gdb.exp that will do 'step' for target use
16563 stubs.
16564 * gdb.base/exprs.exp: ditto.
16565 * gdb.base/interrupt.exp: ditto.
16566 * gdb.base/opaque.exp: ditto.
16567 * gdb.base/printcmds.exp: ditto.
16568 * gdb.base/ptype.exp: ditto.
16569 * gdb.base/scope.exp: ditto.
16570 * gdb.base/setvar.exp: ditto.
16571 * gdb.base/signals.exp: ditto.
16572 * gdb.base/twice.exp: ditto.
16573 * gdb.c++/classes.exp: ditto.
16574 * gdb.c++/inherit.exp: ditto.
16575 * gdb.c++/templates.exp: ditto.
16576 * gdb.base/break.exp: no run and hit main for stubs. Change line
16577 numbers for breakpoints and info breakpoint.
16578 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
16579 breakpoint().
16580 * gdb.base/callfuncs.c: ditto.
16581 * gdb.base/exprs: ditto.
16582 * gdb.base/interrupt.c: ditto.
16583 * gdb.base/opaque0.c: ditto.
16584 * gdb.base/printcmds.c: ditto.
16585 * gdb.base/ptype.c: ditto.
16586 * gdb.base/scope0.c: ditto.
16587 * gdb.base/setvar.c: ditto.
16588 * gdb.base/signals.c: ditto.
16589 * gdb.base/twice.c: ditto.
16590 * gdb.c++/misc.cc: ditto.
16591 * gdb.c++/templates.cc: ditto.
16592
16593Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16594
16595 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
16596
16597 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
16598 somewhere between `read' and `main.c'. I'm pretty sure the
16599 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
16600 and it isn't particularly useful.
16601
16602 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
16603
16604Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16605
16606 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
16607
16608Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
16609
16610 * config/mt-slite: add LIBS and -nostdlib.
16611 * config/slite-gdb.exp: add this new file to support sparclite target.
16612
16613Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
16614
16615 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
16616
16617 * gdb.base/a2-run.exp: Change argument to istarget from
16618 "*-*-vxworks" to "*-*-vxworks*".
16619 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
16620
16621Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
16622
16623 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
16624 will not runto main but do a 'step' to step out of breakpoint().
16625 * config/mt-slite: add -Dusestubs.
16626
16627Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16628
16629 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
16630 instead of just @.
16631
16632 * gdb.base/signals.exp: Add test for "handle all print".
16633 * TODO: Remove "handle all print". Also remove item about
16634 checking copyright date (I don't like the idea of a spurious FAIL
16635 based on when we run the tests).
16636
16637 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
16638 for SunOS4 (reason for failure not investigated). Remove
16639 redundant test for $binfile.
16640
16641 * gdb.base/nodebug.c (array_index): Call malloc.
16642
16643 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
16644
16645Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
16646
16647 * gdb.base/recurse.exp: Update gdb_test invocation to use new
16648 conventions and slightly simplify the matching regexp.
16649
16650Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16651
16652 * gdb.base/break.exp: Update gdb_test invocation to use new
16653 convention.
16654
16655 * lib/gdb.exp: If noargs is not set, set it to 0.
16656
16657 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
16658 tests unique.
16659
16660 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
16661
16662Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16663
16664 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
16665 one argument of type "<non-float parameter>".
16666
16667Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
16668
16669 * config/rom68k.exp: New file to support Motorola IDP board.
16670 * gdb.base/a2-run.exp: Skip this file if noargs is set.
16671 * gdb.base/break.c: Change things around so that this program
16672 doesn't depend upon args. This is necessary to make remote
16673 targets work (in general, they can't take args).
16674 * gdb.base/break.exp: Don't try to send args to program. Don't
16675 expect output. Also, replace lots of code with gdb_test.
16676
16677Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16678
16679 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
16680 printing of '\'' (which is what the comment says we are testing,
16681 even though we were not), not '''.
16682 (test_integer_literals_rejected): Test that printing ''' is an error.
16683
16684 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
16685 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
16686 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
16687 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
16688 Use gdb_test not test_print_accept.
16689 * lib/gdb.exp: Remove test_print_accept.
16690
16691 * gdb.base/signals.exp (signal_tests_1): Make pass message
16692 consistent with fail message.
16693
16694 * gdb.base/whatis.exp: Remove xfails for printing char vs.
16695 unsigned char; the bug (PR 1821) is fixed.
16696
16697 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
16698
16699 * gdb.base/scope.exp (test_at_localscopes): Call pass for
16700 successful tests--makes xfailing them work right.
16701
16702Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16703
16704 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
16705 only \r\n, not .*. The test can pass .* as the last thing in
16706 $pattern if that is what it wants. In addition to providing this
16707 flexibility, this change should speed up pattern matching in cases
16708 where the pattern already ended with .* (there were a number of
16709 them). This change also helps catch bad patterns--in the old
16710 scheme the typo "char \*" instead of "char \\*" would pass. Now
16711 it is caught.
16712 * Many .exp files: Update callers.
16713
16714 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
16715 clearer and does not spuriously match multiple ('s. Likewise for
16716 ) and *.
16717
16718 * gdb.base/nodebug.exp: Test ability to call a function and pass
16719 it a string (even with no debugging info).
16720
16721 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
16722 "p '\'", which is the same as "p ''" once tcl gets done with
16723 quoting, to "p '\\'", which I suspect is what is intended (one
16724 backslash gets sent to GDB).
16725
16726 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
16727
16728Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16729
16730 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
16731 1817) was fixed literally years ago.
16732
16733Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16734
16735 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
16736 test, it causes stepping out of call_after_alloca_subr with
16737 optimizing compilers.
16738 (localvars_in_indirect_call): Consume GDB prompt if `finish'
16739 fails.
16740
16741 * gdb.c++/templates.exp: Source templ-info.exp only if
16742 the templates executable exists.
16743
16744 * gdb.c++/misc.cc (class Contains_static_instance,
16745 class Contains_nested_static_instance),
16746 gdb.c++/classes.exp (test_static_members): Test printing of
16747 a class that contains a static instance of the class.
16748
16749Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16750
16751 * gdb.base/langs2.c (cppsub_): Don't prototype.
16752 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
16753 only, I believe).
16754
16755Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16756
16757 * lib/gdb.exp (skip_chill_tests): New procedure.
16758
16759 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
16760
16761Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
16762
16763 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
16764 each expect pattern. Cuts runtime from 12 to about 4 seconds.
16765
16766Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16767
16768 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
16769
16770 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
16771 disassemble 8, not 16, instructions for part 4.
16772
16773 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
16774 support the latter anymore.
16775
16776 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
16777 -DNO_PROTOTYPES.
16778 * gdb.base/callfuncs.c: Control use of prototypes based on
16779 NO_PROTOTYPES, not __STDC__.
16780 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
16781 t_float_values2 tests if prototypes in use.
16782
16783 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
16784 t_double_values): When checking differences against DELTA, check
16785 that difference is within the range (-DELTA,DELTA), not just
16786 (-infinity,DELTA).
16787
16788Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
16789
16790 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
16791 'file' command firts, then 'target', then 'load', this is due to gdb
16792 target set up.
16793 * config/mips-gdb.exp: Fix a couple regular exp bugs.
16794
16795Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
16796
16797 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
16798 FP load/store variants.
16799 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
16800
16801Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
16802
16803 * gdb.base/term.exp: Do not give a warning if not native, it is
16804 not an abnormal condition.
16805
16806Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
16807
16808 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
16809 t_char_array".
16810
16811Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
16812
16813 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
16814 are getting the version number.
16815
16816 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
16817 if not native, it is not an abnormal condition.
16818
16819Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16820
16821 * lib/gdb.exp: Just use "file exists", rather than undocumented
16822 dejagnu procedure "findfile".
16823
16824Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16825
16826 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
16827 (LDFLAGS): Set to -Xlinker -Ur.
16828
16829 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
16830 Removed, these values are set by lib/gdb.exp.
16831
16832 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
16833
16834Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16835
16836 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
16837 of replicating gdb startup code.
16838
16839 * config/mt-vxworks (LDFLAGS): Set to -r.
16840 (CFLAGS_FOR_TARGET): Removed.
16841
16842 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
16843 (gdb) and gdb for vxworks uses (vxgdb).
16844
16845 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
16846 executable is not in the tree and host != target, use sed and
16847 program_transform_name to determine the gdb name used by the
16848 target.
16849
16850 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
16851 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
16852
16853Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16854
16855 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
16856 floats, chars, and shorts where there are ANSI-style function
16857 definitions.
16858
16859 * gdb.base/langs.exp, gdb.base/langs*: New test.
16860 * gdb.base/Makefile.in: Build it.
16861 * TODO: Remove item about checking that C names don't get C++
16862 demangling applied; this test tests it.
16863
16864Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16865
16866 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
16867 went with the const70 xfail. The xfail went away a year ago.
16868
16869 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
16870
16871 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
16872 for hp300.
16873
16874 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
16875
16876 * gdb.base/a1-selftest.exp: Don't run on hp300.
16877
16878Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16879
16880 * Makefile.in (site.exp): Set host_alias and target_alias as well
16881 as host_triplet and target_triplet.
16882
16883Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16884
16885 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
16886
16887 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
16888 places as other ecoff systems).
16889
16890 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
16891 ultrix.
16892
16893Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16894
16895 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
16896 remove them.
16897 * gdb.base/nodebug.exp: Accept "function" in addition to "text
16898 variable and "variable" in addition to "data variable".
16899 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
16900
16901 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
16902 2.
16903 * gdb.base/list1.c (long_line): Add additional statement at start
16904 of function.
16905 * gdb.base/list.exp (test_forward_search): Update line number to
16906 reflect new statement.
16907
16908Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16909
16910 * gdb.base/signals.exp: Reinitialize searched source directories
16911 after gdb_start call.
16912
16913Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
16914
16915 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
16916 * gdb.stabs/Makefile.in: Likewise.
16917
16918 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
16919 change. Instead split the tests into smaller pieces.
16920 * gdb.disasm/hppa.s: Corresponding changes.
16921
16922Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16923
16924 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
16925 Quote ^C when passing it to stty. For some shells ^ is a pipe.
16926
16927 * gdb.base/funcargs.exp: Modify many tests so that every test
16928 either passes or fails. Make some test names unique.
16929
16930Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16931
16932 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
16933 Call stty to set interrupt character.
16934
16935 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
16936 for HP assembler versus GNU assembler based on actual behavior of
16937 $(CC), rather than assuming that $(AS) is always the GNU assembler.
16938
16939 * TODO: Suggest a few more stepping tests.
16940
16941Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
16942
16943 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
16944 restart GDB for h8300 after a continue.
16945 (return): Add pattern to match a29k-udi behavior.
16946 * gdb.base/nodebug.exp: Remove obsolete comment.
16947 * gdb.base/regs.exp: New file, testing of register displays.
16948 * gdb.base/return.exp: Fix typo in reference to $objdir.
16949 * gdb.base/whatis.exp: Always start with a fresh GDB.
16950
16951Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16952
16953 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
16954 higher, these tests generate a lot of output.
16955
16956Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16957
16958 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
16959 code following the catch silently ignored some errors; without the
16960 catch they should be thrown like any other tcl error. Also, the
16961 catch used "" instead of {} which meant all the callers who wanted
16962 to include one of the characters "[]$ had to quote it an extra time.
16963 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
16964 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
16965 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
16966 Remove extra quoting.
16967
16968Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
16969
16970 * gdb.base/commands.exp: Make test names unique; every test either
16971 passes or fails. Update some comments.
16972
16973 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
16974
16975Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16976
16977 The following fixes a FAIL caused by the fact that the alpha stabs
16978 configuration didn't use the ".if alpha" code in weird.def.
16979 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
16980 bit pointer, so the 32 bit version works even on the alpha.
16981 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
16982 Remove the stuff which allowed us to have separate versions for
16983 alpha and everything else.
16984
16985 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
16986 regexp which "info func operator\[\](" is supposed to match. Fix
16987 string to send to GDB. Note that GDB still doesn't work right. Add a
16988 new test for "info func .perator\[\](" which GDB does handle correctly.
16989
16990 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
16991
16992Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16993
16994 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
16995 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
16996 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
16997 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
16998 it makes the tests harder to understand and confuses test-o-matic.
16999 The preferred style is that each test provides a PASS or a FAIL,
17000 and has a unique message (e.g. "continue #54" not just "continue")
17001 which is the same for the pass and the fail.
17002 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17003 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
17004 to lib/gdb.exp.
17005 * gdb.base/printcmds.exp: Use test_print_accept. Remove
17006 prt_accept which was basically the same thing. Likewise for
17007 test_print_reject and prt_reject.
17008 * lib/gdb.exp (test_print_reject): Add some more error message
17009 patterns to match from the former printcmds.exp (prt_reject).
17010 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
17011 One defect of the passcount stuff is that some of it failed to
17012 report XPASS where appropriate.
17013 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
17014 stuff before and after arg in expected pattern.
17015 (test_paddr_operator_functions): Re-do test without print_addr_of;
17016 this is the only test which seems to want extra stuff there.
17017
17018Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17019
17020 * gdb.base/nodebug.exp: Update new tests to reflect improved
17021 wording of gdb output.
17022
17023 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
17024 and "ptype" work on variables in files compiled without -g.
17025 Replaces commented out "maint print msymbol" tests.
17026
17027Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17028
17029 * gdb.base/setvar.c (dummy): Call malloc.
17030
17031 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
17032 losing with the irix4 sed.
17033
17034 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
17035 ALRM" on irix4.
17036
17037Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17038
17039 * TODO: Remove items about corefile.exp testing new exec-file and
17040 backtrace; both are now done. Add items about printing enums.
17041
17042Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17043
17044 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
17045 "get signal $thissig" test fails.
17046
17047 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
17048
17049Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17050
17051 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
17052 compiler warning with dec alpha compiler.
17053
17054 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
17055 extra \n from gdb_test call (this explains why the prompt test
17056 that I removed yesterday was there).
17057 (user_defined_command_test): Remove extra \n and prompt test.
17058
17059 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
17060 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
17061 doesn't exist.
17062 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
17063 Also remove alpha workaround, which turns out to be because
17064 SIGABRT == SIGLOST.
17065
17066 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
17067
17068 * gdb.base/help.exp: Don't test "help show".
17069
17070Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17071
17072 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
17073 "set print address" is on.
17074 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
17075 pass prompt to gdb_test; gdb_test already looks for the prompt.
17076
17077 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
17078
17079 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
17080 was a vestige of the manual TESTSTRATEGY, and the purpose of it
17081 was to make sure that gdb can read a core file. But (a) the "read
17082 the corefile" part didn't make it to a1-selftest.exp, we just
17083 delete the corefile after creating it, and (b) we test reading
17084 corefiles in corefile.exp anyway. Also, this test left around a
17085 xgdb process on Solaris.
17086
17087 * gdb.base/corefile.exp: Also test backtrace.
17088
17089Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
17090
17091 * gdb.base/commands.exp: Test a simple user defined command with
17092 arguments and if/while statements; verify the full user command is
17093 printed by "show user".
17094
17095 * gdb.base/commands.exp: Test if/while commands as part of a
17096 breakpoint command list; verify they appear in breakpoint
17097 information.
17098
17099Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17100
17101 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
17102 than by dividing by zero.
17103
17104Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
17105
17106 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
17107 performing an inferior call with watchpoints enabled.
17108 * gdb.base/watchpoint.c (main): Delete second unnecessary read
17109 call.
17110
17111Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17112
17113 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
17114 of "file" command.
17115
17116 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
17117 Add additional pattern for when "int operator int(void);" appears
17118 in a different order.
17119
17120Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17121
17122 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
17123
17124 * gdb.base/help.exp: Replace most of docstrings for "info signals"
17125 and "signal" with ".*".
17126
17127Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17128
17129 * TODO: Add note about "handle all nostop".
17130
17131 * gdb.base/{sigall.c, sigall.exp}: New test.
17132 * gdb.base/Makefile.in: Add it.
17133
17134Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17135
17136 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
17137 when invoking GDB, suppresses any windowing interface.
17138
17139Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
17140
17141 * config/sim-gdb: New file, simulator testing support.
17142
17143Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
17144
17145 * gdb.base/interrupt.exp: Test calling func1 twice.
17146
17147Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
17148
17149 * gdb.base/list.exp (test_forward_search): Set timeout higher
17150 when we'll be getting lots of output from gdb.
17151
17152 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
17153 "init_malloc" to after the expect statement. Run it if that
17154 regexp is taken, but also for two others which happen if source
17155 cannot be found.
17156
17157Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17158
17159 * gdb.base/printcmds.exp: New test, for printing register before
17160 program is running.
17161
17162Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17163
17164 * gdb.base/list.exp: Correct some alternate expect patterns
17165 to reflect changes in list1.c.
17166
17167Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17168
17169 * TODO: Add item regarding large frames.
17170
17171 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
17172
17173 * TODO: Remove item about enabling return.exp; it
17174 is enabled. Suggest a few more "return" tests.
17175
17176Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17177
17178 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
17179 anonymous unions.
17180
17181Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17182
17183 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
17184 and pr-5646.o, so "make" is the same as "make all", not "make
17185 pr-4975.o".
17186
17187Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
17188
17189 * gdb.base/list.exp: Adjust expectations to reflect changes in
17190 list1.c.
17191 (test_forward_search): New test proc.
17192 * gdb.base/list1.c (long_line): New function, has long source line.
17193
17194Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
17195
17196 * gdb.base/a1-selftest.exp: Change initial stepping to know about
17197 additional line of code that was added.
17198
17199Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
17200
17201 * gdb.disasm/hppa.s: Break the large branching tests into smaller
17202 tests so as not to overflow expect's input buffers.
17203 * gdb.disasm/hppa.exp: Corresponding changes.
17204
17205Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17206
17207 Beginnings of template debugging tests.
17208 * gdb.c++/templ-info.cc: New file to test for template
17209 debugging capability of the compiler.
17210 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
17211 templ-info.cc.
17212 * gdb.c++/templates.cc: Add explicit template instantiations
17213 to enable compiling with -fno-implicit-templates. Add destructor
17214 and 'value' method to T5 class for template tests.
17215 * gdb.c++/templates.exp: Add testcases for printing of template
17216 types, setting breakpoints on template methods and calling a
d63a86f8 17217 template method.
c906108c
SS
17218
17219Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
17220
17221 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
17222 branch target since some assemblers (gas-2.5) may emit a
17223 relocation for the branch instead of resolving it in the
17224 assembler.
17225
17226Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17227
17228 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
17229 through signal handler.
17230
17231Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17232
17233 * configure.in (*-*-netware): Use config/mt-netware.
17234
17235 * config/mt-netware: New file.
17236 * config/mt-i386-netware: Removed, separate configs for different
17237 netware architectures are no longer needed now that we have
17238 --with-headers.
17239
17240Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17241
17242 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
17243 by the recent changes to use ANSI C arithmetic conversions.
17244
17245Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17246
17247 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
17248 bug involving using inferior_pid to figure out whether to select a
17249 frame.
17250
17251Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
17252
17253 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
17254 match the current disassembler output.
17255
17256Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
17257
17258 * gdb.fortran/exprs.exp: Expect VOID instead of void.
17259 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
17260 types, expect "int" as type of integer values (for now).
17261
17262Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
17263
17264 * gdb.base/commands.exp: New tests for if/while commands.
17265
17266Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
17267
17268 * lib/gdb.exp (runto): Replace sub-pattern for hex value
17269 by .*, since hex values have different syntax in Chill mode.
17270
17271Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17272
17273 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
17274 linefeed from expect pattern for repeated types with indices > 9.
17275
17276Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
17277
17278 First part of Fortran test suite.
17279 * gdb.fortran: New directory.
17280 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
17281
17282Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17283
17284 * gdb.base/default.exp: Update expect pattern for load command
17285 without arguments.
17286
17287Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17288
17289 * configure.in: Change i386 to i[345]86.
17290 * gdb.base/configure.in: Likewise.
17291 * gdb.c++/configure.in: Likewise.
17292 * gdb.chill/configure.in: Likewise.
17293
17294Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
17295
17296 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
17297 patterns, since that is not a valid context for comments.
17298
17299Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
17300
17301 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
17302 repeated types and repeated types with indices > 9.
17303
17304Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
17305
17306 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
17307 2417; old bug has been fixed.
17308
17309Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
17310
17311 * gdb.base/interrupt.exp: When trying to wake up the inferior,
17312 send the newline ourselves instead of assuming gdb_test will do
17313 so when passed an empty input string.
17314
17315 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
17316 stabs testcode.
17317
17318Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17319
17320 * lib/gdb.exp (gdb_test): Don't send anything if the first
17321 argument is an empty string. This makes cases where we want to
17322 match output that is already in expect's buffers (for example,
17323 matching a breakpoint after gdb_run_cmd has been called) work
17324 reliably.
17325
17326Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17327
17328 * config/netware.exp: New file.
17329
17330Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17331
17332 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
17333 the -B and -L prefixes so we can find the debugging stub.
17334
17335 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
17336 there and we are using the gcc from the tree.
17337
17338 * gdb.base/types.c: Removed.
17339
17340 * gdb.base/configure.in: Look for makefile fragments in ../config.
17341 Recognize i386-*-netware.
17342 * gdb.c++/configure.in: Likewise.
17343
17344Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17345
17346 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
17347 the correct TCL syntax.
17348
17349Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17350
17351 * gdb.base/opaque.exp: use runto instead of messing around with
17352 breakpoints. Simplify by using gdb_test.
17353
17354 * gdb.base/bitfields.exp: restart between tests on netware targets
17355 because breakpoints aren't relocated after target death. Run
17356 processes to completion.
17357
17358 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
17359
17360Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
17361
17362 * Makefile.in: Remove extra tabs that confuse some versions
17363 of "make". Use the newly built gdb to test with by default,
17364 rather than the first one in the tester's search path.
17365
17366Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
17367
17368 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
17369
17370 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
17371 condition help.
17372
17373Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17374
17375 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
17376
17377 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
17378 running.
17379 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
17380 * gdb.base/funcargs.exp: Likewise.
17381
17382 * gdb.base/bitfields.exp: Simplify by using gdb_test.
17383 * gdb.base/funcargs.exp: Likewise.
17384
17385 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
17386 message is "".
17387
17388Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17389
17390 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
17391 return,signals,twice}.exp: Handle non-existant binaries
17392 consistantly.
17393
17394 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
17395 * gdb.base/Makefile.in: Don't try to generate a core dump, we
17396 might testing a cross development system.
17397
17398Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17399
17400 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
17401 runtest script is relative to ${srcdir}, not ${rootdir}.
17402
17403Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
17404
17405 * gdb.base/signals.exp: Allow for optionality of breakpoint
17406 address.
17407
17408Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17409
17410 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
17411
17412Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17413
17414 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
17415 for size_t definition.
17416 * gdb.c++/templates.cc: Likewise
17417
17418 * config/mt-i386-netware: New file.
17419
17420 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
17421 defined.
17422
17423 * gdb.base/Makefile.in: Added support for systems that name core
17424 files by appending "core" to the program name.
17425 * gdb.base/a1-selftest.exp: Likewise.
17426
17427Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17428
17429 * gdb.base/return.exp: Add comment and message for `return double'
17430 test failure on Sparc Solaris.
17431
17432Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
17433
17434 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
17435
17436Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17437
17438 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
17439 from optimizing them away.
17440 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
17441 patterns to include default constructors and assignment operators,
17442 to match gcc versions beyond 2.5.8. Accept any cplus demangling
17443 character in the output of the virtual base pointer.
17444
17445Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17446
17447 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
17448 expression match in print_addr_of to avoid unintented matches.
17449 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
17450 versions up to 2.5.8.
17451
17452Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17453
17454 * gdb.base/list.exp: Tweak alternate pattern for listing of an
17455 included file to run under newer versions of expect.
17456 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
17457 consecutive >'s in templates to accomodate recent cplus-dem.c change.
17458 Remove xfail for the virtual table of BDDHookV.
17459
17460Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17461
17462 * lib/gdb.exp (string_to_regexp): Set a default result.
17463 (default_gdb_start): Fix misleading message.
17464
17465Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
17466
17467 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
17468 Remove all CC, etc definitions.
17469 * config/mt-hpux: New file.
17470 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
17471 (CFLAGS, LDFLAGS): Define.
17472 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
17473
17474 * Makefile.in (site.exp): Don't insert host_os, etc.
17475 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
17476 (distclean): Check existence of subdir.
17477 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
17478 * gdb.base/Makefile.in: General cleanup and simplification.
17479 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
17480 to build executables. Use default rule to build .o files.
17481 (EXPECT, RUNTEST, CC): Fix relative pathname.
17482 (site.exp): Don't insert host_os, etc.
17483 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
17484 and/or SIGUSR1 defined.
17485 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
17486 * gdb.c++/Makefile.in: General cleanup and simplification.
17487 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
17488 (CFLAGS): Remove.
17489 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
17490
17491Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
17492
17493 * gdb.base/recurse.exp: Misc changes to get tests running again
17494 after Kung's changes to the watchpoint code.
17495 * gdb.base/watchpoint.exp: Likewise.
17496
17497Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
17498
17499 * lib/gdb.exp (string_to_regexp): Convert {\} also.
17500
17501Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
17502
17503 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
17504 * lib/gdb.exp (default_gdb_start): Define.
17505 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
17506 gdb.base/funcargs.exp, gdb.base/opaque.exp,
17507 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
17508 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
17509 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
17510 Don't call gdb_target_udi in between tests.
17511
17512Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17513
17514 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
17515 (which was basically just a local version of the same thing). In
17516 addition to avoiding duplication, gdb_test_exact is faster.
17517 * lib/gdb.exp (gdb_test_exact): Fix typo.
17518
17519 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
17520 don't give an error.
17521
17522 * gdb.base/term.exp: Call delete_breakpoints before starting.
17523
17524 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
17525 (t10): Add comment.
17526
17527Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
17528
17529 Reorganization of the GDB Test Suite.
17530
17531 * gdb.base: New directory, contains all the basic tests.
17532 * gdb.c++: New directory, tests specific to C++.
17533 * gdb.chill: New directory, tests specific to Chill.
17534 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
17535 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
17536 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
17537 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
17538 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
17539 t30-31 to chill).
17540 * */gdbme.*: Rename to match appropriate expect scripts.
17541 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
17542 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
17543 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
17544 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
17545 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
17546 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
17547 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
17548 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
17549 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
17550 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
17551 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
17552 gdb.c++/virtfunc.cc: New names of C++ files.
17553 * gdb.chill/chillvars.ch: New name of Chill file.
17554 * gdb.base/configure.in, gdb.c++/configure.in,
17555 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
17556 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
17557 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
17558 * configure.in (configdirs): Update to reflect directory changes.
17559 (target_abbrev): No longer define for any configuration.
17560 * Makefile.in: Cosmetic improvements to header comments.
17561
17562Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17563
17564 Various changes to gdb.t31:
17565
17566 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
17567 * gdbme.ch: Make all key-words and predefineds be upper-case.
17568 * chillvars.exp: Expect key-words and predefinds in upper-case.
17569
17570 * chillvars.exp: Use gdb_test_exact many places.
17571 Change expected output for arrays (which now includes index labels).
17572
17573 * pr-5020.exp, gdme.ch (module PR_5020):
17574 New test, for PR-5020.
17575
17576Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
17577
17578 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
17579 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
17580
17581Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
17582
17583 * Makefile.in: Fix bit-rot in definitions of CHILL,
17584 CHILL_FOR_TARGET and Chill_LIB.
17585 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
17586 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
17587 CHILL, and CHILL_LIB.
17588
17589Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
17590
17591 * Revert the previous changes. Please see Rob's directory
17592 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
17593
17594Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
17595
17596 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
17597 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
17598 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
17599 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
17600 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
17601 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
17602 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
17603 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
17604 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
17605 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
17606 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
17607 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
17608 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
17609 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
17610 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
17611 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
17612 changes from 94Q1.
17613
17614Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
17615
17616 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
17617 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
17618 Rob's new testing fragments.
17619
17620Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
17621
17622 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 17623 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
17624
17625Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
17626
17627 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
17628 version also, match on casted version strings, and match on
17629 gdb startup case where the line numbers might be messed up.
17630
17631Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
17632
17633 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 17634 (CFLAGS): Delete it from here.
c906108c
SS
17635
17636Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
17637
17638 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
17639
17640Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
17641
17642 * Makefile.in (RUNTEST): Default to just "runtest".
17643
17644Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17645
17646 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
17647 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
17648 the code has been restructured.
17649
17650Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17651
17652 * gdb.t00/default.exp (set write): Allow any number of \r and/or
17653 \n, not just one of each.
17654
17655 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
17656 /bin/cc gives a warning if you do.
17657
17658Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
17659
d63a86f8 17660 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
17661 __t10ListS_link1ZUiRCUiPT0
17662
17663Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17664
17665 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
17666 on local variables in recursive functions.
17667
17668 * gdb.t07/Makefile.in: Build the new test.
17669
17670Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17671
17672 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
17673 directly. Instead compare the return values from actual calls.
17674
17675Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
17676
17677 * Makefile.in (check): Set TCL_LIBRARY for runtest.
17678
17679Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17680
17681 * From Peter Schauer with minor modifications.
a9c64011
AS
17682 * gdb.t15/return.exp (return_tests): Handle targets where "return"
17683 stops in mid-line in the caller. Add xfail for returning a float
17684 value on X86 targets.
c906108c
SS
17685
17686Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17687
17688 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
17689 to avoid expect lossage.
17690 (fmem_LRbug_tests): Likewise.
17691 * gdb.disasm/hppa.s: Corresponding changes.
17692
17693 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
17694 conditions to work with latest dejagnu/expect.
17695
17696 * gdb.t15/funcargs.exp (finish from indirect call): No longer
17697 expected to fail on the PA.
17698 (backtrace in call with trampolines): Explicitly require main
17699 to be frame #1 (no trampolines should show up in backtrace).
17700
17701 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
17702 "continue -expect".
17703 * gdb.t06/break.exp: Likewise.
17704 * gdb.t07/watchpoint.exp: Likewise.
17705 * gdb.t13/bitfields.exp: Likewise.
17706 * gdb.t15/{funcargs,return}.exp: Likewise.
17707 * gdb.stabs/weird.exp: Likewise.
17708 * config/{mips,udi}-gdb.exp: Likewise.
17709
17710 * hppa.sed: Enclose comments within a sed command to avoid
17711 losing with the old OSF1 sed.
17712
17713Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17714
17715 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
17716 sequent dynix.
17717 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
17718 * gdb.t15/funcargs.exp: Conditionally step again to really
17719 finish from marker_call_with_trampolines. Handle the case where
17720 the first step from within call_with_trampolines already steps
17721 us back to main.
17722 * gdb.t15/gdbme.c: Add comment to closing brace of
17723 call_with_trampolines for funcargs.exp.
17724
17725Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17726
d63a86f8 17727 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
17728 Fix typo(s).
17729
17730Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17731
17732 * gdb.t07/gdbme.c: More code for watchpoint testing.
17733
17734 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
17735 "Hardware watchpoint" throughout file.
17736 (test_watchpoint_triggered_in_syscall): New test.
17737 (test_complex_watchpoint): New test.
17738
17739Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17740
17741 * gdbme.c (call_with_trampolines): New function to try and step
17742 into. Tests trampoline problems on the PA.
17743
17744 * funcargs.exp (localvars_in_indirect_call): No longer expect
17745 stepping into indirect call to fail on PAs.
17746 (test_stepping_over_trampolines): New test.
17747
17748Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17749
17750 * TODO: Add suggestions for static member function tests, and
17751 completion tests.
17752
17753Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17754
17755 * TODO: Add suggestions for "p/a" tests.
17756
17757 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
17758 (default_gdb_exit): Replace all the hair with sending "quit" to
17759 the process with a simple close.
17760
17761Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17762
17763 * TODO: Add suggestions for shared library tests.
17764
17765Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17766
17767 * TODO: Add suggestions for x/s tests.
17768
17769Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17770
17771 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
17772 "enable once", and "enable breakpoints once" with ".*".
17773
17774Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17775
17776 * TODO: Add suggestions about structure passing tests.
17777
17778Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17779
17780 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
17781 the primary1 test, use work around if __GNUC__ < 2.
17782 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
17783 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
17784 Test for bad output rather than waiting for timeout. Issue
17785 second continue only if first continue failed.
17786
17787Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17788
17789 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
17790 operator[] test with gdb_test because the old code didn't seem to
17791 be getting the quoting right with the new dejagnu.
17792
17793Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
17794
17795 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
17796 one from the path.
17797 * Makefile.in: Use a fresh expect if there is one, use runtest
17798 from the src tree if there is one.
d63a86f8 17799
c906108c
SS
17800Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17801
17802 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
17803 next over recursive call. Revise the tests from that point on
17804 (which had been skipped) to match GDB's actual (correct) output.
17805
17806 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
17807 with next over a breakpoint whose condition is false.
17808
17809 * gdb.t00/help.exp: Comment out "help set print" tests just like
17810 (and for same reason as) "help set" test.
17811
17812Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17813
17814 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
17815 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
17816
17817Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17818
17819 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
17820 necessary gdb_target_udi.
17821
17822 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
17823
17824 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
17825 1838 and 2417; they are fixed.
17826
17827 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
17828 gdb.t03/ptype.exp (ptype structure, ptype union):
17829 Remove xfails; the test is looser than when the xfails were added.
17830
17831 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
17832 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
17833
17834 * gdb.t01/run.exp: Only run shell test if isnative.
17835
17836 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
17837 since "run" automatically loads if necessary. Call gdb_target_udi
17838 after the "file" since "file" kills any execution target.
17839
17840 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
17841 GDB. GDB doesn't work that way (not anymore at least) on UDI.
17842 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
17843 argument for UDI.
17844
17845Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17846
17847 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
17848
17849 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
17850
17851Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17852
17853 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
17854 properly quoting regexps. This makes the second argument to
17855 demangle a fixed string, which matches the callers, instead of a
17856 shell-style pattern which is what the previous implementation
17857 used. Update some of the callers.
17858
17859Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17860
17861 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
17862 (comib_nullified_tests): Fix typo.
17863 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
17864 strings. No longer expected to fail.
17865
17866 * gdb.disasm/hppa.s (addib_tests): Fix typo.
17867 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
17868 strings. No longer expected to fail.
17869
17870 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
17871 string. No longer expected to fail.
17872
17873Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17874
17875 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
17876 No longer expected to fail.
17877
17878 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
17879 string. No longer expected to fail.
17880
17881Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17882
17883 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
17884 only in the names (I probably got most of them). I was even
17885 generous with some which differed in underscores in names, and
17886 probably missed a few, and I *still* was able to remove almost a
17887 third of the file with almost no impact on testsuite coverage.
17888
17889Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17890
17891 * gdb.t00/default.exp: Match udi_attach error message as well as
17892 the one from child_attach.
17893
17894 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
17895
17896 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
17897
17898 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
17899 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
17900
17901 * Move test with enums and partial symbols back to
17902 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
17903 Reverts the change of 26 May 93. Per today's change to
17904 stabs.texinfo, the behavior that weird.exp was expecting was
17905 unreasonable; what is important is that the compiler+gdb get
17906 things right, which happens with a recent gcc. Also fix the test
17907 to deal with native compilers which put out the stab gdb can't
17908 deal with.
17909
17910Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17911
17912 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
17913 in the names. The main thing these accomplish is to slow things down.
17914 Many more such duplicates surely remain.
17915
17916 * gdb.t00/help.exp: Comment out "help support" test just like
17917 (and for same reason as) "help set" test.
17918
17919Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
17920
17921 * gdb.t06/break.exp: Remove setup_xfails for
17922 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
17923 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
17924 about known bug in gcc to include up through 2.5.8.
17925 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
17926 well as "_vb$".
17927 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
17928 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
17929 with latest gcc and gdb.
17930 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
17931 well as "_vb$".
17932
17933Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17934
17935 * configure.in (hppa*-*-*): Also configure and build stabs-only
17936 tests.
17937
17938Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17939
17940 * gdb.t10/hppa.mt: A makefile fragment for the PA.
17941 * gdb.t10/configure.in (hppa*-*-*): Use it.
17942
17943Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17944
17945 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
17946
17947Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17948
17949 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
17950 versions prior to 1.13.5.
17951
17952Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17953
17954 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
17955 the prompt is at the start of a line.
17956
17957Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17958
17959 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
17960 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
17961 in the copr tests now.
17962 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
17963 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
17964 expected to fail.
17965
17966Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
17967
17968 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
17969 gdb.t31/chillvars.exp, lib/gdb.exp:
17970 Tweak to run under either version of expect.
17971 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
17972 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
17973 * gdb.t11/list.exp: Remove extraneous whitespace.
17974
17975Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17976
17977 * gdb.t16/printcmds.exp (test_print_strings): Accept
17978 "(unsigned char *) " before the string.
17979
17980 * TODO: Add notes about printing of fancy types and GDB expressions.
17981
17982Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
17983
17984 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
17985 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 17986 if doing mips-idt-ecoff.
c906108c
SS
17987
17988Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
17989
17990 * Most .exp files: Tweak to run under either version of expect.
17991
17992Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17993
17994 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
17995 xfails; I'm not sure why they are failing, but not because of PR 1806.
17996
17997Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
17998
17999 * config/unix-gdb.exp: Remove gdb_unload cause it's already
18000 defined in lib/gdb.exp.
18001
18002Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18003
18004 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
18005 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
18006 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
18007 have to be typeless.
18008
18009Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18010
18011 * TODO: Add suggestion for copyright year test.
18012
18013Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
18014
18015 * configure.in (*-*-lynxos*): Add stabs tests.
18016
18017Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18018
18019 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
18020 so insert a tab before any assembler directive in column zero.
18021
18022 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
18023 stores.
18024 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
18025 stores.
18026 (fpu_short_memory_tests): Likewise.
18027
18028Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18029
18030 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
18031 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
18032 .stabs directives in comments.
18033
18034Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18035
18036 * TODO: New file, describing tests we could write.
18037 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
18038
18039Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18040
18041 * gdb.t06/signals.exp: Add kludge to force re-sync.
18042
18043 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
18044 to xgdb instead of gdb, get out of gdb.
18045
18046Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
18047
18048 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
18049 for info.
18050
18051Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18052
18053 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
18054 * gdb.stabs/configure.in (hppa*-*-*): Use it.
18055 * gdb.stabs/hppa.sed: New sed script for the PA.
18056
18057Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18058
18059 * gdb.stabs: Re-write weird.def and configuration to use sed
18060 instead of cpp. sed is portable and POSIX; cpp is neither.
18061
18062Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18063
18064 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
18065
18066Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18067
18068 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
18069
18070Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18071
18072 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
18073 "_vb$".
18074 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
18075 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
18076
18077Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18078
18079 * lib/gdb.exp: Comment out code which depends on non-existent
18080 `transform' procedure.
18081
18082Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
18083
18084 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
18085 * lib/gdb.exp: Transform tool name.
18086 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
18087 1.1's new error handling system.
18088
18089Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18090
18091 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
18092
18093Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18094
18095 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
18096 They made pattern matching so slow that timeouts happened on
18097 heavily loaded systems. Now any output from "show print" which
18098 gets us back to the GDB prompt is a PASS.
18099
18100Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
18101
18102 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
18103
18104Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18105
18106 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
18107
18108 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
18109 It is not from PR 3220.
18110
18111Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18112
18113 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
18114 just started failing because they depended on the order the
18115 subcommands are presented, or exact docstring text. This kind of
18116 test is a pain and has minimal benefit.
18117
18118Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18119
18120 * gdb.t09/corefile.exp: At end of test, use "core" command with
18121 no arguments.
18122
18123Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
18124
18125 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
18126 17}/Makefile.in: Make it possible to run the testsuite with Sun
18127 make and CC = cross gcc by adding explicit build rules for .o
18128 files.
18129
18130Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18131
18132 * gdb.t15/funcargs.exp: Don't put comments on same line as
18133 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 18134
c906108c
SS
18135Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18136
18137 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
18138
18139Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
18140
18141 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
18142 * gdb.t20/inherit.exp: remove three dumplicate entries.
18143
18144Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18145
18146 * gdb.t06/break.exp: For "next over recursive call", fail on any
18147 incorrect output, not just on "factorial (value=2)".
18148
18149Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18150
18151 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
18152 working now. Add an xfail if accesing a bss variable causes
18153 a memory error if the target is not yet run.
18154
18155Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18156
18157 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
18158 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
18159 name of __st* demangling (2 strings). Did Kung really get the
18160 more than 95 others right without testing them?
18161
18162Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
18163
18164 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
18165
18166Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
18167
18168 * configure.in (configdirs): Add gdb.disasm
18169 * gdb.disasm: New directory for GDB disassembler tests.
18170 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
18171
18172Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18173
18174 * gdb.t00/help.exp: Don't test "help set".
18175
18176 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
18177 from within expect statements. None of these happen anymore and
18178 they cause regressions to be silently unnoticed.
18179
18180 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
18181 messages) about known failures with gcc cygnus-2.4.5-930417.
18182
18183 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
18184 comp-info.exp so it gets built if it doesn't exist.
18185
18186 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
18187 it is no longer used.
18188 * gdb.t13/comp-info.c: Removed.
18189
18190Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18191
18192 * gdb.t06/signals.exp: Add xfail for sun3.
18193
18194Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18195
18196 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
18197 relevant because ^C doesn't get sent but failure can be reproduced
18198 interactively).
18199
18200Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18201
18202 * gdb.stabs/alpha.mt: New configuration file for alpha.
18203 * gdb.stabs/configure.in: Use it.
18204 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
18205 sharing with alpha.mt, redefine long to word via preprocessor.
18206 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
18207 for alpha.
18208 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
18209 native cc.
18210 * gdb.t00/teststrategy.exp: Change expect string so that we
18211 consume the `(xgdb)' from the command echo and from the gdb prompt.
18212 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
18213 gdb currently compares all values as long, so this failure probably
18214 applies to any configuration where LONGEST is bigger than a target int.
18215 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
18216 with gcc.
18217 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
18218 to handle opaque pointers, gcc is.
18219 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
18220 as first argument. Include <sys/types.h> and change all operator
18221 new definitions to use size_t.
18222 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
18223 now that we use size_t.
18224
18225Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18226
a9c64011 18227 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 18228 a long or float array cast all array members to the same type.
a9c64011 18229 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 18230 with 64 bit longs.
a9c64011 18231 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 18232 on alpha.
a9c64011 18233 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
18234
18235Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18236
18237 * gdb.t24 (demangle.exp): Constructors of templates have names like
18238 vector<int>::vector(int) not vector<int>::vector<int>(int). See
18239 section 14.6 of the ARM.
18240
18241 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
18242 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
18243 accomplish little and slow down the testsuite.
18244
18245 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
18246 Accept spaces various places.
18247
18248Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18249
18250 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
18251 with watchpoint enabled.
18252
18253 * Makefile.in: Remove definition of CC and remove the second
18254 definition of CXX (the "CXX = gcc" one remains). These definitions
18255 were causing backquotes to be expanded within backquotes, which
18256 doesn't work.
18257
18258Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
18259
18260 * gdb.t17/callfuncs.exp: Add "return 0" to end.
18261
18262Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18263
a9c64011
AS
18264 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
18265 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
18266 by mips cc and contains no stabs entries.
18267
18268Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
18269
18270 * config/vx-gdb.exp: Use fake device to load files rather than
18271 NFS.
18272 * lib/gdb.exp: New proc to do "file" command.
18273 * config/unix-gdb.exp: Use new "file" proc.
18274
18275Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18276
18277 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
18278 Rework board rebooting slightly.
18279 (gdb_exit): Don't exit from the remote shell; there isn't one.
18280 * gdb.stabs/weird.exp: If a program is being debugged already,
18281 kill it.
18282 * gdb.t04/setvar.exp: Stop and restart gdb.
18283 * gdb.t05/expr.exp: Likewise.
18284 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
18285 restart gdb and reload the program.
18286 * gdb.t08/opaque.exp: Likewise.
18287 * gdb.t12/scope.exp: Likewise.
18288 * gdb.t13/bitfields.exp: Likewise.
18289 * gdb.t15/funcargs.exp: Likewise.
18290 * gdb.t20/classes.exp: Likewise.
18291 * gdb.t03/ptype.exp: Increase timeout.
18292 * gdb.t16/printcmds.exp (test_print_string_constants,
18293 test_print_array_constants): Likewise.
18294 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
18295 * gdb.t20/classes.exp (do_tests): Likewise.
18296 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
18297
18298Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
18299
18300 * gdb.stabs: Renamed *wierd* to *weird*.
18301
18302Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18303
18304 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
18305 for timeout. Add "known gcc 2.4.5 bug" to failure message.
18306
18307Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18308
18309 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
18310 (do_tests): Remove xfail for whatis on one_var and two_var.
18311
18312Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
18313
18314 * Makefile.in: Made cross building work better by adding
18315 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
18316
18317Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18318
18319 * gdb.t15/{return.c,return.exp,Makefile.in}:
18320 New test, currently commented out.
18321
18322Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
18323
18324 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
18325 still running and removes the leftover named socket so GDb can do
18326 clean restarts.
18327
18328Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
18329
18330 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
18331 console, not GDB.
18332 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
18333 cross testing works better with "make check"
18334 * config/unix-gdb: Use default procedures for exit and version.
18335 * config/vx-gdb.exp: Cleaned up and massaged back to working order
18336 with the newest VxWorks.
18337
18338Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18339
18340 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
18341 old form.
18342
18343 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
18344 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
18345
18346 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
18347
18348 * config/unix-gdb.exp: Remove this version of gdb_exit
18349 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
18350 Rob says he'll look at it when he gets back to testing boards.
18351
18352Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
18353
18354 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
18355 an expected fail for certain ptype commands.
18356
18357 * gdb.t20/classes.exp: Update expected results of "ptype class
18358 Base1" to account for the constructor that now appears in the type.
18359
18360Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
18361
18362 * configure.in (configdirs): Restore gdb.t04, which mysteriously
18363 disappeared from list.
18364 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
18365 "alldone" proc with call to cleanup and exit.
18366 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
18367 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
18368 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
18369 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
18370 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
18371 "alldone" proc with simple returns that suppress remaining
18372 tests. The alldone proc went away many months ago.
18373
18374Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18375
18376 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
18377
18378 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
18379
18380Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18381
18382 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
18383 as vax gdb will display them.
18384
18385Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18386
18387 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
18388 optimizers.
18389
18390 * scope.exp: Change "bad value for localval" messages so each one
18391 is unique.
18392
18393 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
18394 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
18395
18396 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
18397
18398Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18399
18400 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
18401 doesn't exist (due to optimization).
18402
18403Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18404
18405 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
18406 contains \r because the filename is long.
18407
18408 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
18409 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
18410
18411Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18412
18413 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
18414 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
18415 Ultrix.
18416 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
18417 int tests.
18418 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
18419
18420Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
18421
18422 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
18423
18424 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 18425 to match does not match the passing case but still matches the
c906108c
SS
18426 failing case.
18427
18428Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18429
18430 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
18431
18432Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
18433
18434 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
18435 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
18436 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
18437 Remove various versions of gdb_exit.
18438 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
18439 gdb_exit.
18440 * config/unix-gdb.exp: gdb_exit remains here, and should override
18441 the generic version, since it's doing a lot of wierd stuff that
18442 the other versions aren't. FIXME, fold it in, or abandon this
18443 version.
18444
18445Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18446
18447 * gdb.t24/demangle.exp: Add tests for PR 3220.
18448
18449Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18450
18451 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
18452
18453Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
18454
18455 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
18456 "i386-*-*". Works for i486 as well.
18457
18458 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
18459 bug, and expand domain of xfail to all SVR4 systems, since the
18460 actual problem is likely to be in generic SVR4 /proc support.
18461
18462Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18463
18464 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
18465
18466Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
18467
18468 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
18469 xfails for other systems. Match a missing 'Continuing.' as an
18470 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
18471
18472 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
18473 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
18474 Only issue warning for missing executables if -all option is used.
18475
18476 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
18477 file if -all option is used. It's like an unpredictable XFAIL.
18478
18479Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18480
18481 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
18482 for dynamically linked binaries.
18483
18484 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
18485
18486Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18487
18488 * gdb.t20/inherit.exp: Change message for "print tagless struct"
18489 to state that this is a known bug in old versions of g++.
18490
18491Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18492
18493 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
18494 while waiting for `Continuing'.
18495
18496Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
18497
18498 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
18499 in text, data, and bss.
18500 * gdb.t10/nodebug.c: Add local and global test variables for
18501 initialized and uninitialized data.
18502
18503Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18504
18505 * config/unix-gdb.exp (gdb_exit): Add "wait".
18506
18507Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18508
18509 * gdb.t06/signals.exp: xfail the continue from the handler for all
18510 targets.
18511
18512 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
18513 function with watchpoints enabled, the i386 call dummy starts with
18514 a call.
18515
18516 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
18517 386 bsd names its corefiles.
18518
18519Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
18520
18521 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
18522 compilers don't grok it.
18523 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
18524 with small octal ints rather than character constants, which
18525 are signed and might not fit if first promoted to int.
18526
18527Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
18528
18529 * gdb.t09/Makefile.in (clean): Remove corefile.
18530
18531Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18532
18533 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
18534
18535Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18536 and Jim Kingdon (kingdon@cygnus.com)
18537
18538 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
18539 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
18540 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
18541
18542Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18543
18544 * gdb.t17/interrupt.exp: Add xfail for hppa.
18545
18546Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18547
18548 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
18549 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
18550 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
18551 to determine signed-ness of bitfields and use the result to setup
18552 the xfail.
18553 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
18554 * gdb.t15/funcargs.exp: Use them to step until the second indirect
18555 call line is reached if necessary.
18556
18557Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18558
18559 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
18560
18561Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18562
18563 * gdb.t06/break.exp: Also test `clear' command.
18564
18565Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18566
18567 * gdb.t00/teststrategy.exp: Remove extra quote.
18568
18569 * gdb.t07/watchpoint.exp: Change xfail for calling function with
18570 watchpoint enabled to be for all non-68k machines.
18571
18572 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
18573
18574Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18575
18576 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
18577 targets use aout.mt instead of ecoff.mt as gas understands
18578 standard aout format.
18579
18580Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18581
18582 * lib/gdb.exp (runto): Don't insist that function we are running to
18583 was compiled with -g.
18584
18585 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
18586
18587 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
18588 to get back into the read system call.
18589 Accept leading newline in case where we woke it up.
18590
18591Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18592
18593 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
18594 to make the stabs test work on ecoff systems using gcc and -with-stabs.
18595 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
18596 enable ecoff configuration.
18597
18598Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18599
18600 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
18601
18602Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18603
18604 * gdb.t16/printcmds.exp: Add another printf test.
18605
18606Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
18607
18608 * configure.in: If configured -with-stabs on any target, add
18609 stabsdirs to configdirs.
18610
18611Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18612
18613 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
18614 fun" so pattern does not match the command itself.
18615
18616Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18617
18618 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
18619
18620Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18621
18622 * gdb.t17/interrupt.exp: Test for more things.
18623
18624Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18625
18626 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
18627 compiler arranges the code and line numbers.
18628
18629 * gdb.t17/interrupt.exp: Don't send \n after ^C.
18630
18631Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18632
18633 * gdb.t00/help.exp: Increase expect input buffer size.
18634
18635Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18636
18637 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
18638
18639 * gdb.t07/watchpoint.exp: Add xfail for hppa.
18640
18641 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
18642
18643 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
18644 [0-9]*, not just [0-9].
18645
18646Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18647
18648 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
18649
18650 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
18651
18652Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18653
18654 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
18655
18656Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18657
18658 * gdb.t06/signals.c: Add xfails for sun3.
18659
18660 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
18661
18662 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
18663 test_stepping tests.
18664
18665Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18666
18667 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
18668
18669 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
18670
18671 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
18672 rather than actually putting it through cpp twice.
18673
18674 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
18675
18676Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
18677
18678 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
18679 no longer needed.
18680
18681Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18682
18683 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
18684
18685 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
18686 C++ features prints as "struct", make it a pass, not an xfail.
18687
18688Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18689
18690 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
18691 Don't require VA to print as "class" rather than "struct".
18692
18693Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
18694
18695 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
18696
18697Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18698
18699 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
18700
18701Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18702
18703 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
18704 order.
18705
18706Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18707
18708 * gdb.t16/printcmds.exp: Add printf tests.
18709
18710 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
18711
18712 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
18713
18714Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
18715
18716 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
18717 pass counts, to counteract any existing or future setup_xfails.
18718
18719Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18720
18721 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
18722 {BEGIN,END}_COMMON for common block instead of STAB.
18723 * gdb.stabs/wierd.exp: Add xfail for rs6000.
18724
18725 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
18726 intp_var should be N_GSYM not N_LSYM.
18727 wierd-aout.S: Use a label for the value of the N_SO.
18728 wierd.def: Remove all backslashes.
18729 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
18730
18731Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18732
18733 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
18734 get the expected next to inheritance3.
18735
18736Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18737
18738 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
18739 now that gcc-2.4 gets it right.
18740
18741Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18742
18743 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
18744
18745 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
18746 generating comp-info.exp which works for cross-compilation.
18747
18748Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
18749
18750 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
18751 "*-*-sysv4.*".
18752
18753Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
18754
18755 * gdb.t01/run.exp: Start with a fresh gdb.
18756 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
18757 SVR4.x.
18758
18759Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
18760
18761 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
18762 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
18763 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
18764 Makefile.in (distclean, realclean): Remove gdbme.c from list of
18765 things to remove.
18766
18767Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
18768
18769 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
18770 test cases from bug reports.
18771
18772Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
18773
18774 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
18775 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
18776 avoid spurious xfails.
18777 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
18778 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
18779 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
18780
18781Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
18782
18783 * gdb.t00/teststrategy.exp: Rework to provide more useful
18784 description of each test, fix problem with systems that define
18785 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
18786 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
18787 results for "next over recursive call" so timeouts aren't taken
18788 by error.
18789
18790Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
18791
18792 * gdb.t12/scope.exp: Test printing of variables before run.
18793
18794 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
18795 printed in wrong order due to sorting.
18796
18797Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
18798
18799 * gdb.t00/teststrategy.exp: Fix expected results for printing
18800 user entered string constant. Is array of char, prints with no
18801 address.
18802
18803 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
18804 commands.
18805 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
18806 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
18807 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
18808 of struct of char arrays.
18809 * gdb.t00/radix.exp: New tests for radix commands.
18810
18811Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
18812
18813 * gdb.t16/printcmd.exp: Print a variable before running program
18814 (with xfail for AIX).
18815
18816Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
18817
18818 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
18819
18820 * gdb.t16/printcmd.exp: Don't print variables before running program.
18821
18822 * gdb.t06/break.exp: Don't require envp argument to main.
18823
18824 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
18825
18826 * gdb.t02/whatis.exp, gdb.t11/list.exp:
18827 Add xfails for rs6000.
18828
18829 * gdb.t02/whatis.exp: Change other tests not to re-test something
18830 we already tested.
18831
18832 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
18833 each type used has a variable of that type.
18834
18835Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
18836
18837 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
18838
18839Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18840
18841 * configure.in: change srctrigger to be a file, not a directory
18842
18843Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
18844
18845 * configure.in (mips-idt-ecoff*): Added trailing '*'.
18846
18847 * gdb.t11/list.exp: Fixed a couple of typos.
18848
18849Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
18850
18851 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
18852 is fixed and PR is closed.
18853 * gdb.t16 (gdbme.c): Add simple test string variable.
18854 * gdb.t16 (printcmds.exp): Add tests with simple test string
18855 variable, primarily for boundaries on "set print elements".
18856
18857Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
18858
18859 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
18860 Make leading 0's optional and don't expect a tab in the middle
18861 of the number.
18862
18863 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
18864
18865 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
18866 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
18867 don't end command passed to gdb_test with newline.
18868
18869 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
18870 signed keyword away, don't expect signed bitfields to be signed.
18871
18872 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
18873 printing with only as many 1's as are in the field as well as printing
18874 with 32 1's (see comment).
18875
18876Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
18877
18878 * gdb.t00/default.exp: Start with a fresh gdb.
18879 * configure.in (configdirs): Remove gdb.t31 until the chill
18880 compiler works again. It no longer is able to find chillrt0
18881 since it isn't in libchill.a anymore.
18882 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
18883 wierd.o, make more modular.
18884 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
18885 spurious newlines that caused problems.
18886
18887Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18888
18889 * Move test with enums and partial symbols from gdb.t03/ptype.exp
18890 to gdb.stabs/wierd.exp since GCC has worked around the bug.
18891 gdb.stabs/wierd.{exp,def}: Many new tests.
18892
18893 * gdb.t00/default.exp: update info line for new message.
18894
18895 * gdb.t02/{whatis.exp,gdbme.c}:
18896 Test that "char *" doesn't print as "caddr_t".
18897
18898Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18899
18900 * gdb.t00/help.exp: Use .* in place of some help messages which
18901 just changed.
18902 gdb.t00/default.exp: Update "info frame" test for new message.
18903 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
18904 Remove some xfails
18905
18906Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18907
18908 * gdb.t03/{gdbme.c,ptype.exp}:
18909 Add tests for typedef'd struct and union without tags.
18910 Also check "whatis" on a variable of a typedef'd enum without a tag.
18911
18912 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
18913 PRMS 1823; the bug still exists but isn't reproduced by this test
18914 anymore), and remove rs6000 XFAIL (the bug is fixed).
18915
18916 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
18917 duplicated from whatis.exp. For those that are left, accept
18918 "long", "long int", or "int" for long variables (whatis.exp already
18919 has an XFAIL for "int", so no need to fail it here).
18920
18921 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
18922 Deal with GCC's names for types now that GDB uses the compiler's names.
18923
18924 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
18925 setup_xfail's for sunos4. If we #defined the signed keyword away,
18926 don't expect GDB to know that char it is signed.
18927
18928 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
18929
18930Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
18931
18932 * configure.in (configdirs): Add gdb.t24 for C++ tests that
18933 should work on any system, regardless of debugging format.
18934 * gdb.t21/demangle.exp: Move to gdb.t24.
18935 * gdb.t24/demangle.exp: Move from gdb.t21.
18936 * gdb.t24/{Makefile.in, configure.in}: New files.
18937
18938Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18939
18940 * configure.in: Do gdb.stabs and C++ tests only for stabs.
18941 * gdb.stabs: New directory.
18942
18943Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18944
18945 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
18946 not just "Quit anyway?".
18947
18948Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
18949
18950 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
18951 that all setup_xfails are immediately followed by clear_xfails.
18952
18953Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
18954
18955 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
18956 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
18957 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
18958 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
18959 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
18960 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
18961 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
18962 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
18963 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
18964 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
18965 gdb.t31/chillvars.exp, lib/gdb.exp:
18966 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
18967 bug-gdb@prep.ai.mit.edu.
18968
18969Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
18970
18971 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
18972 with 0.0, not integer 0.
18973
18974Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
18975
18976 * gdb.t06/break.exp: Update for "Kill the program" message change.
18977
18978Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
18979
18980 * Makefile.in (GDBFLAGS): Set to -nx.
18981 * Makefile.in (site.exp): Use GDBFLAGS.
18982
18983Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18984
18985 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
18986 Makefiles.
18987 (check): depend on just-check.
18988 (just-check): added so that tests can be run without a noop
18989 build pass.
18990
18991Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18992
18993 Switch to using configure's configdirs.
18994 * Makefile.in (Makefile): add configure.in dependency.
18995 (SUBDIRS): removed redundant assignment.
18996 * configure.in: switch subdirs assignment to configdirs.
18997 * gdb.t*/configure.in: new files.
18998
18999Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
19000
19001 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
19002 works.
19003
19004Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
19005
19006 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
19007 in explicit rules. Apparently this is not supported by some makes.
19008
19009Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
19010
19011 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
19012
19013Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19014
19015 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
19016 disappeared.
19017
19018Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
19019
19020 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
19021
19022Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
19023
19024 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
19025 watchpoint problem that is now fixed.
19026 * gdb.t30/chexp.exp: Remove setup_xfail for printing
19027 uninitialized convenience variables.
19028 * gdb.t31/chillvars.exp: Fix expected patterns for printing
19029 structures.
19030
19031Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19032
19033 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
19034 which causes expect to get out of sync with gdb on long output
19035 from help set.
19036 * gdb.t09/corefile.exp: Make expected pattern for core file
19037 failing signal and frame output format less sun specific.
19038
19039Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
19040
19041 * gdb.t31/chillvars.exp: Add and remove initial dummy
19042 breakpoint, so that symbol table is forced in.
19043 (Needed at least on Sunos4, though it seems not SVR4.)
19044 * gdb.t31/chillvars.exp: Update for changed output format.
19045
19046Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
19047
a9c64011 19048 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
19049
19050Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
19051
19052 * Makefile.in: Added --srcdir when invoking runtest, removed the
19053 need for a local config file. (optional now)
19054
19055Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
19056
19057 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
19058 failure count used to force early termination. Add some more
19059 expected failures for gnu style demangling.
19060
19061Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19062
19063 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
19064 pmi variable from gdb.t20/gdbme to get optimized away.
19065 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
19066 Check for written corefile upon timeout _and_ eof.
19067
19068Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19069
19070 * config/unix-gdb.exp: Add missing return 0.
19071
19072Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19073
19074 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
19075 test termination.
19076
19077Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
19078
19079 * configure.in (subdirs): Put back gdb.t17 which mysteriously
19080 disappeared.
19081
19082Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
19083
19084 * gdb.t10/crossload.exp: Disable the i860-elf test until such
19085 time as i860 support works.
19086
d63a86f8 19087 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
19088 "backtrace 100\r" rather than just "backtrace\r", to match last
19089 change.
19090
19091Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
19092
19093 * config/udi-gdb.exp (gdb_exit): Remove close command.
19094 (gdb_target_udi): New procedure to set the UDI target.
19095 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
19096 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
19097 Added waits for prompts after several question responses. Added
19098 some more responses used by a29k-amd-udi-gdb.
19099 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
19100 pass different arguments, restart UDI connection after program
19101 completion.
19102 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
19103 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19104 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
19105 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
19106 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
19107 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
19108 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19109 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
19110 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
19111 after program completion.
19112 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
19113 compiled with a SELECT_VECS setting.
19114 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
19115 infinite recursion.
19116
19117 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
19118 Added checks for COFF results, and made them expected failures for
19119 all targets. It would be better to make them expected failures
19120 for COFF targets only.
19121
19122Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
19123
19124 * Makefile.in: add null dvi target, don't bother to recurse
19125 through test directories for info and install-info; rename
19126 $(datadir) to be dejagnu instead of deja-gnu
19127
19128Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
19129
19130 * gdb.t31/gdbme.ch: Re-enable code that previously caused
19131 compiler to coredump.
19132 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
19133 code.
19134
19135Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
19136
19137 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
19138 coredump.
19139 * gdb.t31/chillvars.exp: Comment out tests that depend on that
19140 code.
19141
19142Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
19143
19144 * gdb.t03/ptype.exp: tests for return code from gdb_test.
19145 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
19146 which in a shell. Deletes xgdb when done.
19147 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
19148 Tests the return from the "set height" or "set width" commands.
19149 Added a few return codes where needed.
19150
19151Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
19152
19153 * Makefile.in (SUBDIRS): Add gdb.t17.
19154 * configure.in (subdirs): Add gdb.t17.
19155 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
19156 files to test gdb's calling of functions in the inferior with
19157 the correct arguments and gdb's ability to retrieve any
19158 result returned.
19159
19160Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
19161
19162 * config/unix-gdb.exp (gdb_exit): Remove close commands that
19163 may be called after gdb goes away. Previous versions of expect
19164 needed these to avoid file descriptor leaks, but they cause
19165 errors with the current revision of expect.
19166 * gdb.t00/gdbvars.exp: Use -re on expected output after
19167 setting sevenbit-strings.
19168 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
19169 to set sevenbit-strings consistent across tests.
19170 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
19171 set sevenbit-strings consistent across tests.
19172
19173Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
19174
19175 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
19176 expected output to match current "expect" expectations.
19177
19178Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
19179
19180 * gdb.t00/default.exp: Change expected output for default "source"
19181 command, to match new gdb behavior which requires a filename to
19182 source.
19183
19184Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
19185
19186 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
19187 expected fail for i486-*-* that misses the marker2 function.
19188 * gdb.t10/crossload.exp (bfddefault): Allow successful
19189 recognition of a format to pass even if no symbols are found.
19190 Explicitly catch failures where the format is not recognized
19191 or is ambiguous, and add the reason to the fail message.
19192 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
19193 the cause is and invalid target and add reason to failure message.
19194 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
19195 elf32-i386, elf32-sparc, and elf32-i860.
19196 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
19197 Set up expected failure for 'filename'::variable scope resolution,
19198 which is now apparently broken on all targets.
19199 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
19200 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
19201 gdb.t23/templates.exp: Change failure for missing binfile into
19202 just a warning.
19203 gdb.t21/demangle.exp: Change all cfront references to 'arm'
19204 references.
19205
19206Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
19207
19208 * gdb.t00/default.exp: Add expected output for default "source"
19209 command, to match new gdb behavior.
19210 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
19211
19212Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
19213
19214 * config/*-gdb.exp: returns an error, rather than exiting on
19215 internal errors.
19216
19217Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
19218
19219 * gdb.t03/gdbme.c: Add pointer to struct variable.
19220 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
19221 referencing struct members.
19222
19223Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
19224
19225 * configure.in (mips-idt-ecoff): New target.
19226 * config/mips-gdb.exp: New file for remote board using MIPS remote
19227 debugging protocol.
19228
19229 * Redid configuration scheme. Removed gdb.t*/configure.in.
19230 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
19231 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
19232 distclean targets. Built executables via .o files. Adjusted
19233 tests to account for source files in $(srcdir) rather than
19234 $(objdir).
19235 * lib/gdb.exp (runto): Don't expect () after the function name,
19236 because it may have arguments.
19237
19238Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
19239
19240 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
19241 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
19242 expected failures for mips-idt-* and mips-sgi-*.
19243 * gdb.t00/default.exp (attach): Kill process if requested.
19244 * gdb.t00/help.exp (help target core, help target): Accept a gdb
19245 that does not read core files.
19246 * gdb.t01/run.exp: Removed checks for exit status code.
19247 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
19248 it is linked in.
19249 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
19250 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
19251 appropriate, rather than doing it by hand.
19252 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
19253 execution.
19254 * gdb.t10/crossload.exp: Kill existing program if needed.
19255 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
19256 appropriate, rather than doing it by hand. Always increase
19257 timeout for this test, not just for VxWorks.
19258
19259Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
19260
19261 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
19262 of Chill STRUCT types and STRUCT values.
19263 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
19264 than "char".
19265 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 19266 struct2): New struct definitions and initializations to test
c906108c
SS
19267 simple Chill STRUCT types.
19268
19269Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
19270
19271 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
19272 the null byte at the end of strings.
19273 * gdb.t00/default.exp: Make show version insensitive to copyright
19274 date.
19275 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
19276 to avoid dependencies on target char signedness.
19277 * gdb.t16/printcmds.exp: Update expected results for explicitly
19278 unsigned char.
19279 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
19280 now work.
19281 * gdb.t21/demangle.exp: Add many more patterns for template
19282 demangling, most of them being expected failures.
19283 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
19284 string we are matching for, to match on the whole string.
19285 * gdb.t21/demangle.exp: Add many new test strings to demangle,
19286 and fix a whole bunch that had incorrect expected output but were
19287 passing anyway because of the bug in "proc demangle".
19288 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
19289 type.
19290 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
19291
19292Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
19293
a9c64011
AS
19294 * gdb/testsuite: made modifications to testcases, etc., to allow
19295 them to work properly given the reorganization of deja-gnu and the
19296 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
19297
19298Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
19299
19300 * gdb/testsuite: Initial creation of gdb/testsuite.
19301 Migrated dejagnu testcases and support files for testing nm to
19302 gdb/testsuite from deja-gnu. These files were moved "as is"
19303 with no modifications. This migration is part of a major overhaul
19304 of dejagnu. The modifications to these testcases, etc., which
19305 will allow them to work with the new version of dejagnu will be
19306 made in a future update.
48efe704 19307
8d8cb839 19308 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 19309\f
8d8cb839
EZ
19310;; Local Variables:
19311;; mode: change-log
19312;; left-margin: 8
19313;; fill-column: 74
19314;; version-control: never
19315;; End:
902f2ccb
MC
19316
19317 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 19318 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
19319 Copying and distribution of this file, with or without modification,
19320 are permitted provided the copyright notice and this notice are preserved.