]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
daily update
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f3d9f7fb
NF
12009-11-11 Nathan Froyd <froydnj@codesourcery.com>
2
3 * gdb.base/long_long.exp: Permit leading zeros on floating-point
4 exponents.
5 * gdb.base/pointers.exp: Likewise.
6 * gdb.cp/ref-types.exp: Likewise.
7
a4216f37
KS
82009-11-11 Keith Seitz <keiths@redhat.com>
9
10 * gdb.cp/cplusfuncs.cc (class foo): Add operators
11 new[] and delete[].
12 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
13 "void".
14 (probe_demangler): Remove all single-quoting of
15 method and variable names.
16 (info_func_regexp): Remove the word "void" from any
17 occurrence of "(void)".
18 (print_addr_2): Remove all single-quoting of
19 method names.
20 (print_addr_2_kfail): Likewise.
21 (print_addr): Single-quote C function names before
22 passing to print_addr_2.
23 (test_paddr_operator_functions): Remove single-quoting
24 for method names.
25 Add tests for operator new[] and operator delete[].
26
9b14d7aa
JK
272009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
28
29 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
30
85feb311
KS
312009-11-09 Keith Seitz <keiths@redhat.com>
32
33 * gdb.cp/overload.exp: Add tests for resolving overloaded
34 methods in expression parsing/evaluation.
35
fa335448
DJ
362009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
37
38 * lib/gdb.exp (default_gdb_version): Use --version instead of
39 --command.
40
ec3c07fc
NS
412009-11-10 Nathan Sidwell <nathan@codesourcery.com>
42
43 * lib/gdb.exp (gdb_compile_test): New.
44 (skip_ada_tests, skip_java_tests): New.
45 (gdb_compile): Use gdb_compile_test for f77.
46 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
47 * lib/java.exp (compile_java_from_source): Remove runtests check,
48 use gdb_compile_test to record result.
49 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
50 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
51 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
52 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
53 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
54 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
55 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
56 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
57 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
58 adjust gdb_compile invocations.
59
b8b4e42b
JK
602009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
61
62 * Makefile.in (abs_builddir): New.
63 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
64 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
65 `$(abs_builddir)/site.exp'.
66
f8b7eaf3
DJ
672009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
68
69 * config/m68k-emc.exp, lib/emc-support.exp,
70 gdb.trace/gdb_c_test.c: Delete.
71 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
72 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
73 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
74 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
75 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
76 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
77 casing for m68k-*-elf.
78
c4187697
NS
792009-11-03 Pedro Alves <pedro@codesourcery.com>
80
81 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
82 * gdb.arch/i386-prologue.exp: Likewise.
83 * gdb.arch/i386-unwind.exp: Likewise.
84
db16b772
DJ
852009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
86
87 * lib/gdb.exp (gdb_expect): Fix timeout typo.
88
bcf71277
DJ
892009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
90
91 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
92
0105cee2
DJ
932009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
94
95 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
96
24ddea62
JK
972009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
98
99 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
100
287ccc17
JK
1012009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
102
103 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
104 * gdb.base/sepdebug2.c: New file.
105
08bca259 1062009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
107
108 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
109 the modified warnings for catch syscall. Verify if GDB was compiled
110 with support for lib expat, and choose which tests to run depending
111 on this.
112
5d4e2b76
VP
1132009-10-30 Vladimir Prus <vladimir@codesourcery.com>
114
115 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
116 that composite commands are parsed OK. And also test
117 that breakpoint commands do work.
118
240e538a
MS
1192009-10-23 Michael Snyder <msnyder@vmware.com>
120
121 gdb.reverse/consecutive-precsave.exp: Change expect pattern
122 to allow for new disassembly style.
123
9c419145
PP
1242009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
125
126 * gdb.asm/asm-source.exp: Adjust.
127
02506ff1
MS
1282009-10-22 Michael Snyder <msnyder@vmware.com>
129
130 * gdb.reverse/break-precsave.exp: New test.
131 * gdb.reverse/consecutive-precsave.exp: Ditto.
132 * gdb.reverse/finish-precsave.exp: Ditto.
133 * gdb.reverse/i386-precsave.exp: Ditto.
134 * gdb.reverse/machinestate-precsave.exp: Ditto.
135 * gdb.reverse/sigall-precsave.exp: Ditto.
136 * gdb.reverse/solilb-precsave.exp: Ditto.
137 * gdb.reverse/step-precsave.exp: Ditto.
138 * gdb.reverse/until-precsave.exp: Ditto.
139 * gdb.reverse/watch-precsave.exp: Ditto.
140
4cf866a3
MS
1412009-10-22 Michael Snyder <msnyder@vmware.com>
142
143 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
144 for gdb_expect. Adjust one test's expect strings for the new
145 format of disassemble.
146 * gdb.reverse/finish-reverse.exp: Delete 'return'.
147 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
148 gdb_test_multiple.
149 * gdb.reverse/step-reverse.exp: Delete 'return'.
150 * gdb.reverse/until-reverse.exp: Delete blank lines.
151 * gdb.reverse/watch-reverse.exp: Delete blank lines.
152
2b28d209
PP
1532009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
154
155 * gdb.base/consecutive.exp: Adjust.
156 * gdb.base/display.exp: Likewise.
157 * gdb.base/pc-fp.exp: Likewise.
158 * gdb.base/sigbpt.exp: Likewise.
159
33b9c32b
MS
1602009-10-19 Michael Snyder <msnyder@vmware.com>
161
162 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
163 * gdb.reverse/finish-reverse.c: Ditto.
164 * gdb.reverse/sigall-reverse.c: Ditto.
165 * gdb.reverse/solib-reverse.c: Ditto.
166 * gdb.reverse/step-reverse.c: Ditto.
167 * gdb.reverse/watch-reverse.c: Ditto.
168
6c95b8df
PA
1692009-10-19 Pedro Alves <pedro@codesourcery.com>
170 Stan Shebs <stan@codesourcery.com>
171
172 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
173 * gdb.base/foll-exec.exp: Adjust to expect a process id before
174 "Executing new program".
175 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
176 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
177 left listed after having been killed.
178 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
179 * gdb.base/maint.exp: Adjust test.
180
181 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
182 * gdb.multi/Makefile.in: New.
183 * gdb.multi/base.exp: New.
184 * gdb.multi/goodbye.c: New.
185 * gdb.multi/hangout.c: New.
186 * gdb.multi/hello.c: New.
187 * gdb.multi/bkpt-multi-exec.c: New.
188 * gdb.multi/bkpt-multi-exec.exp: New.
189 * gdb.multi/crashme.c: New.
190
279017b7
TG
1912009-10-13 Tristan Gingold <gingold@adacore.com>
192
193 * gdb.base/sepdebug.exp: Check debug info are found.
194
0413d738
PA
1952009-10-08 Pedro Alves <pedro@codesourcery.com>
196
197 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
198 bits.
199
c628eecc
JK
2002009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
201
202 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
203
38af1bfe
JB
2042009-10-07 Joel Brobecker <brobecker@adacore.com>
205
206 * gdb.base/watchpoints.c: Add copyright header. Reformat one
207 of the comments.
208
2b0adecd
PM
2092009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
210
211 * gdb.base/annota1.exp: Remove obsolete match_max increase.
212 * gdb.base/annota3.exp: Idem.
213 * gdb.base/maint.exp: Idem.
214
8d417781
PM
2152009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
216
217 * lib/gdb.exp (default_gdb_init): Set current value of match_max
218 to default.
219
bb61102d
PM
2202009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
221
222 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
223 mingw and cygwin targets.
224
ace5c364
PM
2252009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
226 Pedro Alves <pedro@codesourcery.com>
227
228 * lib/gdb.exp (gdb_compile): Avoid adding
229 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
230
c2d494a0
PM
2312009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
232
e1b52ce2
PM
233 * gdb.base/shr1.c: Use %p in format string.
234 * gdb.base/unload.c: Avoid warning in fprintf.
235 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 236
209f53f5
PM
2372009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
238
239 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
240 long type.
241 (test_unlink): Correct printf string.
242 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
243 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
244
8172766a
JK
2452009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
246
247 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
248 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
249 * gdb.arch/ia64-breakpoint-shadow.S: New file.
250
0f73703c
UW
2512009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
252
253 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
254 * gdb.objc/nondebug.exp: Likewise.
255
b32306ca
UW
2562009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
257
258 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
259 target_info setting.
260
261 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
262 that detect new threads during "info threads".
263
0057022f
UW
2642009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
265
266 * gdb.threads/manythreads.c (main): Increase thread stack size
267 to 2*PTHREAD_STACK_MIN.
268 * gdb.threads/multi-create.c (main): Likewise.
269 (create_function): Likewise.
270
f29c0325
UW
2712009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
272
273 * gdb.base/dump.exp: Pass difference of pointer types instead
274 of integer types as offset to restore in intarr3.srec case.
275
fcb34849
UW
2762009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
277
278 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
279
d5142e3b
UW
2802009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
281
282 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
283
087b74b2
PM
2842009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
285
286 New test for two watchpoints, with disabling of
287 the first inserted.
288 * testsuite/gdb.base/watchpoints.c: New file.
289 * testsuite/gdb.base/watchpoints.exp: New file.
290
96c07c5b
TT
2912009-09-25 Tom Tromey <tromey@redhat.com>
292
293 * gdb.base/charset.exp: Test utf-16 strings with Python.
294
b8899f2b
TT
2952009-09-25 Tom Tromey <tromey@redhat.com>
296
297 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
298 UCS-4.
299 * gdb.base/charset.c (utf_32_string): Rename.
300 (init_utf32): Rename.
301 (main): Update.
302
329719ec
TT
3032009-09-22 Tom Tromey <tromey@redhat.com>
304
305 * gdb.python/py-function.exp: Add regression tests.
306
11ef0d76
KS
3072009-09-21 Keith Seitz <keiths@redhat.com>
308
309 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
310 with invalid operator.
311
3fe8f3b3
KS
3122009-09-21 Keith Seitz <keiths@redhat.com>
313
314 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
315 and destructor using typedef name of class.
316 * gdb.cp/classes.cc (class Base1): Add a destructor.
317 (base1): New typedef.
318 (use_methods): Instanitate an object of type base1.
319 * gdb.cp/templates.exp (test_template_typedef): New procedure.
320 (do_tests): Call test_template_typedef.
321 * gdb.cp/templates.cc (Baz::~Baz): New method.
322 (intBazOne): New typedef.
323 (main): Instantiate intBazOne.
324
7a9fe101
PM
3252009-09-21 Phil Muldoon <pmuldoon@redhat.com>
326
327 PR python/10633
328
329 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
330 Function.
331 (run_lang_tests): Add print elements test.
332
2e4d963f
PM
3332009-09-21 Phil Muldoon <pmuldoon@redhat.com>
334
335 * gdb.python/py-value.exp (test_subscript_regression): New
336 function. Test for invalid subscripts.
337 * gdb.python/py-value.c (main): Add test array, and pointer to it.
338 (ptr_ref): New function.
339
ec7e75e7
PP
3402009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
341
342 * gdb.base/default.exp: Fix "show convenience".
343
0cc7d26f
TT
3442009-09-15 Tom Tromey <tromey@redhat.com>
345
346 * lib/mi-support.exp (mi_create_varobj): Update.
347 (mi_create_floating_varobj): Likewise.
348 (mi_create_dynamic_varobj): New proc.
349 (mi_varobj_update): Update.
350 (mi_varobj_update_with_type_change): Likewise.
351 (mi_varobj_update_kv_helper): New proc.
352 (mi_varobj_update_dynamic_helper): Rewrite.
353 (mi_varobj_update_dynamic): New proc.
354 (mi_list_varobj_children): Update.
355 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
356 * gdb.python/python-prettyprint.py (pp_outer): New class.
357 (pp_nullstr): Likewise.
358 (lookup_function): Register new printers.
359 * gdb.python/python-prettyprint.c (struct substruct): New type.
360 (struct outerstruct): Likewise.
361 (substruct_test): New function.
362 (struct nullstr): New type.
363 (string_1, string_2): New globals.
364 (main): Add new tests.
365 * gdb.python/python-mi.exp: Added regression tests.
366 * gdb.mi/mi2-var-display.exp: Update.
367 * gdb.mi/mi2-var-cmd.exp: Update.
368 * gdb.mi/mi2-var-child.exp: Update.
369 * gdb.mi/mi2-var-block.exp: Update.
370 * gdb.mi/mi-var-invalidate.exp: Update.
371 * gdb.mi/mi-var-display.exp: Update.
372 * gdb.mi/mi-var-cmd.exp: Update.
373 * gdb.mi/mi-var-child.exp: Update.
374 * gdb.mi/mi-var-block.exp: Update.
375 * gdb.mi/mi-break.exp: Update.
376 * gdb.mi/gdb701.exp: Update.
377
a96d9b2e
SDJ
3782009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
379
380 * Makefile.in: Inclusion of catch-syscall object.
381 * gdb.base/catch-syscall.c: New file.
382 * gdb.base/catch-syscall.exp: New file.
383
b43b923a
MS
3842009-09-12 Michael Snyder <msnyder@vmware.com>
385
386 * gdb.reverse/step-reverse.exp: Explicitly check for targets
387 that can support reverse debuggnig.
388
cec03d70
TT
3892009-09-11 Tom Tromey <tromey@redhat.com>
390
391 * gdb.dwarf2/valop.S: New file.
392 * gdb.dwarf2/valop.exp: New file.
393
e23bb3fc
MK
3942009-09-11 Mark Kettenis <kettenis@gnu.org>
395
396 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
397
37c3696d
DE
3982009-09-10 Doug Evans <dje@google.com>
399
400 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
401 Add $gdb_prompt to second breakpoint regexp.
402
5172aecb
JB
4032009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
404
405 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
406 names, add missing ones.
407 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
408 * gdb.python/py-frame.c: Rename from python-frame.c.
409 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
410 testfile name.
411 * gdb.python/py-function.exp: Rename from python-function.exp.
412 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
413 testfile name.
414 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
415 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
416 Adjust testfile name.
417 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
418 * gdb.python/py-template.cc: Rename from python-template.cc.
419 * gdb.python/py-template.exp: Rename from python-template.exp.
420 Adjust testfile name.
421 * gdb.python/py-value.c: Rename from python-value.c.
422 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
423 testfile name.
424
b554e4bd
JK
4252009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
426
427 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
428 $bpt2address.
429 (Second breakpoint address is valid on ia64)
430 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
431
9a68ae16
JM
4322009-09-03 Joseph Myers <joseph@codesourcery.com>
433
434 * gdb.base/ending-run.exp: Restrict regular expression matching
435 line number to require closing brace following.
436
146b9145
DE
4372009-09-03 Doug Evans <dje@google.com>
438
439 * gdb.base/store.exp (check_set): Fix typo in expected value message.
440
787d21e1
TT
4412009-09-02 Tom Tromey <tromey@redhat.com>
442
443 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
444
e7802207
TT
4452009-09-02 Tom Tromey <tromey@redhat.com>
446
447 * gdb.dwarf2/callframecfa.exp: New file.
448 * gdb.dwarf2/callframecfa.S: New file.
449
817aadd2
JK
4502009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
451
452 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
453 gdb.base/solib-overlap-main.c: New.
454
4a76eae5
DJ
4552009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
456
457 PR gdb/10565
458
459 * gdb.base/bitfields.c (struct container, container): New.
460 (main): Initialize it and call break5.
461 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
462
d4b96c9a
JK
4632009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
464
465 Support constant DW_AT_data_member_location by GCC PR debug/40659.
466 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
467
4e22772d
JK
4682009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
469
470 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
471
2efab443
MS
4722009-08-26 Michael Snyder <msnyder@vmware.com>
473
474 * gdb.base/i386-reverse.c: New file.
475 * gdb.base/i386-reverse.exp: New file.
476 * gdb.base/Makefile.in: Add new files to be removed.
477
07ab73a0
JM
4782009-08-26 Joseph Myers <joseph@codesourcery.com>
479
480 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
481 environment-pwd for remote host.
482 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
483
676accff
KS
4842009-08-24 Keith Seitz <keiths@redhat.com>
485
486 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
487 Add two new C++ completer tests which limit the output to a
488 given class.
489
f9f7ad22
MS
4902009-08-24 Michael Snyder <msnyder@vmware.com>
491
492 * gdb.base/del.exp: Fix typo in comment.
493 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
494
81ecdfbb
RW
4952009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
496
497 * configure: Regenerate.
498 * gdb.hp/configure: Likewise.
499 * gdb.hp/gdb.aCC/configure: Likewise.
500 * gdb.hp/gdb.base-hp/configure: Likewise.
501 * gdb.hp/gdb.compat/configure: Likewise.
502 * gdb.hp/gdb.defects/configure: Likewise.
503 * gdb.hp/gdb.objdbg/configure: Likewise.
504 * gdb.stabs/configure: Likewise.
505
cab0c772
UW
5062009-08-19 Doug Evans <dje@google.com>
507
508 * gdb.base/gdbvars.c: New file.
509 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
510
b8fa0bfa
PA
5112009-08-14 Pedro Alves <pedro@codesourcery.com>
512
513 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
514 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
515
b84aa90a
PA
5162009-08-13 Pedro Alves <pedro@codesourcery.com>
517
518 * gdb.base/default.exp: Adjust "set language test": it's now an
519 enum command. Larger help string moved to "help set language".
520 * gdb.base/help.exp: Adjust "help set language" expected output,
521 now lists all known languages.
522
0d8f9b2c
NF
5232009-08-11 Nathan Froyd <froydnj@codesourcery.com>
524
525 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
526 all frame arguments.
527 * gdb.arch/altivec-regs.exp: Likewise.
528
bda180e0
TT
5292009-08-07 Tom Tromey <tromey@redhat.com>
530
531 * gdb.base/setshow.exp: Add tests for changes to set language, set
532 check range, and set check type.
533
48cb2d85
VP
5342009-08-03 Vladimir Prus <vladimir@codesourcery.com>
535
536 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
537 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
538 Call it.
539
1ea34204
UW
5402009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
541
542 * configure.ac: Run gdb.cell tests when appropriate.
543 * configure: Regenerate.
544 * lib/cell.exp: New file.
545 * gdb.cell: New directory.
546 * gdb.cell/configure.ac: New file.
547 * gdb.cell/configure: New file.
548 * gdb.cell/Makefile.in: New file.
549 * gdb.cell/arch.exp: New file.
550 * gdb.cell/break.c: New file.
551 * gdb.cell/break.exp: New file.
552 * gdb.cell/break-spu.c: New file.
553 * gdb.cell/bt.c: New file.
554 * gdb.cell/bt2-spu.c: New file.
555 * gdb.cell/bt-spu.c: New file.
556 * gdb.cell/bt.exp: New file.
557 * gdb.cell/coremaker.c: New file.
558 * gdb.cell/coremaker-spu.c: New file.
559 * gdb.cell/core.exp: New file.
560 * gdb.cell/gcore.exp: New file.
561 * gdb.cell/data.c: New file.
562 * gdb.cell/data.exp: New file.
563 * gdb.cell/data-spu.c: New file.
564 * gdb.cell/ea-cache.exp: New file.
565 * gdb.cell/ea-cache.c: New file.
566 * gdb.cell/ea-cache-spu.c: New file.
567 * gdb.cell/ea-standalone.c: New file.
568 * gdb.cell/ea-standalone.exp: New file.
569 * gdb.cell/ea-test.c: New file.
570 * gdb.cell/ea-test.exp: New file.
571 * gdb.cell/f-regs.exp: New file.
572 * gdb.cell/mem-access.c: New file.
573 * gdb.cell/mem-access.exp: New file.
574 * gdb.cell/mem-access-spu.c: New file.
575 * gdb.cell/ptype.exp: New file.
576 * gdb.cell/registers.exp: New file.
577 * gdb.cell/size.c: New file.
578 * gdb.cell/sizeof.exp: New file.
579 * gdb.cell/size-spu.c: New file.
580 * gdb.cell/solib.exp: New file.
581 * gdb.cell/solib-symbol.exp: New file.
582
85e747d2
UW
5832009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
584
585 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
586
58d6951d
DJ
5872009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
588
589 * gdb.base/float.exp: Handle VFP registers.
590
6e0a4f15
MS
5912009-07-14 Michael Snyder <msnyder@vmware.com>
592
dcd5da87
MS
593 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
594 to bring gdb to the beginning of the calling line.
595
6e0a4f15
MS
596 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
597 confusing the i386 epilogue unwinder.
598
782b2b07
SS
5992009-07-14 Stan Shebs <stan@codesourcery.com>
600
601 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
602
f662c3bc
MS
6032009-07-14 Michael Snyder <msnyder@vmware.com>
604
605 * gdb.reverse/step-reverse.exp (stepi into function call):
606 Call instruction may not be first instruction in the line.
607 (reverse stepi from a function call): Used wrong line number.
608
8f313923
JK
6092009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
610
611 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
612
4662c76e
JK
6132009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
614
615 Fix gdb.base/macscp.exp when using custom inputrc.
616 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
617 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
618 env(TERM) set.
619 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
620 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
621
aa81e255
JK
6222009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
623
624 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
625 * gdb.base/annota1.exp (thread_test): Import global $testfile.
626 Change the compilation target to match the testcase name.
627 * gdb.base/sect-cmd.exp: Change the compilation target to match the
628 testcase name.
629 * a2-run.exp: Use for setup prepare_for_testing. Change the
630 compilation target to match the testcase name.
631 * gdb.base/commands.exp: Likewise.
632 * gdb.base/finish.exp: Likewise.
633 * gdb.base/float.exp: Likewise.
634 * gdb.base/info-target.exp: Likewise.
635 * gdb.base/relational.exp: Likewise.
636 * gdb.base/term.exp: Likewise.
637 * gdb.base/until.exp: Likewise.
638 * gdb.base/volatile.exp: Likewise.
639 * gdb.base/whatis-exp.exp: Likewise.
640
4c93b1d7
HZ
6412009-07-11 Hui Zhu <teawater@gmail.com>
642
643 * gdb.base/help.exp (disassemble): Update expected help text.
644
812f7342
TT
6452009-07-09 Tom Tromey <tromey@redhat.com>
646
647 * lib/gdb.exp: Handle TRANSCRIPT.
648 (remote_spawn, remote_close, send_gdb): New procs.
649
fbb8f299
PM
6502009-07-10 Phil Muldoon <pmuldoon@redhat.com>
651
652 * gdb.python/python-prettyprint.c: Add counted null string
653 structure.
654 * gdb.python/python-prettyprint.exp: Print null string. Test for
655 embedded nulls.
656 * gdb.python/python-prettyprint.py (pp_ns): New Function.
657 * gdb.python/python-value.exp (test_value_in_inferior): Add
658 variable length string fetch tests.
659 * gdb.python/python-value.c (main): Add strings for string fetch tests.
660
c0ac0ec7
JK
6612009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
662
663 * gdb.base/dump.exp (inaccessible memory is reported): New test.
664
30b66ecc
TT
6652009-07-07 Tom Tromey <tromey@redhat.com>
666
667 * gdb.base/call-rt-st.exp: Update for change to escape output.
668 * gdb.base/callfuncs.exp: Likewise.
669 * gdb.base/charset.exp: Likewise.
670 * gdb.base/constvars.exp: Likewise.
671 * gdb.base/long_long.exp: Likewise.
672 * gdb.base/pointers.exp: Likewise.
673 * gdb.base/printcmds.exp: Likewise.
674 * gdb.base/setvar.exp: Likewise.
675 * gdb.base/store.exp: Likewise.
676 * gdb.cp/ref-types.exp: Likewise.
677 * gdb.mi/mi-var-child.exp: Likewise.
678 * gdb.mi/mi-var-display.exp: Likewise.
679 * gdb.mi/mi2-var-display.exp: Likewise.
680 * gdb.base/charset.exp: Test octal escape sequence length.
681 Update for change to escape output.
682
187c4a2b
JK
6832009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
684
685 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
686
d80a43f9
DJ
6872009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
688
689 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
690
047427a8
JK
6912009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
692
693 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
694 gdbserver increasing $portnum if "Can't bind address" has been seen.
695
8b5a0f4f
PA
6962009-07-05 Pedro Alves <pedro@codesourcery.com>
697
698 * gdb.base/ending-run.exp: Add "step out of main" pattern for
699 mingw32ce.
700
7d93ba58
PA
7012009-07-05 Pedro Alves <pedro@codesourcery.com>
702
703 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
704 VFP format.
705
2277426b
PA
7062009-07-02 Pedro Alves <pedro@codesourcery.com>
707
708 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
709 linux. Adjust to use "inferior", "info inferiors", "detach
710 inferior" and "kill inferior" instead of "restart", "info fork",
711 "detach fork" and "delete fork".
712 * gdb.base/ending-run.exp: Spell out "info".
713 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
714 the "kill" command.
715
5af949e3
UW
7162009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
717
718 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
719 change to prefix TLS offset in hex with 0x.
720
5d3729b5
UW
7212009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
722
723 * gdb.base/default.exp: Update test case for "x" changes.
724
af589bd0
TG
7252009-07-01 Tristan Gingold <gingold@adacore.com>
726
727 * gdb.base/bigcore.exp: Make darwin untested.
728
40974f91
JK
7292009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
730
731 * gdb.base/completion.exp (directory completion): Create the directory.
732 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
733 escapeuniquesub.
734 (directory completion 2): Expect now ${escapeuniquesub}.
735 (Glob remaining of directory test): Remove one excessive newline.
736 Expect the real output.
737
59dd3af6
JK
7382009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
739
740 Fix `make check//%' target after `make check' has been ran.
741 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
742 a mkdir call.
743 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
744 (%/.dir): Remove.
745
f4e164aa
JK
7462009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
747
748 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
749 the expected result record.
750
69af2122
JK
7512009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
752
753 Remove racy FAILs relying just on the timeouts.
754 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
755 (annotation_level 2): Remove racy FAILs.
756
2fd481e1
PP
7572009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
758
759 gdb/10275
760 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
761
c38f313d
DJ
7622009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
763
764 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
765
8b777f02
VP
7662009-06-30 Vladimir Prus <vladimir@codesourcery.com>
767
768 * gdb.mi/mi-stack.exp: Testing symbolic options
769 to -stack-list-locals and -stack-list-arguments.
770
00c7eacf
JK
7712009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
772
773 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
774
6bc80edc
TT
7752009-06-29 Tom Tromey <tromey@redhat.com>
776
777 * dg-extract-results.sh: New file.
778 * Makefile.in (FORCE_PARALLEL): New variable.
779 (CHECK_TARGET): New conditional variable.
780 (check): Use CHECK_TARGET.
781 (DO_RUNTEST): New variable.
782 (check-single): New target.
783 (TEST_DIRS): New variable.
784 (TEST_TARGETS): Likewise.
785 (check-parallel): New target.
786 (check-gdb.%): New pattern.
787 (BASE1_FILES): New variable.
788 (BASE2_FILES): Likewise.
789 (check-gdb.base%): New pattern.
790 (%/.dir): New pattern.
791 * configure: Rebuild.
792 * aclocal.m4 (AM_CONDITIONAL): New defun.
793 * configure.ac: Check whether user is using GNU make.
794 (GMAKE): New conditional.
795
794684b6
SW
7962009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
797
798 * gdb.cp/namespace-nested-import.cc: New test.
799 * gdb.cp/namespace-nested-import.exp: New test.
800
edb3359d
DJ
8012009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
802
803 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
804 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
805 * gdb.opt/Makefile.in (EXECUTABLES): Update.
806 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
807 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
808 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
809 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
810 gdb.opt/inline-markers.c: New files.
811 * lib/gdb.exp (skip_inline_frame_tests): New function.
812 (skip_inline_var_tests): New function.
813
cf657a0c
AS
8142009-06-27 Andreas Schwab <schwab@linux-m68k.org>
815
816 * gdb.cp/exception.exp: Don't require $hex before inner frame in
817 backtrace.
818
28d41a99
MS
8192009-06-27 Michael Snyder <msnyder@vmware.com>
820
821 * gdb.reverse: New directory.
822 * gdb.reverse/break-reverse.c: New test.
823 * gdb.reverse/break-reverse.exp: New test.
824 * gdb.reverse/consecutive-reverse.c: New test.
825 * gdb.reverse/consecutive-reverse.exp: New test.
826 * gdb.reverse/finish-reverse.c: New test.
827 * gdb.reverse/finish-reverse.exp: New test.
828 * gdb.reverse/machinestate.c: New test.
829 * gdb.reverse/ms1.c: New test.
830 * gdb.reverse/machinestate.exp: New test.
831 * gdb.reverse/Makefile.in: New file.
832 * gdb.reverse/shr2.c: New test.
833 * gdb.reverse/solib-reverse.c: New test.
834 * gdb.reverse/solib-reverse.exp: New test.
835 * gdb.reverse/step-reverse.c: New test.
836 * gdb.reverse/step-reverse.exp: New test.
837 * gdb.reverse/until-reverse.c: New test.
838 * gdb.reverse/ur1.c: New test.
839 * gdb.reverse/until-reverse.exp: New test.
840 * gdb.reverse/watch-reverse.c: New test.
841 * gdb.reverse/watch-reverse.exp: New test.
842 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
843 * configure: Regenerate.
844
fe3c8b0d
DE
8452009-06-26 Doug Evans <dje@google.com>
846
847 * gdb.base/psymtab.exp: Turn off pending breakpoints.
848
3a72a602
PM
8492009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
850
851 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
852 windows problem for 'file delete $binfile'.
853
27aa8d6a
SW
8542009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
855
856 * gdb.cp/namespace-using.exp: New test.
857 * gdb.cp/namespace-using.cc: New test.
858
8ac055f8
JB
8592009-05-20 Joel Brobecker <brobecker@adacore.com>
860
861 * gdb.ada/variant_record_packed_array: New testcase.
862
85e306ed
TT
8632009-06-23 Tom Tromey <tromey@redhat.com>
864
865 * gdb.base/charset.exp (test_combination): Regression test.
866 * gdb.base/charset.c (my_wchar_t): New typedef.
867 (myvar): New global.
868 (main): Set myvar.
869
56643c5e
PM
8702009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
871
872 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
873 target.
874
1fac167a
UW
8752009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
876
877 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
878
7ccb0be9
UW
8792009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
880
881 * gdb.mi/gdb680.exp: Update test for error message.
882
568d6575
UW
8832009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
884
885 * gdb.base/annota1.exp: Allow multiple occurrences of the
886 frames-invalid annotation.
887 * gdb.cp/annota2.exp: Likewise.
888
7cd1089b
PM
8892009-06-15 Phil Muldoon <pmuldoon@redhat.com>
890
891 * gdb.cp/gdb2495.cc: New file.
892 * gdb.cp/gdb2495.exp: New file.
893
72c63395
JK
8942009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
895
896 Report error on GDB crash during runto.
897 * lib/gdb.exp (runto <eof>): New.
898
3788363d
DJ
8992009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
900
901 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
902 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
903 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
904 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
905 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
906 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
907 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
908 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
909 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
910 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
911 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
912 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
913 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
914 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
915 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
916 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
917 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
918 gdb.server/server-mon.exp, gdb.server/server-run.exp,
919 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
920 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
921 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
922 gdb.trace/passcount.exp, gdb.trace/report.exp,
923 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
924 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
925 gdb.trace/while-stepping.exp: Use a unique name for the compiled
926 executable.
927
17592de3
PA
9282009-06-07 Pedro Alves <pedro@codesourcery.com>
929
930 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
931 defined before referencing it.
932
701e355d
DE
9332009-06-03 Doug Evans <dje@google.com>
934
935 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
936 * gdb.arch/i386-see.c: Ditto.
937
f2292c65
PM
9382009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
939
940 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
941 (check_macro): Return 1 if undefined.
942 If first test fails, check if macro debug information is available,
943 and report unsupported test if no macro information is found.
944
5a437975
DE
9452009-05-29 Doug Evans <dje@google.com>
946
947 * gdb.threads/hand-call-in-threads.exp: New.
948 * gdb.threads/hand-call-in-threads.c: New.
949
c141c696
MS
9502009-05-29 Michael Snyder <msnyder@vmware.com>
951
952 * gdb.base/break-always.exp: Change "1" to "on".
953 Add confirmation check.
954
b3444185
PA
9552009-05-28 Pedro Alves <pedro@codesourcery.com>
956
957 * gdb.threads/threxit-hop-specific.c: New.
958 * gdb.threads/threxit-hop-specific.exp: New.
959 * gdb.threads/thread-execl.c: New.
960 * gdb.threads/thread-execl.exp: New.
961
b6313243
TT
9622009-05-27 Tom Tromey <tromey@redhat.com>
963 Thiago Jung Bauermann <bauerman@br.ibm.com>
964
965 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
966 (mi_child_regexp): Likewise.
967 (mi_list_varobj_children_range): Likewise.
968 (mi_get_features): Likewise.
969 (mi_list_varobj_children): Rewrite.
970 * gdb.python/python-mi.exp: New file.
971
a6bac58e
TT
9722009-05-27 Tom Tromey <tromey@redhat.com>
973 Thiago Jung Bauermann <bauerman@br.ibm.com>
974 Phil Muldoon <pmuldoon@redhat.com>
975 Paul Pluzhnikov <ppluzhnikov@google.com>
976
977 * gdb.python/python-prettyprint.exp: New file.
978 * gdb.python/python-prettyprint.c: New file.
979 * gdb.python/python-prettyprint.py: New file.
980 * gdb.base/display.exp: print/r is now valid.
981
2c74e833
TT
9822009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
983 Tom Tromey <tromey@redhat.com>
984 Pedro Alves <pedro@codesourcery.com>
985 Paul Pluzhnikov <ppluzhnikov@google.com>
986
987 * gdb.python/python-template.exp: New file.
988 * gdb.python/python-template.cc: New file.
989 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
990 tests.
991 * gdb.python/python-value.exp (py_objfile_tests): New proc.
992 Call it.
993 (test_value_after_death): New proc.
994 * gdb.python/python-value.c (PTR): New typedef.
995 (main): New variable 'x'.
996
89c73ade
TT
9972009-05-27 Tom Tromey <tromey@redhat.com>
998
999 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1000 tests.
1001 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1002 Call it.
1003
a75724bc
PA
10042009-05-27 Pedro Alves <pedro@codesourcery.com>
1005
1006 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
1007
e58b0e63
PA
10082009-05-24 Pedro Alves <pedro@codesourcery.com>
1009
1010 * gdb.threads/fork-thread-pending.c: New.
1011 * gdb.threads/fork-thread-pending.exp: New.
1012
4ac36638
JK
10132009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1014
1015 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
1016 * gdb.dwarf2/dw2-strp.S (a_string2): New.
1017
c28c63d8
JB
10182009-05-18 Jon Beniston <jon@beniston.com>
1019
1020 * gdb.asm/asm-source.exp: Add lm32 target.
1021
b242c3c2
PA
10222009-05-17 Pedro Alves <pedro@codesourcery.com>
1023
1024 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
1025 `gdb_get_line_number'. Call `callee' in both parent and child.
1026 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
1027 `gdb_get_line_number' instead of hardcoding line numbers.
1028 (catch_fork_unpatch_child): New procedure to test detaching
1029 breakpoints from child fork.
1030 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
1031 hardcoding line numbers.
1032 (do_fork_tests): Run `catch_fork_unpatch_child'.
1033
ee342b23
VP
10342009-05-17 Vladimir Prus <vladimir@codesourcery.com>
1035
1036 * gdb.mi/mi-cmd-var.exp: Check that when varobj
1037 of structure type enters or leaves the scope, it
1038 is reported by -var-update.
1039
e2009e98
DE
10402009-05-11 Doug Evans <dje@sebabeach.org>
1041
1042 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
1043 * gdb.threads/pending-step.c (main): Fix off-by-one error.
1044 * gdb.threads/schedlock.c (main): Fix off-by-one error.
1045
00903456
JK
10462009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1047
1048 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
1049
dc621c35
DE
10502009-04-30 Doug Evans <dje@google.com>
1051
1052 * gdb.threads/watchthreads2.exp: New testcase.
1053 * gdb.threads/watchthreads2.c: New testcase.
1054
9ab4e744
DE
10552009-04-29 Doug Evans <dje@google.com>
1056
1057 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
1058 * gdb.cp/mb-ctor.cc: Ditto.
1059 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
1060 * gdb.cp/mb-inline.h (multi_line_foo): New function.
1061 * gdb.cp/mb-inline1.cc: Call it.
1062 * gdb.cp/mb-inline2.cc: Ditto.
1063 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
1064 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
1065
484086b7
JK
10662009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1067
1068 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
1069 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
1070 Replace all uses of `decimal' by `nonzero'.
1071 (info macro FROM_COMMANDLINE): New test.
1072
379a77b5
TT
10732009-04-27 Tom Tromey <tromey@redhat.com>
1074
1075 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
1076
b92b73c2
DE
10772009-04-27 Doug Evans <dje@google.com>
1078
1079 * gdb.threads/watchthreads.c (main): Initialize args before starting
1080 the threads. Plus formatting cleanup.
1081 * gdb.threads/watchthreads.exp: Avoid errant failures due to
1082 biased scheduling of one thread.
1083
945a118d
JG
10842009-04-27 Jerome Guitton <guitton@adacore.com>
1085
1086 * gdb.cp/templates.cc (GetMax): New template.
1087 (main): Declare two instances of GetMax.
1088 * gdb.cp/templates.exp: Add new test.
1089
d389af10
JK
10902009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1091
1092 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
1093
e7f86de9
JM
10942009-04-22 Joseph Myers <joseph@codesourcery.com>
1095
1096 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
1097
334cc82d
TT
10982009-04-15 Tom Tromey <tromey@redhat.com>
1099
1100 * gdb.base/charset.exp: Add regression test.
1101
d12672cc
JB
11022009-04-14 Joel Brobecker <brobecker@adacore.com>
1103
1104 * gdb.base/exe-lock.exp: New testcase.
1105
18e8c3bc
TT
11062009-04-13 Tom Tromey <tromey@redhat.com>
1107
1108 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
1109 operator on Frame.
1110
5ecd5cbe
UW
11112009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1112
1113 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
1114 * gdb.server/ext-attach.exp: Likewise.
1115
7309f756
VP
11162009-04-03 Vladimir Prus <vladimir@codesourcery.com>
1117
1118 Eliminate some sleep usage.
1119
1120 * gdb.mi/basics.c (do_nothing): New.
1121 (main): Use do_nothing instead of printf, so that
1122 not to introduce race condition between output of
1123 inferiour and output of gdb. Do not use sleep as it
1124 is not generally available on embedded targets.
1125
f4b95f6f
PA
11262009-04-02 Pedro Alves <pedro@codesourcery.com>
1127
1128 * gdb.server/ext-attach.exp: Expect an optional process id after
1129 "Detached from remote process".
1130
de40b933
JK
11312009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1132
1133 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
1134 gdb.dwarf2/dw2-unresolved.exp: New.
1135
2ae101a4
PA
11362009-04-02 Pedro Alves <pedro@codesourcery.com>
1137
1138 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
1139 mi_run_to_main.
1140
56a8e183
PA
11412009-04-02 Pedro Alves <pedro@codesourcery.com>
1142
1143 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
1144 mi_run_to_main. Skip thread exit test on remote targets.
1145 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
1146 mi_run_to_main.
1147 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
1148 mi_run_to_main.
1149 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
1150 when expecting ^connected. Detect when the target doesn't support
1151 non-stop mode.
1152 (mi_run_cmd): Detect if non-stop mode was requested by isn't
1153 supported. Return -1 on error, 0 on success.
1154 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
1155 (mi_runto): Return mi_runto_helper's result explicitly.
1156
c35fafde
PA
11572009-04-01 Pedro Alves <pedro@codesourcery.com>
1158
1159 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
1160
f8a8dce6
JB
11612009-04-01 Tom Tromey <tromey@redhat.com>
1162
1163 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
1164 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
1165 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
1166 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
1167
71c25dea
TT
11682009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
1169 Jan Kratochvil <jan.kratochvil@redhat.com>
1170
1171 PR gdb/931
1172 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
1173 output.
1174 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
1175 for gdb/931.
1176 * dw2-strp.S (DW_AT_language): Change to C++.
1177 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
1178
02d9a9ce
JB
11792009-03-31 Joel Brobecker <brobecker@adacore.com>
1180
1181 * gdb.ada/tasks: New testcase.
1182
1042e4c0
SS
11832009-03-30 Stan Shebs <stan@codesourcery.com>
1184
1185 * gdb.trace/actions.exp: Update to match new info trace format.
1186 * gdb.trace/deltrace.exp: Ditto.
1187 * gdb.trace/infotrace.exp: Ditto.
1188 * gdb.trace/passcount.exp: Ditto.
1189 * gdb.trace/save-trace.exp: Ditto.
1190 * gdb.trace/while-stepping.exp: Ditto.
1191 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
1192
f8f6f20b
TJB
11932009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1194
1195 * gdb.python/python-frame.c: New file.
1196 * gdb.python/python-frame.exp: New file.
1197
c0c6f777
TJB
11982009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1199
1200 * gdb.python/python-value.exp: Add tests for the address
1201 attribute.
1202
3cb51905
AS
12032009-03-29 Andreas Schwab <schwab@linux-m68k.org>
1204
1205 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
1206
88fc996f
DE
12072009-03-26 Doug Evans <dje@google.com>
1208
1209 * gdb.mi/mi-nonstop-exit.exp: New file.
1210 * gdb.mi/non-stop-exit.c: New file.
1211
56ef84b1
TT
12122009-03-26 Tom Tromey <tromey@redhat.com>
1213
1214 Update for change to prologue skipping:
1215 * gdb.mi/mi2-simplerun.exp: Update.
1216 * gdb.mi/mi2-break.exp: Update.
1217 * gdb.mi/mi-simplerun.exp: Update.
1218 * gdb.mi/mi-break.exp: Update.
1219 * gdb.base/ending-run.exp: Update.
1220
def2b000
TJB
12212009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1222
1223 * gdb.python/python-value.exp (test_value_in_inferior): Test
1224 gdb.Value.is_optimized_out attribute.
1225
442ddf59
JK
12262009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1227
1228 * gdb.dwarf2/dw2-noloc-main.c: New file.
1229 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
1230 (.text): Remove.
1231 (.data): New.
1232 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
1233 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
1234 (DW_TAG_subprogram func_cu1, noloc): Remove.
1235 (main): New.
1236 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
1237 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
1238 (file_symbols): New procedure.
1239
a8df5de4
TT
12402009-03-25 Tom Tromey <tromey@redhat.com>
1241
1242 * gdb.base/charset.exp (valid_target_charset): New proc.
1243 Use it to skip tests on invalid charsets.
1244
cc1d7add
PM
12452009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
1246
1247 * gdb.base/completion.exp: Add a test for directory completion.
1248
bcd5727b
JK
12492009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1250
1251 Fix a racy FAIL.
1252 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
1253 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
1254
cc924cad
TJB
12552009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1256
1257 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
1258 * gdb.python/python-function.exp: Add test for function returning
1259 a GDB value.
1260
bc3b79fd
TJB
12612009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
1262
1263 * gdb.python/python-function.exp: New file.
1264
6c7a06a3
TT
12652009-03-20 Tom Tromey <tromey@redhat.com>
1266
1267 * gdb.base/store.exp: Update for change to escape output.
1268 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
1269 to escape output.
1270 * gdb.base/pointers.exp: Update for change to escape output.
1271 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
1272 to escape output.
1273 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
1274 escape output.
1275 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
1276 to escape output.
1277 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
1278 escape output.
1279 * gdb.base/setvar.exp: Update for change to escape output.
1280 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
1281 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
1282 to escape output.
1283 (test_print_string_constants): Likewise.
1284 * gdb.base/charset.exp (valid_host_charset): Check size of
1285 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
1286 cases. Handle "auto"-related output.
1287 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
1288 (uvar, Uvar): New globals.
1289
c31af87b
JG
12902009-03-19 Jerome Guitton <guitton@adacore.com>
1291
1292 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
1293 deltas.
1294 * gdb.ada/fixed_points.exp: Ditto.
1295
51272cf2
PA
12962009-03-18 Pedro Alves <pedro@codesourcery.com>
1297
1298 * return-nodebug.c: Don't include stdio.h.
1299 (init): Delete.
1300 (func): Delete definition and provide extern declaration.
1301 (t): New.
1302 (main): Don't call printf. Call func and store its result in t.
1303 * return-nodebug1.c: New.
1304 * return-nodebug.exp: Don't expect stdio output. Instead, print
1305 the global variable t. Drop printf formatters and cast types from
1306 foreach loop. Don't use prepare_for_testing. Compile
1307 return-nodebug.c and return-nodebug1.c in separate steps. Don't
1308 define FORMAT or CAST.
1309
d24948ac
PP
13102009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1311
1312 * gdb.base/solib-display.exp: Disable test for remote targers.
1313
61ff14c6
JK
13142009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1315
1316 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
1317
cb4dce93
JK
13182009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1319
1320 Fix a racy FAIL.
1321 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
1322 code from `follow parent, print pids'.
1323 (`follow child, print pids', `follow parent, print pids'): Call it.
1324 Replace `gdb_test "break..."' by gdb_breakpoint.
1325
f7c60c5e
VP
13262009-03-13 Vladimir Prus <vladimir@codesourcery.com>
1327
1328 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 1329 sync and async modes.
f7c60c5e 1330
383ace49
JB
13312009-03-12 Joel Brobecker <brobecker@adacore.com>
1332
1333 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
1334 that was checked in by mistake. Remove loading of ada.exp, since
1335 this is not necessary in this case.
1336
4ce102af
JB
13372009-03-12 Joel Brobecker <brobecker@adacore.com>
1338
1339 * gdb.ada/ptype_arith_binop.exp: New testcase.
1340
529a2aef
JB
13412009-03-12 Joel Brobecker <brobecker@adacore.com>
1342
1343 * gdb.ada/mod_from_name: New testcase.
1344
8a38181c
JB
13452009-03-12 Joel Brobecker <brobecker@adacore.com>
1346
1347 * gdb.ada/tick_last_segv: New testcase.
1348
11436dee
VP
13492009-03-12 Vladimir Prus <vladimir@codesourcery.com>
1350
61ff14c6 1351 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 1352
1f31650a
VP
13532009-03-12 Vladimir Prus <vladimir@codesourcery.com>
1354
61ff14c6
JK
1355 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
1356 include the token in ^running and frame info in *stopped.
1f31650a 1357
a3247a22
PP
13582009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
1359
1360 * solib-display.exp: New file.
1361 * solib-display-main.c: New file.
1362 * solib-display-lib.c: New file.
61ff14c6 1363
aae64587
PA
13642009-03-05 Pedro Alves <pedro@codesourcery.com>
1365
1366 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
1367
44aabfbc
JK
13682009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1369
1370 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
1371 (list_and_check_macro): Use more specific test name.
1372 (next to definition): Make the test names unique.
1373
c087fcd3
PM
13742009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1375
1376 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 1377
c86cf029
VP
13782009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1379
1380 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
1381 notifications.
1382 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
1383 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
1384 * lib/mi-support.exp (library_loaded_re): New.
1385 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
1386
3ea85240
VP
13872009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1388
1389 * gdb.gdb/observer.exp: Use test_notification observer, not
1390 normal_stop, everywhere.
1391 (test_normal_stop_notifications): Rename to...
1392 (test_notifications): ...this.
1393 (test_observer_normal_stop): Rename to...
1394 (test_observer): ...this.
1395
1903f0e6
DE
13962009-02-16 Doug Evans <dje@google.com>
1397
1398 * gdb.arch/amd64-disp-step.S (test_int3): New test.
1399 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
1400 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
1401 (test_prefixed_syscall,test_int3): New tests.
1402 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
1403 (test_prefixed_syscall,test_int3): New tests.
1404
1d33d6ba
VP
14052009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1406
3cb51905
AS
1407 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
1408 (mi_expect_interrupt): Likewise.
1409 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
1410 response.
1d33d6ba 1411
faafb047
PM
14122009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
1413
1414 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
1415 * gdb.base/pc-fp.exp (get_valueofx): Remove.
1416 Replace calls to get_valueofx by get_hexadecimal_valueof.
1417
417e16e2
PM
14182009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
1419
1420 * lib/gdb.exp (get_valueof): Accept anything as a return value.
1421 (get_integer_valueof): New procedure.
1422 (get_sizeof): Use new get_integer_value_of.
1423 * gdb.base/sizeof.exp: Replace all uses of get_valueof
1424 by get_integer_valueof.
1425
7065b901
TT
14262009-02-13 Tom Tromey <tromey@redhat.com>
1427
1428 * gdb.base/remote.exp (get_sizeof): Remove.
1429 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
1430 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
1431 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
1432 * lib/gdb.exp (get_valueof): Move from long_long.exp.
1433 (get_sizeof): Likewise.
1434
5d7cb8df
JK
14352009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1436
1437 PR fortran/9806
1438 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
1439
b2febfff
PP
14402009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1441
1442 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
1443
4aa995e1
PA
14442009-02-06 Pedro Alves <pedro@codesourcery.com>
1445
1446 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
1447
d8906c6f
TJB
14482009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
1449
1450 * gdb.python/python-cmd.exp: New file.
1451
ff4ab08d
TG
14522009-02-06 Tristan Gingold <gingold@adacore.com>
1453
1454 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
1455
aacd552b
TG
14562009-02-05 Tristan Gingold <gingold@adacore.com>
1457
1458 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
1459 pointer is dereferenced and use this signal name in regexp.
1460 * gdb.base/signull.exp: Ditto.
1461 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
1462 * gdb.base/signull.c (main): Ditto.
1463
08c637de
TJB
14642009-02-04 Tom Tromey <tromey@redhat.com>
1465 Thiago Jung Bauermann <bauerman@br.ibm.com>
1466
1467 * gdb.python/python-value.exp: Use `gdb.history' instead of
1468 `gdb.value_from_history'.
1469 (test_value_numeric_ops): Add test for conversion of enum constant.
1470 * gdb.python/python-value.c (enum e): New type.
1471 (evalue): New global.
1472 (main): Use argv.
1473
20261af8
JG
14742009-02-04 Jerome Guitton <guitton@adacore.com>
1475
1476 * gdb.ada/uninitialized_vars: New test program.
1477 * gdb.ada/uninitialized_vars.exp: New testcase.
1478
52e44b43
TT
14792009-02-02 Tom Tromey <tromey@redhat.com>
1480
1481 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
1482 * gdb.cp/pr2489.cc: Rename...
1483 * gdb.cp/pr9594.cc: ... to this.
1484
1c71341a
TT
14852009-02-02 Tom Tromey <tromey@redhat.com>
1486
1487 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
1488 * gdb.cp/pr2489.cc: New file.
1489 * gdb.cp/cpcompletion.exp: New file.
1490
a4295225
TT
14912009-02-02 Tom Tromey <tromey@redhat.com>
1492
1493 PR exp/9059:
1494 * gdb.cp/call-c.exp: Add regression test.
1495 * gdb.cp/call-c.cc (FooHandle): New typedef.
1496 (main): New variable 'handle'.
1497
592375cd
VP
14982009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1499
1500 * lib/mi-support.exp (et_mi_thread_list)
1501 (check_mi_and_console_threads): Adjust for current thread in
1502 -thread-list-ids output.
1503
41447f92
VP
15042009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1505
1506 * gdb.mi/mi-break.exp (test_disabled_creation): New.
1507 Call it.
1508
35669430
DE
15092009-01-28 Doug Evans <dje@google.com>
1510
1511 * gdb.arch/amd64-disp-step.S: New file.
1512 * gdb.arch/amd64-disp-step.exp: New file.
1513 * gdb.arch/i386-disp-step.S: New file.
1514 * gdb.arch/i386-disp-step.exp: New file.
1515
09f00d9a
PM
15162009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
1517
1518 * gdb.base/find.exp: Set newline variable
1519 using quotes instead of braces to fix cygwin failures.
1520
1e8fb976
PA
15212009-01-23 Pedro Alves <pedro@codesourcery.com>
1522
1523 * gdb.base/radix.exp: Add tests to ensure that that set
1524 input-radix 0 and set output-radix 0 are really rejected.
1525
da061712
PA
15262009-01-23 Pedro Alves <pedro@codesourcery.com>
1527
1528 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
1529 copyright years.
1530
dd7e2d2b
PA
15312009-01-23 Pedro Alves <pedro@codesourcery.com>
1532
1533 PR gdb/9664:
1534 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
1535
392452f6
PA
15362009-01-22 Pedro Alves <pedro@codesourcery.com>
1537
1538 PR c++/9631:
1539 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
1540
8653e71c
PM
15412009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
1542
1543 * gdb.server/file-transfer.exp: Use EXEEXT variable for
1544 binfile definition to fix Windows OS failure.
1545
a12cc160
DJ
15462009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1547
1548 PR gdb/9346
1549 * gdb.base/interrupt.c (sigint_handler): New.
1550 (main): Install a SIGINT handler if SIGNALS is defined. Exit
1551 on error.
1552 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
1553 Test "signal SIGINT".
1554
b89667eb
DE
15552009-01-19 Doug Evans <dje@google.com>
1556
1557 * gdb.base/break.exp: Update expected gdb output.
1558 * gdb.base/sepdebug.exp: Ditto.
1559 * gdb.mi/mi-syn-frame.exp: Ditto.
1560 * gdb.mi/mi2-syn-frame.exp: Ditto.
1561 * gdb.base/call-signal-resume.exp: New file.
1562 * gdb.base/call-signals.c: New file.
1563 * gdb.base/unwindonsignal.exp: New file.
1564 * gdb.base/unwindonsignal.c: New file.
1565 * gdb.threads/interrupted-hand-call.exp: New file.
1566 * gdb.threads/interrupted-hand-call.c: New file.
1567 * gdb.threads/thread-unwindonsignal.exp: New file.
1568
adb483fe
DJ
15692009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
1570
1571 * gdb.base/define.exp: Test defining and hooking prefix commands.
1572 * gdb.python/python.exp: Update test for "show user" output.
1573
60023297
JK
15742009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1575
1576 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
1577 now the output exactly, using less wildcards. Expect also the output
1578 of gfortran-4.3. Update for the f-valprint.c modification from
1579 2008-04-22.
1580 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
1581 Remove gdb_test test names where matching the command.
1582
ccc57cf9
PA
15832009-01-01 Pedro Alves <pedro@codesourcery.com>
1584
1585 PR breakpoints/9681:
1586 * gdb.base/watchpoint.exp: Add regression test.
1587
c7a6ca08
PA
15882008-12-31 Pedro Alves <pedro@codesourcery.com>
1589
1590 * gdb.threads/attach-into-signal.exp: Don't use
1591 gdb_suppress_entire_file.
1592 * gdb.threads/attach-stopped.exp: Ditto.
1593 * gdb.threads/attachstop-mt.exp: Ditto.
1594
3a031f65
PA
15952008-12-31 Pedro Alves <pedro@codesourcery.com>
1596
1597 PR gdb/8812:
1598 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
1599
09e6485f
PA
16002008-12-29 Pedro Alves <pedro@codesourcery.com>
1601
1602 PR gdb/7536:
1603 * gdb.base/radix.exp: Add tests to ensure invalid input radices
1604 and unsupported output radices are really rejected.
1605
0cd53049
JK
16062008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1607
1608 * gdb.cp/punctuator.exp: Backslash the '$' signs.
1609
ba163c7e
TT
16102008-12-22 Tom Tromey <tromey@redhat.com>
1611
1612 * gdb.cp/punctuator.exp: New file.
1613
6f4de6c9
JK
16142008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1615
1616 * gdb.base/completion.exp (Completing non-existing component): New test.
1617
0f34d0b4
JK
16182008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1619
1620 Fix for PR gdb/8648.
1621 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
1622 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
1623 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
1624 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
1625
db2ad4c3
JK
16262008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1627
1628 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
1629
bb5ef15e
DP
16302008-12-16 Christophe Lyon <christophe.lyon@st.com>
1631
1632 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
1633 compiler actually generate code at the expected line number.
1634
90142adc
JZ
16352008-12-15 Jie Zhang <jie.zhang@analog.com>
1636
1637 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
1638
fad6eecd
TT
16392008-12-12 Tom Tromey <tromey@redhat.com>
1640
1641 * gdb.base/commands.exp (redefine_hook_test): New proc.
1642 Call it.
1643
17c8aaf5
TT
16442008-12-11 Tom Tromey <tromey@redhat.com>
1645
1646 * gdb.base/macscp.exp: New regression test.
1647
7c8adf68
TT
16482008-12-11 Tom Tromey <tromey@redhat.com>
1649
1650 * gdb.base/macscp.exp: Print "address.addr".
1651 * gdb.base/macscp1.c (struct outer): New struct.
1652 (address): New global.
1653
b05dcbb7
TT
16542008-12-09 Tom Tromey <tromey@redhat.com>
1655
1656 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
1657 Call it.
1658
2d476de1
DE
16592008-12-04 Doug Evans <dje@google.com>
1660
1661 * gdb.server/ext-run.exp: Relax regexp for init program.
1662
87bdc959
TG
16632008-12-03 Tristan Gingold <gingold@adacore.com>
1664
1665 * gdb.base/macscp.exp: Generate an object file during compilation
1666 to work around Darwin dsymutil limitations.
1667
e0740f77
JK
16682008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1669
1670 Test resolving external references to TLS variables.
1671 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
1672 FILE2_THREAD_LOCAL.
1673 (testfile2, srcfile2): New variables.
1674 * gdb.threads/tls.c (file2_thread_local)
1675 (function_referencing_file2_thread_local): New.
1676 * gdb.threads/tls2.c: New file.
1677
67f0aac5
JB
16782008-11-28 Joel Brobecker <brobecker@adacore.com>
1679
1680 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
1681 rather than integer, as integer might not be big enough when
1682 on 64bit targets.
67f0aac5 1683
c332165e
JG
16842008-11-27 Jerome Guitton <guitton@adacore.com>
1685
1686 * gdb.cp/formatted-ref.exp: Add equality test.
1687 * gdb.ada/formatted_ref.exp: Ditto.
1688
fc9b693c
JK
16892008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1690
1691 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
1692 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
1693
a9c64011
AS
16942008-11-20 Andreas Schwab <schwab@suse.de>
1695
1696 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
1697 matching syscall entry point.
1698 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1699 (tcatch_vfork_then_child_follow): Likewise. Finish through
1700 vfork even if we stopped at the syscall trampoline.
1701
e2fd701e
DE
17022008-11-20 Doug Evans <dje@google.com>
1703
1704 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
1705
69abc51c
TJB
17062008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1707
1708 * gdb.arch/ppc-dfp.exp: New file.
1709 * gdb.arch/ppc-dfp.c: New file.
1710
c14c28ba
PP
17112008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1712
1713 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 1714
2e74121d
DE
17152008-11-17 Doug Evans <dje@google.com>
1716
1717 * gdb.mi/mi-syn-frame.exp: Update expected output.
1718 * gdb.mi/mi2-syn-frame.exp: Update expected output.
1719
66bb093b
VP
17202008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1721
1722 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
1723 "thread N" results in =thread-selected.
1724 * lib/mi-support (mi_run_cmd, mi_expect_stop)
1725 (mi_send_resuming_command_raw): Be prepared for
1726 =thread-selected.
1727
3d043ef6
VP
17282008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1729
a9c64011
AS
1730 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
1731 * lib/mi-support.exp: Likewise.
3d043ef6 1732
808104c8
JB
17332008-11-16 Joel Brobecker <brobecker@adacore.com>
1734
1735 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
1736 commands from the expected output for "help catch".
1737
00b22944
JB
17382008-11-15 Joel Brobecker <brobecker@adacore.com>
1739
1740 * gdb.ada/int_deref.exp: New testcase.
1741
59669435
TT
17422008-11-14 Nick Roberts <nickrob@snap.net.nz>
1743
1744 * gdb.mi/gdb2549.exp: New file.
1745
de04a248
DE
17462008-11-11 Doug Evans <dje@google.com>
1747
1748 * gdb.base/callexit.exp: New file.
1749 * gdb.base/callexit.c: New file.
1750
6b8ce727
DE
17512008-11-10 Doug Evans <dje@google.com>
1752
1753 * lib/gdb.exp (GDBFLAGS): Move -nx ...
1754 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
1755 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
1756 (default_gdb_start,default_gdb_exit): Ditto.
1757 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
1758 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
1759 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
1760 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
1761 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
1762 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
1763
1b14b8aa
AS
17642008-11-03 Andreas Schwab <schwab@suse.de>
1765
1766 * gdb.base/hashline2.exp: Fix typo.
1767 * gdb.base/hashline3.exp: Likewise.
1768
f3134b88
TT
17692008-10-30 Tom Tromey <tromey@redhat.com>
1770
1771 * gdb.base/pointers.exp: Add test.
1772 * gdb.base/pointers.c (k, S): New typedefs.
1773 (instance): New global.
1774
c2226152
AS
17752008-10-30 Andreas Schwab <schwab@suse.de>
1776
1777 * gdb.base/args.exp: Add tests for newlines.
1778
462f405c
JB
17792008-10-30 Joel Brobecker <brobecker@adacore.com>
1780
1781 gdb.base/foll-exec.exp: Update the expected output of a couple
1782 of "info breakpoints" tests.
1783
79a45b7d
TT
17842008-10-28 Tom Tromey <tromey@redhat.com>
1785
1786 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
1787
adc13a14
PA
17882008-10-24 Pedro Alves <pedro@codesourcery.com>
1789
1790 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
1791 gdb_start_cmd.
1792 Use runto_main before any test that requires execution.
1793
252fbfc8
PA
17942008-10-23 Pedro Alves <pedro@codesourcery.com>
1795
1796 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
1797 instead of SIGINT.
1798
28148e3d
JB
17992008-10-22 Joel Brobecker <brobecker@adacore.com>
1800
1801 * gdb.base/completion.exp: Update expected output following
1802 the addition of the "info tasks" command.
1803
c209f847
TT
18042008-10-22 Tom Tromey <tromey@redhat.com>
1805
1806 * gdb.base/exprs.exp (test_expr): Add test for string
1807 concatenation.
1808
f177e350
PA
18092008-10-19 Pedro Alves <pedro@codesourcery.com>
1810
1811 * configure.ac: Output gdb.python/Makefile.
1812 * configure: Regenerate.
1813 * gdb.python/Makefile.in: New.
1814
cce89356
JB
18152008-10-16 Joel Brobecker <brobecker@adacore.com>
1816
1817 * gdb.base/foll-fork.exp: Adjust the expected output to match
1818 the new description for fork/vfork catchpoints in the "info
1819 breakpoints" output.
1820
176d289d
TJB
18212008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
1822
1823 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
1824
a08702d6
TJB
18252008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1826
1827 * gdb.python/python-value.c: New file.
1828 * gdb.python/python-value.exp: New file.
1829
1c5cfe86
PA
18302008-10-15 Pedro Alves <pedro@codesourcery.com>
1831
1832 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
1833
5a98ad69
DP
18342008-10-15 Denis Pilat <denis.pilat@st.com>
1835
41702f1b 1836 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 1837
dcb1a1e2
TT
18382008-10-09 Tom Tromey <tromey@redhat.com>
1839
1840 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
1841 'fprintf' and 'stderr'.
1842
9124fe48
JB
18432008-10-07 Joel Brobecker <brobecker@adacore.com>
1844
1845 * gdb.ada/ref_tick_size.exp: New testcase.
1846
45452591
DE
18472008-10-06 Doug Evans <dje@google.com>
1848
1849 * gdb.dwarf2/dw2-cu-size.exp: New file.
1850 * gdb.dwarf2/dw2-cu-size.S: New file.
1851
1852 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
1853 .Ltype_int for clarity.
1854
4fc5b208
PP
18552008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
1856
1857 PR gdb/2384:
1858 * gdb.cp/gdb2384.exp: Extended to test more cases.
1859 * gdb.cp/gdb2384.cc: Likewise.
1860 * gdb.cp/gdb2384-base.h: Likewise.
1861 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 1862
d78df370
JK
18632008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1864
1865 * gdb.base/maint.exp (maint print type): Remove printing
1866 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
1867
9a044a89
TT
18682008-09-30 Tom Tromey <tromey@redhat.com>
1869
1870 * gdb.base/macscp.exp: Add completion tests.
1871 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
1872 (TWENTY_THREE): Likewise.
1873 (FORTY_EIGHT): Likewise.
1874
506800a9
TT
18752008-09-30 Tom Tromey <tromey@redhat.com>
1876
1877 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
1878 everywhere.
1879 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
1880
1a6f01b5
JK
18812008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1882
1883 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
1884 testcase is derived from. Fix racy dependency on an expected PID
1885 number. No longer support the testcase on Linux kernel 2.4.x.
1886
2fae03e8
TT
18872008-09-27 Tom Tromey <tromey@redhat.com>
1888
1889 * gdb.base/macscp.exp: Add tests for stringification, splicing,
1890 and varargs.
1891
1ad15515
PA
18922008-09-22 Pedro Alves <pedro@codesourcery.com>
1893
1894 * lib/mi-support.exp (mi_expect_interrupt): New.
1895 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
1896 from gdb.mi/mi-nonstop.exp.
1897 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
1898 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
1899 lib/mi-support.exp.
1900 Use mi_check_thread_states throughout. Avoid ".*" and do not
1901 require an anchor after -exec-run.
1902
d0b76dc6
DJ
19032008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1904
1905 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
1906 stop is pending. Avoid ".*" when two stops are pending.
1907 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
1908 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
1909 newlines in fullnames.
1910 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
1911 (mi_expect_stop): Update comments. Only anchor in sync mode.
1912 Do not match newlines.
1913 (mi_send_resuming_command_raw): Always return status.
1914 (mi_get_stop_line): Do not match more than one line by accident.
1915 Only anchor in sync mode.
1916 (mi_run_inline_test): If -exec-next fails, give up.
1917
9990c830
UW
19182008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1919
1920 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
1921 on SPU.
1922
ebcf6f00
JB
19232008-09-10 Joel Brobecker <brobecker@adacore.com>
1924
1925 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
1926
b6db24e5
JB
19272008-09-10 Joel Brobecker <brobecker@adacore.com>
1928
1929 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
1930 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
1931 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
1932 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
1933 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
1934 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
1935 gdb.ada/interface.exp, gdb.ada/null_array.exp,
1936 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
1937 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
1938 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
1939 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
1940 Include the "= " sequence in the expected output of print tests.
1941
2bf448e0
JB
19422008-09-10 Joel Brobecker <brobecker@adacore.com>
1943
1944 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
1945 description for boolean types.
1946
d51fd4c8
PA
19472008-09-09 Pedro Alves <pedro@codesourcery.com>
1948
1949 * gdb.base/hook-stop-continue.c: New.
1950 * gdb.base/hook-stop-continue.exp: New.
1951
694182d2
DJ
19522008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1953
1954 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
1955
3b8a7fc0
JG
19562008-09-08 Jerome Guitton <guitton@adacore.com>
1957
1958 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
1959 (stack_check_probe_2, stack_check_probe_loop_1)
1960 (stack_check_probe_loop_2): New functions.
1961 (main): Add call to these new functions.
1962 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
1963 functions, check that the breakpoint is inserted at the appropriate
1964 location.
1965 (insert_breakpoint): Slightly refine this procedure so that it can
1966 be called several times in the test.
1967
96cc0ae8
JG
19682008-09-08 Jerome Guitton <guitton@adacore.com>
1969
1970 * gdb.base/stack-checking.c: New file.
1971 * gdb.base/stack-checking.exp: New file.
1972
1f08b409
TJB
19732008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
1974
1975 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
1976 * gdb.arch/altivec-regs.exp: Likewise.
1977 * gdb.arch/vsx-regs.exp: Likewise.
1978
3099e1c4
TJB
19792008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
1980
1981 * gdb.arch/ppc-fp.exp: New file.
1982 * gdb.arch/ppc-fp.c: New file.
1983
cc69bfc1
PP
19842008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
1985
1986 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
1987 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 1988
b02a33db
MS
19892008-09-04 Michael Snyder <msnyder@vmware.com>
1990
1991 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
1992 as "at" (for non-debug functions such as _start).
1993
2992cbe0
UW
19942008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1995
1996 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
1997 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
1998 software watchpoints.
1999 * gdb.base/watch_thread_num.exp: Likewise.
2000
514f746b
AR
20012008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
2002
2003 * gdb.arch/i386-bp_permanent.exp: New test.
2004
876cecd0
TT
20052008-08-24 Tom Tromey <tromey@redhat.com>
2006
2007 * gdb.base/maint.exp: Update "maint print type".
2008
80f73d71
VP
20092008-08-21 Vladimir Prus <vladimir@codesourcery.com>
2010
2011 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
2012 support. Adjust the order of "*running" notifications.
2013 * gdb.mi/non-stop.c: Don't cast from int to void* and
2014 back.
2015
d9c78d7d
MK
20162008-08-20 Mark Kettenis <kettenis@gnu.org>
2017
2018 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
2019 expect to find it in the "info frame" output.
2020
97a2d1d3
DJ
20212008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
2022
2023 * gdb.base/interp.exp: Always consume both prompts.
2024
b96e2927
PA
20252008-08-20 Pedro Alves <pedro@codesourcery.com>
2026
2027 * gdb.base/pending.exp: Test pending breakpoints without symbols
2028 loaded.
2029
8cf6e61a
VP
20302008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2031
2032 * lib/mi-support.exp (mi_expect_stop): Produce
2033 more details on failures.
2034 * gdb.mi/mi-nonstop.exp: New.
2035 * gdb.mi/non-stop.c: New.
2036
c6ebd6cf
VP
20372008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2038
a9c64011
AS
2039 * gdb.mi/mi-async.exp: Use 'set target-async'.
2040 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 2041
46a9b8ed
DJ
20422008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
2043
2044 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
2045
44feb3ce
TT
20462008-08-17 Tom Tromey <tromey@redhat.com>
2047
2048 * gdb.base/help.exp (help catch): Rewrite.
2049
311a4e6b
TJB
20502008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2051
2052 * gdb.base/define.exp: Test indented command documentation.
2053 * gdb.python/python.exp: Test indented multi-line command.
2054
604c2f83
LM
20552008-08-15 Luis Machado <luisgpm@br.ibm.com>
2056
2057 * testsuite/gdb.arch/vsx-regs.c: New source file.
2058 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
2059 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
2060
886a217c
TT
20612008-08-14 Tom Tromey <tromey@redhat.com>
2062
2063 * gdb.base/macscp.exp: Add regression test for "macro define" or
2064 "macro undef" with no arguments.
2065
c814a4f3
PP
20662008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2067
2068 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 2069
12ab8a60
UW
20702008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2071
2072 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
2073
d57a3c85
TJB
20742008-08-06 Tom Tromey <tromey@redhat.com>
2075
2076 * gdb.python/python.exp: New file.
2077
c7b778ff
JK
20782008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2079
2080 Fix for PR gdb/1543.
2081 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
2082 $LOCATION.
2083 (location): New variable.
2084 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
2085 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
2086 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
2087 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
2088 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
2089 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
2090 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
2091 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
2092 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
2093 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
2094 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2095 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
2096 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2097 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
2098 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2099 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
2100 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
2101 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
2102 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
2103 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2104 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
2105 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
2106 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
2107 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
2108 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
2109 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
2110 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
2111 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
2112 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
2113 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
2114 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
2115 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
2116 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
2117 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
2118 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
2119 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
2120 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
2121 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2122 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
2123 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
2124 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
2125 gdb.base/type-opaque.exp, gdb.base/until.exp,
2126 gdb.base/value-double-free.c, gdb.base/varargs.exp,
2127 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
2128 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
2129 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2130 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
2131 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
2132 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2133 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2134 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
2135 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
2136 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
2137 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
2138 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
2139 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
2140 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
2141 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
2142 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2143 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
2144 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
2145 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
2146 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
2147 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
2148 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
2149 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
2150 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
2151 gdb.pascal/types.exp, gdb.stabs/weird.exp,
2152 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
2153 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
2154 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
2155 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
2156 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
2157 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
2158 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2159 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2160 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2161 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2162 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2163 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2164 lib/mi-support.exp, lib/trace-support.exp: Remove reference
2165 to bug-gdb@prep.ai.mit.edu .
2166
5e06a3d1
VP
21672008-07-31 Vladimir Prus <vladimir@codesourcery.com>
2168
2169 * lib/mi-support.exp (mi_load_shlibs): New.
2170 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
2171
9d81d21b
VP
21722008-07-30 Vladimir Prus <vladimir@codesourcery.com>
2173
2174 * lib/mi-support.exp (get_mi_thread_list)
2175 (check_mi_and_console_threads): New, moved from ...
2176 * gdb.mi/mi-pthread.exp: ...here.
2177 * gdb.mi/gdb669.exp (get_mi_thread_list)
2178 (check_mi_and_console_threads): Delete.
2179 * gdb.mi/mi2-pthread.exp: Likewise.
2180
bae98fe0
TT
21812008-07-28 Tom Tromey <tromey@redhat.com>
2182
2183 * Makefile.in (just-check): Remove. Move body to...
2184 (check): ... here.
2185
57380f4e
DJ
21862008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2187
2188 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
2189 Add a test for duplicated SIGINTs.
2190
e09490f1
DJ
21912008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2192
2193 * gdb.threads/schedlock.exp (get_args): Update to work for any
2194 value of NUM.
2195 (Top level): Report the number of threads that did not resume.
2196
6387b45f
DJ
21972008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2198
2199 * gdb.dwarf2/dw2-compressed.S: Also define __start.
2200
62f64ff2
DJ
22012008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2202
2203 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
2204 non-MI prompt.
2205
fa8de41e
TT
22062008-07-26 Tom Tromey <tromey@redhat.com>
2207
2208 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
2209 (function_struct, function_struct_ptr): New globals.
2210 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
2211 function pointer in a struct.
2212
ccb3ac8a
TT
22132008-07-26 Tom Tromey <tromey@redhat.com>
2214
2215 * gdb.base/macscp.exp: Add test for macro lexing bug.
2216
d7d9f01e
TT
22172008-07-18 Tom Tromey <tromey@redhat.com>
2218
2219 * gdb.base/macscp.exp: Add macro tests.
2220
9bf07184
PP
22212008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2222
2223 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
2224
becf6477
PP
22252008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2226
2227 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
2228
0709f7d3
PP
22292008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2230
2231 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 2232
7093c834
PP
22332008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2234
2235 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 2236
b432ffe3
JK
22372008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2238
2239 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
2240
b1a268e5
VP
22412008-07-12 Vladimir Prus <vladimir@codesourcery.com>
2242
2243 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
2244
e2995f8e
KB
22452008-07-11 Kevin Buettner <kevinb@redhat.com>
2246
2247 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
2248 of regexp to account for changes made to GDB in the printing of
2249 byte vectors.
2250
14032a66
TT
22512008-07-11 Tom Tromey <tromey@redhat.com>
2252
2253 * gdb.base/completion.exp: Add 'help' completion test.
2254
981505ef
JK
22552008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2256
2257 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
2258
10568435
JK
22592008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2260
2261 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
2262
4487aabf
PA
22632008-07-09 Pedro Alves <pedro@codesourcery.com>
2264
2265 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
2266
a4a9b1c4
PA
22672008-07-09 Pedro Alves <pedro@codesourcery.com>
2268
2269 * gdb.base/fullname.exp: Restore pwd if compiling failed.
2270
3c3185ac
JK
22712008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2272
2273 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
2274
7ebd49dc
VP
22752008-06-28 Vladimir Prus <vladimir@codesourcery.com>
2276
2277 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
2278 previous commit. Add a comment.
2279
84e46146
PA
22802008-06-28 Pedro Alves <pedro@codesourcery.com>
2281
2282 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
2283
0f8d4a2f
VP
22842008-06-28 Vladimir Prus <vladimir@codesourcery.com>
2285
2286 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
2287
f747e0ce
PA
22882008-06-27 Pedro Alves <pedro@codesourcery.com>
2289
2290 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
2291 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
2292 compiling an executable, link in an object that forces unbuffered
2293 output.
2294 * lib/set_unbuffered_mode.c: New file.
2295
734a5c36
JK
22962008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2297
2298 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
2299
a2840c35
VP
23002008-06-25 Vladimir Prus <vladimir@codesourcery.com>
2301
a9c64011
AS
2302 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
2303 mi_expect_stop.
2304 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
2305 Demand that *running is output.
2306 (detect_async): Perform checking every time.
2307 (mi_send_resuming_command): Extract everything into...
2308 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
2309 (mi_expect_stop): Don't accept any output before *stopped.
2310
6ae37fef
VP
23112008-06-13 Vladimir Prus <vladimir@codesourcery.com>
2312
2313 Robustify mi-simplerun.
a9c64011
AS
2314 * gdb.mi/basics.c (main): Add a call to sleep.
2315 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
2316 * gdb.mi/mi2-cli.exp: Likewise.
2317 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 2318
b4aa76f0 23192008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
2320
2321 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
2322
e1ac3328
VP
23232008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2324
a9c64011
AS
2325 * gdb.mi/mi-console.exp: Adjust.
2326 * gdb.mi/mi-syn-frame.exp: Adjust.
2327 * gdb.mi/mi2-console.exp: Adjust.
2328 * gdb.mi/mi2-syn-frame.exp: Adjust.
2329 * lib/mi-support.exp (mi_run_cmd): Adjust.
2330 (mi_send_resuming_command): Adjust.
e1ac3328 2331
f7f9a841
VP
23322008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2333
2334 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
2335 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
2336 testing of stopped.
2337 * gdb.mi/mi2-syn-frame.exp: Likewise.
2338 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
2339 (async, detect_async): New.
2340 (mi_expect_stop, mi_continue_to_line): Adjust expectation
2341 depending on if we're running in sync or async mode.
f7f9a841 2342
37cd5d19
TT
23432008-06-09 Tom Tromey <tromey@redhat.com>
2344
2345 * gdb.base/completion.exp: New tests for field name completion
2346 with spaces, and field name completion with '->'.
2347
65d12d83
TT
23482008-06-06 Tom Tromey <tromey@redhat.com>
2349
2350 * gdb.base/break1.c (struct some_struct): New struct.
2351 (values): New global.
2352 * gdb.base/completion.exp: Add field name completion test.
2353
ebfe2e3f
PP
23542008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2355
2356 * gdb.cp/call-c.exp: Test for incorrect handling of reference
2357 to pointer.
2358 * gdb.cp/call-c.cc: Likewise.
2359
bcf6fc3a
NR
23602008-06-06 Nick Roberts <nickrob@snap.net.nz>
2361
2362 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
2363 annotation.
2364
49fd4a42 23652008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 2366 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
2367
2368 * gdb.threads/execl.c, gdb.threads/execl1.c,
2369 gdb.threads/execl.exp: New tests.
a9c64011 2370
8a34ac3f
AR
23712008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
2372 Daniel Jacobowitz <dan@codesourcery.com>
2373
2374 * gdb.cp/exception.exp: Activate test, make it work with pending
2375 catchpoints.
2376
86ae69ef
JK
23772008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2378
2379 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
2380
f7f9ae2c
VP
23812008-05-28 Vladimir Prus <vladimir@codesourcery.com>
2382
a9c64011
AS
2383 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
2384 now printed.
2385 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 2386
2a2d4dc3
AS
23872008-05-27 Andreas Schwab <schwab@suse.de>
2388
2389 * gdb.base/frame-args.exp: Handle arguments that are optimized
2390 out.
2391
5099e4d9
LM
23922008-05-26 Luis Machado <luisgpm@br.ibm.com>
2393
2394 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
2395 quiet for ppc32 and group options into a single variable.
2396
d9c36a91
JB
23972008-05-23 Joel Brobecker <brobecker@adacore.com>
2398
2399 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
2400 of zero-size elements.
2401 * gdb.ada/null_array.exp: Test printing this new array.
2402
103a8671
JK
24032008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2404
2405 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
2406
07a4cc1a 24072008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
2408
2409 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
2410 of the "finish" command.
2411
55f996a7
NR
24122008-05-21 Nick Roberts <nickrob@snap.net.nz>
2413
2414 * gdb.base/annota1.exp: Test for new annotation.
2415
907fc202
UW
24162008-05-16 Pedro Alves <pedro@codesourcery.com>
2417
2418 * gdb.base/fixsection.exp: New file.
2419 * gdb.base/fixsection0.c: New file.
2420 * gdb.base/fixsection1.c: New file.
2421
e8f97270
UW
24222008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2423
2424 * gdb.base/annota1.exp: Accept printf@... in place of printf.
2425 * gdb.base/annota3.exp: Likewise.
2426
ac0bb574
NF
24272008-05-13 Nathan Froyd <froydnj@codesourcery.com>
2428
2429 * gdb.base/watch_thread_num.exp: Don't run tests that require
2430 watchpoints if the target doesn't support them.
2431
6fadd07a
DE
24322008-05-12 Doug Evans <dje@google.com>
2433
2434 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
2435
6e9a4a30
JB
24362008-05-09 Joel Brobecker <brobecker@adacore.com>
2437
2438 * gdb.ada/assign_1.exp: New testcase.
2439
08388c79
DE
24402008-05-09 Doug Evans <dje@google.com>
2441
a3c83fae
DE
2442 * gdb.base/find.exp: New file.
2443 * gdb.base/find.c: New file.
08388c79 2444
bd5ddfe8
DJ
24452008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
2446
2447 * gdb.base/commands.exp (watchpoint_command_test): Handle
2448 gdb,no_hardware_watchpoints.
2449 * gdb.base/float.exp: Allow ARM targets without floating point.
2450 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
2451
b5dd68e2 24522008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 2453 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
2454
2455 * gdb.ada/lang_switch: New test program.
2456 * gdb.ada/lang_switch.exp: New testcase.
2457
382d13d1
DE
24582008-05-05 Doug Evans <dje@google.com>
2459
2460 * gdb.base/help.exp (disassemble): Update expected help text.
2461
9dd789d0
PA
24622008-05-04 Pedro Alves <pedro@codesourcery.com>
2463
2464 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
2465
611c83ae
PA
24662008-05-04 Pedro Alves <pedro@codesourcery.com>
2467
2468 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
2469 different times.
2470
ff013f42
JK
24712008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2472
2473 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
2474 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
2475 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
2476 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
2477
96dff6a2
VP
24782008-05-04 Vladimir Prus <vladimir@codesourcery.com>
2479
2480 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
2481 notification to appear.
2482
55cd6f92
DJ
24832008-05-04 Daniel Jacobowitz <dan@debian.org>
2484
2485 * gdb.base/fullname.c: New file.
2486 * gdb.base/fullname.exp: New file.
2487 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
2488
d705c43c
PA
24892008-05-03 Pedro Alves <pedro@codesourcery.com>
2490
2491 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
2492 expressions with macros.
2493
333222e1
JK
24942008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2495
2496 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
2497
5ac01682
DJ
24982008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2499
2500 * gdb.base/completion.exp: Handle lack of other symbols beginning
2501 with "a".
2502
2503 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
2504
237fc4c9
PA
25052008-05-02 Jim Blandy <jimb@codesourcery.com>
2506
2507 * gdb.asm/asmsrc1.s: Add scratch space.
2508
ed5e9466
DJ
25092008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2510 Daniel Jacobowitz <dan@codesourcery.com>
2511
2512 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
2513 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
2514 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
2515
b39cc962
DJ
25162007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
2517
2518 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
2519
36d520f5
JB
25202008-05-01 Joel Brobecker <brobecker@adacore.com>
2521
2522 * gdb.base/info-target.exp: New testcase.
2523
8d4e3071
DJ
25242008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2525
2526 * gdb.cp/hang.exp: Use .cc instead of .C.
2527 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
2528 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
2529
6f3f3097
DJ
25302008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2531
2532 * gdb.base/gdb1250.exp: Remove perror.
2533 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
2534
5550a914
PA
25352008-04-30 Pedro Alves <pedro@codesourcery.com>
2536
2537 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
2538 .2byte.
2539
d848e687
DJ
25402008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
2541
2542 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
2543 (maybe_kfail): New.
2544
93b5768b
PA
25452008-04-25 Pedro Alves <pedro@codesourcery.com>
2546
2547 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
2548
721c02de
VP
25492008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2550
a9c64011
AS
2551 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
2552 * gdb.mi/mi2-syn-frame.exp: Likewise.
2553 * lib/mi-support.exp: Likewise.
721c02de 2554
74960c60
VP
25552008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2556
2557 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
2558 to specify regexp for the location to stop at.
2559 * gdb.base/break-always.c: New.
2560 * gdb.base/break-always.exp: New.
2561
d24317b4
VP
25622008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2563
2564 * lib/mi-support.exp (mi_runto_helper): Adjust
2565 for the original-location field.
2566 (mi_create_breakpoint, mi_list_breakpoints): New.
2567 * gdb.mi/mi-break.exp: Adjust.
2568 * gdb.mi/mi2-break.exp: Adjust.
2569 * gdb.mi/mi-pending.exp: Adjust.
2570 * gdb.mi/mi-simplerun.exp: Adjust.
2571 * gdb.mi/mi2-simplerun.exp: Adjust.
2572 * gdb.mi/mi-syn-frame.exp: Adjust.
2573 * gdb.mi/mi2-syn-frame.exp: Adjust.
2574 * gdb.mi/mi-until.exp: Adjust.
2575 * gdb.mi/mi2-until.exp: Adjust.
2576 * gdb.mi/mi-var-display.exp: Adjust.
2577 * gdb.mi/mi2-var-display.exp: Adjust.
2578 * gdb.mi/mi-watch.exp: Adjust.
2579 * gdb.mi/mi2-watch.exp: Adjust.
2580
fdc59709 25812008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 2582
a9c64011
AS
2583 * aclocal.m4: Add override.m4.
2584 * configure: Regenerate.
fdc59709 2585
8e91f023
VP
25862008-04-19 Vladimir Prus <vladimir@codesourcery.com>
2587
2588 * gdb.mi/var-cmd.c (do_at_tests): Verify that
2589 '-var-update --all-values' reports new value even the type
2590 of a variable object has changed.
2591
233a11ab
CS
25922008-04-18 Craig Silverstein <csilvers@google.com>
2593
2594 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
2595 files.
d24317b4 2596
9c1137ad
JB
25972008-04-18 Joel Brobecker <brobecker@adacore.com>
2598
2599 * gdb.ada/atomic_enum: New test program.
2600 * gdb.ada/atomic_enum.exp: New testcase.
2601
66d0bbc7
DE
26022008-04-17 Doug Evans <dje@google.com>
2603
2604 * gdb.opt/Makefile.in: Fix whitespace.
2605
100906b0
UW
26062008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
2607
2608 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
2609
4584e32e
DE
26102008-04-17 Doug Evans <dje@google.com>
2611
2612 * gdb.base/hashline1.exp: New testcase.
2613 * gdb.base/hashline2.exp: New testcase.
2614 * gdb.base/hashline2.exp: New testcase.
2615
0a320680
PA
26162008-04-17 Pedro Alves <pedro@codesourcery.com>
2617
2618 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
2619
18ac113b
AR
26202008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
2621
2622 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
2623 temporary breakpoint to match "Temporary breakpoint".
2624 * gdb.base/break.exp (delete_breakpoints): Likewise.
2625 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
2626 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
2627 * gdb.base/display.exp: Likewise.
2628 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
2629 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
2630 * gdb.base/restore.exp (restore_tests): Likewise.
2631 * gdb.base/sepdebug.exp: Likewise.
2632 * gdb.base/watchpoint.exp: Likewise.
2633 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
2634 * gdb.mi/mi-pending.exp: Likewise.
2635 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
2636 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
2637 * gdb.mi/mi-var-cmd.exp: Likewise.
2638 * gdb.mi/mi-var-display.exp: Likewise.
2639 * gdb.mi/mi2-cli.exp: Likewise.
2640 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
2641 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
2642 * gdb.mi/mi2-var-display.exp: Likewise.
2643 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
2644 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
2645 new "disp" field.
a9c64011 2646 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
2647 reason. This is to support fix for PR2424.
2648
add38693
JK
26492008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2650
2651 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
2652
fcacd99f
VP
26532008-04-13 Vladimir Prus <vladimir@codesourcery.com>
2654
2655 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 2656 field. Add more floating varobj tests.
fcacd99f 2657 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
2658 field.
2659 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
2660 (main): Call do_at_tests.
2661 * lib/mi-support.exp (mi_create_floating_varobj)
2662 (mi_varobj_update_with_type_change): New.
fcacd99f 2663
de051565
MK
26642008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2665
2666 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
2667 option of -var-evaluate-expression.
2668 * gdb.mi/mi2-var-display.exp: Likewise.
2669
dbc52822
VP
26702008-04-07 Vladimir Prus <vladimir@codesourcery.com>
2671
2672 Introduce test setup helpers.
a9c64011
AS
2673 * lib/gdb.exp (build_executable, clean_restart)
2674 (prepare_for_testing): New.
2675 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
2676 * gdb.base/return.exp: Likewise.
2677 * gdb.base/ending-run.exp: Likewise.
dbc52822 2678
473591da
NR
26792008-04-07 Nick Roberts <nickrob@snap.net.nz>
2680
2681 * gdb.mi/mi-async.exp: New test for asynchronous Machine
2682 Interface (MI) responses.
2683
2b2d9e11
VP
26842008-04-06 Vladimir Prus <vladimir@codesourcery.com>
2685
a9c64011
AS
2686 * gdb.cp/breakpoint.cc: New code to test conditions involving
2687 member variables.
2688 * gdb.cp/breakpoint.exp: Test condition involving member
2689 variables.
2b2d9e11 2690
bb378428
VP
26912008-04-05 Vladimir Prus <vladimir@codesourcery.com>
2692
2693 * lib/mi-support.exp (mi_expect_stop): New.
2694 (mi_run_cmd): Change the
2695 token. Use mi_send_resuming_command, use
2696 mi_expect_stop.
2697 (mi_execute_to_helper): Rename to mi_execute_to.
2698 (mi_send_resuming_command): Add more error patterns.
2699 (mi_wait_for_stop): Renamed to...
2700 (mi_get_stop_line): ...this.
2701 (mi_run_inline_test): Adjust.
2702
2703 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
2704 * gdb.mi/mi-console.exp: Likewise.
2705 * gdb.mi/mi-pending.exp: Likewise.
2706 * gdb.mi/mi-simplerun.exp: Likewise.
2707 * gdb.mi/mi-stack.exp: Likewise.
2708 * gdb.mi/mi-stepi.exp: Likewise.
2709 * gdb.mi/mi-syn-frame.exp: Add comment.
2710 * gdb.mi/mi-until.exp: Likewise.
2711 * gdb.mi/mi-var-display.exp: Likewise.
2712 * gdb.mi/mi-watch.exp: Likewise.
2713 * gdb.mi/mi2-cli.exp: Likewise.
2714 * gdb.mi/mi2-console.exp: Likewise.
2715 * gdb.mi/mi2-simplerun.exp: Likewise.
2716 * gdb.mi/mi2-stack.exp: Likewise.
2717 * gdb.mi/mi2-stepi.exp: Likewise.
2718 * gdb.mi/mi2-until.exp: Likewise.
2719 * gdb.mi/mi2-var-display.exp: Likewise.
2720 * gdb.mi/mi2-watch.exp: Likewise.
2721
62172bb9
UW
27222008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2723
2724 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
2725
2726 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
2727
a13e061a
PA
27282008-04-04 Pedro Alves <pedro@codesourcery.com>
2729
2730 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
2731 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
2732 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
2733 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
2734 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
2735 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
2736 expect an mi error duplicated in stderr.
2737
eae06beb
JB
27382008-04-03 Joel Brobecker <brobecker@adacore.com>
2739
2740 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
2741 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
2742 Add a couple of tests that verify the behavior when the new setting
2743 is set to "cancel" and "all".
2744 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
2745 "ask" before we start the testing.
2746
79c6ced6
AR
27472008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
2748
2749 * gdb.cp/casts.cc: Add class reference variables.
2750 * gdb.cp/casts.exp: New test cases for up/down casting references.
2751
6c2d1a6b
MK
27522008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
2753
2754 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
2755 instead of beginning to make an extra test pass.
2756 * gdb.mi/mi2-var-display.exp: Likewise.
2757
55b411d9
MR
27582008-03-31 Maciej W. Rozycki <macro@mips.com>
2759
2760 * gdb.base/break.exp: Mark failures as such. Fix formatting.
2761
c6140da2
MD
27622008-03-31 Markus Deuling <deuling@de.ibm.com>
2763 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2764
2765 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
2766 value. Add xfail for older kernels.
2767
79732189
AR
27682008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
2769
2770 Bring mi-support in line with gdb.exp.
2771 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
2772 (mi_gdb_start): New function.
2773
33c3676e
MR
27742008-03-28 Maciej W. Rozycki <macro@mips.com>
2775
2776 * gdb.mi/mi-var-cmd.exp: Fix a typo.
2777
92e28119
VP
27782008-03-26 Vladimir Prus <vladimir@codesourcery.com>
2779
2780 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
2781 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 2782
9e8e3afe
VP
27832008-03-26 Vladimir Prus <vladimir@codesourcery.com>
2784
2785 * lib/mi-support.exp (mi_create_varobj_checked): New.
2786 (mi_list_varobj_children): Allow to check for a
2787 value.
2788 (mi_list_array_varobj_children): New.
2789
2790 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
2791 and mi_list_varobj_children, as opposed to hardcoding
2792 expected strings.
2793 * gdb.mi/gdb701.exp: Likewise.
2794 * gdb.mi/gdb792.exp: Likewise.
2795 * gdb.mi/mi-var-block.exp: Likewise.
2796 * gdb.mi/mi-var-cmd.exp: Likewise.
2797 * gdb.mi/mi-var-invalidate.exp: Likewise.
2798 * gdb.mi/mi2-var-block.exp: Likewise.
2799 * gdb.mi/mi2-var-child.exp: Likewise.
2800 * gdb.mi/mi2-var-cmd.exp: Likewise.
2801 * gdb.mi/mi2-var-display.exp: Likewise.
2802
9df50351
JK
28032008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2804
2805 Fix random false FAILs on i386.
2806 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
2807
31e5d73a
DJ
28082008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
2809
2810 PR gdb/544
2811 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
2812
12f4afab
DJ
28132008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
2814
2815 PR gdb/544
2816 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
2817
b562a0cb
DJ
28182008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2819
2820 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
2821 fixed PR gdb/544.
2822
17faa917
DJ
28232008-03-21 Pedro Alves <pedro@codesourcery.com>
2824
2825 * gdb.threads/fork-child-threads.exp: Test next over fork.
2826
6214f497
DJ
28272008-03-21 Chris Demetriou <cgd@google.com>
2828
2829 * gdb.base/break.exp (rbreak junk): New test for rbreak
2830 "Junk at end of arguments" issue.
2831
63092375
DJ
28322008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2833
2834 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
2835 *& to work on created array elements.
2836 (Top level): Test print $pc with a file. Test string operations
2837 without a target.
2838 * gdb.base/ptype.exp: Do not expect *& to work on created array
2839 elements.
2840
b21991b0
DJ
28412008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2842
2843 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
2844 gdb.threads/staticthreads.exp: Update exit query.
2845
c4b347c7
SL
28462008-03-07 Sandra Loosemore <sandra@codesourcery.com>
2847
2848 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
2849
fa4727a6
DJ
28502008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2851
2852 * gdb.base/watchpoint.c (global_ptr, func4): New.
2853 (main): Call func4.
2854 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
2855 (test_inaccessible_watchpoint): New.
2856
2f34202f
MR
28572008-02-29 Maciej W. Rozycki <macro@mips.com>
2858
2859 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
2860 select the largest.
2861
0d6ba1b1
DJ
28622008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2863
2864 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
2865 frames-invalid annotations.
2866
e691325a
PM
28672008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
2868
a9c64011 2869 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 2870
f85b5ecc
DE
28712008-02-27 Doug Evans <dje@google.com>
2872
2873 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
2874 for bug 1738.
2875 (breakpoint_to_handler_entry): Ditto.
2876
b40e7bf3
JB
28772008-02-27 Joel Brobecker <brobecker@adacore.com>
2878
2879 * gdb.base/ending-run.exp: Use the first line of code inside
2880 function body to test breakpoints.
2881 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
2882 location where the breakpoint is inserted when using the line
2883 where a function is declared. Fix typo in the description of
2884 one of the tests.
2885 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
2886
2faca73a
PM
28872008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
2888
2889 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 2890 tests.
2faca73a 2891
6f439c36
PM
28922008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
2893
2894 * gdb.base/args.exp: avoid same output for tests
2895 with single quotes.
2896
54e52265
VP
28972008-02-26 Vladimir Prus <vladimir@codesourcery.com>
2898
a9c64011
AS
2899 * gdb.base/annota1.exp: Adjust for 'info break'
2900 format changes.
2901 * gdb.base/annota3.exp: Likewise.
2902 * gdb.base/break.exp: Likewise.
2903 * gdb.base/condbreak.exp: Likewise.
2904 * gdb.base/pending.exp: Likewise.
2905 * gdb.base/sepdebug.exp: Likewise.
2906 * gdb.base/unload.exp: Likewise.
2907 * gdb.cp/ovldbreak.exp: Likewise.
2908 * gdb.mi/mi-pending.exp: Likewise.
54e52265 2909
897b09ca
DE
29102008-02-07 Doug Evans <dje@google.com>
2911
2912 * gdb.cp/mb-inline.exp: New.
2913 * gdb.cp/mb-inline.h: New.
2914 * gdb.cp/mb-inline1.cc: New.
2915 * gdb.cp/mb-inline2.cc: New.
2916
b1c32d35
PM
29172008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
2918
2919 * gdb.pascal/floats.pas: New test program.
2920 * gdb.pascal/floats.exp: New testcase.
2921
1a4ca44a
TJB
29222008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
2923
2924 * gdb.base/callfuncs.c (t_float_many_args): New function.
2925 (t_double_many_args): New function.
2926 * gdb.base/callfuncs.exp: Add tests for exceeding float
2927 and double parameters passed through the stack.
2928
439048e8
JB
29292008-02-05 Joel Brobecker <brobecker@adacore.com>
2930
2931 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
2932 gdb.ada/complete/foo.adb: New files.
2933 * gdb.ada/complete.exp: New testcase.
2934
81fe8080
DE
29352008-02-03 Doug Evans <dje@google.com>
2936
301f0ecf
DE
2937 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
2938
81fe8080
DE
2939 * gdb.cp/gdb2384.exp: New file.
2940 * gdb.cp/gdb2384.cc: New file.
2941 * gdb.cp/gdb2384-base.h: New file.
2942 * gdb.cp/gdb2384-base.cc: New file.
2943
4b071aec
DE
29442008-02-02 Doug Evans <dje@google.com>
2945
2946 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
2947
61137ba6
JB
29482007-02-01 Joel Brobecker <brobecker@adacore.com>
2949
2950 * gdb.ada/sym_print_name: New test program.
2951 * gdb.ada/sym_print_name.exp: New testcase.
2952
29532007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
2954
2955 * gdb.ada/nested/hello.adb: New file.
2956 * gdb.ada/nested.exp: New testcase.
2957 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
2958
98deb0da
VP
29592008-02-01 Vladimir Prus <vladimir@codesourcery.com>
2960
2961 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
2962 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
2963 don't cause future evaluations of function to report
2964 creation of internal breakpoints.
98deb0da 2965
723a2275
VP
29662008-02-01 Vladimir Prus <vladimir@codesourcery.com>
2967
2968 * gdb.mi/mi-break.exp (test_error): New.
2969 Call it.
2970
fb546a2f
LM
29712008-01-31 Luis Machado <luisgpm@br.ibm.com>
2972
2973 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
2974 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
2975
2d8fd90a
PM
29762008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
2977
2978 * gdb.pascal/integers.pas: New test program.
2979 * gdb.pascal/integers.exp: New testcase.
2980
a7fa0ded
PM
29812008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
2982
2983 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
2984
5e1a1926
TJB
29852008-01-30 Luis Machado <luisgpm@br.ibm.com>
2986
2987 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
2988 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
2989
8d04f9f0
JB
29902008-01-30 Paul Hilfinger <hilfinger@adacore.com>
2991
2992 * gdb.ada/formatted_ref: New test program.
2993 * gdb.ada/formatted_ref.exp: New testcase.
2994
2995 * gdb.cp/formatted-ref.cc: New file.
2996 * gdb.cp/formatted-ref.exp: New testcase.
2997
ce75a98f
JB
29982008-01-30 Joel Brobecker <brobecker@adacore.com>
2999
3000 * gdb.base/ptype.exp: Add testing of "ptype $pc".
3001
e835f6bf
NR
30022008-01-30 Nick Roberts <nickrob@snap.net.nz>
3003
3004 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
3005 (test_file_list_exec_source_file): Update to new macro-info field.
3006
d118ef87
PH
30072008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
3008
3009 * gdb.ada/exprs: New test program.
3010 * gdb.ada/exprs.exp: New testcase.
3011
7d35ab09
TJB
30122008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3013
3014 * dfp-test.c (DELTA, DELTA_B): New definitions.
3015 (double_val1, double_val2, double_val3, double_val4, double_val5,
3016 double_val6, double_val7, double_val8, double_val9, double_val10,
3017 double_val11, double_val12, double_val13, double_val14, dec32_val1,
3018 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
3019 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
3020 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
3021 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
3022 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
3023 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
3024 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
3025 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
3026 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
3027 dec128_val16): New global variables.
3028 (decimal_dec128_align): New function.
3029 (decimal_mixed): Likewise.
3030 (decimal_many_args_dec32): Likewise.
3031 (decimal_many_args_dec64): Likewise.
3032 (decimal_many_args_dec128): Likewise.
3033 (decimal_many_args_mixed): Likewise.
3034 * dfp-test.exp: Add tests calling new inferior functions.
3035
2d717e4f
DJ
30362008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3037
3038 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
3039 gdb.server/ext-run.exp: New files.
3040 * lib/gdbserver-support.exp (gdbserver_download): New.
3041 (gdbserver_start): New. Update gdbserver expected
3042 output.
3043 (gdbserver_spawn): Use them.
3044 (gdbserver_start_extended): New.
3045
e85a822c
DJ
30462008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3047
3048 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
3049 Run on GNU/Linux.
3050 (do_exec_tests): Check for systems which do not support catchpoints.
3051 Do not match START.
3052 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
3053 Run on GNU/Linux. Enable verbose output.
3054 (check_fork_catchpoints): New.
3055 (explicit_fork_child_follow, catch_fork_child_follow)
3056 (tcatch_fork_parent_follow): Update expected messages.
3057 (do_fork_tests): Use check_fork_catchpoints.
3058 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
3059 Run on GNU/Linux. Enable verbose output.
3060 (check_vfork_catchpoints): New.
3061 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
3062 expected messages.
3063 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
3064
401ea829
JB
30652008-01-29 Jim Blandy <jimb@red-bean.com>
3066
3067 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
3068 host' errors.
3069 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
3070
aceaf3ad
JB
30712008-01-29 Jim Blandy <jimb@red-bean.com>
3072
3073 * gdb.threads/sigthread.c: Use barriers to ensure that
3074 child_thread and child_thread_two are always initialized before we
3075 start to use them.
3076
a5606eee
VP
30772008-01-29 Vladimir Prus <vladimir@codesourcery.com>
3078
3079 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
3080 * gdb.base/watchpoint-solib.c: New.
3081 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 3082
c55a82bb
PM
30832008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
3084
3085 * gdb.base/gdb1056.exp: Add unsigned integer test.
3086
0993fe05
DE
30872008-01-28 Doug Evans <dje@google.com>
3088
3089 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
3090
4fe42e7f
JB
30912008-01-27 Jim Blandy <jimb@codesourcery.com>
3092
c7a69933
JB
3093 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
3094
4fe42e7f
JB
3095 * gdb.base/expand-psymtabs.exp: Doc fix.
3096
5def8285
MK
30972008-01-26 Mark Kettenis <kettenis@gnu.org>
3098
3099 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
3100
5313c911
NR
31012008-01-24 Nick Roberts <nickrob@snap.net.nz>
3102
a9c64011 3103 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
3104 -var-set-format.
3105
93815fbf
VP
31062008-01-23 Chris Demetriou <cgd@google.com>
3107
3108 * gdb.threads/thread_events.c: New testcase source file.
3109 * gdb.threads/thread_events.exp: New testcase expect file.
3110
467a88ee
NR
31112008-01-23 Nick Roberts <nickrob@snap.net.nz>
3112
3113 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
3114
3115 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
3116 -var-set-format.
3117
d8f82aba
DJ
31182008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
3119 Vladimir Prus <vladimir@codesourcery.com>
3120
3121 * gdb.base/float.exp: Allow missing floating point for m68k and
3122 PowerPC.
3123
60c46647
VP
31242008-01-22 Vladimir Prus <vladimir@codesourcery.com>
3125
3126 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
3127 ignore count.
3128 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
3129 * gdb.mi/mi-cli.exp: Adjust.
3130 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 3131
c7dd36a1
PA
31322008-01-17 Pedro Alves <pedro@codesourcery.com>
3133
3134 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
3135 and 'dummy_ptr' integer pointer. Initialize struct_declarations
3136 with dummy_ptr's address.
3137 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
3138 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
3139 all targets.
3140 * gdb.mi/mi2-var-child.exp: Likewise.
3141
39d5313e
JB
31422008-01-09 Joel Brobecker <brobecker@adacore.com>
3143
3144 * gdb.ada/null_array: New test program.
3145 * gdb.ada/null_array.exp: New testcase.
3146
0aea4bf3
LM
31472008-01-09 Luis Machado <luisgpm@br.ibm.com>
3148
3149 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
3150 with required float modifiers.
3151
0b354900
JB
31522008-01-08 Joel Brobecker <brobecker@adacore.com>
3153
3154 * gdb.ada/funcall_param: New test program.
3155 * gdb.ada/funcall_param.exp: New testcase.
3156
cdb7f5d4
JB
31572008-01-08 Joel Brobecker <brobecker@adacore.com>
3158
3159 * gdb.ada/arrayparam: New test program.
3160 * gdb.ada/arrayparam.exp: New testcase.
3161
88e2547f
JB
31622008-01-08 Joel Brobecker <brobecker@adacore.com>
3163
3164 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
3165 landed. Should also fix random failures in the test following it.
3166
f6867ce0
TJB
31672008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3168
3169 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
3170 for expressions with decimal float values.
3171 (test_dfp_conversions): New function to test casts to and from
3172 decimal float types.
3173 Call test_dfp_conversions.
3174 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
3175 elements.
3176 (main): Initialize ds.float4 and ds.double8 elements.
3177 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
3178 string to new error message.
3179 (d64_set_tests): Likewise.
3180 (d128_set_tests): Likewise.
3181 Add tests for expressions with decimal float variables. Add tests for
3182 conversions to and from decimal float types.
3183
f9c11282
JB
31842008-01-05 Joel Brobecker <brobecker@adacore.com>
3185
3186 * gdb.ada/packed_tagged/comp_bug.adb: New file.
3187 * gdb.ada/packed_tagged.exp: New testcase.
3188
0ecbca72
JB
31892008-01-04 Joel Brobecker <brobecker@adacore.com>
3190
3191 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
3192 gdb.ada/homonym/homonym_main.adb: New files.
3193 * gdb.ada/homonym.exp: New testcase.
3194
c18d3d89
JB
31952008-01-04 Joel Brobecker <brobecker@adacore.com>
3196
3197 * gdb.ada/packed_array.exp: Add testing of references to
3198 a packed array.
3199
ecc7085b
JB
32002008-01-04 Joel Brobecker <brobecker@adacore.com>
3201
3202 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
3203 New files.
3204 * gdb.ada/type_coercion.exp: New testcase.
3205
c474c922
JB
32062008-01-04 Joel Brobecker <brobecker@adacore.com>
3207
3208 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
3209 gdb.ada/tagged/foo.adb: New file.
3210 * gdb.ada/tagged.exp: New testcase.
3211
9005b927
JB
32122008-01-04 Joel Brobecker <brobecker@adacore.com>
3213
3214 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
3215 gdb.ada/ptype_field/foo.adb: New files.
3216 * gdb.ada/ptype_field.exp: New testcase.
3217
1a6aaad8
JB
32182008-01-03 Joel Brobecker <brobecker@adacore.com>
3219
3220 * gdb.ada/print_pc.exp: New testcase.
3221
0ef22f53
JB
32222008-01-03 Joel Brobecker <brobecker@adacore.com>
3223
3224 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
3225 gdb.ada/taft_type/p.adb: New files.
3226 * gdb.ada/taft_type.exp: New testcase.
3227
1689ecf8
JB
32282008-01-03 Joel Brobecker <brobecker@adacore.com>
3229
3230 * gdb.ada/array_bounds/bar.adb: New file.
3231 * gdb.ada/array_bounds.exp: New testcase.
3232
a4d0b9c3
JB
32332008-01-03 Joel Brobecker <brobecker@adacore.com>
3234
3235 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
3236 gdb.ada/arrayptr/foo.adb: New files.
3237 * gdb.ada/arrayptr.exp: New testcase.
3238
a31ace00
JB
32392008-01-03 Joel Brobecker <brobecker@adacore.com>
3240
3241 * gdb.base/set-lang-auto.exp: New testcase.
3242
a97fced3
JB
32432008-01-03 Joel Brobecker <brobecker@adacore.com>
3244
3245 * gdb.ada/fun_addr/foo.adb: New file.
3246 * gdb.ada/fun_addr.exp: New testcase.
3247
ef29ce1a
JK
32482008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3249
3250 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
3251 New files
3252
0fafefe3
JB
32532008-01-02 Joel Brobecker <brobecker@adacore.com>
3254
3255 * array_subscript_addr/p.adb: New file.
a9c64011 3256 * array_subscript_addr.exp: New testcase.
0fafefe3 3257
c4359f8d
JB
32582008-01-02 Joel Brobecker <brobecker@adacore.com>
3259
a9c64011 3260 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
3261 New files.
3262 * gdb.ada/str_cmp_ref.exp: New testcase.
3263
1aa1b15b
JB
32642008-01-01 Joel Brobecker <brobecker@adacore.com>
3265
3266 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
3267 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 3268 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 3269
81c9b2cf
JB
32702008-01-01 Joel Brobecker <brobecker@adacore.com>
3271
3272 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
3273 gdb.ada/ref_param/pck.ads: New files.
3274 * gdb.ada/ref_param.exp: New testcase.
3275
319e4674
JB
32762008-01-01 Joel Brobecker <brobecker@adacore.com>
3277
3278 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
3279 gdb.ada/interface/foo.adb: New files.
3280 * gdb.ada/interface.exp: New testcase.
3281
ef682c56
JB
32822007-12-31 Jim Blandy <jimb@codesourcery.com>
3283
3284 * gdb.base/multi-forks.exp: Consume all output from child
3285 processes before proceeding to next test.
3286
f6f3eb6c
JB
32872007-12-29 Jim Blandy <jimb@codesourcery.com>
3288
3289 * configure: Regenerated.
3290
f652e42f
JB
32912007-12-27 Joel Brobecker <brobecker@adacore.com>
3292
3293 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
3294 gdb.ada/fixed_cmp/fixed.adb: New files.
3295 * gdb.ada/fixed_cmp.exp: New testcase.
3296
6943e596
JB
32972007-12-27 Joel Brobecker <brobecker@adacore.com>
3298
3299 * gdb.ada/boolean_expr.exp: New testcase.
3300
aad9a193
JB
33012007-12-26 Jim Blandy <jimb@codesourcery.com>
3302
3303 * gdb.base/multi-forks.exp: Doc fix.
3304
fb5f3683
JB
33052007-12-26 Joel Brobecker <brobecker@adacore.com>
3306
3307 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
3308 * gdb.ada/char_param.exp: Do not compile our test program with
3309 -gnata, this is unnecessary.
3310 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
3311
384e4a9c
JB
33122007-12-24 Joel Brobecker <brobecker@adacore.com>
3313
3314 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
3315 gdb.ada/print_chars/foo.adb: New files.
3316 * gdb.ada/print_chars.exp: New testcase.
3317
01e044f7
JB
33182007-12-24 Joel Brobecker <brobecker@adacore.com>
3319
3320 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
3321 gdb.ada/char_param/foo.adb: New files.
3322 * gdb.ada/char_param.exp: New testcase.
3323
0ce17860
JB
33242007-12-22 Jim Blandy <jimb@codesourcery.com>
3325
3326 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
3327 hard-coding source line numbers into the test.
3328 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
3329 gdb_get_line_number to find.
3330
919809b9
JB
33312007-12-22 Joel Brobecker <brobecker@adacore.com>
3332
3333 * gdb.base/ptype.c (highest): New struct type.
3334 (the_highest): New variable of that type.
3335 (main): Add dummy assignment to a field of variable the_highest.
3336 * gdb.base/ptype.exp: Test type printing of our new variable.
3337
abc8a88d
PM
33382007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
3339
3340 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 3341 and record first explicitly generated thread number.
abc8a88d
PM
3342 Use that thread number for thread specific watchpoint test.
3343 Add iteration number to repetitive tests.
3344
5158f3e3
CES
33452007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
3346 Jim Blandy <jimb@codesourcery.com>
3347
3348 * gdb.base/expand-psymtabs.c: New testcase
3349 source file.
3350 * gdb.base/expand-psymtabs.exp: New testcase
3351 expect file.
3352
37e4754d
LM
33532007-12-17 Luis Machado <luisgpm@br.ibm.com>
3354
3355 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
3356 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
3357
551e5d04
JB
33582007-12-17 Joel Brobecker <brobecker@adacore.com>
3359
3360 * gdb.ada/frame_args/foo.adb: New file.
3361 * gdb.ada/frame_args/pck.ads: New file.
3362 * gdb.ada/frame_args/pck.adb: New file.
3363 * gdb.ada/frame_args.exp: New testcase.
3364
a05ee097
JB
33652007-12-17 Joel Brobecker <brobecker@adacore.com>
3366
3367 * gdb.base/frame-args.c: New file.
3368 * gdb.base/frame-args.exp: New testcase.
3369
c162e8c9 33702007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 3371 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
3372
3373 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
3374
afe8ab22 33752007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 3376
afe8ab22
VP
3377 * gdb.mi/mi-pending.exp: New.
3378 * gdb.mi/mi-pending.c: New.
3379 * gdb.mi/mi-pendshr.c: New.
3380
dfdfb3ca
JB
33812007-12-06 Jim Blandy <jimb@codesourcery.com>
3382
3383 * gdb.base/default.exp: Update expected output for 'info catch'.
3384
b7fca990
JK
33852007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3386
3387 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
3388 must be set to binary.
3389
6a1afc1e
PA
33902007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
3391
3392 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
3393
a6b151f1
DJ
33942007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3395
3396 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
3397 gdb.mi/mi-file-transfer.exp: New.
3398
43039443
JK
33992007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3400
3401 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
3402
0ef2251b
MR
34032007-11-22 Maciej W. Rozycki <macro@mips.com>
3404
3405 * gdb.trace/backtrace.exp: Fix a typo.
3406 * gdb.trace/circ.exp: Likewise.
3407 * gdb.trace/collection.exp: Likewise.
3408 * gdb.trace/limits.exp: Likewise.
3409 * gdb.trace/report.exp: Likewise.
3410 * gdb.trace/tfind.exp: Likewise.
3411 * gdb.trace/while-dyn.exp: Likewise.
3412
5443631e
NR
34132007-11-21 Nick Roberts <nickrob@snap.net.nz>
3414
3415 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
3416 objects of pointers that can't be dereferenced are now
3417 "noneditable".
3418
a4ce5b0d
UW
34192007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3420
3421 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3422 (target_cpu): Remove.
3423
d6e956e5
VP
34242007-10-15 Vladimir Prus <vladimir@codesourcery.com>
3425
3426 * gdb.base/ending-run.exp: Expect the list of cleared
3427 breakpoint to come in natural order, not the reversed one.
a9c64011 3428
214270ab
VP
34292007-11-07 Vladimir Prus <vladimir@codesourcery.com>
3430
3431 * gdb.mi/mi-var-child.c (do_child_deletion): New.
3432 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 3433
1a619819
LM
34342007-11-05 Luis Machado <luisgpm@br.ibm.com>
3435
3436 * gdb.base/printcmds.exp: New function
3437 test_printf_with_dfp.
3438
5b01a6fa
DE
34392007-11-02 Doug Evans <dje@google.com>
3440
3441 * gdb.disasm/t01_mov.s: Remove carriage returns.
3442 * gdb.disasm/t02_mova.s: Ditto.
3443 * gdb.disasm/t03_add.s: Ditto.
3444 * gdb.disasm/t04_sub.s: Ditto.
3445 * gdb.disasm/t05_cmp.s: Ditto.
3446 * gdb.disasm/t06_ari2.s: Ditto.
3447 * gdb.disasm/t07_ari3.s: Ditto.
3448 * gdb.disasm/t08_or.s: Ditto.
3449 * gdb.disasm/t09_xor.s: Ditto.
3450 * gdb.disasm/t10_and.s: Ditto.
3451 * gdb.disasm/t11_logs.s: Ditto.
3452 * gdb.disasm/t12_bit.s: Ditto.
3453 * gdb.disasm/t13_otr.s: Ditto.
3454
ec33ab7f
JK
34552007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3456
3457 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
3458
ae0d01ff
UW
34592007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3460
3461 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
3462 provide DFP support.
3463
55eddb0f
DJ
34642007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3465
3466 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
3467 Test "set powerpc vector-abi". Skip auto-detection tests for old
3468 toolchains.
3469
7020f05c
PA
34702007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
3471
3472 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
3473 with [string compare].
3474
84bc3db9
PA
34752007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
3476
3477 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
3478 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
3479
5876dc88
LM
34802007-10-25 Luis Machado <luisgpm@br.ibm.com>
3481
3482 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
3483 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
3484 * gdb.opt/Makefile.in: New makefile.
3485 * Makefile.in: Create new directory "gdb.opt".
3486 * configure.ac: Add "gdb.opt" directory.
3487 * configure: Regenerated.
a9c64011 3488
c3ea9a14
DE
34892007-10-25 Doug Evans <dje@google.com>
3490
3491 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
3492 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
3493
a9c64011 34942007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
3495 Thiago Jung Bauermann <bauerman@br.ibm.com>
3496
3497 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
3498 Floating Point expressions.
3499 * gdb.base/dfp-test.exp: new file adding tests for Decimal
3500 Floating Point variables.
3501 * gdb.base/dfp-test.c: new file containing program with Decimal
3502 Floating variables, used by gdb.base/dfp-test.exp.
3503
62a24a2b
DJ
35042007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3505
3506 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
3507
e7b1eae6
UW
35082007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3509
3510 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
3511 compiling test case with GCC.
3512 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
3513
c641edcc
UW
35142007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3515
3516 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
3517 format changes.
3518
5e5ebfe6
MS
35192007-10-18 Michael Snyder <msnyder@specifix.com>
3520
3521 * gdb.base/dbx.exp: Add missing "-re " operator.
3522
e831e7b6
GM
35232007-10-16 Gaius Mulley <gaius@glam.ac.uk>
3524
3525 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
3526 * configure.ac: Removed trailing spaces after backslash.
3527 * gdb.modula2: New directory.
3528 * gdb.modula2/Makefile.in: New file.
3529 * gdb.modula2/unbounded-array.exp: New file.
3530 * gdb.modula2/unbounded1.c: New file.
3531
7cc46491
DJ
35322007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3533
3534 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
3535
35362007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
3537
3538 * gdb.base/sigstep.c (main): Add checks for
3539 return values for setitimer call.
3540 Call setitimer again with itimer = ITIMER_REAL
3541 if first call to setitimer fails.
3542
e91528f0
KH
35432007-10-11 Kazu Hirata <kazu@codesourcery.com>
3544
3545 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
3546 of $timeout.
3547
2ec9a4f8
DJ
35482007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
3549
3550 * gdb.server/server-run.exp: Test for dynamic linker symbols.
3551
35522007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
3553
3554 * lib/gdb.exp (gdb_run_cmd): Move comment outside
3555 of gdb_expect call, to avoid interruption.
3556
64b2fa04
PA
35572007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
3558
3559 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
3560 (v_unsigned_long_long, v_long_long_array)
3561 (v_signed_long_long_array, v_unsigned_long_long_array)
3562 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
3563 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
3564 [!NO_LONG_LONG]: New.
3565 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
3566 v_long_long_member.
3567
3568 (v_long_long_func, v_signed_long_long_func)
3569 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
3570 (main) [!NO_LONG_LONG]: Initialize long long variants.
3571
3572 * gdb.base/whatis.exp: If board file requests no_long_long, build
3573 test with NO_LONG_LONG defined. Test long long, signed long long,
3574 and unsigned long long variants but only if board file doesn't
3575 disable it.
3576
a912286e 35772007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 3578 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
3579
3580 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
3581 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
3582 * configure: Regenerated.
3583 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
3584 gdb.pascal/types.exp, lib/pascal.exp: New files.
3585
471ba8c9
DJ
35862007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
3587
3588 * gdb.cp/classes.exp (do_tests): Always step to the line after the
3589 call.
3590 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
3591 to return to the call.
3592 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
3593 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
3594 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
3595 * gdb.mi/mi-until.exp (test_until): Likewise.
3596 * gdb.mi/mi2-until.exp (test_until): Likewise.
3597
fef8a650
DJ
35982007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
3599
3600 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
3601 two-char array.
3602 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
3603
d983da9c
DJ
36042007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3605
3606 * gdb.threads/watchthreads.c (thread_function): Sleep between
3607 iterations.
3608 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
3609 at once for S/390. Generate matching fails and passes.
3610
17f62551
VP
36112007-09-27 Vladimir Prus <vladimir@codesourcery.com>
3612
3613 * gdb.mi/var-cmd.c (do_children_tests): Initialize
3614 the 'struct_declarations' variable to zeros.
a9c64011 3615
ed0616c6
VP
36162007-09-24 Vladimir Prus <vladimir@codesourcery.com>
3617
3618 * gdb.cp/mb-ctor.cc: New.
3619 * gdb.cp/mb-ctor.exp: New.
3620 * gdb.cp/mb-templates.cc: New.
3621 * gdb.cp/mb-templates.exp: New.
3622
41f1b697
DJ
36232007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
3624
3625 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
3626
3f213f78
PA
36272007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
3628
3629 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
3630 targets.
3631 * configure: Regenerate.
3632
0d381245 36332007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 3634
0d381245
VP
3635 * gdb.base/annota1.exp: Adjust for 'info break'
3636 format changes.
3637 * gdb.base/annota3.exp: Likewise.
3638 * gdb.base/break.exp: Likewise.
3639 * gdb.base/condbreak.exp: Likewise.
3640 * gdb.base/pending.exp: Likewise.
3641 * gdb.base/sepdebug.exp: Likewise.
3642 * gdb.base/unload.exp: Likewise.
3643 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 3644
fe3f5fa8
VP
36452007-09-22 Vladimir Prus <vladimir@codesourcery.com>
3646
3647 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
3648 messages.
3649 * gdb.base/chng-syms.exp: Likewise.
3650 * gdb.base/unload.exp: Likewise.
a9c64011 3651
a75cf6c0
DJ
36522007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
3653
3654 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
3655
18ecae38
DJ
36562007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
3657
3658 * schedlock.c (NUM): Change to 1.
3659 (main): Use args[0] for the main thread.
3660 * schedlock.exp: Only expect two threads. Only issue one pass or fail
3661 regardless of the number of threads.
3662
5509918f
MR
36632007-09-14 Maciej W. Rozycki <macro@mips.com>
3664
4a543daf
MR
3665 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
3666 type down.
3667 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
3668 test.
3669 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
3670 watchpoint type down.
3671 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
3672 test.
3673
36742007-09-14 Maciej W. Rozycki <macro@mips.com>
3675
5509918f
MR
3676 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
3677 Move all the tests here and run them twice, once using software
3678 watchpoints and once using hardware watchpoints.
3679 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
3680
40b53987
DJ
36812007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
3682
3683 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
3684 test.
3685
695e2681
MK
36862007-09-10 Mark Kettenis <kettenis@gnu.org>
3687
8b3fc8d8
MK
3688 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
3689 build-id.
3690
695e2681
MK
3691 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
3692 know about $ORIGIN. Calculate output dir from $dest instead of
3693 using ${objdir}/{$subdir}.
3694
58d69f29
MK
36952007-09-09 Mark Kettenis <kettenis@gnu.org>
3696
3697 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
3698 gcore, before continuing with the test.
3699
3e347599
DJ
37002007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
3701
3702 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
3703 * gdb.mi/mi-watch.exp: Likewise.
3704
ea37ba09
DJ
37052007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3706 Jim Blandy <jimb@codesourcery.com>
3707
3708 * gdb.arch/i386-sse.exp: Do not expect character constants.
3709 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
3710 * gdb.base/display.exp: Allow print/s.
3711 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
3712 and unsigned char array changes.
3713
2025a643
DJ
37142007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3715
3716 * gdb.base/display.exp: Add tests for printf %p.
3717
26669a27
PA
37182007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
3719
3720 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
3721 the dll name to unicode.
3722
c8f021f8
JK
37232007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3724
3725 * gdb.base/default.exp (show version): Update the version text.
3726 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
3727
4cf31eea
JK
37282007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3729
3730 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
3731 New files.
3732
4935890f
JK
37332007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3734
3735 * lib/gdb.exp (build_id_debug_filename_get): New function.
3736 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
3737 Remove the generate DEBUG file for the future testcase runs.
3738 New testcase for the NT_GNU_BUILD_ID retrieval.
3739 Move the final testing step to ...
3740 (test_different_dir): ... a new function.
3741 New parameter XFAIL to XFAIL all the tests performed.
3742 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
3743 New parameter TYPE to PF_PREFIX all the tests performed.
3744
02142340
VP
37452007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3746
3747 * gdb.mi/mi-var-cp.cc (path_expression): New
3748 function.
3749 * gdb.mi/mi-var-cp.exp: Run path exression tests.
3750
36acd84e
UW
37512007-08-27 Markus Deuling <deuling@de.ibm.com>
3752
3753 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
3754 to fit into SPU Local Store memory.
3755
a896d121
JB
37562007-08-23 Joel Brobecker <brobecker@adacore.com>
3757
3758 * gdb.base/default.exp: Adjust the expected output of "info
3759 warranty" after the switch to GPLv3.
3760
7b433602
JB
37612007-08-23 Joel Brobecker <brobecker@adacore.com>
3762
3763 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
3764 to 30000 (from 20000).
3765
e22f8b7c
JB
37662007-08-23 Joel Brobecker <brobecker@adacore.com>
3767
3768 Switch the license of all .exp files to GPLv3.
3769 Switch the license of all .f and .f90 files to GPLv3.
3770 Switch the license of all .s and .S files to GPLv3.
3771
5a0e3bd0
JB
37722007-08-23 Joel Brobecker <brobecker@adacore.com>
3773
3774 * configure.ac: Switch license to GPLv3.
3775
cc00619d
JB
37762007-08-23 Joel Brobecker <brobecker@adacore.com>
3777
3778 Switch the licensing to GPLv3 for all .ads and .adb files.
3779
8d26208a
DJ
37802007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
3781
3782 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
3783 and t_int_double.
3784 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
3785
4fcb9948
JB
37862007-08-17 Joel Brobecker <brobecker@adacore.com>
3787
3788 * gdb.base/step-line.c: Switch license to GPL version 3, and
3789 update copyright year.
3790 * gdb.base/step-line.inp: Likewise.
3791
b9c34f67
JB
37922007-08-17 Joel Brobecker <brobecker@adacore.com>
3793
3794 * gdb.base/gdb1555.exp: Make expected output immune to formatting
3795 changes inside gdb1555.c.
3796 * gdb.base/pending.exp: Likewise.
3797
2cc17678
DJ
37982007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
3799
3800 * config/default.exp: New file.
3801
e48883f7
DJ
38022007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
3803
3804 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
3805 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
3806
1ab80e5b
MR
38072007-07-30 Maciej W. Rozycki <macro@mips.com>
3808
3809 * gdb.base/dump.exp: Force the correct endianness for binary
3810 formats not carrying this information.
3811
aba471f5
DJ
38122007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3813
3814 * gdb.threads/staticthreads.exp: Match .*sem_post.
3815
d4e07204
DJ
38162007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
3817
3818 * gdb.base/readline.exp (operate_and_get_next): Match the final
3819 prompt.
3820
2b97317d
KB
38212007-07-23 Kevin Buettner <kevinb@redhat.com>
3822
3823 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
3824 to restarting SID.
3825
44efa07a
KB
38262007-07-18 Kevin Buettner <kevinb@redhat.com>
3827
3828 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
3829 prior to `gdb_start'.
3830
7b5ebade
KB
38312007-07-18 Kevin Buettner <kevinb@redhat.com>
3832
3833 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
3834 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
3835 Remove call to gdb_unload.
3836
255e7678
DJ
38372007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
3838 Daniel Jacobowitz <dan@codesourcery.com>
3839
3840 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
3841 for __WIN32__.
3842 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
3843 * gdb.base/unload.exp: Use shared library test routines.
3844
3a40aaa0
UW
38452007-07-03 Markus Deuling <deuling@de.ibm.com>
3846
3847 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
3848 * gdb.base/solib-symbol-lib.c: Likewise.
3849 * gdb.base/solib-symbol-main.c: Likewise.
3850
b0f4b84b
DJ
38512007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3852
3853 * config/gdbserver.exp (gdb_reconnect): New.
3854 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
3855 gdb.base/solib-disc.exp: New files.
3856 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
3857 remote debugging".
3858 (gdb_compile): Add shlib_load flag.
3859 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
3860 port.
3861 (gdbserver_reconnect): New.
3862
1b05479a
DJ
38632007-07-01 Nick Roberts <nickrob@snap.net.nz>
3864 Daniel Jacobowitz <dan@codesourcery.com>
3865
3866 * gdb.base/annota3.exp: Test for if construct.
3867
86f78eb2
DJ
38682007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
3869
3870 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
3871
6a2eb474 38722007-06-21 Chris Dearman <chris@mips.com>
a9c64011 3873 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
3874
3875 * gdb.base/display.exp: Allow a newline after display/i.
3876 * gdb.base/pc-fp.exp: Likewise.
3877 * gdb.base/sigbpt.exp: Likewise.
3878
f8b73d13
DJ
38792007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3880
3881 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
3882 required features to be included.
3883
4339e69e
DJ
38842007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
3885
3886 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
3887 in info threads output.
3888
23d964e7
UW
38892007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3890 Markus Deuling <deuling@de.ibm.com>
3891
3892 * gdb.arch/spu-info.exp: New testcase.
3893 * gdb.arch/spu-info.c: New file.
3894
fd20f75b
DJ
38952007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
3896
3897 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
3898 tpcs_offset. Restore lr after the call.
3899 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
3900
2226f861
DJ
39012007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
3902
3903 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
3904 (gdbserver_run): Kill any running gdbserver.
3905 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
3906
d12371a9
MR
39072007-05-17 Maciej W. Rozycki <macro@mips.com>
3908
3909 * gdb.base/sigbpt.exp: Preset segv_addr.
3910
93f02886
DJ
39112007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3912
3913 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
3914 (gdb_compile_shlib): Likewise.
3915 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
3916 (default_gdb_init): Clear cleanfiles.
3917 (gdb_finish): Delete recorded cleanfiles.
3918 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
3919
3920 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
3921 Do not use isnative.
3922 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
3923 gdb.base/so-impl-ld.exp: Likewise.
3924 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
3925 * gdb.base/unload.exp: Likewise. Do not pass empty option to
3926 gdb_compile.
3927
b04e06d7
VP
39282007-05-15 Vladimir Prus <vladimir@codesourcery.com>
3929
3930 * config/unknown.exp: Remove.
3931
069ed931
UW
39322007-05-15 Markus Deuling <deuling@de.ibm.com>
3933
3934 * gdb.base/info-proc.exp: Check is_remote.
3935
09db0d03
UW
39362007-05-14 Markus Deuling <deuling@de.ibm.com>
3937
3938 * gdb.base/gcore.exp: Initialize variable core_supported.
3939
af2cbe8c
DJ
39402007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3941
3942 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
3943
027c0295
DJ
39442007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3945
3946 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
3947 * gdb.threads/print-threads.exp (test_all_threads): Allow
3948 negative and hexadecimal thread IDs.
3949
dc5000e7
DJ
39502007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3951
3952 * gdb.java/jprint.java (public): Avoid invalid call to static
3953 method.
3954
2e74ed18
DP
39552007-05-14 Denis Pilat <denis.pilat@st.com>
3956
3957 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
3958 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
3959 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
3960 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
3961 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
3962
83547f02
UW
39632007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3964
3965 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 3966 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
3967 this mode.
3968 * gdb.base/ovlymgr.c: Provide stubs for spu target.
3969 * gdb.base/spu.ld: New file.
3970
b18be20d
DJ
39712007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
3972
3973 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
3974
be444858
DJ
39752007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
3976
3977 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
3978
b1d53152
DJ
39792007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
3980
3981 * gdb.java/jmain.exp: Handle demangled names with and without method
3982 signatures.
3983
d084b331
DJ
39842007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
3985
3986 * gdb.mi/mi-syn-frame.c (main, foo, bar)
3987 (have_a_very_merry_interrupt): Remove calls to puts.
3988 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
3989 inferior output.
3990 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
3991 test names.
3992
db9d7fc5
DJ
39932007-04-29 Markus Deuling <deuling@de.ibm.com>
3994 Daniel Jacobowitz <dan@codesourcery.com>
3995
3996 * gdb.base/auxv.exp (core_works): Also check is_remote.
3997 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
3998
ef783a7d 39992007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 4000
ef783a7d
VP
4001 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
4002 message, not the undefined 'module' variable.
4003 * gdb.base/siginfo.exp: Likewise.
4004 * gdb.base/sigstep.exp: Likewise.
4005 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
4006 serialport.
4007 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
4008
b7b73cae
CV
40092007-04-25 Corinna Vinschen <vinschen@redhat.com>
4010
4011 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
4012 target sim fails. Return 0 otherwise.
4013 (gdb_load): Return prematurely if gdb_target_sim fails.
4014
7d90fdfa
DP
40152007-04-16 Denis Pilat <denis.pilat@st.com>
4016
4017 * gdb.base/setshow.exp: Reset height after having set it to 100.
4018
5d3e9c85
DP
40192007-04-16 Denis Pilat <denis.pilat@st.com>
4020
4021 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
4022
18e75969
DP
40232007-04-16 Denis Pilat <denis.pilat@st.com>
4024
4025 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
4026
25d5ea92
VP
40272007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4028
4029 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
4030 tests. Run the frozen varobjs test.
4031 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 4032 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 4033
0b49cb80
JK
40342007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4035
4036 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
4037 gdb.base/type-opaque.exp: New files.
4038
a73bafbc 40392007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
4040
4041 * gdb.mi/mi-var-child.c
a73bafbc
VP
4042 (do_children_tests): User char[2] instead of
4043 char so that automatic printing of pointers to char
4044 don't give unpredicable result.
4045 * gdb.mi/var-cmd.c (do_locals_test): Initialize
4046 local variables.
4047 * gdb.mi/mi-var-child.exp: Step to right line
4048 of do_children_tests.
4049 * gdb.mi/mi2-var-child.exp: Likewise.
4050 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 4051 do_locals_tests.
a73bafbc
VP
4052 (do_children_tests): User char[2] instead of
4053 char so that automatic printing of pointers to char
a9c64011 4054 don't give unpredicable result.
a73bafbc 4055 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 4056 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
4057 Pass test name to mi_wait_for_stop.
4058
7ce59000
DJ
40592007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4060
4061 * gdb.asm/asm-source.exp: Remove d10v case.
4062 * lib/gdb.exp (skip_cplus_tests): Likewise.
4063 * gdb.asm/d10v.inc: Deleted.
4064
20389057
DJ
40652007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4066
4067 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
4068
8807d78b
DJ
40692007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4070
4071 * config/netware.exp: Delete file.
4072
aa3edb8e
JB
40732007-03-29 Joel Brobecker <brobecker@adacore.com>
4074
4075 * gdb.dwarf2/dw2-noloc.S: New file.
4076 * gdb.dwarf2/dw2-noloc.exp: New file.
4077
297561ac
PA
40782007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4079
4080 * gdb.cp/method2.cc: New test.
4081 * gdb.cp/method2.exp: New test.
4082 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
4083
1f81bd39
DJ
40842007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4085
4086 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
4087
9453113a
DJ
40882007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4089
4090 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
4091
b741e217
DJ
40922007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4093
4094 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
4095 (gdb_load): Delete, replace with...
4096 (gdb_reload): ...this.
4097 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
4098 * gdb.server/server-mon.exp: Likewise.
4099 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
4100 (gdb_start_cmd): New.
4101 (gdb_file_cmd): Save the last loaded file.
4102 (gdb_reload): New.
4103 (gdb_gnu_strip_debug): Use transform.
4104 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
4105 support here. Use new $last_loaded_file. Check mtime.
4106 (gdb_target_cmd): Handle ObjC failure case.
4107 (infer_host_exec): Delete.
4108 (gdbserver_load): Rename to...
4109 (gdbserver_run): ...this. Simplify.
4110 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
4111 (mi_gdb_load): Move most contents to a new function...
4112 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
4113 (mi_run_cmd): Use mi_gdb_target_load.
4114 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
4115 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
4116 Use gdb_run_cmd.
4117 * gdb.base/charsign.exp: Remove incorrect comment.
4118 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
4119 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
4120 gdb.base/start.exp: Use gdb_start_cmd.
4121
446ab585 41222007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 4123 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
4124
4125 * gdb.base/sigbpt.exp: Fix the message when skipping test.
4126 * gdb.base/signull.exp: Similarly.
4127
bbb88ebf
UW
41282007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4129
4130 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
4131 messages available to test cases (like chng-sym.exp).
4132
cb8c4a99
AS
41332007-03-14 Andreas Schwab <schwab@suse.de>
4134
4135 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
4136 format changes.
4137
4e463ff5
DJ
41382007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
4139
4140 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
4141 (optimized_1): New.
4142 (main): Call optimized_1.
4143 (gdb2029): Correct typos. Call gdb2029_marker.
4144 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
4145 for gdb2029.
4146
b6db2c47
MK
41472007-03-12 Mark Kettenis <kettenis@gnu.org>
4148
4149 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
4150 as tabs. Remove redundant test pattern.
4151
70ed3737
UW
41522007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4153
4154 * gdb.base/long_long.exp: Accept optional symbol name in <...>
4155 for /a format output.
4156
47b67b60
DJ
41572007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
4158
4159 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
4160 collect output incrementally.
4161
b8953b0e
UW
41622007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4163
4164 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
4165 for -var-create lpcharacter test.
4166 * gdb.mi/mi2-var-cmd.exp: Likewise.
4167
7acd5c40
UW
41682007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4169
4170 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
4171 pass on targets where address zero is readable.
4172
9c6759c1
UW
41732007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4174
4175 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
4176 just a single architecture.
4177
a2f1aeb4
UW
41782007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4179
4180 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
4181 (fetch_all_registers): New function, uses gdb_test_multiple and
4182 exp_continue to fetch inferior output line-by-line.
4183 Replace all uses of do_get_all_registers by fetch_all_registers.
4184
46579ac2
UW
41852007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4186
4187 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
4188 in target_info.
4189
fc133f24
MS
41902007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4191
a9c64011 4192 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
4193 consistancy; add a default (timeout) case.
4194
7646a51d
MS
41952007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4196
4197 * gdb.base/watchpoint.exp: Fix truncated comment.
4198
dcfff61f
MS
41992007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4200
4201 * Makefile.in: Remove spurious single-quotes from sed command.
4202
664e3ee9
DJ
42032007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4204
4205 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
4206 func.
4207 * gdb.mi/mi2-var-cmd.exp: Likewise.
4208
d7cc6f2f
JB
42092007-02-27 Joel Brobecker <brobecker@adacore.com>
4210
a9c64011
AS
4211 * gdb.dwarf2/dw2-producer.S: New file.
4212 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
4213
42142007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
4215
4216 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
4217 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
4218 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
4219 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
4220 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
4221 Revert tests to use mi_gdb_test and include value field in output
4222 of -var-create.
4223
93d42b30
DJ
42242007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4225
4226 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
4227
c499ed39
DJ
42282007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4229
4230 * gdb.base/maint.exp: Remove full paths from test names.
4231 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
4232 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
4233
9836f81b
JB
42342007-02-27 Joel Brobecker <brobecker@adacore.com>
4235
4236 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
4237
c74d0ad8
DJ
42382007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4239
4240 * gdb.server/server-mon.exp: New test.
4241
2711e456
DJ
42422007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4243
4244 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
4245
ff6f572f
DJ
42462007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4247
4248 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
4249 register capitalization.
4250
fada3feb
DP
42512007-02-13 Denis Pilat <denis.pilat@st.com>
4252
4253 * gdb.mi/mi-var-invalidate.exp: New file.
4254
fb1e4ffc
DJ
42552007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4256
4257 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
4258
3da939d7
DJ
42592007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4260
4261 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
4262
123dc839
DJ
42632007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4264
4265 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
4266 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
4267
877e3645 42682007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
4269
4270 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
4271 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
4272 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
4273 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
4274 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 4275 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 4276 Update tests to include value field in output of -var-create.
a9c64011 4277
3c0a2960
AS
42782007-02-08 Andreas Schwab <schwab@suse.de>
4279
4280 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
4281
108546a0
DJ
42822007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4283
4284 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
4285 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
4286
d701dcab
DP
42872007-02-02 Denis Pilat <denis.pilat@st.com>
4288
4289 * gdb.threads/threadapply.exp: check that frame is not changed by
4290 the thread apply all command.
4291
783e3e2f
AS
42922007-01-31 Andreas Schwab <schwab@suse.de>
4293
6d9c3a87
AS
4294 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
4295
3c50d7b9
AS
4296 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
4297 in the dwarf sections.
4298 * gdb.dwarf2/mac-fileno.S: Likewise.
4299
783e3e2f
AS
4300 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
4301 bspstore register on ia64.
4302
78ff580e
AS
43032007-01-29 Andreas Schwab <schwab@suse.de>
4304
cc8e9b12
AS
4305 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
4306 "frame-begin" annotation.
4307
78ff580e
AS
4308 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
4309 number of "frames-invalid" annotations.
4310
704a4f78
DJ
43112007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4312
4313 * gdb.base/commands.exp: Call if_commands_test.
4314 (gdb_test_no_prompt, if_commands_test): New.
4315
e741bf94
MK
43162007-01-28 Mark Kettenis <kettenis@gnu.org>
4317
4318 * gdb.threads/sigthread.c (NSIGS): Make bigger.
4319
474d0ad3
AS
43202007-01-27 Andreas Schwab <schwab@suse.de>
4321
4322 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
4323 .short/.int/.quad in the dwarf sections.
4324 * gdb.dwarf2/dw2-intercu.S: Likewise.
4325 * gdb.dwarf2/dw2-intermix.S: Likewise.
4326
e784b426
JK
43272007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4328
4329 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
4330 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
4331 array.
e784b426
JK
4332 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
4333 * gdb.base/setvar.exp: Likewise.
4334
37f08e04
AS
43352007-01-26 Andreas Schwab <schwab@suse.de>
4336
9a01813a
AS
4337 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
4338 test.
4339
37f08e04
AS
4340 * gdb.base/multi-forks.exp ("restart $i"): Also match
4341 __kernel_syscall_via_break.
4342
6e2a9270
VP
43432007-01-24 Vladimir Prus <vladimir@codesourcery.com>
4344
4345 * lib/mi-support.exp (mi_delete_varobj): New.
4346 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
4347 testcase.
4348 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
4349 (main): Call the above.
4350 (reference_update_test, base_in_reference_test)
4351 (reference_to_pointer): Delete the created varobjs.
a9c64011 4352
e515b470
DJ
43532007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
4354
4355 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
4356 * configure: Regenerated.
4357 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
4358 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
4359 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
4360 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
4361 * lib/gdb.exp (gdb_skip_xml_test): New function.
4362
08d8bcd7
DJ
43632007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
4364
4365 * gdb.base/sigrepeat.exp: Correct error message.
4366
43672007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
4368 Daniel Jacobowitz <dan@codesourcery.com>
4369
4370 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
4371 gdb.arch/i386-gnu-cfi-asm.S: New files.
4372
97c3f1f3
JK
43732007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4374
4375 * lib/gdb.exp: Abort on missing `site.exp'.
4376
cb1df416
DJ
43772007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4378 Daniel Jacobowitz <dan@codesourcery.com>
4379
4380 * gdb.base/included.c, gdb.base/included.exp,
4381 gdb.base/included.h: New files.
4382
35990120
DJ
43832007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
4384
4385 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
4386 (maximize_rlimit): Reduce limits on 64-bit systems.
4387
6e81a116 43882007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
4389
4390 From Marcus Deuling <deuling@de.ibm.com>:
4391 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
4392 every case.
4393
6c3c41f3
NR
43942007-01-13 Nick Roberts <nickrob@snap.net.nz>
4395
4396 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
4397 (test_path_specification): Use objdir instead of srcdir to always
4398 get an absolute filename.
4399
2f12c312
DJ
44002007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
4401
4402 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
4403
81121995
VP
44042007-01-11 Vladimir Prus <vladimir@codesourcery.com>
4405
4406 * gdb.mi/mi-var-cp.cc (reference_update_tests):
4407 Make sure the variable we're using is in scope.
4408 (reference_to_pointer): Likewise.
4409
4741b737
DJ
44102007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4411
4412 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
4413 has no debug information.
4414
054410c3
DJ
44152007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4416
4417 * gdb.base/annota1.exp: Remove extra send_gdb.
4418
818f79f6
DJ
44192007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4420
4421 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
4422
f7a6bb70
DJ
44232007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4424
4425 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
4426
57e66780
DJ
44272007-01-08 Nick Roberts <nickrob@snap.net.nz>
4428 Daniel Jacobowitz <dan@codesourcery.com>
4429
4430 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
4431 lcharacter or linteger change. Correct duplicated test name.
4432 * gdb.mi/mi2-var-cmd.exp: Likewise.
4433
3d799a95
DJ
44342007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4435
4436 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
4437
44382007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 4439
a9c64011
AS
4440 * gdb.base/nofield.c: New file.
4441 * gdb.base/nofield.exp: New testcase.
51679ba9 4442
eafb94e8
NR
44432007-01-05 Nick Roberts <nickrob@snap.net.nz>
4444
4445 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
4446
4447 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
4448 test.
4449
5e572bb4
DJ
44502007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4451
4452 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
4453
74a44383
DJ
44542007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4455
4456 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
4457 when continuing.
4458
1b572db9
DJ
44592007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
4460
4461 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
4462 Expect ".exe" extension.
4463
381bc39b
DJ
44642007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
4465
4466 * gdb.base/charset.exp: Add explicit filename to break.
4467 * gdb.base/dbx.exp: Add explicit filename to breaks.
4468
2b70e4c6
DJ
44692007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
4470
4471 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
4472 * gdb.mi/mi2-file.exp: Likewise.
4473
303b6f5d
DJ
44742007-01-04 Vladimir Prus <vladimir@codesourcery.com>
4475
4476 Implement specification of MI tests as comments
4477 in C and C++ sources.
4478 * lib/mi-support.exp (mi_autotest_data): New variable.
4479 (mi_autotest_source): New variable.
4480 (count_newlines, mi_prepare_inline_tests)
4481 (mi_get_inline_test, mi_continue_to_line)
4482 (mi_run_inline_test, mi_tbreak)
4483 (mi_send_resuming_command, mi_wait_for_stop): New functions.
4484 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
4485 Run inline tests.
4486 * gdb.mi/mi-var-cp.cc: Define tests here.
4487
23da0d94
VP
44882007-01-04 Vladimir Prus <vladimir@codesourcery.com>
4489
4490 Simplify usage of mi_continue_to.
4491 * lib/mi-support.exp (mi_runto_helper): Renamed
4492 from mi_runto, added new parameter 'run_or_continue'.
4493 (mi_runto): Use mi_runto_helper.
4494 (mi_continue_to): Accept just function name as parameter.
4495 Use mi_runto_helper.
4496 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
4497 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 4498
f9e18282
JB
44992006-01-04 Joel Brobecker <brobecker@adacore.com>
4500
4501 Make this testcase a bit more realistic. The current code
4502 is too simplistic, and allows the compiler to optimize out
4503 some of the entities we need for this testcase.
4504 * gdb.ada/null_record/bar.ads (Void_Star): New type.
4505 (Do_Nothing): Add extra parameter.
4506 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
4507 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
4508 by using a variable of type Void_Star.
4509
fd678c65
JB
45102006-01-04 Joel Brobecker <brobecker@adacore.com>
4511
4512 * gdb.ada/catch_ex/foo.adb: New file.
4513 * gdb.ada/catch_ex.exp: New testcase.
4514
05cfdb42
DJ
45152007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
4516
4517 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
4518 pass --image-base to linker.
4519
2e03ee74
DJ
45202007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4521 Daniel Jacobowitz <dan@codesourcery.com>
4522
4523 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
4524 secondary prompts.
4525
0d5de010
DJ
45262007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4527
4528 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
4529 output. Test the types of members and member pointers.
4530 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
4531 gdb/2092.
4532 * gdb.cp/member-ptr.exp: Search for a comment instead of a
4533 statement. Enable for GCC. Update expected output for some tests
4534 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
4535 layout.
4536 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
4537 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
4538 (Diamond::vget_base): New.
4539 (main): Add new tests.
4540 * gdb.cp/printmethod.exp: Update expected output for member functions.
4541 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
4542 print pEe->D::vg().
4543
61a771aa
DJ
45442007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4545
4546 * gdb.threads/tls.exp: Allow stops in sem_post.
4547
2fa63963
DJ
45482006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
4549
4550 * gdb.base/annota1.exp: Allow .*printf in backtraces.
4551 * gdb.base/annota3.exp: Likewise.
4552 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
4553 again (instead of timing out).
4554 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
4555 GCC bug 26475.
4556 * gdb.java/jmisc.exp: Adjust to work with method signatures including
4557 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
4558 test from jmisc1.exp.
4559 * gdb.java/jmisc1.exp: Delete.
4560 * gdb.java/jprint.exp: Adjust to work with method signatures including
4561 return types.
4562 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
4563 * gdb.threads/linux-dp.exp: Don't be confused by program output.
4564 * lib/java.exp (compile_java_from_source): Pass the correct type
4565 to target_compile.
4566
5eefc2b7
JB
45672006-12-31 Joel Brobecker <brobecker@adacore.com>
4568
4569 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
4570 (stack_align_edx): New function.
4571 (stack_align_eax): New function.
4572 (main): Add calls to stack_align_edx and stack_align_eax.
4573 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
4574 Add testing for the cases where the register used during a stack
4575 realignment is edx. Same for eax.
4576
227c54da
DJ
45772006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
4578
4579 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
4580 and generic PE targets.
4581
cab8ac94
JB
45822006-12-29 Joel Brobecker <brobecker@adacore.com>
4583
4584 * gdb.ada/array_return.exp: Update copyright date list.
4585
ba54f318
JB
45862006-12-27 Joel Brobecker <brobecker@adacore.com>
4587
4588 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
4589 (Create_Small_Float_Vector): New function.
4590 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
4591 function body.
4592 * gdb.ada/array_return/p.adb: Use new type and function from
4593 package Pck.
4594 * gdb.ada/array_return.exp: Add a test verifying that GDB is
4595 able to print the value returned by a function returning an
4596 array of float.
4597
6b7a35dd
JB
45982006-12-20 Joel Brobecker <brobecker@adacore.com>
4599
4600 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
4601 The associated tests should be PASSing.
4602
038224f6
VP
46032006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4604
4605 Test for base in references.
4606 * gdb.mi/mi-var-cp.cc: Add test code.
4607 * gdb.mi/mi-var-cp.exp: Test for bases in references.
4608 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
4609 * gdb.mi/mi2-watch.exp: Likewise.
4610 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
4611 (mi_list_varobj_children): New function.
4612
b26ed50d
VP
46132006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4614
4615 * lib/mi-support.exp
4616 (mi_runto): Accept "()" after function name.
4617 (mi_create_varobj): New function.
4618 (mi_varobj_update): New function.
4619 (mi_Check_varobj_value): New function.
4620 * gdb.mi/mi-var-cp.exp: New file.
4621 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 4622
08232497
DJ
46232006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
4624
4625 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
4626 gdb.base/weaklib2.c: New files.
4627
d394c993 46282006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 4629
ac6c2fba
NS
4630 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
4631 info. Adjust test names.
4632
8ec659a0 4633 * gdb.base/break.c (main): Move position of malloc.
d394c993 4634 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 4635
acd65feb
VP
46362006-11-28 Vladimir Prus <vladimir@codesourcery.com>
4637
4638 * gdb.mi/mi-var-cmd.exp: Check -var-update after
4639 assignement of arrays and function pointers.
4640 * gdb.mi/var-cmd.c: Add declaration necessary for above
4641 tests.
4642
f556d5e5
NS
46432006-11-27 Nathan Sidwell <nathan@codesourcery.com>
4644
4645 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
4646
4647 * gdb.threads/linux-dp.exp: Read thread table before and after
4648 creating each philosopher and verify it.
4649
697bc68d
NS
46502006-11-27 Nathan Sidwell <nathan@codesourcery.com>
4651 Paul Brook <paul@codesourcery.com>
4652 Daniel Jacobowitz <dan@codesourcery.com>
4653
4654 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 4655 main to remove duplication. Add start function of the form
697bc68d
NS
4656 '_*start[1-9]*'. Add RVDS start function.
4657
29d73ae4
DJ
46582006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
4659
4660 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
4661
c1d88655
UW
46622006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4663
4664 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
4665 * gdb.asm/spu.inc: New file.
4666 * gdb.base/term.exp: Disable if [target_info exists noargs].
4667 * gdb.gdb/complaints.exp: Disable if ![isnative].
4668 * gdb.gdb/selftest.exp: Likewise.
4669 * gdb.gdb/observer.exp: Likewise.
4670 * gdb.gdb/xfullpath.exp: Likewise.
4671 * gdb.base/attach.exp: Disable on SPU target.
4672 * gdb.cp/bs145503.exp: Likewise.
4673 * gdb.cp/exception.exp: Likewise.
4674 * gdb.cp/userdef.exp: Likewise.
4675
32a13b1a
DJ
46762006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
4677
4678 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
4679
d8295fe9
VP
46802006-11-10 Vladimir Prus <vladimir@codesourcery.com>
4681
4682 * gdb.base/completion.exp: Fix completion tests for
4683 'info' and 'info '.
4684 * gdb.base/help.exp (help_test_raw, test_class_help)
4685 (test_prefix_command_help): Move...
4686 * lib/gdb.exp: Here.
4687 * gdb.base/main.exp: Adjust.
4688 * gdb.cp/maint.exp: Adjust.
4689 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 4690
8c394015
VP
46912006-11-09 Vladimir Prus <vladimir@codesourcery.com>
4692
4693 * gdb.stabs/weird.exp (print_weird_var): Use
4694 gdb_test_multiple instead of gdb_expect.
4695
027fc1bc
VP
46962006-11-09 Vladimir Prus <vladimir@codesourcery.com>
4697
4698 * gdb.base/help.exp (help_test_raw): New.
4699 (test_class_help): New.
4700 (test_prefix_command_help): New.
4701 Adjust testcases.
4702
67609209
FR
47032006-11-09 Christophe Lyon <christophe.lyon@st.com>
4704
4705 * gdb.base/constvars.c (main): Write to crass and crips, so that
4706 they are allocated by the compiler.
4707
f73adfeb
AS
47082006-10-27 Andreas Schwab <schwab@suse.de>
4709
4710 * gdb.base/multi-forks.exp: Use "detach fork" instead of
4711 "detach-fork".
4712
2f83a18e
DJ
47132006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
4714
4715 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
4716 of patterns.
4717
94277a38
DJ
47182006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4719
4720 * gdb.base/sepdebug.exp: Remove debug format test.
4721 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
4722 Handle no-symtab.
4723 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
4724
5bd2f6e2
DJ
47252006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4726
4727 * gdb.threads/manythreads.c (thread_function, main): Don't cast
4728 int to pointer or pointer to int.
4729 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
4730
8c008720
DJ
47312006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
4732
4733 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
4734
9e35dae4
DJ
47352006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4736
4737 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
4738
d9639e13
DJ
47392006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
4740
4741 PR c++/2116
4742 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
4743
390a1bd0
JB
47442006-10-06 Joel Brobecker <brobecker@adacore.com>
4745
4746 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
4747 the corresponding bug has been fixed in GDB (PR/2018).
4748
dd920c33
JB
47492006-10-06 Joel Brobecker <brobecker@adacore.com>
4750
4751 * gdb.base/subst.exp: New testcase.
4752
53bbefe9
JB
47532006-10-06 Joel Brobecker <brobecker@adacore.com>
4754
4755 * gdb.ada/array_return/pck.ads: Add copyright notice.
4756 * gdb.ada/array_return/pck.adb: Likewise.
4757 * gdb.ada/array_return/p.adb: Likewise.
4758 * gdb.ada/exec_changed/first.adb: Likewise.
4759 * gdb.ada/exec_changed/second.adb: Likewise.
4760
09851417
JB
47612006-10-06 Joel Brobecker <brobecker@adacore.com>
4762
4763 * gdb.ada/watch_arg/watch.adb: New file.
4764 * gdb.ada/watch_arg.exp: New testcase.
4765
041bf30d
VP
47662006-10-02 Vladimir Prus <vladimir@codesourcery.com>
4767
4768 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 4769 via string_to_regexp.
041bf30d 4770 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 4771
f286fbdd 47722006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
4773
4774 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
4775 Remove unused / obsolete files.
4776
7c07f349
NR
47772006-09-19 Nick Roberts <nickrob@snap.net.nz>
4778
4779 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
4780
cd5ff84a
VP
47812006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4782
4783 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
4784 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 4785 the number of frames.
cd5ff84a 4786
ae018d1a
DJ
47872006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
4788
4789 * gdb.base/args.c (main): Add breakpoint marker.
4790 * gdb.base/args.exp: Use args_test for tests. Add new tests which
4791 really test empty arguments.
4792 (args_load): Delete.
4793 (args_test): New.
4794
b399c549
NR
47952006-09-13 Nick Roberts <nickrob@snap.net.nz>
4796
4797 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
4798 check for one file.
4799
2ab1eb7a
VP
48002006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
4801
4802 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
4803 HIGH_FRAME argument to -stack-list-locals can be larger than
4804 the number of frames.
a9c64011 4805
476308bf
FF
48062006-08-18 Fred Fish <fnf@specifix.com>
4807
4808 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
4809 '$' in front of skip_vmx_tests_saved when setting that.
4810
8625200f
AS
48112006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
4812
4813 * gdb.base/trace-commands.exp: New file.
4814
089ec8f1
DJ
48152006-08-10 Joel Brobecker <brobecker@adacore.com>
4816 Daniel Jacobowitz <dan@codesourcery.com>
4817
4818 * gdb.base/step-bt.exp: Make hexadecimal address optional in
4819 expected output of the backtrace commands.
4820
b60f0898
JB
48212006-08-09 Joel Brobecker <brobecker@adacore.com>
4822
4823 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
4824 untested followed by return combination.
4825 * gdb.arch/altivec-regs.exp: Likewise.
4826 * gdb.arch/e500-abi.exp: Likewise.
4827 * gdb.arch/e500-regs.exp: Likewise.
4828 * gdb.arch/gdb1291.exp: Likewise.
4829 * gdb.arch/gdb1431.exp: Likewise.
4830 * gdb.arch/gdb1558.exp: Likewise.
4831 * gdb.arch/i386-prologue.exp: Likewise.
4832 * gdb.arch/i386-unwind.exp: Likewise.
4833 * gdb.asm/asm-source.exp: Likewise.
4834 * gdb.base/a2-run.exp: Likewise.
4835 * gdb.base/advance.exp: Likewise.
4836 * gdb.base/all-bin.exp: Likewise.
4837 * gdb.base/annota1.exp: Likewise.
4838 * gdb.base/annota3.exp: Likewise.
4839 * gdb.base/args.exp: Likewise.
4840 * gdb.base/arithmet.exp: Likewise.
4841 * gdb.base/assign.exp: Likewise.
4842 * gdb.base/async.exp: Likewise.
4843 * gdb.base/attach.exp: Likewise.
4844 * gdb.base/bang.exp: Likewise.
4845 * gdb.base/bigcore.exp: Likewise.
4846 * gdb.base/bitfields.exp: Likewise.
4847 * gdb.base/bitfields2.exp: Likewise.
4848 * gdb.base/break.exp: Likewise.
4849 * gdb.base/call-sc.exp: Likewise.
4850 * gdb.base/call-strs.exp: Likewise.
4851 * gdb.base/callfuncs.exp: Likewise.
4852 * gdb.base/checkpoint.exp: Likewise.
4853 * gdb.base/chng-syms.exp: Likewise.
4854 * gdb.base/code-expr.exp: Likewise.
4855 * gdb.base/commands.exp: Likewise.
4856 * gdb.base/completion.exp: Likewise.
4857 * gdb.base/cond-expr.exp: Likewise.
4858 * gdb.base/condbreak.exp: Likewise.
4859 * gdb.base/consecutive.exp: Likewise.
4860 * gdb.base/constvars.exp: Likewise.
4861 * gdb.base/corefile.exp: Likewise.
4862 * gdb.base/cvexpr.exp: Likewise.
4863 * gdb.base/dbx.exp: Likewise.
4864 * gdb.base/define.exp: Likewise.
4865 * gdb.base/detach.exp: Likewise.
4866 * gdb.base/display.exp: Likewise.
4867 * gdb.base/dump.exp: Likewise.
4868 * gdb.base/ena-dis-br.exp: Likewise.
4869 * gdb.base/ending-run.exp: Likewise.
4870 * gdb.base/environ.exp: Likewise.
4871 * gdb.base/eval-skip.exp: Likewise.
4872 * gdb.base/exprs.exp: Likewise.
4873 * gdb.base/fileio.exp: Likewise.
4874 * gdb.base/finish.exp: Likewise.
4875 * gdb.base/float.exp: Likewise.
4876 * gdb.base/foll-exec.exp: Likewise.
4877 * gdb.base/foll-fork.exp: Likewise.
4878 * gdb.base/foll-vfork.exp: Likewise.
4879 * gdb.base/freebpcmd.exp: Likewise.
4880 * gdb.base/funcargs.exp: Likewise.
4881 * gdb.base/gcore.exp: Likewise.
4882 * gdb.base/gdb1090.exp: Likewise.
4883 * gdb.base/gdb1250.exp: Likewise.
4884 * gdb.base/huge.exp: Likewise.
4885 * gdb.base/info-proc.exp: Likewise.
4886 * gdb.base/interrupt.exp: Likewise.
4887 * gdb.base/jump.exp: Likewise.
4888 * gdb.base/langs.exp: Likewise.
4889 * gdb.base/lineinc.exp: Likewise.
4890 * gdb.base/list.exp: Likewise.
4891 * gdb.base/logical.exp: Likewise.
4892 * gdb.base/long_long.exp: Likewise.
4893 * gdb.base/macscp.exp: Likewise.
4894 * gdb.base/maint.exp: Likewise.
4895 * gdb.base/mips_pro.exp: Likewise.
4896 * gdb.base/miscexprs.exp: Likewise.
4897 * gdb.base/multi-forks.exp: Likewise.
4898 * gdb.base/opaque.exp: Likewise.
4899 * gdb.base/overlays.exp: Likewise.
4900 * gdb.base/pc-fp.exp: Likewise.
4901 * gdb.base/pointers.exp: Likewise.
4902 * gdb.base/printcmds.exp: Likewise.
4903 * gdb.base/psymtab.exp: Likewise.
4904 * gdb.base/ptype.exp: Likewise.
4905 * gdb.base/recurse.exp: Likewise.
4906 * gdb.base/relational.exp: Likewise.
4907 * gdb.base/relocate.exp: Likewise.
4908 * gdb.base/remote.exp: Likewise.
4909 * gdb.base/reread.exp: Likewise.
4910 * gdb.base/restore.exp: Likewise.
4911 * gdb.base/return.exp: Likewise.
4912 * gdb.base/return2.exp: Likewise.
4913 * gdb.base/scope.exp: Likewise.
4914 * gdb.base/sect-cmd.exp: Likewise.
4915 * gdb.base/sep.exp: Likewise.
4916 * gdb.base/sepdebug.exp: Likewise.
4917 * gdb.base/setshow.exp: Likewise.
4918 * gdb.base/setvar.exp: Likewise.
4919 * gdb.base/sigall.exp: Likewise.
4920 * gdb.base/sigbpt.exp: Likewise.
4921 * gdb.base/signals.exp: Likewise.
4922 * gdb.base/signull.exp: Likewise.
4923 * gdb.base/sizeof.exp: Likewise.
4924 * gdb.base/solib.exp: Likewise.
4925 * gdb.base/step-line.exp: Likewise.
4926 * gdb.base/step-test.exp: Likewise.
4927 * gdb.base/structs.exp: Likewise.
4928 * gdb.base/structs2.exp: Likewise.
4929 * gdb.base/term.exp: Likewise.
4930 * gdb.base/twice.exp: Likewise.
4931 * gdb.base/until.exp: Likewise.
4932 * gdb.base/varargs.exp: Likewise.
4933 * gdb.base/volatile.exp: Likewise.
4934 * gdb.base/watchpoint.exp: Likewise.
4935 * gdb.base/whatis-exp.exp: Likewise.
4936 * gdb.base/whatis.exp: Likewise.
4937 * gdb.cp/ambiguous.exp: Likewise.
4938 * gdb.cp/annota2.exp: Likewise.
4939 * gdb.cp/annota3.exp: Likewise.
4940 * gdb.cp/bool.exp: Likewise.
4941 * gdb.cp/breakpoint.exp: Likewise.
4942 * gdb.cp/casts.exp: Likewise.
4943 * gdb.cp/class2.exp: Likewise.
4944 * gdb.cp/classes.exp: Likewise.
4945 * gdb.cp/cplusfuncs.exp: Likewise.
4946 * gdb.cp/ctti.exp: Likewise.
4947 * gdb.cp/derivation.exp: Likewise.
4948 * gdb.cp/exception.exp: Likewise.
4949 * gdb.cp/gdb1355.exp: Likewise.
4950 * gdb.cp/hang.exp: Likewise.
4951 * gdb.cp/inherit.exp: Likewise.
4952 * gdb.cp/local.exp: Likewise.
4953 * gdb.cp/m-data.exp: Likewise.
4954 * gdb.cp/m-static.exp: Likewise.
4955 * gdb.cp/member-ptr.exp: Likewise.
4956 * gdb.cp/method.exp: Likewise.
4957 * gdb.cp/misc.exp: Likewise.
4958 * gdb.cp/namespace.exp: Likewise.
4959 * gdb.cp/overload.exp: Likewise.
4960 * gdb.cp/ovldbreak.exp: Likewise.
4961 * gdb.cp/pr-1023.exp: Likewise.
4962 * gdb.cp/pr-1210.exp: Likewise.
4963 * gdb.cp/pr-574.exp: Likewise.
4964 * gdb.cp/printmethod.exp: Likewise.
4965 * gdb.cp/psmang.exp: Likewise.
4966 * gdb.cp/ref-params.exp: Likewise.
4967 * gdb.cp/ref-types.exp: Likewise.
4968 * gdb.cp/rtti.exp: Likewise.
4969 * gdb.cp/templates.exp: Likewise.
4970 * gdb.cp/try_catch.exp: Likewise.
4971 * gdb.cp/userdef.exp: Likewise.
4972 * gdb.cp/virtfunc.exp: Likewise.
4973 * gdb.disasm/am33.exp: Likewise.
4974 * gdb.disasm/h8300s.exp: Likewise.
4975 * gdb.disasm/mn10300.exp: Likewise.
4976 * gdb.disasm/sh3.exp: Likewise.
4977 * gdb.disasm/t01_mov.exp: Likewise.
4978 * gdb.disasm/t02_mova.exp: Likewise.
4979 * gdb.disasm/t03_add.exp: Likewise.
4980 * gdb.disasm/t04_sub.exp: Likewise.
4981 * gdb.disasm/t05_cmp.exp: Likewise.
4982 * gdb.disasm/t06_ari2.exp: Likewise.
4983 * gdb.disasm/t07_ari3.exp: Likewise.
4984 * gdb.disasm/t08_or.exp: Likewise.
4985 * gdb.disasm/t09_xor.exp: Likewise.
4986 * gdb.disasm/t10_and.exp: Likewise.
4987 * gdb.disasm/t11_logs.exp: Likewise.
4988 * gdb.disasm/t12_bit.exp: Likewise.
4989 * gdb.disasm/t13_otr.exp: Likewise.
4990 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
4991 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
4992 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
4993 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
4994 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
4995 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
4996 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
4997 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
4998 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
4999 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
5000 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
5001 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
5002 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
5003 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
5004 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
5005 * gdb.mi/gdb701.exp: Likewise.
5006 * gdb.mi/gdb792.exp: Likewise.
5007 * gdb.mi/mi-basics.exp: Likewise.
5008 * gdb.mi/mi-break.exp: Likewise.
5009 * gdb.mi/mi-cli.exp: Likewise.
5010 * gdb.mi/mi-console.exp: Likewise.
5011 * gdb.mi/mi-disassemble.exp: Likewise.
5012 * gdb.mi/mi-eval.exp: Likewise.
5013 * gdb.mi/mi-file.exp: Likewise.
5014 * gdb.mi/mi-read-memory.exp: Likewise.
5015 * gdb.mi/mi-regs.exp: Likewise.
5016 * gdb.mi/mi-return.exp: Likewise.
5017 * gdb.mi/mi-simplerun.exp: Likewise.
5018 * gdb.mi/mi-stack.exp: Likewise.
5019 * gdb.mi/mi-stepi.exp: Likewise.
5020 * gdb.mi/mi-syn-frame.exp: Likewise.
5021 * gdb.mi/mi-until.exp: Likewise.
5022 * gdb.mi/mi-var-block.exp: Likewise.
5023 * gdb.mi/mi-var-child.exp: Likewise.
5024 * gdb.mi/mi-var-cmd.exp: Likewise.
5025 * gdb.mi/mi-var-display.exp: Likewise.
5026 * gdb.mi/mi-watch.exp: Likewise.
5027 * gdb.mi/mi2-basics.exp: Likewise.
5028 * gdb.mi/mi2-break.exp: Likewise.
5029 * gdb.mi/mi2-cli.exp: Likewise.
5030 * gdb.mi/mi2-console.exp: Likewise.
5031 * gdb.mi/mi2-disassemble.exp: Likewise.
5032 * gdb.mi/mi2-eval.exp: Likewise.
5033 * gdb.mi/mi2-file.exp: Likewise.
5034 * gdb.mi/mi2-read-memory.exp: Likewise.
5035 * gdb.mi/mi2-regs.exp: Likewise.
5036 * gdb.mi/mi2-return.exp: Likewise.
5037 * gdb.mi/mi2-simplerun.exp: Likewise.
5038 * gdb.mi/mi2-stack.exp: Likewise.
5039 * gdb.mi/mi2-stepi.exp: Likewise.
5040 * gdb.mi/mi2-syn-frame.exp: Likewise.
5041 * gdb.mi/mi2-until.exp: Likewise.
5042 * gdb.mi/mi2-var-block.exp: Likewise.
5043 * gdb.mi/mi2-var-child.exp: Likewise.
5044 * gdb.mi/mi2-var-cmd.exp: Likewise.
5045 * gdb.mi/mi2-var-display.exp: Likewise.
5046 * gdb.mi/mi2-watch.exp: Likewise.
5047 * gdb.stabs/exclfwd.exp: Likewise.
5048 * gdb.stabs/weird.exp: Likewise.
5049 * gdb.threads/gcore-thread.exp: Likewise.
5050 * gdb.trace/actions.exp: Likewise.
5051 * gdb.trace/backtrace.exp: Likewise.
5052 * gdb.trace/circ.exp: Likewise.
5053 * gdb.trace/collection.exp: Likewise.
5054 * gdb.trace/deltrace.exp: Likewise.
5055 * gdb.trace/infotrace.exp: Likewise.
5056 * gdb.trace/limits.exp: Likewise.
5057 * gdb.trace/packetlen.exp: Likewise.
5058 * gdb.trace/passc-dyn.exp: Likewise.
5059 * gdb.trace/passcount.exp: Likewise.
5060 * gdb.trace/report.exp: Likewise.
5061 * gdb.trace/save-trace.exp: Likewise.
5062 * gdb.trace/tfind.exp: Likewise.
5063 * gdb.trace/tracecmd.exp: Likewise.
5064 * gdb.trace/while-dyn.exp: Likewise.
5065 * gdb.trace/while-stepping.exp: Likewise.
5066
f4b618d1
JB
50672006-08-08 Joel Brobecker <brobecker@adacore.com>
5068
5069 * gdb.base/step-bt.c: New file.
5070 * gdb.base/step-bt.exp: New testcase.
5071
3d00d119
DJ
50722006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5073
5074 * config/monitor.exp (gdb_load): Remove support for obsolete
5075 download-write-size.
5076 * gdb.base/remote.exp: Likewise. Update all callers of
5077 gdb_timed_load.
5078
017b5bd4
DJ
50792006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
5080
5081 * cursal.exp: Pass binfile to gdb_load.
5082
837c599d
DJ
50832006-08-01 Nathan Sidwell <nathan@codesourcery.com>
5084
5085 * gdb.base/cursal.exp: Add "" to gdb_load call.
5086
8dd4540b
MK
50872006-07-29 Mark Kettenis <kettenis@gnu.org>
5088
5089 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
5090 NetBSD/ELF targets.
5091
ab5c9f60
DJ
50922006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
5093
5094 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
5095 operator*.
5096
4c42eaff
DJ
50972006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
5098
5099 * gdb.base/completion.exp: Update for change in "file" behavior.
5100 * gdb.stabs/weird.exp: Likewise.
5101 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
5102 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
5103
0155cc76
NS
51042006-07-24 Nathan Sidwell <nathan@codesourcery.com>
5105
5106 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
5107 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
5108
16026cd7
AS
51092006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5110
5111 * gdb.base/default.exp: Update source command error message.
5112 * gdb.base/help.exp: Update 'help source' message.
5113
16963cb6
DJ
51142006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
5115
5116 * gdb.cp/bs15503.exp: Update comment for no longer crashing
5117 test.
5118
6d7fd486
AS
51192006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
5120
5121 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
5122
29e8a844
DJ
51232006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5124
5125 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
5126
6afcfa39
DJ
51272006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5128
5129 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
5130
267a692b
MK
51312006-07-17 Mark Kettenis <kettenis@gnu.org>
5132
5133 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
5134 *-*-openbsd* from targets for wich we expect ARM FPA floating
5135 point format.
5136
85d2fec4
NR
51372006-07-17 Nick Roberts <nickrob@snap.net.nz>
5138
5139 * gdb.cp/annota3.exp: Expect frame-begin annotation.
5140
51412006-07-17 Mark Kettenis <kettenis@gnu.org>
5142
5143 * gdb.base/annota3.exp: Expect frame-begin annotation.
5144
85b4c6e8
JB
51452006-07-14 Joel Brobecker <brobecker@adacore.com>
5146
5147 * gdb.base/help.exp: Adjust "help unset" test to accept
5148 any list of unset commands.
5149
fb933624
DJ
51502006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
5151 Daniel Jacobowitz <dan@codesourcery.com>
5152
5153 * gdb.cp/ref-params.exp: New test.
5154 * gdb.cp/ref-params.cc: New source file.
5155 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
5156
1dff4b64
MK
51572006-07-08 Mark Kettenis <kettenis@gnu.org>
5158
5159 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
5160 spaces/tabs in regular expressions since they might not be there.
5161
40d2e0e3
AS
51622006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
5163
5164 * gdb.base/ifelse.exp: New file.
5165
f6c957d2
NS
51662006-07-04 Nathan Sidwell <nathan@codesourcery.com>
5167
5168 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
5169 line.
5170 * gdb.base/huge.exp: Loop over compilation to find a size that
5171 is acceptable.
5172 * gdb.base/remote.exp: Correct expected strings.
5173 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
5174
b9c5a23d
DJ
51752006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5176
5177 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
5178
9af2e58d
DJ
51792006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5180
5181 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
5182 native.
5183
30930ca5
DJ
51842006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5185
5186 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
5187 enable stabs testing.
5188
aa32fa1d
DJ
51892006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5190
bd4a4c80 5191 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
5192 gdb_test_multiple does.
5193
321fef15
DJ
51942006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5195
5196 * Makefile.in (host_alias): Remove.
5197 (target_alias): Use @target_noncanonical@.
5198 (site.exp): Don't set host_alias.
5199 * aclocal.m4: Remove contents. Include acx.m4.
5200 * configure: Regenerated.
5201 * configure.ac: Use ACX_NONCANONICAL_TARGET.
5202
e1c2defa
NS
52032006-06-13 Nathan Sidwell <nathan@codesourcery.com>
5204
e63b55d1
NS
5205 * lib/gdb.exp (gdb_load_cmd): New.
5206
5600ea19
NS
5207 * gdb.base/fileio.c: Add system(NULL) test.
5208 * gdb.base/fileio.exp: Check it.
5209
e1c2defa
NS
5210 * gdb.base/break.c: Add 10a breakpoint at }
5211 * gdb.base/break.exp: Add test for breakpoint at }
5212 * gdb.cp/anon-union.cc: Add code at end of function.
5213 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
5214 * gdb.mi/var-cmd.c: Add code at end of function.
5215 * gdb.mi/mi-var-display.exp: Adjust end of next.
5216 * gdb.mi/mi2-var-display.exp: Likewise.
5217 * gdb.base/fileio.c: Add stop function and insert calls at
5218 stopping places.
5219 * gdb.base/fileio.exp: Breakpoint stop function and remove
5220 explicit line number references.
5221
6c0112ec
JB
52222006-05-19 Joel Brobecker <brobecker@adacore.com>
5223
a9c64011
AS
5224 * gdb.base/del.exp (test_delete_alias): New function.
5225 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 5226
154189a4
FF
52272006-05-18 Fred Fish <fnf@specifix.com>
5228
5229 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
5230 required. Check for spurious output after program exits normally.
5231
582e64c2
FF
52322006-05-17 Fred Fish <fnf@specifix.com>
5233
5234 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
5235 gdb_load, so it works in the simulator.
5236
8ef6493a
FF
52372006-05-11 Fred Fish <fnf@specifix.com>
5238
5239 * gdb.base/bang.exp: Ignore unexpected output between the
5240 "program exited normally" and the gdb prompt, as many other
5241 tests do.
5242
692b141c
MK
52432006-05-07 Mark Kettenis <kettenis@gnu.org>
5244
5245 * gdb.base/help.exp: Make "delete checkpoint" part option for
5246 "help d" and "help delete" tests.
5247
540b8a30
UW
52482006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5249
a9c64011 5250 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
5251 expected output in some mi_gdb_test statements.
5252 * gdb.mi/mi2-basics.exp: Likewise.
5253
9b6462d9
JB
52542006-05-05 Joel Brobecker <brobecker@adacore.com>
5255
5256 * gdb.base/del.c: New file.
5257 * gdb.base/del.exp: New testcase.
5258
954de43b
DM
52592006-05-05 David S. Miller <davem@sunset.davemloft.net>
5260
5261 * gdb.base/break.exp: Do not assume a breakpoint on
5262 main will actually be in $srcfile when optimizing.
1303f75e
DM
5263 * gdb.base/savedregs.exp: Do not require that the dummy
5264 frame location match up to a symbol and source file location.
c3242428
DM
5265 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
5266 will get printed without a mi_cmd_data_list_register_values prefix.
5267 (*-data-list-register-*): Correct regular expressions to expect the new
5268 pseudo d? floating point registers.
5269 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 5270
c7e64c9a
DJ
52712006-05-05 Christophe Lyon <christophe.lyon@st.com>
5272
5273 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
5274 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
5275 is allocated by the compiler.
5276 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
5277 anons, e, anone to force their allocation by the compiler.
5278
52792006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
5280
5281 * gdb.base/help.exp: Update expected text for help d and
5282 help delete.
5283
27ce9a6d
MK
52842006-05-02 Mark Kettenis <kettenis@gnu.org>
5285
5286 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
5287 NetBSD/ELF targets.
5288
8608915f
MK
52892006-04-30 Mark Kettenis <kettenis@gnu.org>
5290
5291 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
5292 single-step breakpoint fails; make this a KFAIL on
5293 sparc*-*-openbsd*.
5294 * gdb.base/siginfo.exp: Likewise.
5295 * gdb.base/sigstep.exp (advance, advancei): Likewise.
5296
b8db102d
MS
52972006-04-26 Michael Snyder <msnyder@redhat.com>
5298
5299 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
5300 which may have to consume output from other forks.
5301 Add tests to make sure that "delete fork" succeeded.
5302
c702009a
MS
53032006-04-20 Michael Snyder <msnyder@redhat.com>
5304
5305 * 2006-03-22 Jim Blandy <jimb@redhat.com>
5306 Add support for the Renesas M32C and M16C.
5307
5308 * gdb.asm/asm-source.exp: Add m32c target.
5309 * gdb.asm/m32c.inc: Support for m32c target.
5310
e28493f2
AS
53112006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
5312
5313 * gdb.base/commands.exp (recursive_source_test): New test.
5314
880da185
DM
53152006-04-04 David S. Miller <davem@sunset.davemloft.net>
5316
5317 * gdb.base/float.exp: Add pattern for sparc targets.
5318
61d9b92f
DJ
53192006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5320
5321 * gdb.base/commands.exp (stray_arg0_test): New test.
5322
bd717df8
PB
53232006-03-30 Paul Brook <paul@codesourcery.com>
5324
5325 * gdb.mi/mi-until.exp: kfail broken until command.
5326 * gdb.mi/mi2-until.exp: Ditto.
5327
ec793d3c
NR
53282006-03-27 Nick Roberts <nickrob@snap.net.nz>
5329
5330 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
5331
831004b7
AO
53322006-03-08 Alexandre Oliva <aoliva@redhat.com>
5333
5334 * gdb.base/prelink.exp: Anchor tested-for regular expression
5335 on gdb prompt.
5336
effe49a0
PB
53372006-03-07 Paul Brook <paul@codesourcery.com>
5338
5339 * gdb.base/assign.exp: Correct fail message.
5340
e5461016
PB
53412006-03-07 Paul Brook <paul@codesourcery.com>
5342
5343 * lib/compiler.c: Extract armcc version number.
5344 * lib/compiler.cc: Ditto.
5345
fc91c6c2
PB
53462006-03-07 Paul Brook <paul@codesourcery.com>
5347
5348 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
5349 additional_flags=-w.
5350 * gdb.arch/altivec-regs.exp: Ditto.
5351 * gdb.arch/e500-abi.exp: Ditto.
5352 * gdb.arch/e500-regs.exp: Ditto.
5353 * gdb.base/all-bin.exp: Ditto.
5354 * gdb.base/annota1.exp: Ditto.
5355 * gdb.base/annota3.exp: Ditto.
5356 * gdb.base/args.exp: Ditto.
5357 * gdb.base/arithmet.exp: Ditto.
5358 * gdb.base/assign.exp: Ditto.
5359 * gdb.base/async.exp: Ditto.
5360 * gdb.base/bang.exp: Ditto.
5361 * gdb.base/break.exp: Ditto.
5362 * gdb.base/call-rt-st.exp: Ditto.
5363 * gdb.base/completion.exp: Ditto.
5364 * gdb.base/cond-expr.exp: Ditto.
5365 * gdb.base/condbreak.exp: Ditto.
5366 * gdb.base/consecutive.exp: Ditto.
5367 * gdb.base/define.exp: Ditto.
5368 * gdb.base/display.exp: Ditto.
5369 * gdb.base/ena-dis-br.exp: Ditto.
5370 * gdb.base/environ.exp: Ditto.
5371 * gdb.base/eval-skip.exp: Ditto.
5372 * gdb.base/info-proc.exp: Ditto.
5373 * gdb.base/jump.exp: Ditto.
5374 * gdb.base/logical.exp: Ditto.
5375 * gdb.base/long_long.exp: Ditto.
5376 * gdb.base/maint.exp: Ditto.
5377 * gdb.base/miscexprs.exp: Ditto.
5378 * gdb.base/pc-fp.exp: Ditto.
5379 * gdb.base/pointers.exp: Ditto.
5380 * gdb.base/relational.exp: Ditto.
5381 * gdb.base/reread.exp: Ditto.
5382 * gdb.base/sect-cmd.exp: Ditto.
5383 * gdb.base/sep.exp: Ditto.
5384 * gdb.base/sepdebug.exp: Ditto.
5385 * gdb.base/until.exp: Ditto.
5386 * gdb.base/whatis-exp.exp: Ditto.
5387 * gdb.cp/annota2.exp: Ditto.
5388 * gdb.cp/annota3.exp: Ditto.
5389 * gdb.trace/actions.exp: Ditto.
5390 * gdb.trace/backtrace.exp: Ditto.
5391 * gdb.trace/circ.exp: Ditto.
5392 * gdb.trace/collection.exp: Ditto.
5393 * gdb.trace/deltrace.exp: Ditto.
5394 * gdb.trace/infotrace.exp: Ditto.
5395 * gdb.trace/limits.exp: Ditto.
5396 * gdb.trace/packetlen.exp: Ditto.
5397 * gdb.trace/passc-dyn.exp: Ditto.
5398 * gdb.trace/passcount.exp: Ditto.
5399 * gdb.trace/report.exp: Ditto.
5400 * gdb.trace/save-trace.exp: Ditto.
5401 * gdb.trace/tfind.exp: Ditto.
5402 * gdb.trace/tracecmd.exp: Ditto.
5403 * gdb.trace/while-dyn.exp: Ditto.
5404 * gdb.trace/while-stepping.exp: Ditto.
5405 * lib/gdb.exp: Ditto.
5406 (gdb_compile): Handle nowarning option.
5407
5f4a23d9
AO
54082006-03-07 Alexandre Oliva <aoliva@redhat.com>
5409
5410 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
5411 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
5412 Rename executable to prelinkt. Don't re-prelink if we didn't
5413 get a core file. Test prelink -u exit status to tell whether
5414 prelinking failed. Use gdb_test_multiple.
5415
9733fc94
DJ
54162006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5417
5418 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
5419 (do_tests): Call it.
5420
cc10cae3
AO
54212006-02-28 Alexandre Oliva <aoliva@redhat.com>
5422
5423 * gdb.base/prelink.exp: New test.
5424 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
5425
15c46491
WZ
54262006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
5427
5428 * gdb.fortran/derived-type.f90: New file.
5429 * gdb.fortran/derived-type.exp: New testcase.
5430
5c9f7ded
DJ
54312006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
5432
5433 * gdb.base/default.exp: Allow ';' as a directory separator.
5434
5b96932b
AS
54352006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
5436
5437 * gdb.base/help.exp (help add-symbol-file): Update.
5438
1986bccd
AS
54392006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
5440
5441 * gdb.base/help.exp (help load): Update expected results.
5442
a8b7528f
FF
54432006-02-19 Fred Fish <fnf@specifix.com>
5444
5445 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
5446 specifix hex value as part of results.
5447 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 5448
f8261448
FF
54492006-02-16 Fred Fish <fnf@specifix.com>
5450
5451 * gdb.base/whatis.c: Define variables using typedefs char_addr,
5452 ushort_addr, and slong_addr, so the typedefs are not optimized
5453 away.
5454 * gdb.base/whatis.exp: Add tests using type name for struct type,
5455 union type, enum type, and typedef.
a9c64011 5456
31d8bdd2
MK
54572006-02-13 Mark Kettenis <kettenis@gnu.org>
5458
5459 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
5460
34e41e63
JB
54612006-02-13 Jim Blandy <jimb@redhat.com>
5462
5463 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
5464 case where it takes two "next" commands to skip past the init
5465 call.
5466
ac6e4f31
FF
54672006-02-12 Fred Fish <fnf@specifix.com>
5468
5469 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
5470 to handle cases where it takes two "next" commands to skip
5471 past the init call.
5472
2db2d571
JB
54732006-02-07 Joel Brobecker <brobecker@adacore.com>
5474
5475 * gdb.ada/array_return.exp: Mark the last test as expected to fail
5476 on hppa32 targets.
5477
38fcd64c
DJ
54782006-02-06 Vladimir Prus <ghost@cs.msu.su>
5479
5480 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
5481 field.
5482
1315ad46
MK
54832006-01-29 Mark Kettenis <kettenis@gnu.org>
5484
5485 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
5486
5625b943
DJ
54872006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
5488
5489 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
5490 files.
5491
80df1bbe
DJ
54922006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
5493
5494 * gdb.cp/maint.exp: Set complaints to a positive value.
5495
9078e690
DJ
54962006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
5497
5498 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
5499 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
5500 function name.
5501
9c903399
DJ
55022006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
5503
5504 * gdb.base/checkpoint.c: Update copyright notice. Include
5505 <stdlib.h>.
5506
761ae4d6
JB
55072006-01-04 Jim Blandy <jimb@redhat.com>
5508
5509 * gdb.asm/asm-source.exp: Independently provide default values for
5510 asm-flags and debug-flags. Use 'string equal' to do the
5511 comparison, not the implicit expr's '==' operator. Remove
5512 now-unneeded assignments to asm-flags. In h8300 case, place
5513 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
5514
099ac3dd
MS
55152006-01-04 Michael Snyder <msnyder@redhat.com>
5516
5517 * gdb.base/checkpoint.c: New file.
5518 * gdb.base/checkpoint.exp: New file.
5519 * gdb.base/multi-fork.c: New file.
5520 * gdb.base/multi-fork.exp: New file.
5521 * gdb.base/pi.txt: New file (data for checkpoint.c test).
5522
f4d85314
FF
55232006-01-04 Fred Fish <fnf@specifix.com>
5524
5525 * gdb.base/ptype.c (foo): Add typedef.
5526 (intfoo): Add function.
5527 * gdb.base/ptype1.c: New file.
5528 * gdb.base/ptype.exp: Handle compilation and linking with two
5529 source files. Test that proper type for "foo" is found based
5530 on source context rather than first match found in symtabs.
5531
a1b06f35
MK
55322005-12-28 Mark Kettenis <kettenis@gnu.org>
5533
5534 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
5535 * gdb.asm/openbsd.inc: Indent commands.
5536
d082a1e2
MK
55372005-12-26 Mark Kettenis <kettenis@gnu.org>
5538
c65016bd
MK
5539 * gdb.base/freebpcmd.exp: Increase timeout.
5540
d082a1e2
MK
5541 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
5542
d3c32a0e
DJ
55432005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
5544
5545 * gdb.base/default.exp: Update check for "show version".
5546
9fdb1f50
RC
55472005-12-09 Randolph Chung <tausq@debian.org>
5548
5549 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
5550 * gdb.asm/pa64.inc: New file.
5551
5f2c56f7
RC
55522005-12-09 Randolph Chung <tausq@debian.org>
5553
5554 * gdb.asm/common.inc: Indent commands.
5555 * gdb.asm/asmsrc1.s: Likewise.
5556 * gdb.asm/asmsrc2.s: Likewise.
5557
8117349c
RC
55582005-12-09 Randolph Chung <tausq@debian.org>
5559
5560 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
5561 (get_addr_of_sym): Remove duplicate print.
5562 (gen_core): xfail hppa*-*-hpux*, update expected output.
5563 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
5564 * gdb.arch/pa64-nullify.s: New file.
5565
8f07f25a
RC
55662005-12-09 Randolph Chung <tausq@debian.org>
5567
5568 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
5569
55b39184
DJ
55702005-12-07 Christophe Lyon <christophe.lyon@st.com>
5571
5572 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
5573 code generation for these functions.
5574 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
5575 error message.
5576
31e2b00f
AS
55772005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5578
5579 * gdb.base/help.exp (help b, help br, help bre, help brea)
5580 (help break): Update the expected message.
5581
c3d0b56e
SC
55822005-11-11 Stephane Carrez <stcarrez@nerim.fr>
5583
5584 * gdb.asm/m68hc11.inc: Setup the data section.
5585 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
5586 script for this test.
5587 (m6812-*-*): Likewise.
5588
36ae0ea9
RC
55892005-11-09 Randolph Chung <tausq@debian.org>
5590
5591 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
5592
9d6f42e9
WZ
55932005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
5594
5595 * gdb.base/break.exp: Fix a comment typo.
5596
e2126a14
EZ
55972005-11-03 Jim Blandy <jimb@redhat.com>
5598
a9c64011
AS
5599 Checked in by Elena Zannoni <ezannoni@redhat.com>
5600
e2126a14
EZ
5601 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
5602
e0ac7199
CV
56032005-11-02 Corinna Vinschen <vinschen@redhat.com>
5604
5605 * gdb.arch/gdb1558.c: Include stdio.h.
5606
31d3fb18
MK
56072005-10-31 Mark Kettenis <kettenis@gnu.org>
5608
5609 * gdb.asm/asm-source.exp: Use -e instead of --entry.
5610
e52b687c
MK
56112005-10-31 Mark Kettenis <kettenis@gnu.org>
5612
5613 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
5614
f4711d79
PG
56152005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
5616
a9c64011
AS
5617 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
5618 vscr" tests to better match output.
f4711d79 5619
987a9106
JB
56202005-10-12 Jim Blandy <jimb@redhat.com>
5621
5622 * gdb.base/structs.exp (any): New function.
5623 (test_struct_returns): Don't make any assumptions at all about
5624 what value the function returns when GDB can't set the return
5625 value.
5626
2336bb58
JB
56272005-10-09 Joel Brobecker <brobecker@adacore.com>
5628
5629 * gdb.ada/arrayidx/p.adb: New file.
5630 * gdb.ada/arrayidx.exp: New testcase
5631
56322005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
5633
5634 * gdb.ada/array_return/pck.ads: New file.
5635 * gdb.ada/array_return/pck.adb: New file.
5636 * gdb.ada/array_return/p.adb: New file.
5637 * gdb.ada/array_return.exp: New testcase.
5638
705335ea
JB
56392005-10-03 Joel Brobecker <brobecker@adacore.com>
5640
a9c64011
AS
5641 * gdb.base/arrayidx.c: New file.
5642 * gdb.base/arrayidx.exp: New testcase.
705335ea 5643
11ee9940
NR
56442005-09-29 Nick Roberts <nickrob@snap.net.nz>
5645
5646 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
5647 frames-invalid and breakpoints-invalid are no longer generated
5648 with level 3 so don't expect them in the output.
5649
39fb8e9e
BR
56502005-09-27 Bob Rossi <bob@brasko.net>
5651
a9c64011 5652 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
5653 from test. Escape the | in mi_gdb_test call.
5654 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
5655 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
5656 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
5657 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
5658 expected regex's in mi_gdb_test calls.
5659 * lib/mi-support.exp: Remove arbitrary .* from tests.
5660 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
5661 Fully anchor GDB/MI expected results in mi_gdb_test.
5662 * lib/gdb.exp (string_to_regexp): Escape the ] character.
5663 * gdb.base/sizeof.exp: Remove escape character. Correct test.
5664
2af48f68
PB
56652005-09-26 Paul Brook <paul@codesourcery.com>
5666
5667 * long_long.exp: Exclude eabi targets from arm FPA float format test.
5668
f34502bc
WZ
56692005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
5670
5671 * bfp-test.c: New file.
5672 * bfp-test.exp: New testcase.
5673
ca929517
WZ
56742005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
5675
5676 * gdb.fortran/subarray.exp: New testcase to test the evaluation
5677 of subarray and substring variable.
5678 * gdb.fortran/subarray.f: New source file for the test of subarray
5679 and substring variable evaluation.
5680 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
5681 of string constant.
5682
c761af65
DJ
56832005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
5684
5685 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
5686 copyright dates.
5687
561d7a1d
PG
56882005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
5689
5690 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
5691 powerpc altivec' test with an almost identical 'info vector' test.
5692
b2b64cc9
PG
56932005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
5694
a9c64011
AS
5695 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
5696 vscr" tests to match output.
b2b64cc9 5697
6ac4d15a
PG
56982005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
5699
a9c64011
AS
5700 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
5701 output.
6ac4d15a 5702
40e55bef
BR
57032005-09-11 Bob Rossi <bob@brasko.net>
5704
5705 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
a9c64011 5706 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
40e55bef
BR
5707 commands that return an MI output command and an asyncronous MI output
5708 command.
5709 * gdb.mi/mi-console.exp: Ditto.
5710
3c7385ec
BR
57112005-09-11 Bob Rossi <bob@brasko.net>
5712
5713 * gdb.mi/mi-var-child.c: Include <string.h>.
5714
a6cd0eb3
DJ
57152005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
5716
5717 * killed.exp: Correct gdb_expect syntax.
5718
2f168eed
CV
57192005-08-09 Corinna Vinschen <vinschen@redhat.com>
5720
5721 * lib/mi-support.exp (mi_gdb_load): Fix typo.
5722
ecd3fd0f
BR
57232005-08-02 Bob Rossi <bob@brasko.net>
5724
5725 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
5726 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
5727 Change tests to inferior-tty-set/show.
5728 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
5729 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
5730 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
5731 inferior. Use mi_gdb_test to get GDB and Inferior output.
5732 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
5733 descriptor.
5734 (mi_inferior_tty_name): Add inferior PTY file name.
5735 (mi_gdb_start): Add INFERIOR_PTY parameter.
5736 (mi_gdb_test): Add IPATTERN parameter.
5737
f1ea48cb 57382005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 5739
f1ea48cb
BR
5740 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
5741 parameter to mi_gdb_test.
5742 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
5743
6e650a67
DJ
57442005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
5745
5746 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
5747 struct_declarations.
5748 * gdb.mi/mi-var-child.exp: Step over the initialization of
5749 struct_declarations.
5750
8be260b6
DJ
57512005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
5752
5753 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
5754 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
5755 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
5756 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
5757 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
5758 file.
5759
4e660f07
NR
57602005-07-27 Nick Roberts <nickrob@snap.net.nz>
5761
5762 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
5763 (do_children_tests): Assign values to the extra elements.
5764
5765 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
5766 them for tests for "-var-update --no-values" and
a9c64011 5767 "-var-update --all-values".
4e660f07
NR
5768 Add test for "-var-list-children --simple-values".
5769
5770 * gdb.mi/basics.c (callee4): Add integer array D[3]...
5771
5772 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
5773 "-stack-list-locals --simple-values" Improve doc strings and
5774 comments.
5775
6bdae935
MK
57762005-07-18 Mark Kettenis <kettenis@gnu.org>
5777
598b7a6f
MK
5778 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
5779 *-*-openbsd*.
5780 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
5781
6bdae935
MK
5782 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
5783 sigaltsatck'.
5784
1323e929 57852005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 5786
1323e929
BR
5787 * gdb.base/default.exp (tty): Changed output of command.
5788 * gdb.base/help.exp (help tty): Ditto.
5789
b1a9c082
MK
57902005-07-12 Mark Kettenis <kettenis@gnu.org>
5791
5792 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
5793
10a844a2
MK
57942005-07-10 Mark Kettenis <kettenis@gnu.org>
5795
5796 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
5797 -stack-select-frame without arguments.
5798 (test_stack_frame_listing): Add test for newly implemented command
5799 -stack-info-frame.
5800
3cb3b8df
BR
58012005-07-06 Bob Rossi <bob@brasko.net>
5802
5803 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
5804 command.
5805 (Copyright): Update copyright.
5806
a0c5fbcf
WZ
58072005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
5808
5809 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
5810 tests to evaluate exponentiation expression.
5811
984971d0
AS
58122005-06-29 Andreas Schwab <schwab@suse.de>
5813
5814 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
5815 main to avoid warnings.
5816
5817 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
5818
fe03833f
NR
58192005-06-20 Nick Roberts <nickrob@snap.net.nz>
5820
5821 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
5822 -stack-select-frame without arguments.
5823 (test_stack_frame_listing): Add test for newly implemented command
5824 -stack-info-frame.
a9c64011 5825
7a55f279
WZ
58262005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
5827
0ffa0ea5
DJ
5828 * gdb.fortran/array-element.f: New file.
5829 * gdb.fortran/array-element.exp: New testcase.
7a55f279 5830
26585198
DJ
58312005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5832
5833 * gdb.base/bigcore.exp: Correct checks for systems which can
5834 not dump a large core file.
5835
c1bd25fd
DJ
58362005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5837
5838 * gdb.base/relocate.c: Add a copyright notice.
5839 (dummy): Remove.
5840 * gdb.base/relocate.exp: Test printing the values of variables
5841 from a relocatable file.
5842
589e074d
DJ
58432005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
5844
5845 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
5846 excess MI output after an error.
5847
0915f927
JB
58482005-05-29 Joel Brobecker <brobecker@adacore.com>
5849
5850 * gdb.arch/alpha-step.c: New file.
5851 * gdb.arch/alpha-step.exp: New testcase.
5852
76ff342d
DJ
58532005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5854 Dennis Brueni <dennis@slickedit.com>
5855
5856 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
5857 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
5858 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
5859 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
5860 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
5861 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
5862 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
5863
96b0c7ac
DJ
58642005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
5865 Wu Zhou <woodzltc@cn.ibm.com>
5866
5867 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
5868 IBM's xlc compiler.
5869 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
5870 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
5871
f21565d2
JB
58722005-05-13 Jim Blandy <jimb@redhat.com>
5873
5874 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
5875 calling gdb_suppress_entire_file.
5876 * gdb.base/charset.exp: Same.
5877 * gdb.base/call-rt-st.exp: Same.
5878
6006a3a1
BR
58792005-05-05 Bob Rossi <bob_rossi@cox.net>
5880
5881 * lib/gdb.exp (fullname_syntax): Added global regex.
5882 (fullname_syntax_POSIX): Ditto.
5883 (fullname_syntax_UNC): Ditto.
5884 (fullname_syntax_DOS_CASE): Ditto.
5885 (fullname_syntax_DOS): Ditto.
5886 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
5887 fullname_syntax variable to scope and use it.
5888 (test_file_list_exec_source_files): Ditto.
5889 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
5890
c3b69c04
DJ
58912005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
5892
5893 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
5894
3c95e6af
PG
58952004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
5896
a9c64011
AS
5897 * lib/gdb.exp (skip_altivec_tests): New function, based on
5898 check_vmx_hw_available from the GCC testsuite.
5899 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
5900 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 5901
78df6c56
JB
59022005-05-02 Jim Blandy <jimb@redhat.com>
5903
5904 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
5905 calling gdb_suppress_entire_file.
5906
1690f9cf
DJ
59072005-04-30 Randolph Chung <tausq@debian.org>
5908
5909 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
5910 Slightly relax "sem_post" name checking.
5911
5ea106f7
PG
59122005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
5913
5914 * gdb.base/unload.exp: Use new shared library infrastructure.
5915
bf7234cf
PG
59162005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
5917
5918 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 5919 infrastructure.
bf7234cf 5920
547b869a
CV
59212005-04-29 Corinna Vinschen <vinschen@redhat.com>
5922
5923 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
5924 * gdb.asm/h8300.inc: New file.
5925
f07e55f0
PG
59262005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
5927
5928 * gdb.base/shlib-call.exp: Change to use new shared library
5929 infrastructure.
5930
3cbba3d1
PG
59312005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
5932
a9c64011
AS
5933 * gdb.base/pending.exp: Change to use new shared library
5934 infrastructure.
3cbba3d1 5935
ed6df200
PG
59362005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
5937
a9c64011
AS
5938 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
5939 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 5940
8c8f4ebe
PG
59412005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
5942
a9c64011
AS
5943 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
5944 shared objects being adjusted and update copyright years.
8c8f4ebe 5945
607fbc54
DJ
59462005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
5947
5948 * ChangeLog: Correct some 2003-01-13 dates.
5949 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
5950 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
5951 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
5952 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
5953 gdb.trace/tfind.exp: Update copyright years.
5954
57bf0e56
DJ
59552005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
5956 Daniel Jacobowitz <dan@codesourcery.com>
5957
5958 * lib/gdb.exp (gdb_compile): Handle shlib=.
5959 (gdb_compile_shlib): New function.
5960
9b593790
PG
59612005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
5962
a9c64011 5963 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 5964
9494c6a5
DJ
59652005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
5966
5967 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
5968 gdb.server.
5969 * configure.ac: Likewise.
5970 * configure: Regenerated.
5971 * gdb.gdbserver/Makefile.in: Moved to...
5972 * gdb.server/Makefile.in: ... here.
5973 * gdb.gdbserver/server.c: Moved to...
5974 * gdb.server/server.c: ... here.
5975 * gdb.gdbserver/server-run.exp: Moved to...
5976 * gdb.server/server-run.exp: ... here.
5977
6f8eac0e
DJ
59782005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
5979
5980 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
5981 * configure.ac: Create gdb.gdbserver/Makefile.
5982 * configure: Regenerated.
5983 * lib/gdbserver-support.exp: New file, derived from
5984 config/gdbserver.exp.
5985 * config/gdbserver.exp: Use gdbserver-support.exp.
5986 * gdb.gdbserver/Makefile.in: New file.
5987 * gdb.gdbserver/server.c: New file.
5988 * gdb.gdbserver/server-run.exp: New file.
5989
6e87504d
PG
59902005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
5991
a9c64011
AS
5992 * lib/gdb.exp (test_compiler_info): Return compiler_info
5993 if no arguments are given.
6e87504d 5994
d1779be4
PG
59952005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
5996
5997 * gdb.arch/altivec-abi.exp: Check for compiler and set
5998 use altivec' flag accordingly.
5999 * gdb.arch/altivec-regs.exp: Likewise.
6000
88750304
DJ
60012005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
6002
6003 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
6004
f3fb768d
AS
60052005-03-27 Andreas Schwab <schwab@suse.de>
6006
6007 * gdb.base/bigcore.c (main): Add missing mode argument in open
6008 call.
6009
7e813ac5
DJ
60102005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
6011
6012 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
6013 downloads.
6014 * config/gdbserver.exp (gdb_load): Likewise.
6015
8e3049aa
PB
60162005-03-14 Paul Brook <paul@codesourcery.com>
6017
6018 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
6019 targets.
6020
a9df7c44
JB
60212005-03-09 Joel Brobecker <brobecker@adacore.com>
6022
6023 * gdb.dwarf2/dup-psym.S: New file.
6024 * gdb.dwarf2/dup-psym.exp: New testcase.
6025
9f0d94e8
JB
60262005-03-09 Joel Brobecker <brobecker@adacore.com>
6027
6028 * gdb.ada/exec_changed/first.adb: New file.
6029 * gdb.ada/exec_changed/second.adb: New file.
6030 * gdb.ada/exec_changed.exp: New testcase.
6031
5f579bc5
NS
60322005-03-08 Nathan Sidwell <nathan@codesourcery.com>
6033
36e9969c
NS
6034 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
6035 (A2): New class.
6036 (main): Test operator+.
6037 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
6038 breakpoint test.
6039
5f579bc5
NS
6040 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
6041 * gdb.base/signull.exp: Disable if gdb,nosignals.
6042 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
6043 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
6044 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
6045 * gdb.mi/mi2-console.exp: Likewise.
6046 * gdb.trace/collection.exp (run_trace_experiment): Consume the
6047 continue output at start.
6048 (gdb_collect_locals_test): Robustify regexp.
6049 * gdb.trace/passc-dyn.exp: Fix comment typo.
6050 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
6051
be46087e
CV
60522005-03-08 Corinna Vinschen <vinschen@redhat.com>
6053
6054 * gdb.asm/asm-source.exp: Add iq2000 case.
6055 * gdb.asm/iq2000.inc: New file.
6056
384e1a61 60572005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 6058
384e1a61
MI
6059 * gdb.base/command.exp: Change hardcoded value to regular expression.
6060 * gdb.base/float.exp: Add powerpc to the list of targets checked.
6061
584b6e9e
DJ
60622005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
6063
6064 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
6065 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
6066 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
6067 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
6068 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
6069
ab5b5d61
MK
60702005-03-05 Mark Kettenis <kettenis@gnu.org>
6071
6072 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
6073 changes.
6074
ae051c1b
PG
60752004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
6076
a9c64011
AS
6077 * lib/compiler.c: Add test for IBM's xlc compiler.
6078 * lib/compiler.cc: Likewise.
ae051c1b 6079
3f0f6ed2
JB
60802004-02-24 Joel Brobecker <brobecker@adacore.com>
6081
6082 * gdb.ada/fixed_points.exp: Create compilation object directory
6083 before running the test.
6084 * gdb.ada/null_record.exp: Likewise.
6085 * gdb.ada/packed_array.exp: Likewise.
6086 * gdb.ada/start.exp: Likewise.
6087
724f452b
JB
60882005-02-15 Joel Brobecker <brobecker@adacore.com>
6089
6090 * gdb.ada/packed_array/pa.adb: New file.
6091 * gdb.ada/packed_array.exp: New testcase.
6092
57f5cdfb 60932005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 6094
1f393151
MK
6095 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
6096 files.
6097
ebdda337
MK
6098 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
6099 on *-*-openbsd*. Correctly match whitespace in regukar
6100 expressions.
6101
cf309262
DJ
61022005-02-10 Daniel Jacobowitz <dan@debian.org>
6103
6104 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
6105 PR exp/1821
6106 * gdb.base/gdb1821.c: New test file.
6107 * gdb.base/gdb1821.exp: New test file.
6108
3be49e7a
JB
61092005-02-09 Joel Brobecker <brobecker@adacore.com>
6110
6111 * gdb.base/start.c: New file.
6112 * gdb.base/start.exp: New testcase.
6113
e292e67d
JB
61142005-02-09 Joel Brobecker <brobecker@adacore.com>
6115
6116 * gdb.ada/start/dummy.adb: New file.
6117 * gdb.ada/start.exp: New testcase.
6118
dbdfa66c
CV
61192005-02-09 Corinna Vinschen <vinschen@redhat.com>
6120
6121 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
6122 for printing symbols and statistics.
6123 Add test for using relative pathnames in "maint print msymbols" test.
6124 Mark "maint info sections DATA" XFAIL on Cygwin.
6125 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
6126 tests.
6127
d7941671
AC
61282005-02-09 Andreas Schwab <schwab@suse.de>
6129
6130 Committed by Andrew Cagney <cagney@gnu.org>
6131 * gdb.base/remotetimeout.exp: New file.
6132
74e5ef44
MK
61332005-02-07 Mark Kettenis <kettenis@gnu.org>
6134
6135 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
6136
464dd14d
JB
61372005-02-03 Joel Brobecker <brobecker@adacore.com>
6138
6139 * gdb.ada/gnat_ada.gpr: New file.
6140 * gdb.ada/gnat_ada.gin: Delete, no longer used.
6141 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
6142 * configure.ac: No longer generate gnat_ada.gpr.
6143 * configure: Regenerate.
6144 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
6145 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
6146 * gdb.ada/null_record/bar.ads: Likewise.
6147 * gdb.ada/null_record/bar.adb: Likewise.
6148 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
6149 * gdb.ada/null_record.exp (testdir): New variable.
6150 (testfile): executable is now in testdir subdirectory.
6151 (srcfile): Use full path to the main compilation unit.
6152 * gdb.ada/fixed_points.exp: Same changes as above.
6153
30d756ae
NR
61542005-02-03 Nick Roberts <nickrob@snap.net.nz>
6155
6156 * gdb.base/interp.exp: New test.
6157
9d799f85
AC
61582005-01-24 Andrew Cagney <cagney@gnu.org>
6159
6160 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
6161
15656118
AC
61622005-01-19 Andrew Cagney <cagney@gnu.org>
6163
a892c31b
AC
6164 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
6165 configure.ac not configure.in.
6166
15656118
AC
6167 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
6168 of powerpc*-*-*.
6169 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 6170 * gdb.base/list.exp (test_list_function)
15656118
AC
6171 (test_list_filename_and_function): Ditto.
6172 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
6173
a7b01baf
AC
61742005-01-16 Andrew Cagney <cagney@gnu.org>
6175
17d92a02
AC
6176 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
6177
a7b01baf
AC
6178 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
6179
bc8332bb
AC
61802005-01-14 Andrew Cagney <cagney@gnu.org>
6181
6182 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
6183 * gdb.mi/mi2-var-cmd.exp: Ditto.
6184
4d074752
CV
61852005-01-10 Corinna Vinschen <vinschen@redhat.com>
6186
6187 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
6188
bec39cab
AC
61892005-01-07 Andrew Cagney <cagney@gnu.org>
6190
6191 * configure.ac: Rename configure.in, require autoconf 2.59.
6192 * configure: Re-generate.
6193 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
6194 * gdb.stabs/configure: Re-generate.
6195 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
6196 * gdb.hp/configure: Re-generate.
6197 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
6198 autoconf 2.59.
6199 * gdb.hp/gdb.objdbg/configure: Re-generate.
6200 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
6201 autoconf 2.59.
6202 * gdb.hp/gdb.defects/configure: Re-generate.
6203 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
6204 autoconf 2.59.
6205 * gdb.hp/gdb.compat/configure: Re-generate.
6206 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
6207 autoconf 2.59.
6208 * gdb.hp/gdb.base-hp/configure: Re-generate.
6209 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
6210 autoconf 2.59.
6211 * gdb.hp/gdb.aCC/configure: Re-generate.
6212
f10b16d4
JB
62132004-12-15 Jim Blandy <jimb@redhat.com>
6214
6215 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
6216 under NPTL when there is debugging info available for libpthread.
6217
fb6e1814
JG
62182004-12-13 Jerome Guitton <guitton@gnat.com>
6219
6220 * gdb.ada/fixed_points.c: New file.
6221 * gdb.ada/fixed_points.exp: New file.
6222
fe46cd3a
RC
62232004-12-03 Randolph Chung <tausq@debian.org>
6224
6225 * gdb.arch/pa-nullify.exp: New file.
6226 * gdb.arch/pa-nullify.s: New file.
6227
8de0841b
RC
62282004-11-30 Randolph Chung <tausq@debian.org>
6229
6230 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
6231 instead of "tbug". Fix regexp to work properly with gdb_test.
6232
c8170782
PH
62332004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
6234
6235 * gdb.base/bitfields2.exp: New test.
6236 * gdb.base/bitfields2.c: New file.
6237
954269c2
RE
62382004-11-28 Richard Earnshaw <rearnsha@arm.com>
6239
6240 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
6241
0107feed
RC
62422004-11-16 Randolph Chung <tausq@debian.org>
6243
6244 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
6245
f073ae8c
DJ
62462004-11-14 Daniel Jacobowitz <dan@debian.org>
6247
6248 * gdb.threads/threadapply.exp: Correct "macro details" test.
6249
19ad59e7
JJ
62502004-11-11 Jeff Johnston <jjohnstn@redhat.com>
6251
6252 * gdb.threads/threadapply.exp: New test.
6253 * gdb.threads/threadapply.c: New file.
6254
9cf0961b
MK
62552004-11-07 Mark Kettenis <kettenis@gnu.org>
6256
6257 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
6258 frames.
6259
c789492a
FL
62602004-11-05 Felix Lee <felix+log1@specifixinc.com>
6261
6262 * gdb.base/cursal.exp: New file.
6263 * gdb.base/cursal.c: New file.
6264
a1e167bb
AC
62652004-11-03 Andrew Cagney <cagney@gnu.org>
6266
6267 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
6268
b7cbf173
MK
62692004-10-30 Mark Kettenis <kettenis@gnu.org>
6270
6271 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
6272 NetBSD/ELF targets.
6273
88f9d34f
JB
62742004-10-29 Joel Brobecker <brobecker@gnat.com>
6275
6276 * gdb.threads/bp_in_thread.c: New file, copied from
6277 pthread_cond_wait.c.
6278 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
6279 file, rather than reusing the .c file from another testcase.
6280
ca7d6a0c
JB
62812004-10-20 Joel Brobecker <brobecker@gnat.com>
6282
6283 * gdb.ada/null_record.exp: Check where we stopped after
6284 sending the start command, instead of where the associated
6285 temporary breakpoint was inserted.
6286
0d863d03
AC
62872004-10-14 Andrew Cagney <cagney@gnu.org>
6288
6289 * gdb.mi/gdb701.c (main): Return 0.
6290
d11e72cb
DJ
62912004-10-13 Daniel Jacobowitz <dan@debian.org>
6292
d40539a4 6293 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 6294
e1923096
JJ
62952004-10-12 Jeff Johnston <jjohnstn@redhat.com>
6296
6297 * gdb.threads/schedlock.c: Add comment markers to use to find
6298 line numbers.
6299 * gdb.threads/schedlock.exp: Adjust regex to handle the new
6300 comments.
6301 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
6302 breakpoint lines.
6303
ec8ba2c9
DJ
63042004-10-12 Daniel Jacobowitz <dan@debian.org>
6305
6306 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
6307
0eb3658b
DJ
63082004-10-12 Daniel Jacobowitz <dan@debian.org>
6309
6310 * configure.in: Add gdb.dwarf2.
6311 * configure: Regenerated.
6312 * Makefile.in: Add gdb.dwarf2.
6313 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
6314 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
6315 gdb.dwarf2/file1.txt: New files.
6316
a271cc33
OF
63172004-10-11 Orjan Friberg <orjanf@axis.com>
6318
a9c64011 6319 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
6320 of "run", since the latter doesn't work with remote targets. Adjust
6321 the breakpoint numbering accordingly.
6322 * gdb.threads/pthread_cond_wait.exp: Ditto.
6323
895ce074
MC
63242004-10-08 Michael Chastain <mec.gnu@mindspring.com>
6325
6326 * gdb.base/overlays.exp: Update copyright years.
6327
6be3092d
KI
63282004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
6329
6330 * gdb.base/overlays.exp: Disable if target is Linux.
6331
e05389b8
FL
63322004-10-06 Felix Lee <felix+log1@specifixinc.com>
6333
6334 * config/gdbserver.exp (gdb_load): Use right filename on remote.
6335
73cb587d
KI
63362004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
6337
6338 * gdb.asm/asm-source.exp: Add m32r-linux target.
6339 * gdb.asm/m32r-linux.inc: New file.
6340
3c0edcdc
AC
63412004-09-24 Andrew Cagney <cagney@redhat.com>
6342 David Anderson <anderson@redhat.com>
6343
6344 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
6345 command fails, assume things will work.
6346 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
6347 (_GNU_SOURCE): Define.
6348 (print_unsigned, print_hex): Change parameter to "long long".
6349 (print_byte_count): New function, use to print byte counts.
6350 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
6351 O_LARGEFILE.
6352 (main): Compute an upper bound on a corefile in max_core_size.
6353 Limit memory chunk size to max_core_size. Limit total memory
6354 allocated to max_core_size.
6355
4bb3667f
AC
63562004-09-23 Andrew Cagney <cagney@gnu.org>
6357
6358 * gdb.base/bigcore.exp: Replace the code that creates a corefile
6359 from a separate process with code that creates a corefile by
6360 making the inferior dump core.
6361
60fe1a51
MK
63622004-09-23 Mark Kettenis <kettenis@gnu.org>
6363
6364 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
6365 block.
6366
8e937346
MC
63672004-09-23 Michael Chastain <mec.gnu@mindspring.com>
6368
6369 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
6370 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
6371 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
6372 Likewise.
6373
7213f6d6
JJ
63742004-09-20 Jeff Johnston <jjohnstn@redhat.com>
6375
6376 * gdb.java/jprint.exp: New test case for java inferior call.
6377 * gdb.java/jprint.java: Ditto.
6378
eac69dca
JB
63792004-09-15 Joel Brobecker <brobecker@gnat.com>
6380
6381 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
6382
22227696
MC
63832004-09-14 Michael Chastain <mec.gnu@mindspring.com>
6384
6385 * gdb.threads/killed.c: Include <stdlib.h>.
6386 * gdb.threads/pthreads.c: Likewise.
6387
7dd403a4
MC
63882004-09-14 Michael Chastain <mec.gnu@mindspring.com>
6389
6390 * gdb.threads/killed.c: Add copyright notice.
6391
33f2d567
JM
63922004-09-10 Jason Molenda (jmolenda@apple.com)
6393
a9c64011
AS
6394 * gdb.base/define.exp: Two new tests to verify zero space chars
6395 after 'if' and 'while' commands in a user-defined command is correctly
6396 parsed.
33f2d567 6397
e05b62ac
AC
63982004-09-08 Andrew Cagney <cagney@gnu.org>
6399
6400 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
6401 delivery test with duplicate at end of file.
6402
9cbe82da
MK
64032004-09-06 Mark Kettenis <kettenis@jive.nl>
6404
6405 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
6406
564803d9
MC
64072004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6408
6409 * config/hppro.exp: Removed.
6410
7c6807ce
MC
64112004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6412
6413 * config/sparclet.exp: Removed.
6414
bf7e26dd
MC
64152004-09-05 Michael Chastain <mec.gnu@mindspring.com>
6416
6417 * config/udi.exp: Removed.
6418
714e341b
MC
64192004-09-02 Michael Chastain <mec.gnu@mindspring.com>
6420
6421 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
6422 of "exp_continue".
6423 (advancei): Likewise.
6424
1236e623
JJ
64252004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6426
6427 * gdb.base/unload.exp: Fix so messages aren't duplicated.
6428
3bdcad15
MI
64292004-09-01 Manoj Iyer <manjo@austin.ibm.com>
6430
228af206 6431 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
6432 to check for nodebug in executable.
6433 * gdb.gdb/observer.exp (setup_test): Likewise.
6434 * gdb.gdb/selftest.exp (test_with_self): Likewise.
6435 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
6436
c72b934c
AC
64372004-09-01 Andrew Cagney <cagney@gnu.org>
6438
6439 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
6440 files.
6441
edd9b715
JJ
64422004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6443
6444 * gdb.base/unload.exp: Fix expected warning message to match
6445 latest format.
6446
fb4ce06b
CV
64472004-09-01 Corinna Vinschen <vinschen@redhat.com>
6448
6449 * gdb.base/call-rt-st.exp: Fix typos.
6450
ce78e7c3
MI
64512004-08-31 Manoj Iyer <manjo@austin.ibm.com>
6452
6453 * gdb.threads/thread_check.exp: New testcase.
6454 * gdb.threads/thread_check.c: New testcase.
6455
2dedb159
AC
64562004-08-31 Andrew Cagney <cagney@gnu.org>
6457
6458 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
6459 (skip_to_handler_entry): New procedures. Test stepping into a
6460 handler when the breakpoint is at the handler's entry point.
6461
68f53502
AC
64622004-08-30 Andrew Cagney <cagney@gnu.org>
6463
6464 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
6465 gdb/1757.
6466
3e3ffd2b
MC
64672004-08-27 Michael Chastain <mec.gnu@mindspring.com>
6468
6469 With code from Manoj Iyer <manjo@austin.ibm.com>:
6470 * lib/gdb.exp (gdb_file_cmd): Return more information in the
6471 return value. Add an arm for "no debugging symbols found".
6472 Change a stray "error" to "perror".
6473 (gdb_run_cmd): Adapt to new return value.
6474 * gdb.base/remote.exp: Adapt to new return value.
6475 * gdb.gdb/complaints.exp: Likewise.
6476 * gdb.gdb/observer.exp: Likewise.
6477 * gdb.gdb/selftest.exp: Likewise.
6478 * gdb.gdb/xfullpath.exp: Likewise.
6479
4b6f5fd2
JB
64802004-08-27 Joel Brobecker <brobecker@gnat.com>
6481
6482 * gdb.threads/bp_in_thread.exp: New testcase.
6483
e5b25496
MC
64842004-08-27 Michael Chastain <mec.gnu@mindspring.com>
6485
6486 Fix PR testsuite/1735.
6487 * gdb.threads/schedlock.c (thread_function): Add a cast
6488 to suppress a gcc warning.
6489 * gdb.threads/thread-specific.c (thread_function): Likewise.
6490
934353d6
MC
64912004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6492
6493 * gdb.base/unload.c: Include <stdlib.h>.
6494
f98a0aef 64952004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 6496
f98a0aef 6497 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
6498 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
6499 synchronized after the "return".
6500
5a2e8882
MC
65012004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6502
6503 * gdb.mi/basics.c: Include <stdio.h>.
6504 * gdb.mi/pthreads.c: Include <stdlib.h>.
6505 * gdb.mi/var-cmd.c: Include <stdlib.h>.
6506
a9640423
MC
65072004-08-26 Michael Chastain <mec.gnu@mindspring.com>
6508
6509 * gdb.threads/schedlock.c: Add copyright notice.
6510
b04e311d
AC
65112004-08-25 Andrew Cagney <cagney@gnu.org>
6512
6513 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
6514 (skip_over_handler, breakpoint_over_hander): New test procedures.
6515 (advance, advancei): Add a proper prefix, do not use
6516 rerun_to_main.
6517 * gdb.base/sigstep.c (main): Change to use an infinite loop.
6518
7c27f15b
MC
65192004-08-24 Michael Chastain <mec.gnu@mindspring.com>
6520
6521 * gdb.mi/basics.c: Add copyright notice.
6522 * gdb.mi/var-cmd.c: Add copyright notice.
6523
fffc87ae
MC
65242004-08-23 Michael Chastain <mec.gnu@mindspring.com>
6525
6526 * lib/gdb.exp: Remove signed_keyword_not_used.
6527 * lib/compiler.c: Likewise.
6528 * lib/compiler.cc: Likewise.
6529
d782e0bf
MC
65302004-08-23 Michael Chastain <mec.gnu@mindspring.com>
6531
6532 * gdb.base/whatis.c: Remove conditional disabling of "signed".
6533 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
6534
96033e83
MC
65352004-08-23 Michael Chastain <mec.gnu@mindspring.com>
6536
6537 * gdb.base/whatis.c: Add copyright notice.
6538
cf38c229
MK
65392004-08-20 Mark Kettenis <kettenis@gnu.org>
6540
6541 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
6542 it to skip the breakpoints encoded in the inline assembly.
6543
f4b49756
MC
65442004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6545
6546 * Makefile.in: Add gdb.fortran.
6547
2f193b69
MC
65482004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6549
6550 * gdb.base/call-sc.exp (test_scalar_returns):
6551 Fix cut-and-paste glitch in "Make fun return now".
6552
89a237cb
MC
65532004-08-17 Michael Chastain <mec.gnu@mindspring.com>
6554
6555 * configure.in: Add gdb.fortran.
6556 * configure: Regenerate.
6557 * gdb.fortran/Makefile.in: New file.
6558 * lib/gdb.exp (skip_fortran_tests): New procedure.
6559
469aff8e
MC
65602004-08-17 Michael Chastain <mec.gnu@mindspring.com>
6561
6562 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
6563 reference to bug-gnu@prep.ai.mit.edu.
6564 * gdb.mi/mi-var-child.exp: Likewise.
6565 * gdb.mi/mi-var-cmd.exp: Likewise.
6566 * gdb.mi/mi-var-display.exp: Likewise.
6567 * gdb.mi/mi2-var-block.exp: Likewise.
6568 * gdb.mi/mi2-var-child.exp: Likewise.
6569 * gdb.mi/mi2-var-cmd.exp: Likewise.
6570 * gdb.mi/mi2-var-display.exp: Likewise.
6571
00b51b9f
MK
65722004-08-15 Mark Kettenis <kettenis@gnu.org>
6573
6574 * gdb.base/unload.c (main): Make local variable msg const.
6575
45f07fef
MC
65762004-08-15 Michael Chastain <mec.gnu@mindspring.com>
6577
6578 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
6579 to bug-gnu@prep.ai.mit.edu.
6580 * gdb.mi/mi-disassemble.exp: Likewise.
6581 * gdb.mi/mi-eval.exp: Likewise.
6582 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
6583 default line number.
6584 * gdb.mi/mi-return.exp: Likewise.
6585 * gdb.mi/mi-simplerun.exp: Likewise.
6586 * gdb.mi/mi-stack.exp: Likewise.
6587 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
6588 number with explicit range test.
6589 * gdb.mi/mi-watch.exp: Likewise.
6590 * gdb.mi/mi2-break.exp: Likewise.
6591 * gdb.mi/mi2-cli.exp: Likewise.
6592 * gdb.mi/mi2-disassemble.exp: Likewise.
6593 * gdb.mi/mi2-eval.exp: Likewise.
6594 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
6595 default line number.
6596 * gdb.mi/mi2-return.exp: Likewise.
6597 * gdb.mi/mi2-simplerun.exp: Likewise.
6598 * gdb.mi/mi2-stack.exp: Likewise.
6599 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
6600 number with explicit range test.
6601 * gdb.mi/mi2-watch.exp: Likewise.
6602
dd8c8ee7
MC
66032004-08-15 Michael Chastain <mec.gnu@mindspring.com>
6604
6605 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
6606 * gdb.cp/m-static.exp: Likewise.
6607 * gdb.cp/rtti.exp: Likewise.
6608
4e838464
MK
66092004-08-14 Mark Kettenis <kettenis@gnu.org>
6610
6611 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
6612
8d8cb839
EZ
66132004-08-14 Eli Zaretskii <eliz@gnu.org>
6614
6615 * ChangeLog: Prefix Local Variables with semi-colons and indent
6616 the reference to older ChangeLog files, to fix fontification in
6617 Emacs.
6618
deea8bb0
MC
66192004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6620
6621 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
6622 * gdb.mi/mi2-break.exp: Likewise.
6623
c3297504
MC
66242004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6625
6626 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
6627
25808999
MC
66282004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6629
6630 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
6631
226a8d71
MC
66322004-08-13 Michael Chastain <mec.gnu@mindspring.com>
6633
6634 * gdb.cp/classes.exp: Remove unused declarations. Just let
6635 test names default instead of providing special names. Remove
6636 extraneous demangler test.
6637
37fdf854
JJ
66382004-08-12 Jeff Johnston <jjohnstn@redhat.com>
6639
6640 * gdb.base/unload.exp: New test for breakpoints in dynamically
6641 loaded libraries.
6642 * gdb.base/unload.c: Ditto.
6643 * gdb.base/unloadshr.c: Ditto.
6644
2d3a7986
MC
66452004-08-12 Michael Chastain <mec.gnu@mindspring.com>
6646
6647 * gdb.cp/classes.exp (test_ptype_class_objects): Call
6648 cp_test_ptype_class.
6649 (test_enums): Likewise.
6650
c72b934c
AC
66512004-08-10 Andrew Cagney <cagney@gnu.org>
6652
6653 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
6654 files.
6655
cc503c8a
AC
66562004-08-10 Andrew Cagney <cagney@gnu.org>
6657
6658 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
6659 init_malloc call.
6660
902f2ccb
MC
66612004-08-10 Michael Chastain <mec.gnu@mindspring.com>
6662
6663 * ChangeLog: Add copyright notice. The notice is copied
6664 from emacs 21.3 top level ChangeLog.
6665
78c90502
MC
66662004-08-09 Michael Chastain <mec.gnu@mindspring.com>
6667
6668 * lib/cp-support.exp: New file.
6669 * lib/cp-support.exp (cp_test_type_class): New function.
6670 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
6671 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
6672 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
6673 cp_test_ptype_class.
6674
88e5ea78
MC
66752004-08-09 Michael Chastain <mec.gnu@mindspring.com>
6676
6677 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
6678 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
6679 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
6680 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
6681 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
6682 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
6683 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
6684 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
6685 gdb.mi/mi2-watch.exp: Update copyright years.
6686
6a89fc9c
MK
66872004-08-09 Mark Kettenis <kettenis@gnu.org>
6688
6689 * gdb.base/sigaltstack.exp: Provide proper anchoring.
6690
1482e0de
MC
66912004-08-09 Michael Chastain <mec.gnu@mindspring.com>
6692
6693 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
6694 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
6695 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
6696 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
6697 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
6698 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
6699 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
6700 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
6701 gdb.mi/mi-watch.exp: Update copyright years.
6702
1a5ce3f3
DJ
67032004-08-08 Daniel Jacobowitz <dan@debian.org>
6704
6705 PR gdb/1738
6706 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
6707 from a breakpoint with a pending signal.
6708
04f6ecf2
DJ
67092004-08-08 Daniel Jacobowitz <dan@debian.org>
6710
6711 PR gdb/1736
6712 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
6713 * gdb.base/sigaltstack.exp (finish_test): Consume output until
6714 the prompt.
6715 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
6716
54d90d35
DJ
67172004-08-08 Daniel Jacobowitz <dan@debian.org>
6718
6719 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
6720
d2f6abb0
DJ
67212004-08-08 Daniel Jacobowitz <dan@debian.org>
6722
6723 PR gdb/1736
6724 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
6725 for i?86-*-linux*.
6726
5598c03d
DJ
67272004-08-08 Daniel Jacobowitz <dan@debian.org>
6728
6729 * gdb.arch/i386-prologue.exp: Compile without debug information.
6730
c6fee705
MC
67312004-08-08 Michael Chastain <mec.gnu@mindspring.com>
6732
6733 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
6734 rather than asking gdb to search.
6735
dd90efdb
MC
67362004-08-05 Michael Chastain <mec.gnu@mindspring.com>
6737
6738 * gdb.base/gcore.c: Include <string.h>.
6739
1e84bec1
MC
67402004-08-05 Michael Chastain <mec.gnu@mindspring.com>
6741
6742 * gdb.base/gcore.c: Add copyright notice.
6743
e425eb2b
MC
67442004-08-05 Michael Chastain <mec.gnu@mindspring.com>
6745
6746 * gdb.base/freebpcmd.c: Include <stdio.h>.
6747 * gdb.base/long_long.c: Include <string.h>.
6748 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
6749 * gdb.base/siginfo.c: Include <string.h>.
6750 * gdb.base/sigstep.c: Include <string.h>.
6751
cb9aaed5
MC
67522004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6753
6754 * gdb.base/complex.c: Include <stdlib.h>.
6755
55944f3d
MC
67562004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6757
6758 * gdb.base/complex.c: Add copyright notice.
6759
7b2953d9
MC
67602004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6761
6762 * gdb.base/charset.c: Include <stdlib.h>.
6763
c9133d23
MC
67642004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6765
6766 * gdb.base/auxv.c: Include <stdlib.h>.
6767
0a8490ad
MC
67682004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6769
6770 * gdb.base/auxv.c: Add copyright notice.
6771
3426d5ec
MC
67722004-08-04 Michael Chastain <mec.gnu@mindspring.com>
6773
6774 * gdb.base/coremaker.c: Add copyright notice.
6775 * gdb.base/coremaker2.c: Add copyright notice.
6776
8da195dd
AC
67772004-08-04 Andrew Cagney <cagney@gnu.org>
6778
6779 * gdb.base/store.exp: Update copyright.
6780 (check_set, up_set, check_struct, up_struct): Add a prefix to test
6781 names, do not import gdb_prompt.
6782
8d394f98
AC
67832004-08-01 Andrew Cagney <cagney@gnu.org>
6784
6785 Fix PR testsuite/1729.
6786 * gdb.base/dump.exp: Add test name to callers of capture_value, do
6787 not use capture_value with value 4.
6788 (capture_value): Add optional test name parameter.
6789 (test_reload_saved_value, test_restore_saved_value): Use $msg as
6790 the prefix, pass to capture_value.
6791
b6702b23
MK
67922004-08-01 Mark Kettenis <kettenis@gnu.org>
6793
6794 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
6795 * gdb.arch/i386-prologue.c (standard): New prototype and function.
6796 (main): Call new function.
6797
c203e0ca
MC
67982004-07-31 Michael Chastain <mec.gnu@mindspring.com>
6799
6800 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
6801
a7995a30
MC
68022004-07-31 Michael Chastain <mec.gnu@mindspring.com>
6803
6804 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
6805
9366563b
MC
68062004-07-31 Michael Chastain <mec.gnu@mindspring.com>
6807
b6eeaf26 6808 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
6809 Accept more values of vtbl pointer. Remove some messages
6810 about "obsolete gcc or gdb".
6811
2fc1f950
MC
68122004-07-30 Michael Chastain <mec.gnu@mindspring.com>
6813
6814 * gdb.cp/classes.exp: Accept more varieties of ptype output.
6815
c724d49b
MC
68162004-07-30 Michael Chastain <mec.gnu@mindspring.com>
6817
6818 * gdb.base/asm-source.exp: Properly convert target board
6819 debug flags from gcc format to binutils format.
6820
736b0fce
MK
68212004-07-28 Mark Kettenis <kettenis@gnu.org>
6822
6823 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
6824 gdb1718". PR backtrace/1718 partially fixed.
6825
5633ea5c
JJ
68262004-07-27 Jeff Johnston <jjohnstn@redhat.com>
6827
6828 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
6829
575eebb1
NC
68302004-07-26 Nick Clifton <nickc@redhat.com>
6831
6832 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
6833 good default value for a specific architecture is available then
6834 set it to that value. Otherwise default to the -gstabs switch.
6835 Remove the -g... switches from the asm-flags variable. Allow the
6836 target board info to override the value if it wants to. Pass the
6837 switch on the assembler command line.
6838
62104619
MK
68392004-07-23 Mark Kettenis <kettenis@gnu.org>
6840
6841 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
6842 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
6843 (main): Call new function.
6844
4a1135b8
MC
68452004-07-22 Michael Chastain <mec.gnu@mindspring.com>
6846
6847 Test for PR exp/1715.
6848 * gdb.base/radix.exp: Refactor common procedures. Make all
6849 test names unique. Change XFAIL to KFAIL.
6850
8a12c1f0
MC
68512004-07-20 Michael Chastain <mec.gnu@mindspring.com>
6852
6853 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
6854 * gdb.ada/gnat_ada.gin: ... to here.
6855 * configure.in: Use gnat_ada.gin.
6856 * configure: Regenerate.
6857
23b451cf
AC
68582004-07-20 Andrew Cagney <cagney@gnu.org>
6859
6860 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
6861 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
6862 XFAILs. Clean up test messages and comments. Check backtraces.
6863 Delete re-sync code.
6864
ab618a02
MC
68652004-07-19 Michael Chastain <mec.gnu@mindspring.com>
6866
6867 Fix PR cli/740.
6868 * gdb.base/annota1.exp: Honor gdb,nosignals.
6869 * gdb.base/annota3.exp: Likewise.
6870
46dad340
MC
68712004-07-19 Michael Chastain <mec.gnu@mindspring.com>
6872
6873 * lib/java.exp: Update copyright notice.
6874
756d8c70
AC
68752004-07-19 Andrew Cagney <cagney@gnu.org>
6876
6877 * gdb.base/selftest.exp: Copy file from here ...
6878 * gdb.gdb/selftest.exp: ... to here.
6879
586027e6
AC
68802004-07-16 Andrew Cagney <cagney@redhat.com>
6881
6882 * lib/insight-support.exp: Delete file.
6883 * lib/java.exp (java_init): Fix copyright.
6884
029d2200
AC
68852004-07-16 Andrew Cagney <cagney@gnu.org>
6886
6887 * gdb.base/restore.c: Append "prologue" to comments marking the a
6888 function's prologue.
6889 * gdb.base/restore.exp: Update copyright, re-indent.
6890 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
6891 callerN" prefix where needed. Update patterns that match a
6892 function's prologue.
6893
653b62c5
MC
68942004-07-16 Michael Chastain <mec.gnu@mindspring.com>
6895
6896 * gdb.base/restore.c: Add copyright notice.
6897
f7d690e5
AC
68982004-07-16 Andrew Cagney <cagney@gnu.org>
6899
6900 * gdb.base/logical.exp: Update copyright.
6901 (evaluate): New procedure. Use to re-implement tests using
6902 several tables.
6903
d629a7cb
MH
69042004-07-14 Martin Hunt <hunt@redhat.com>
6905
6906 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
6907 which fixes some problems where init.tcl was not found.
6908
9c7bb332
AC
69092004-07-13 Andrew Cagney <cagney@gnu.org>
6910
6bf46641
AC
6911 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
6912 (check_sizeof, check_valueof): Do not include the output in the
6913 test name. Use gdb_test.
6914 (get_valueof): Use gdb_test_multiple.
6915
c4ffd4c0
AC
6916 * gdb.base/step-test.exp: Update copyright. Use
6917 gdb_test_multiple. Ensure that test names do not include
6918 architecture dependent output.
6919
ab89363a
AC
6920 * gdb.gdb/observer.exp: Update copyright.
6921 (setup_test): Use gdb_test_multiple.
6922 (attach_first_observer, attach_second_observer)
6923 (attach_third_observer, detach_first_observer)
6924 (detach_second_observer, detach_third_observer)
6925 (reset_counters, check_counters): Make $message a prefix.
6926 (test_normal_stop_notifications): Add "args" parameter - a list of
6927 init functions to be called. Make $message a prefix,
6928 (test_observer_normal_stop): Change the message prefixes so that
6929 they are unique, pass the attach / detach procedures to
6930 test_normal_stop_notifications.
6931
ec58997a
AC
6932 * gdb.base/signull.exp (test_segv): Prefix all tests with
6933 "${name}". Clean up test messages.
6934
b475183b
AC
6935 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
6936
9c7bb332
AC
6937 * gdb.base/ena-dis-br.exp: Update copyright.
6938 (break_at): New function. Replace send_gdb with gdb_test,
6939 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
6940 ignore count, not stopped at bpt", with KFAIL.
6941
2dd95497
CV
69422004-07-13 Corinna Vinschen <vinschen@redhat.com>
6943
6944 * gdb.base/attach.exp: Remove cleanupfile handling.
6945
419e626b
AC
69462004-07-12 Andrew Cagney <cagney@gnu.org>
6947
6948 * gdb.base/annota1.exp: Cleanup corefile test name.
6949 * gdb.base/annota3.exp: Ditto.
6950
8b1b3228
AC
69512004-07-12 Andrew Cagney <cagney@gnu.org>
6952
78650829
AC
6953 * gdb.base/signals.exp: Clean up copyright, re-indent.
6954
8b1b3228
AC
6955 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
6956 gdb_test and gdb_test_multiple.
6957
935c2760
JJ
69582004-07-08 Jeff Johnston <jjohnstn@redhat.com>
6959
6960 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 6961 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
6962 provide line number info for first statement in main.
6963
1544280f
AC
69642004-07-08 Andrew Cagney <cagney@gnu.org>
6965
1279f4ff
AC
6966 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
6967
1544280f
AC
6968 * gdb.base/sigbpt.exp: Make the common part of each test name a
6969 prefix instead of suffix.
6970
bcc82369
BR
69712004-07-07 Bob Rossi <bob_rossi@cox.net>
6972
6973 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
6974 test from test_tbreak_creation_and_listing to
6975 test_file_list_exec_source_file
6976 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
6977 Changed name of test from test_tbreak_creation_and_listing to
6978 test_file_list_exec_source_file
6979
23f4b0aa
JJ
69802004-07-07 Jeff Johnston <jjohnstn@redhat.com>
6981
6982 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
6983 the jmisc() constructor instead of <init>.
6984 * gdb.java/jmisc1.exp: Ditto.
6985
56401cd5
AC
69862004-07-07 Andrew Cagney <cagney@gnu.org>
6987
6988 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
6989 corrupting the PC.
6990
44ae2f6a
MC
69912004-07-06 Michael Chastain <mec.gnu@mindspring.com>
6992
6993 * gdb.cp/templates.exp: Accept whitespace change in demangler
6994 output.
6995
45a83408
AC
69962004-07-06 Andrew Cagney <cagney@gnu.org>
6997
6998 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
6999
d205ad70
MC
70002004-07-02 Michael Chastain <mec.gnu@mindspring.com>
7001
7002 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
7003 * lib/compiler.cc: Likewise.
7004
06ea1a61
MC
70052004-06-30 Michael Chastain <mec.gnu@mindspring.com>
7006
7007 * lib/compiler.cc: Work around string preprocessing problem
7008 with old hp c++ compiler.
7009 * lib/compiler.c: Likewise.
7010
daab1251
CV
70112004-06-29 Corinna Vinschen <vinschen@redhat.com>
7012
7013 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
7014 directives to conditionalize symbol prefixing.
7015 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
7016 additional_flags handling. Add underscore prefix for Cygwin.
7017 * gdb.arch/i386-unwind.c: Use preprocessor directives to
7018 conditionalize symbol prefixing.
7019 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
7020 additional_flags handling. Add underscore prefix for Cygwin.
7021
cc984116
CV
70222004-06-29 Corinna Vinschen <vinschen@redhat.com>
7023
7024 * gdb.base/bigcore.exp: Skip test on Cygwin.
7025
c279b077
MC
70262004-06-28 Michael Chastain <mec.gnu@mindspring.com>
7027
7028 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
7029 formats for "info register". Use gdb_test_multiple. Fix
7030 the "invalid register" test.
7031
0e915747
CV
70322004-06-28 Corinna Vinschen <vinschen@redhat.com>
7033
7034 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
7035 PID for Cygwin. Add Cygwin specific strings to check for in some
7036 tests.
7037 (do_attach_tests): Add a test for user interaction when attaching
7038 to a process with no matching symbol table already loaded.
7039
11422c86
AC
70402004-06-26 Andrew Cagney <cagney@gnu.org>
7041
7042 Test PR java/1567 and PR java/1565.
7043 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
7044 * gdb.java/jmisc2.exp: Delete file.
7045
cefbce26
MC
70462004-06-26 Michael Chastain <mec.gnu@mindspring.com>
7047
7048 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
7049
e19f872c
CV
70502004-06-25 Corinna Vinschen <vinschen@redhat.com>
7051
7052 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
7053 attach process.
7054
d931ba3b
MC
70552004-06-23 Michael Chastain <mec.gnu@mindspring.com>
7056
7057 * gdb.cp/pr-1553.exp: Remove.
7058
aef68c48
MC
70592004-06-22 Michael Chastain <mec.gnu@mindspring.com>
7060
7061 * gdb.cp/pr-1553.cc: Remove.
7062 * gdb.cp/pr-1553.exp: Disable this test.
7063
8d5df71a
JB
70642004-06-20 Jim Blandy <jimb@redhat.com>
7065
a9c64011 7066 Fix PR testsuite/1680.
8d5df71a
JB
7067 * gdb.arch/i386-sse.exp: Properly quote curly braces in
7068 regular expressions.
7069
4ac6f39d
MC
70702004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7071
7072 Fix PR testsuite/1679.
7073 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
7074 Issue an UNSUPPORTED result instead.
7075
1b413552
JB
70762004-06-18 Jim Blandy <jimb@redhat.com>
7077
7078 * gdb.base/charset.exp: Only send a control-C if we see a new
7079 prompt and incomplete command.
7080
6daa6ebd
MC
70812004-06-18 Michael Chastain <mec.gnu@mindspring.com>
7082
7083 * gdb.cp/pr-574.cc: Add copyright notice.
7084
51fa4ae0
JB
70852004-06-17 Jim Blandy <jimb@redhat.com>
7086
7087 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
7088 cases where the regexp has no groups; this grabs random text from
7089 the previous test suite, whatever that was.
7090
8fea26c5
MC
70912004-06-17 Michael Chastain <mec.gnu@mindspring.com>
7092
7093 * gdb.cp/printmethod.cc: Add copyright notice.
7094
1e3aeb41
MC
70952004-06-16 Michael Chastain <mec.gnu@mindspring.com>
7096
7097 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
7098
9d9030bc
AC
70992004-06-16 Andrew Cagney <cagney@gnu.org>
7100
7101 * gdb.base/signull.c: Update copyright. Include <string.h>.
7102 (bowler): Replace data_pointer with data_read
7103 and data_write cases. Add code_descriptor case.
7104 (zero, desc): New array and pointer.
7105 (data, code): Change to simple pointers.
7106 * gdb.base/signull.exp: Fix probe pattern matching a function
7107 descriptor SIGSEGV. Replace data_pointer with data_read and
7108 data_write tests.
7109
acd4ad44
AC
71102004-06-16 Andrew Cagney <cagney@gnu.org>
7111
7112 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
7113
08fd625c
MC
71142004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7115
7116 * gdb.base/long_long.c: Add copyright notice.
7117
1903502c
MC
71182004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7119
7120 * gdb.base/long_long.exp: Remove reference to
7121 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
7122 to gdb_breakpoint and gdb_continue_to_breakpoint.
7123
83313cb1
JB
71242004-06-14 Jim Blandy <jimb@redhat.com>
7125
7126 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
7127 endian case.
7128
1bf404ef
AC
71292004-06-14 Andrew Cagney <cagney@gnu.org>
7130
7131 * gdb.base/gcore.exp (capture_command_output): Delete the always
7132 passing tests containing inferior values.
7133 * gdb.base/ending-run.exp: Do not include the breakpoint address
7134 in the test message. Update copyright.
7135 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
7136 size in the test name, use gdb_test_multiple. Update copyright.
7137
ef220b33
MC
71382004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7139
7140 * gdb.cp/ref-types.cc: Add copyright notice.
7141
4f70a4c9
MC
71422004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7143
7144 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
7145 hp_aCC_compiler.
7146 * lib/compiler.cc: Likewise.
7147 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
7148 'set' commands. Log diagnostics for other lines. Set
7149 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
7150
335928ac
MC
71512004-06-13 Michael Chastain <mec.gnu@mindspring.com>
7152
7153 * gdb.cp/try_catch.cc: Add copyright notice.
7154
2efb12e8
MC
71552004-06-12 Michael Chastain <mec.gnu@mindspring.com>
7156
7157 * gdb.cp/userdef.cc: Add copyright notice.
7158
0bbed51a
MC
71592004-06-11 Michael Chastain <mec.gnu@mindspring.com>
7160
7161 * gdb.cp/virtfunc.cc: Add copyright notice.
7162
e12a46c9
RC
71632004-06-11 Randolph Chung <tausq@debian.org>
7164
7165 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
7166 problem.
7167
338e05af
AC
71682004-06-10 Andrew Cagney <cagney@gnu.org>
7169
7170 * lib/compiler.cc, lib/compiler.c: Append either
7171 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
7172 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
7173 instead of gcc-3-3.
7174
dc3f10cb
AC
71752004-06-09 Andrew Cagney <cagney@gnu.org>
7176
b4d946af
AC
7177 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
7178 gdb/1455, bug is specific to "long long" and "double".
a9c64011 7179
dc3f10cb
AC
7180 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
7181 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
7182 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
7183 fixed.
7184
b5c0bfa2
AC
71852004-06-09 Andrew Cagney <cagney@gnu.org>
7186
7187 * gdb.base/structs.exp (test_struct_returns): Replace
7188 "return_value_unknown" and "finish_value_unknown" by
7189 "return_value_known" and "finish_value_known". Instead of
7190 "return_value_unknown" iff "finish_value_unknown", check
7191 "return_value_known" implies "finish_value_known".
7192
caeb605f
MH
71932004-06-08 Martin Hunt <hunt@redhat.com>
7194
7195 * gdb.base/float.exp: Add pattern for mips targets.
7196
c892bb64
RC
71972004-06-08 Randolph Chung <tausq@debian.org>
7198
7199 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
7200 message for unknown architectures more clear.
7201
48306d3e
JB
72022004-06-08 Joel Brobecker <brobecker@gnat.com>
7203
7204 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
7205 start the execution of the program.
7206
83ecb59f
JB
72072004-06-07 Jim Blandy <jimb@redhat.com>
7208
7209 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
7210 * gdb.arch/i386-cpuid.h: New helper file.
7211
55264cb4
RC
72122004-06-07 Randolph Chung <tausq@debian.org>
7213
7214 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
7215 has started.
7216
23cadb28
RM
72172004-06-04 Roland McGrath <roland@redhat.com>
7218
7219 Fix PR gdb/1647.
7220 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
7221 differently to be robust to output buffering differences.
7222
51d01eda
MC
72232004-06-04 Michael Chastain <mec.gnu@mindspring.com>
7224
7225 * gdb.threads/pthreads.exp: Update copyright years.
7226 (check_control_c): Change asynchronous 'after' to synchronous.
7227
f4fc3b93
RM
72282004-06-04 Roland McGrath <roland@redhat.com>
7229
7230 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
7231 next gdb prompt.
7232
4013522b
MC
72332004-06-02 Michael Chastain <mec.gnu@mindspring.com>
7234
7235 Fix PR gdb/1636.
7236 * gdb.threads/manythreads.exp: Change asynchronous 'after'
7237 calls to synchronous.
7238
7a8f1e6b
JB
72392004-05-26 Jim Blandy <jimb@redhat.com>
7240
7241 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
7242
81bb3443
RC
72432004-05-24 Randolph Chung <tausq@debian.org>
7244
7245 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
7246 * gdb.asm/pa.inc: New file.
7247
8f5a3103
MK
72482004-05-22 Mark Kettenis <kettenis@gnu.org>
7249
7250 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
7251
734b8fe8 72522004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 7253 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
7254
7255 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
7256 GDB prompt.
7257
725603e1
UW
72582004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7259
f4fc3b93 7260 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
7261 setjmp/longjmp. Use sigaction instead of signal.
7262
8b923272 72632004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 7264 Michael Snyder <msnyder@redhat.com>
8b923272
JB
7265
7266 * gdb.threads/pthread_cond_wait.c: New file.
7267 * gdb.threads/pthread_cond_wait.exp: New testcase.
7268
8bfabb04
AC
72692004-05-13 Andrew Cagney <cagney@redhat.com>
7270
7271 * gdb.base/signull.exp, gdb.base/signull.c: New files.
7272 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
7273
42edda50
AC
72742004-05-11 Andrew Cagney <cagney@redhat.com>
7275
7276 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
7277 fixed but revealed gdb/1639.
7278
d303a6c7
AC
72792004-05-10 Andrew Cagney <cagney@redhat.com>
7280
7281 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
7282 func1" and "next to 2nd alarm", kernel bug avoided.
7283
bf08c2a1
DJ
72842004-05-10 Daniel Jacobowitz <dan@debian.org>
7285
7286 PR external/1568
7287 * gdb.base/bigcore.exp: Check the size of the dumped core file.
7288 XFAIL if it is smaller than bytes_allocated.
7289 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
7290 (main): Make chunks_allocated unsigned. Correct comment.
7291
c0586a34
JB
72922004-05-07 Joel Brobecker <brobecker@gnat.com>
7293
7294 * gdb.arch/powerpc-aix-prologue.c: New file.
7295 * gdb.arch/powerpc-aix-prologue.exp: New file.
7296
f2785d12
JB
72972004-05-07 Jim Blandy <jimb@redhat.com>
7298
7299 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
7300 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
7301
bd7f6e30
JB
73022004-05-06 Joel Brobecker <brobecker@gnat.com>
7303
7304 * gdb.base/sep.exp: No longer setup_kfail when the program was
7305 built with dwarf2.
7306
0a5e7efe
JI
73072004-05-05 Jim Ingham <jingham@apple.com>
7308
7309 * gdb.base/pending.exp: Make sure pending breakpoints
7310 preserve the ignore count.
f4fc3b93 7311
a8958849
MK
73122004-04-27 Jerome Guitton <guitton@gnat.com>
7313
7314 * i386-prologue.exp: Add testcase for jump instruction as first
7315 instruction of the real code.
7316 * i386-prologue.c (jump_at_beginning): New function.
7317
7e103f5b
MK
73182004-04-28 Mark Kettenis <kettenis@gnu.org>
7319
7320 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
7321 x86_64-*-*.
7322
5d38b224
MK
73232004-04-28 Mark Kettenis <kettenis@gnu.org>
7324
7325 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
7326 i*86-*-*.
7327
0ef32fd9
MK
73282004-04-25 Mark Kettenis <kettenis@gnu.org>
7329
7330 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
7331 expression that checks the return type.
7332
71d7dd7c
AC
73332004-04-23 Andrew Cagney <cagney@redhat.com>
7334
7335 * gdb.base/call-sc.exp: New test of scalar call/return values.
7336 * gdb.base/call-sc.c: Ditto.
7337
1e9f977e
JJ
73382004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7339
7340 * gdb.threads/manythreads.c: Reduce thread stack size.
7341
899d9e3a
JJ
73422004-04-23 Jeff Johnston <jjohnstn@redhat.com>
7343
7344 * gdb.threads/manythreads.c: Add copyright notice.
7345
61bcae62
AC
73462004-04-23 Andrew Cagney <cagney@redhat.com>
7347
7348 * gdb.base/siginfo.exp: Better handle step out of signal.
7349 * gdb.base/sigstep.exp: Ditto.
7350
7339a42e 73512004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 7352 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
7353
7354 * gdb.threads/manythreads.c: New testcase.
7355 * gdb.threads/manythreads.exp: Ditto.
7356
5c98409b
JB
73572004-04-22 Jim Blandy <jimb@redhat.com>
7358
7359 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
7360 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
7361
3b611f1a
MC
73622004-04-21 Michael Chastain <mec.gnu@mindspring.com>
7363
7364 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
7365
f0fd9238
AC
73662004-04-21 Andrew Cagney <cagney@redhat.com>
7367
7368 * gdb.base/sigstep.c: New file.
7369 * gdb.base/sigstep.exp: New file.
7370
90990674
JB
73712004-04-16 Joel Brobecker <brobecker@gnat.com>
7372
7373 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
7374 call to observer_notify_normal_stop.
7375
78cef34b
AC
73762004-04-15 Andrew Cagney <cagney@redhat.com>
7377
7378 * gdb.base/siginfo.c: New file.
7379 * gdb.base/siginfo.exp: New file.
7380
d2343407
JB
73812004-04-12 J. Brobecker <brobecker@gnat.com>
7382
7383 * gdb.base/sep.exp: Fix typo in comment.
7384
a2dba3c8
JB
73852004-04-12 J. Brobecker <brobecker@gnat.com>
7386
7387 * gdb.base/sep.c: New file.
7388 * gdb.base/sep-proc.c: New file.
7389 * gdb.base/sep.exp: New testcase.
7390
15f7b60e
MK
73912004-04-09 Mark Kettenis <kettenis@gnu.org>
7392
7393 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
7394 support.
7395
44f4de1a
AC
73962004-04-05 Andrew Cagney <cagney@redhat.com>
7397
7398 * gdb.base/sigaltstack.c: New file.
7399 * gdb.base/sigaltstack.exp: New file.
7400
ef04f396
JB
74012004-04-04 Joel Brobecker <brobecker@gnat.com>
7402
7403 * gdb.base/foll-fork.exp: Update the expected output for
7404 "help set follow-fork-mode", to match a change that was made
7405 to the help of this variable on 2004-01-13.
7406
d40d2c92
JB
74072004-04-01 Joel Brobecker <brobecker@gnat.com>
7408
7409 * lib/ada.exp: Add copyright notice.
7410 * bar.ads: Likewise.
7411 * bar.adb: Likewise.
7412 * null_record.adb: Likewise.
7413 * null_record.exp: Likewise.
7414 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
7415
f86ef5a3
JB
74162004-04-01 Joel Brobecker <brobecker@gnat.com>
7417
7418 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
7419 * configure: Regenerate.
7420
414e70e3
JB
74212004-04-01 Joel Brobecker <brobecker@gnat.com>
7422
7423 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
7424 to build the application. Remove the message printed when in
7425 verbose mode, redundant with the UNSUPPORTED message above.
7426
f0aaee49
JB
74272004-03-31 Joel Brobecker <brobecker@gnat.com>
7428
7429 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
7430 * gdb.ada (null_record.exp): New testcase.
7431
ac81cb54
JB
74322004-03-31 Joel Brobecker <brobecker@gnat.com>
7433
7434 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
7435
854af2f7
JB
74362004-03-31 Joel Brobecker <brobecker@gnat.com>
7437
7438 * gdb.ada: New subdirectory.
7439 * gdb.ada/Makefile.in: New file.
7440 * gdb.ada/gnat_ada.gpr.in: New file.
7441
034cb681
JB
74422004-03-31 Joel Brobecker <brobecker@gnat.com>
7443
7444 * lib/ada.exp: New file.
7445
78a1a894
DJ
74462004-03-24 Daniel Jacobowitz <drow@mvista.com>
7447
7448 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
7449 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
7450
4b2b3b3e
AC
74512004-03-22 Andrew Cagney <cagney@redhat.com>
7452
7453 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
7454 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7455 Problem identified by Ulrich Weigand.
7456
23c73aa3
DC
74572004-03-17 David Carlton <carlton@kealia.com>
7458
7459 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
7460 PR c++/826.
7461
d63a86f8
RM
74622004-03-16 Roland McGrath <roland@redhat.com>
7463
7464 * gdb.base/auxv.exp: New file.
7465 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
7466
0e02aa50
DC
74672004-03-12 David Carlton <carlton@kealia.com>
7468
7469 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
7470 * gdb.cp/pr-1553.cc: Ditto.
7471 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
7472 pass branch.
7473
c20b71be
MC
74742004-03-12 Michael Chastain <mec.gnu@mindspring.com>
7475
7476 * gdb.cp/templates.exp: Accept more template types.
7477
c7414a01
MC
74782004-03-09 Michael Chastain <mec.gnu@mindspring.com>
7479
7480 From Corinna Vinschen with modifications.
7481 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
7482 local variable obj_with_enum.
7483 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
7484 results with obj_with_enum.
7485
ed69573c
MC
74862004-03-09 Michael Chastain <mec.gnu@mindspring.com>
7487
7488 * gdb.cp/classes.cc: New file, copied from misc.cc.
7489 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
7490
28301461
MC
74912004-03-09 Michael Chastain <mec.gnu@mindspring.com>
7492
7493 * gdb.cp/misc.cc: Add copyright notice.
7494
1198ecbe
DC
74952004-03-05 David Carlton <carlton@kealia.com>
7496
7497 * gdb.cp/rtti.exp: Add 'print *obj3' test.
7498 * gdb.cp/rtti.h: Update copyright.
7499 (namespace n2::n3): New.
7500 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
7501 (n2::n3::func3): New.
7502 (main): Call n2::n3::func3.
7503 * gdb.cp/rtti2.cc: Update copyright.
7504 (n2::create3): New.
7505
9e08c470
MK
75062004-03-04 Mark Kettenis <kettenis@gnu.org>
7507
7508 * gdb.asm/openbsd.inc: Fix typo.
7509
4bebc3aa
FF
75102004-03-03 Fred Fish <fnf@redhat.com>
7511
7512 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
7513 "val" instead of unused "size". Update copyright year.
7514
6ea9fb37
DJ
75152004-02-29 Daniel Jacobowitz <drow@mvista.com>
7516
7517 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
7518 to use unsigned char.
7519 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
7520 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
7521
23b23974
DJ
75222004-02-29 Daniel Jacobowitz <drow@mvista.com>
7523
7524 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
7525 line of output.
7526
7574fd53
DJ
75272004-02-28 Daniel Jacobowitz <drow@mvista.com>
7528
7529 * gdb.base/relocate.c (dummy): Initialize.
7530
a195357f
DJ
75312004-02-28 Daniel Jacobowitz <drow@mvista.com>
7532
7533 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
7534 a breakpoint at exit.
7535
72fd54a9
FF
75362004-02-27 Fred Fish <fnf@redhat.com>
7537
7538 * gdb.base/chng-syms.exp: Add expect condition to match failing
7539 case that isn't a timeout.
7540
b9d23137
AC
75412004-02-27 Andrew Cagney <cagney@redhat.com>
7542
7543 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
7544 support.
7545
15d208f6 75462004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 7547
15d208f6
FF
7548 * gdb.arch/gdb1431.c: Remove.
7549 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
7550 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
7551 of "until" incorrectly.
7552
98f9cd2d
JB
75532004-02-26 J. Brobecker <brobecker@gnat.com>
7554
7555 * gdb.cp/class2.cc (empty): New class.
7556 (refer): New function.
7557 (main): Declare an object of type empty and use it.
7558 * gdb.cp/class2.exp: Print the value of an object of type empty.
7559
9b50c11b
JJ
75602004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7561
7562 * gdb.base/langs.exp: Update query string to match the
7563 new nquery format used for pending breakpoints.
7564
0dcd613f
AC
75652004-02-26 Andrew Cagney <cagney@redhat.com>
7566
7567 Fix PR i18n/1570.
7568 * gdb.base/charset.c: Update copyright notice.
7569 (main, init_string): Remove the escape character '\e' tests.
7570 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
7571 * gdb.base/charset.exp (valid_host_charset): Ditto.
7572 * gdb.base/setvar.exp: Ditto.
7573
b8a56647
AC
75742004-02-24 Andrew Cagney <cagney@redhat.com>
7575
90d59e34
AC
7576 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
7577 mmapped data in core file" PASS and FAIL messages consistent.
7578
b8a56647
AC
7579 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
7580 setting a breakpoint. Work around PR java/1565.
7581
9f27c604
JJ
75822004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7583
7584 * lib/gdb.exp (gdb_breakpoint): Update query string to match
7585 new nquery format.
7586 * gdb.base/pending.exp: Ditto.
7587
3224a706
MK
75882004-02-22 Mark Kettenis <kettenis@gnu.org>
7589
7590 * configure.in: Run stabs tests on *BSD.
7591 * configure: Regenerated.
7592
41e0a9ca
MK
75932004-02-21 Mark Kettenis <kettenis@gnu.org>
7594
7595 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
7596
1e1b3428
FF
75972004-02-20 Fred Fish <fnf@redhat.com>
7598
7599 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
7600 blank in test for "returns short", for consistency with other
7601 "returns xxx" tests. Update copyright year.
7602
f9a7572a
FF
76032004-02-19 Fred Fish <fnf@redhat.com>
7604
7605 New testcase for PR breakpoint/1558.
7606 * gdb.arch/gdb1558.exp: New file.
7607 * gdb.arch/gdb1558.c: New file.
7608
b2ce2854
EZ
76092004-02-19 Elena Zannoni <ezannoni@redhat.com>
7610
7611 * gdb.base/nodebug.exp: Fix typo.
7612
e7c9ff01
JB
76132004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7614
7615 Committed by Jim Blandy <jimb@redhat.com>.
7616
62f4b920
JB
7617 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
7618
2db536a1
JB
7619 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
7620
e7c9ff01
JB
7621 * gdb.base/float.exp: Support s390*-*-* targets.
7622
f3205b34
AF
76232004-02-17 Adam Fedor <fedor@gnu.org>
7624
7625 * gdb.base/gdb1555.exp: New file.
7626 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
7627
9d62932d
EZ
76282004-02-17 Elena Zannoni <ezannoni@redhat.com>
7629
7630 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
7631
344c9711
FF
76322004-02-16 Fred Fish <fnf@redhat.com>
7633
7634 * gdb.arch/gdb1291.c: Remove
7635 * gdb.arch/gdb1291.s: New test input file.
7636 * gdb.arch/gdb1291.exp: Expand test to check case that should not
7637 fail. Test for correct result, known incorrect result, other
7638 failures and timeouts.
7639
2d822687
AC
76402004-02-16 Andrew Cagney <cagney@redhat.com>
7641
7642 * gdb.base/bigcore.exp: New file.
7643 * gdb.base/bigcore.c: New file.
7644
dac15b66
AC
76452004-02-13 Andrew Cagney <cagney@redhat.com>
7646
7647 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
7648 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
7649 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
7650 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
7651 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
7652 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
7653 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
7654 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
7655 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
7656 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
7657
6bdfc2c4
JJ
76582004-02-11 Jeff Johnston <jjohnstn@redhat.com>
7659
7660 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
7661 executed is an alloc instruction.
7662
87b3ede8
DC
76632004-02-11 David Carlton <carlton@kealia.com>
7664
7665 * gdb.cp/breakpoint.exp: New.
7666 * gdb.cp/breakpoint.cc: New.
7667
6e19e2bf
MC
76682004-02-11 Michael Chastain <mec.gnu@mindspring.com>
7669
7670 Partial fix for PR gdb/1543.
7671 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
7672 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
7673 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
7674 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
7675 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
7676 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
7677 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
7678 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
7679 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
7680 to bug-gdb@prep.ai.mit.edu .
7681 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
7682 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
7683 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
7684 Likewise.
7685
5c5455dc
AC
76862004-02-10 Andrew Cagney <cagney@redhat.com>
7687
7688 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
7689 using gdb_internal_error_resync.
7690
9cf689d7
DJ
76912004-02-09 Daniel Jacobowitz <drow@mvista.com>
7692
7693 * gdb.threads/thread-specific.exp: Stop early if no threads are
7694 found.
7695
d2dc51db
MC
76962004-02-09 Michael Chastain <mec.gnu@mindspring.com>
7697
7698 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
7699
14b1a056
DJ
77002004-02-08 Daniel Jacobowitz <drow@mvista.com>
7701
7702 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
7703 breakpoints.
7704
83f66e8f
DJ
77052004-02-07 Daniel Jacobowitz <drow@mvista.com>
7706
7707 * config/sim.exp (gdb_load): Handle $arg == "".
7708 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
7709 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
7710
30fc0091
EZ
77112004-02-07 Elena Zannoni <ezannoni@redhat.com>
7712
a9c64011
AS
7713 * gdb.base/maint.exp: Update test to reflect
7714 obstack changes.
30fc0091 7715
4d806929
JJ
77162004-02-04 Jeff Johnston <jjohnstn@redhat.com>
7717
7718 * gdb.base/pendshr.c (pendfunc): New function that calls
7719 pendfunc1.
7720 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
7721
7bfdd688
FF
77222004-02-04 Fred Fish <fnf@redhat.com>
7723
7724 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
7725 function symbols and update copyright years.
7726 * gdb.arch/gdb1291.c: Ditto.
7727
aaa08ee4
MC
77282004-02-03 Michael Chastain <mec.gnu@mindspring.com>
7729
7730 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
7731
dbad7755
MC
77322004-02-03 Michael Chastain <mec.gnu@mindspring.com>
7733
7734 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
7735
ec4646ef
MC
77362004-02-03 Michael Chastain <mec.gnu@mindspring.com>
7737
7738 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
7739
1b802196
FF
77402004-02-02 Fred Fish <fnf@redhat.com>
7741
7742 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
7743 remote targets. Update copyright years.
7744
18fe2033
JJ
77452004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7746
7747 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
7748 support.
7749 * gdb.base/langs.exp: Fix test which attempts to create
7750 breakpoint on non-existent function to handle new pending
7751 support.
7752 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
7753 a breakpoint.
7754 * gdb.base/pending.exp: New test.
7755 * gdb.base/pending.c: New file.
7756 * gdb.base/pendshr.c: Ditto.
7757
8d577d32
DC
77582004-02-02 David Carlton <carlton@kealia.com>
7759
7760 * gdb.cp/overload.exp: Add overloadNamespace tests.
7761 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
7762 (overloadNamespace, XXX): New.
7763 (main): Call XXX::marker2.
7764
3ad13771
FF
77652004-02-01 Fred Fish <fnf@redhat.com>
7766
7767 * gdb.base/dump.exp: Use runto_main instead of "runto main".
7768 * gdb.base/finish.exp: Ditto.
7769 * gdb.base/gcore.exp: Ditto.
7770 * gdb.base/huge.exp: Ditto.
7771 * gdb.base/info-proc.exp: Ditto.
7772 * gdb.base/return2.exp: Ditto.
7773 * gdb.threads/gcore-thread.exp: Ditto.
7774
44c75849
DJ
77752004-02-01 Daniel Jacobowitz <drow@mvista.com>
7776
7777 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
7778
005bc093
MK
77792004-02-01 Mark Kettenis <kettenis@gnu.org>
7780
7781 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
7782 that opening the file succeeds on OpenBSD.
7783
c47cebdb
DJ
77842004-02-01 Daniel Jacobowitz <drow@mvista.com>
7785
7786 * gdb.threads/thread-specific.c: New file.
7787 * gdb.threads/threads-specific.exp: New test script.
7788 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
7789 to expect_out.
7790
5a01311c
MK
77912004-02-01 Mark Kettenis <kettenis@gnu.org>
7792
7793 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
7794 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
7795 only on the "print_small_structs from print_long_arg_list" test.
7796
ce22a4f1
DJ
77972004-02-01 Daniel Jacobowitz <drow@mvista.com>
7798
7799 * gdb.base/completion.exp: Kill a stray backslash.
7800
7801 From Jim Ingham <jingham@apple.com>:
7802 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
7803 agrees with the result from sending a tab.
7804
abbab9d3
DJ
78052004-01-31 Daniel Jacobowitz <drow@mvista.com>
7806
7807 * gdb.base/chng-syms.exp: Remove stray newline.
7808
53904d1e
MK
78092004-01-31 Mark Kettenis <kettenis@gnu.org>
7810
7811 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
7812 *-*-openbsd*.
7813 * gdb.asm/openbsd.inc: New file.
7814
3a4b3aac
MK
78152004-01-30 Mark Kettenis <kettenis@gnu.org>
7816
7817 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
7818 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
7819 *-*solaris2*. Remove commented out default settings for
7820 asm-flags. Replace gdb_compile with target_link.
7821
ebac27b4
MC
78222004-01-29 Michael Chastain <mec.gnu@mindspring.com>
7823
7824 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
7825 for all tests. Remove old hp-ux and cygnus xfail cases.
7826
d8679d84
PH
78272004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
7828
7829 * gdb.base/chng-syms.exp: New file.
7830 * gdb.base/chng-syms.c: New file.
7831
0a55bc22
MC
78322004-01-24 Michael Chastain <mec.gnu@mindspring.com>
7833
7834 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
7835 Provide arms for current output in all my configurations.
7836
94b8e876
MC
78372004-01-24 Michael Chastain <mec.gnu@mindspring.com>
7838
7839 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
7840 * lib/compiler.cc: Likewise.
7841 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
7842 get the right preprocessor. Eval the output directly. Remove
7843 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
7844 hp_f77_compiler and hp_f90_compiler completely.
7845 (gdb_preprocess): Delete.
7846 (get_compiler): Delete.
7847
7cf03d44
MK
78482004-01-24 Mark Kettenis <kettenis@gnu.org>
7849
7850 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
7851 <string.h>.
7852
68b6dce9
NR
78532004-01-24 Nick Roberts <nick@nick.uklinux.net>
7854
7855 * gdb.mi/mi-stack.exp: Update copyright.
7856
b368761e
DC
78572004-01-23 David Carlton <carlton@kealia.com>
7858
7859 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
7860 test for cp_lookup_transparent_type.
7861 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
7862 call them.
7863
f2061b53
DJ
78642004-01-23 Daniel Jacobowitz <drow@mvista.com>
7865
7866 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
7867 after -var-update.
7868
37fc574a
DC
78692004-01-23 David Carlton <carlton@kealia.com>
7870
7871 * gdb.cp/namespace.cc (C::ensureRefs): New.
7872 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
7873
8e94b928
NR
78742004-01-20 Nick Roberts <nick@nick.uklinux.net>
7875
7876 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
7877 case "-stack-list-locals 2".
7878 * gdb.mi/mi-var-child.exp: Test for case
7879 "-var-list-children --all-values NAME".
7880
997b0952
MC
78812004-01-18 Michael Chastain <mec.gnu@mindspring.com>
7882
7883 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
7884
52470da3
MK
78852004-01-18 Mark Kettenis <kettenis@gnu.org>
7886
7049b4b8
MK
7887 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
7888 used with gdb_test_multiple.
7889
52470da3
MK
7890 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
7891 read at address 0. This fixes PR testsuite/1504.
7892
da6012e5
DJ
78932004-01-18 Daniel Jacobowitz <drow@mvista.com>
7894
7895 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
7896 Remove downloading, guessing the host executable, the calls to
7897 gdb_file_cmd and gdb_target_cmd, and "load" support.
7898 (infer_host_exec): New function broken out from gdb_load.
7899 (gdb_load): New wrapper for gdbserver_gdb_load.
7900 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
7901 gdb_target_cmd. Use -target-select.
7902 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
7903 Download binaries to the host. Clear last_mi_remote_file when
7904 we load a new binary.
7905 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
7906 call gdbserver_gdb_load and mi_gdb_target_cmd.
7907
32c70722
MC
79082004-01-17 Michael Chastain <mec.gnu@mindspring.com>
7909
7910 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
7911 type patterns.
7912
b0cecf36
MC
79132004-01-17 Michael Chastain <mec.gnu@mindspring.com>
7914
7915 * gdb.cp/templates.exp: Fix typo in test name of
7916 "print Foo<volatile char*>::foo".
7917
4120d7e6
MC
79182004-01-15 Michael Chastain <mec.gnu@mindspring.com>
7919
7920 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
7921
f679e530
BE
79222004-01-16 Ben Elliston <bje@wasabisystems.com>
7923
7924 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
7925 (clean mostlyclean): Remove empty rm.
7926
091c48f6
MC
79272004-01-15 Michael Chastain <mec.gnu@mindspring.com>
7928
7929 * gdb.base/setvar.exp: Add copyright years.
7930
3e5fc8d2
DC
79312004-01-14 David Carlton <carlton@bactrian.org>
7932
7933 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
7934 PR c++/1511 and update coment.
7935 * gdb.cp/templates.exp: Update patterns to match current output.
7936 If changes involve something other than whitespace, KFAIL
7937 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
7938
63d06c5c
DC
79392004-01-14 David Carlton <carlton@kealia.com>
7940
7941 * gdb.cp/namespace.exp: Add tests involving classes defined within
7942 namespaces.
7943 * gdb.cp/namespace.cc (C::CClass): New.
7944 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
7945
a51dab88
EZ
79462004-01-14 Elena Zannoni <ezannoni@redhat.com>
7947
7948 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
7949 what debug info we have. Print a better message if something goes
7950 wrong while producing the separate debug info file.
7951
a476ccc9
MC
79522004-01-14 Michael Chastain <mec.gnu@mindspring.com>
7953
7954 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
7955
f453692c
MC
79562004-01-14 Michael Chastain <mec.gnu@mindspring.com>
7957
7958 * gdb.base/callfuncs.c: Add copyright notice.
7959
f40063a5
MC
79602004-01-13 Michael Chastain <mec.gnu@mindspring.com>
7961
7962 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
7963 inheritance. PR gdb/1498, PR gcc/13539.
7964
19ac3974
EZ
79652004-01-13 Elena Zannoni <ezannoni@redhat.com>
7966
a9c64011
AS
7967 * gdb.threads/gcore-thread.exp: Prefix name of binary with
7968 test specific name.
7969 * gdb.mi/gdb669.exp: Ditto.
7970 * gdb.mi/mi-pthreads.exp: Ditto.
7971 * gdb.mi/mi1-pthreads.exp: Ditto.
7972 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 7973
56c97c6e
MC
79742004-01-12 Michael Chastain <mec.gnu@mindspring.com>
7975
7976 * gdb.cp/member-ptr.cc: Add copyright notice.
7977
a0644324
MC
79782004-01-12 Michael Chastain <mec.gnu@mindspring.com>
7979
7980 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
7981 some patterns for recent versions of gcc and hpacc. Delete
7982 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
7983 Delete tests that access a NULL pointer-to-member-data. This
7984 script is still disabled for gcc.
7985
32fabe09
EZ
79862004-01-12 Elena Zannoni <ezannoni@redhat.com>
7987
7988 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 7989 escaped correctly.
32fabe09 7990
1f8a6abb
EZ
79912004-01-12 Elena Zannoni <ezannoni@redhat.com>
7992
7993 * gdb.base/sepdebug.exp: New file.
7994 * gdb.base/sepdebug.c: New file.
7995 * lib/gdb.exp (separate_debug_filename): New procedure.
7996 (gdb_gnu_strip_debug): New procedure.
7997
48efe704
AC
79982004-01-12 Andrew Cagney <cagney@redhat.com>
7999
8000 * gdb.mi/ChangeLog: Delete file. Renamed to ...
8001 * gdb.mi/ChangeLog-1999-2003: New file.
8002
a9415475
AC
80032004-01-12 Andrew Cagney <cagney@redhat.com>
8004
8005 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
8006 "Renaming a directory to a non-empty directory returns ENOTEMPTY
8007 or EEXIST", treat EBUSY as an XFAIL.
8008
83b8cf9d
MC
80092004-01-11 Michael Chastain <mec.gnu@mindspring.com>
8010
8011 * gdb.base/scope.exp: Remove obsolete setup_xfail for
8012 hp_cc_compiler.
8013
9939d2a8
MC
80142004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8015
8016 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
8017 decorations.
8018
1ff8cadf
MC
80192004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8020
8021 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
8022 and "(aCC)" decorations. Remove obsolete doco about old
8023 test results.
8024
6fa9022e
MC
80252004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8026
8027 * gdb.cp/exception.exp: Fix typo in doco.
8028
209721fe
MK
80292004-01-09 Mark Kettenis <kettenis@gnu.org>
8030
8031 * gdb.base/gdb1476.exp: Fix typo.
8032
ef11303e
MC
80332004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8034
8035 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
8036 file.
8037
041ab88c
MC
80382004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8039
8040 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
8041 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
8042 Use gdb_compile. Remove restriction on gcc. Add some patterns
8043 for recent version of gdb. Delete second half, which was a copy
8044 of the first half with different build flags. This test is
8045 still disabled because it is still not ready for production.
8046
e36d075a
MC
80472004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8048
8049 * gdb.cp/exception.cc: Add copyright notice.
8050 * gdb.cp/exception.exp: Add a notice that this file is broken
8051 because of line number changes caused by addition of copyright
8052 notice.
8053
42b190ad
MC
80542004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8055
8056 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
8057 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
8058
8f25f06b
MC
80592004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8060
8061 * gdb.cp/classes.exp: Accept gnu abi 2.
8062 * gdb.cp/derivation.exp: Likewise.
8063 * gdb.cp/overload.exp: Likewise.
8064 * gdb.cp/virtfunc.exp: Likewise.
8065
06ded8b8
MC
80662004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8067
8068 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
8069 semicolon after end of function.
8070
77c26ae3
MC
80712004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8072
8073 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
8074 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
8075 boilerplate code for compiling and running the program under
8076 test. Add some string method tests.
8077
20757486
MC
80782004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8079
8080 * gdb.cp/bs15503.cc: Add copyright notice.
8081 * gdb.cp/bs15503.exp: Adjust line number.
8082
0fd3b503
MC
80832004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8084
8085 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
8086 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
8087
10d1bea8
MC
80882004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8089
8090 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
8091 hp_cc_compiler.
8092
2789202a
MC
80932004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8094
8095 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
8096 * gdb.cp/ctti.exp: Use the marker instead of "next".
8097 With gcc, run further before bailing.
8098
b862f14c
MC
80992004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8100
8101 * gdb.cp/cttiadd.cc: Add copyright notice.
8102 * gdb.cp/cttiadd1.cc: Likewise.
8103 * gdb.cp/cttiadd2.cc: Likewise.
8104 * gdb.cp/cttiadd3.cc: Likewise.
8105
96da2469
MC
81062004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8107
8108 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
8109 Use gdb_test, gdb_test_multiple. Use floating-point values that
8110 have exact representations in IEEE-ish formats.
8111
053248ff
MC
81122004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8113
8114 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
8115 compilers. Delete duplicate call to get_compiler_info.
8116 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
8117 * gdb.base/volatile.exp: Likewise.
8118
84acecdd
MK
81192004-01-07 Mark Kettenis <kettenis@gnu.org>
8120
8121 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
8122 memory at address 0.
8123
fe11a27f
MC
81242004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8125
8126 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
8127 to test for hp-ux assembler. Fix copyright years.
8128
60ad077b
AC
81292004-01-07 Andrew Cagney <cagney@redhat.com>
8130
8131 * gdb.base/fileio.c (strerrno): Add "EBUSY".
8132
1c9b8f33
AC
81332004-01-07 Andrew Cagney <cagney@redhat.com>
8134
8135 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
8136 when creating the read-only file. From analysis by Roland McGrath
8137 and Elena Zannoni.
8138
753ccc7a
MC
81392004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8140
8141 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
8142
eca3e36b
MC
81432004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8144
8145 * gdb.base/cvexpr.c: Be type-safe with function pointers and
8146 data pointers.
8147
f8d4bac4
MC
81482004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8149
8150 * gdb.cp/m-static.exp: Compile one source file at a time.
8151 Delete unused call to get_compiler_info.
8152
9b4e0f94
MC
81532004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8154
8155 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
8156 * gdb.base/call-rt-st.exp: Likewise.
8157 * gdb.base/nodebug.exp: Likewise.
8158 * gdb.base/volatile.exp: Likewise.
8159 * gdb.cp/ref-types.exp: Likewise.
8160 * gdb.cp/templates.exp: Likewise.
8161
023c1024
MK
81622004-01-05 Mark Kettenis <kettenis@gnu.org>
8163
8164 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
8165
19703c4a
MC
81662004-01-05 Michael Chastain <mec.gnu@mindspring.com>
8167
8168 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
8169 hppa*-hp-hpux*.
8170
18b67037
MK
81712004-01-04 Mark Kettenis <kettenis@gnu.org>
8172
ba6219c8
MK
8173 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8174 x86_64-*-*.
8175
18b67037
MK
8176 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8177 sparc64-*-* and sparc*-solaris2*.
8178
1bfbbb9d
MK
81792004-01-04 Mark Kettenis <kettenis@gnu.org>
8180
8181 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
8182 return ${tests}" test. The ${tests} already mentions the
8183 filename.
8184
06846494
MC
81852004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8186
8187 * gdb.cp/local.exp: Accept gcc abi 2.
8188
3b0cb202
MC
81892004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8190
8191 * gdb.cp/templates.exp: Accept gcc abi 2.
8192
0643ec3f
MC
81932004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8194
8195 * lib/compiler.cc: Remove supports_template_debugging.
8196 * gdb.cp/templates.exp: Do not test supports_template_debugging.
8197
d231d0b1
MC
81982004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8199
8200 * gdb.cp/namespace.exp: Accept gcc abi 2.
8201
44ffb27c
MC
82022004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8203
8204 * gdb.cp/method.exp: Accept gcc abi 2.
8205
184ad485
MC
82062004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8207
8208 * gdb.cp/classes.exp: Generate identical results as old version.
8209 * gdb.cp/derivation.exp: Likewise.
8210 * gdb.cp/overload.exp: Likewise.
8211 * gdb.cp/virtfunc.exp: Likewise.
8212
116f09e7
MC
82132004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8214
8215 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
8216 mysterious bug with sourceware version of expect.
8217
b1379776
MC
82182004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8219
8220 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
8221 current versions of gcc, including gcc abi 2. Remove gratuitous
8222 restart of test program. Use gdb_test_multiple and gdb_test for
8223 all tests. Add patterns to xfail missing "const" in "const char *"
8224 and kfail PR gdb/1155.
8225
6b7a4c0e
MC
82262004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8227
8228 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
8229 current versions of gcc, including gcc abi 2. Remove gratuitous
8230 restart of test program. Use gdb_test_multiple and gdb_test for
8231 all tests. Add patterns to kfail PR gdb/1498.
8232
51615d72
MC
82332003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8234
8235 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
8236 current versions of gcc, including gcc abi 2. Use "breakpoint"
8237 and "continue" instead of restarting the target program. Use
8238 gdb_test_multiple and gdb_test for all tests.
8239
7b79a9d7
MK
82402004-01-01 Mark Kettenis <kettenis@gnu.org>
8241
8242 * gdb.asm/asm-source.exp: Update copyright year. Link statically
8243 for *-*-solaris2*.
8244
1cd3489f
MC
82452003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8246
8247 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
8248 current versions of gcc, including gcc abi 2. Use "breakpoint"
8249 and "continue" instead of restarting the target program several
8250 times. Use gdb_test_multiple and gdb_test for all tests.
8251
850742db
MC
82522003-12-18 Michael Chastain <mec.gnu@mindspring.com>
8253
8254 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
8255 source files.
8256
eb4bbda8
MC
82572003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8258
8259 * gdb.base/environ.exp: Handle compiling test case from multiple
8260 source files.
8261
e42c7771
MC
82622003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8263
8264 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
8265
80e4b428
JB
82662003-12-17 Jim Blandy <jimb@redhat.com>
8267
5f06973a
JB
8268 * gdb.base/freebpcmd.c: Add copyright notice.
8269
80e4b428
JB
8270 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
8271
0ab84fb7
MC
82722003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8273
8274 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
8275
1b3bb3d0
JB
82762003-12-13 Jim Blandy <jimb@redhat.com>
8277
8278 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
8279
3a4c9371
KB
82802003-12-12 Kevin Buettner <kevinb@redhat.com>
8281
8282 * gdb.asm/frv.inc: New file.
8283 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
8284
a1dea79a
FF
82852003-12-09 Fred Fish <fnf@redhat.com>
8286
8287 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
8288 functions to break1.c and leave prototypes behind. Add more
8289 "set breakpoint NN here" comments.
8290 * gdb.base/break1.c: New file.
8291
8292 * gdb.base/break.exp: Handle compiling test case from multiple
8293 source files and change source file references as needed.
8294 * gdb.base/completion.exp: Ditto.
8295 * gdb.base/condbreak.exp: Ditto.
8296 * gdb.base/define.exp: Ditto.
8297 * gdb.base/ena-dis-br.exp: Ditto.
8298 * gdb.base/info-proc.exp: Ditto.
8299 * gdb.base/maint.exp: Ditto.
8300 * gdb.base/until.exp: Ditto.
8301
8302 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
8303 hardcoded line numbers.
8304 * gdb.base/define.exp: Ditto.
8305 * gdb.base/ena-dis-br.exp: Ditto.
8306 * gdb.base/maint.exp: Ditto.
8307 * gdb.base/until.exp: Ditto.
8308
8309 * gdb.base/completion.exp: Use "break1" for completion tests since
8310 "break" is no longer a unique prefix.
8311
5266b69c
AC
83122003-12-06 Andrew Cagney <cagney@redhat.com>
8313
8314 * gdb.base/structs.exp (test_struct_returns): When applicable, set
8315 "return_value_unimplemented". When an unimplemented struct return
8316 architecture, report incorrect values as a KFAIL
8317
374451f0
MC
83182003-12-05 Michael Chastain <mec.gnu@mindspring.com>
8319
8320 * gdb.cp/rtti.exp: Accept new wording of warning from
8321 cp_lookup_rtti_type.
8322
ba9b20a7
MC
83232003-12-05 Michael Chastain <mec.gnu@mindspring.com>
8324
8325 Partial fix for PR testsuite/1456.
8326 * gdb.base/scope.exp (test_at_main): Replace references to
8327 gcc_compiled with calls to test_compiler_info.
8328 (test_at_foo): Likewise.
8329 (test_at_bar): Likewise.
8330
b74b6d0b
MC
83312003-12-04 Michael Chastain <mec.gnu@mindspring.com>
8332
8333 Partial fix for PR testsuite/1456.
8334 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
8335 to test_compiler_info.
8336
ccfa3402
MC
83372003-12-03 Michael Chastain <mec.gnu@mindspring.com>
8338
8339 * gdb.base/so-impl-ld.exp: Update copyright notice.
8340
f6246aba
MC
83412003-12-02 Michael Chastain <mec.gnu@mindspring.com>
8342
8343 Partial fix for PR testsuite/1456.
8344 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
8345 to test_compiler_info.
8346
13ae734a
MC
83472003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8348
8349 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
8350 from current versions of gdb. Clean up regular expressions.
8351 Delete redundant timeout case.
8352
d8e1cdee
MC
83532003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8354
8355 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
8356 from current versions of gdb. Clean up regular expressions.
8357 Delete redundant timeout case.
8358
96457b64
MC
83592003-12-01 Michael Chastain <mec.gnu@mindspring.com>
8360
8361 Partial fix for PR testsuite/1456.
8362 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
8363 gcc_compiled with call to test_compiler_info.
8364
f35309fc
MC
83652003-11-30 Michael Chastain <mec.gnu@mindspring.com>
8366
8367 Partial fix for PR testsuite/1456.
8368 * gdb.base/list.exp (test_list_function): Delete unused declaration
8369 of gcc_compiled.
8370
d7afdf9b
MC
83712003-11-29 Michael Chastain <mec.gnu@mindspring.com>
8372
8373 Partial fix for PR testsuite/1456.
8374 * gdb.base/complex.exp: Replace reference to gcc_compiled with
8375 call to test_compiler_info.
8376
71507b56
MK
83772003-11-29 Mark Kettenis <kettenis@gnu.org>
8378
8379 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
8380 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
8381 it to create the appropriate note.inc.
8382 * gdb.asm/asmsrc1.s: Include "note.inc".
8383 * gdb.asm/netbsd.inc: New file.
8384 * gdb.asm/empty.inc: New file.
8385
f81f93f7
MC
83862003-11-28 Michael Chastain <mec.gnu@mindspring.com>
8387
8388 Partial fix for PR testsuite/1456.
8389 * gdb.base/constvars.exp: Replace references to gcc_compiled with
8390 calls to test_compiler_info.
8391
9a77938e
MC
83922003-11-27 Michael Chastain <mec.gnu@mindspring.com>
8393
8394 Partial fix for PR testsuite/1456.
8395 * gdb.base/volatile.exp: Replace references to gcc_compiled with
8396 calls to test_compiler_info.
8397
e8367dc7
MK
83982003-11-27 Mark Kettenis <kettenis@gnu.org>
8399
8400 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
8401 pattern for the KFAILs.
8402
526c61ee
AF
84032003-11-25 Adam Fedor <fedor@gnu.org>
8404
8405 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
8406 * gdb.objc/objcdecode.m: New file.
8407
28f2d600
AF
84082003-11-25 Adam Fedor <fedor@gnu.org>
8409
8410 * gdb.objc/nondebug.exp: Test for PR objc/1236.
8411 * gdb.objc/nondebug.m: New file.
8412
a3895cee
BE
84132003-11-26 Ben Elliston <bje@wasabisystems.com>
8414
8415 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
8416 NetBSD as it does on FreeBSD. Modelled on a similar change by
8417 Mark Kettenis on 2003-05-30.
8418 (link-flags): Set to "--entry _start" regardless of target.
8419 Special linker flags are to be appended to $link-flags.
8420 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
8421
c9f2c8a3
MC
84222003-11-25 Michael Chastain <mec.gnu@mindspring.com>
8423
8424 * gdb.cp/method.exp: Accept output of new demangler.
8425
15a0587a 84262003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
8427
8428 * gdb/class2.exp: New file.
8429 * gdb/class2.cc: New file.
8430
3c00b570
MC
84312003-11-25 Michael Chastain <mec.gnu@mindspring.com>
8432
8433 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
8434 of new demangler.
8435
7027acc7
MK
84362003-11-23 Mark Kettenis <kettenis@gnu.org>
8437
8438 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
8439 of gdb_test "run".
8440
b0e1598a
MK
84412003-11-23 Mark Kettenis <kettenis@gnu.org>
8442
8443 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
8444 "continue" into "run".
8445
4d9eda44
MC
84462003-11-23 Michael Chastain <mec.gnu@mindspring.com>
8447
8448 Partial fix for PR testsuite/1456.
8449 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
8450 call to test_compiler_info.
8451 * gdb.cp/ctti.exp: Likewise.
8452 * gdb.cp/derivation.exp: Likewise.
8453 * gdb.cp/member-ptr.exp: Likewise.
8454 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
8455 reference to gcc_compiled.
8456
84572003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
8458
8459 Fix PR testsuite/1463.
8460 * gdb.base/structs.exp (start_structs_test): Call
8461 get_debug_format before using the debug format.
8462
d422fe19
AC
84632003-11-22 Andrew Cagney <cagney@redhat.com>
8464
8465 * lib/gdb.exp (gdb_test_multiple): Add simple example.
8466 * gdb.base/structs.exp: Use gdb_test_multiple.
8467
039cf96d
AC
84682003-11-20 Andrew Cagney <cagney@redhat.com>
8469
6882279b
AC
8470 * gdb.base/structs.exp: Handle and recover from internal errors.
8471 Replace "foo${n}" with "foo<n>" in test messages.
8472
e53890ae
AC
8473 * gdb.base/structs.exp: Update copyright. Rewrite.
8474 * gdb.base/structs.c: Update copyright. Rewrite.
8475
2b211c59
AC
8476 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
8477 resync count exceeded.
d63a86f8 8478
039cf96d
AC
8479 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
8480 from the internal error.
8481 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
8482 Original from Jim Blandy.
8483 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 8484
eac98b22
AC
84852003-11-19 Andrew Cagney <cagney@redhat.com>
8486
8487 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
8488 KFAIL.
8489
67455b2a
MK
84902003-11-17 Mark Kettenis <kettenis@gnu.org>
8491
8492 New testcase for PR backtrace/1435.
8493 * gdb.arch/i386-unwind.exp: New file.
8494 * gdb.arch/i386-unwind.c: New file.
8495
853d6e5b
AC
84962003-11-17 Andrew Cagney <cagney@redhat.com>
8497
8498 * lib/gdb.exp (compiler_info): New global.
8499 (test_compiler_info): New function.
8500 (get_compiler_info): Set compiler_info.
8501 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
8502 "compiler_info" to gcc-<major>-<minor>.
8503
38cf6e11
MC
85042003-11-15 Michael Chastain <mec.gnu@mindspring.com>
8505
8506 * gdb.trace/configure: Remove.
8507
a50d3602
EZ
85082003-11-13 Elena Zannoni <ezannoni@redhat.com>
8509
8510 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 8511 breakpoints.
a50d3602
EZ
8512 * gdb.base/break.exp: Remove all references to explicit line
8513 numbers.
8514
d9407aaa
NC
85152003-11-11 Nick Clifton <nickc@redhat.com>
8516
8517 * gdb.base/shreloc.exp: Do not run for targets which do not
8518 support shared objects.
8519
db488fc1
CV
85202003-11-10 Corinna Vinschen <vinschen@redhat.com>
8521
8522 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
8523 Don't run tests if nofileio flag is given.
8524
6a90a18e
EZ
85252003-11-07 Elena Zannoni <ezannoni@redhat.com>
8526
8527 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 8528 as well as 'Watchpoint'.
6a90a18e 8529
0b915e9c
EZ
85302003-11-06 Elena Zannoni <ezannoni@redhat.com>
8531
8532 Reported by Jim Ingham <jingham@apple.com>:
8533 * gdb.base/annota1.exp: Match at least one occurrence of the
8534 signal handler annotation.
8535
d7e4b55f
EZ
85362003-11-06 Elena Zannoni <ezannoni@redhat.com>
8537
a9c64011
AS
8538 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
8539 as well as 'Watchpoint'.
d7e4b55f 8540
2fe4e8d0
MC
85412003-11-05 Michael Chastain <mec@shout.net>
8542
8543 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
8544
6ef88553
KW
85452003-11-03 Kris Warkentin <kewarken@qnx.com>
8546
8547 * gdb.arch/gdb1291.c: New test file.
8548 * gdb.arch/gdb1291.exp: New test script.
8549 * gdb.arch/gdb1431.c: New test file.
8550 * gdb.arch/gdb1431.exp: New test script.
8551
ae7dc4d8
MC
85522003-10-22 Michael Chastain <mec@shout.net>
8553
8554 * gdb.mi/pthreads.c: Add copyright notice.
8555
c39d7427
MC
85562003-10-22 Michael Chastain <mec@shout.net>
8557
8558 * gdb.threads/pthreads.c: Add copyright notice.
8559
8b7d96c1
MC
85602003-10-20 Michael Chastain <mec@shout.net>
8561
8562 * gdb.base/gdb1056.exp: New test script.
8563
d1d69fdd
DJ
85642003-10-13 Daniel Jacobowitz <drow@mvista.com>
8565
8566 * gdb.threads/killed.exp: Use gdb_run_cmd.
8567
7d605576
DJ
85682003-10-13 Daniel Jacobowitz <drow@mvista.com>
8569
8570 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
8571 create a core file.
8572 * gdb.threads/gcore-thread.exp: Likewise.
8573
618ec112
CV
85742003-10-13 Corinna Vinschen <vinschen@redhat.com>
8575
8576 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
8577 type, based on char type.
8578 (struct bit_flags_short_t): New bitfield type, based on short type.
8579 (init_bit_flags_char): New fuction.
8580 (init_bit_flags_short): Ditto.
8581 (print_bit_flags_char): Ditto.
8582 (print_bit_flags_short): Ditto.
8583 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
8584
9367a73c
MC
85852003-10-11 Michael Chastain <mec@shout.net>
8586
8587 * gdb.base/call-rt-st.exp: Update copyright year.
8588
1decf120
KI
85892003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8590
8591 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
8592 * gdb.disasm/sh3.s: Ditto.
8593
5445b2ae
DJ
85942003-10-07 Daniel Jacobowitz <drow@mvista.com>
8595
8596 * gdb.threads/switch-threads.exp: New test.
8597 * gdb.threads/switch-threads.c: New source file.
8598
aec24853
CV
85992003-10-07 Corinna Vinschen <vinschen@redhat.com>
8600
8601 * gdb.base/ending-run.exp: Add sh specific case.
8602
adc7428d
AC
86032003-10-06 Andrew Cagney <cagney@redhat.com>
8604
8605 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
8606 * gdb.disasm/mn10200.exp: Delete obsolete file.
8607
c9d37158
DJ
86082003-09-29 Daniel Jacobowitz <drow@mvista.com>
8609
8610 * ChangeLog: Correct an entry command.exp -> commands.exp.
8611 * gdb.base/commands.exp (bp_deleted_in_command_test)
8612 (temporary_breakpoint_commands): Check noargs.
8613
79c2c32d
DC
86142003-09-25 David Carlton <carlton@kealia.com>
8615
8616 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
8617 of some print tests, where appropriate. Add tests for C::D::cd,
8618 E::ce, F::cXfX, G::XgX.
8619 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
8620
594e6d67
RE
86212003-09-25 Richard Earnshaw <rearnsha@arm.com>
8622
8623 * lib/java.exp (java_init): Import target_alias before using it.
8624
10f0d451
DC
86252003-09-25 David Carlton <carlton@kealia.com>
8626
8627 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
8628
274bcba0
EZ
86292003-09-23 Elena Zannoni <ezannoni@redhat.com>
8630
d63a86f8 8631 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 8632 weirdness.
274bcba0 8633
cdbf20f7
MC
86342003-09-17 Michael Chastain <mec@shout.net>
8635
8636 * gdb.cp/gdb1355.exp: New file.
8637 * gdb.cp/gdb1355.c: New file.
8638
71e06f80
CV
86392003-09-15 Corinna Vinschen <vinschen@redhat.com>
8640
8641 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
8642 * gdb.asm/sh.inc: New file.
8643
5c4e30ca
DC
86442003-09-11 David Carlton <carlton@kealia.com>
8645
bd45b7af
DC
8646 * gdb.cp/namespace.exp: Add tests for namespace types.
8647 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
8648 (test_namespace): New.
8649
1c199746
EZ
86502003-09-11 Elena Zannoni <ezannoni@redhat.com>
8651
a9c64011 8652 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 8653 * gdb.stabs/weird.exp: Ditto.
1c199746 8654
04ed252f
MC
86552003-09-08 Michael Chastain <mec@shout.net>
8656
8657 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
8658
d8a2d9e7
MC
86592003-09-07 Michael Chastain <mec@shout.net>
8660
8661 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
8662 'parse error'.
8663
161afb24
MK
86642003-09-07 Mark Kettenis <m.kettenis@osp.nl>
8665
8666 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
8667
49f2741a
MC
86682003-08-30 Michael Chastain <mec@shout.net>
8669
8670 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
8671 * gdb.gdb/observer.exp: Ditto.
8672 * gdb.gdb/xfullpath.exp: Ditto.
8673
8afa723e
MK
86742003-08-29 Mark Kettenis <kettenis@gnu.org>
8675
8676 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
8677 *-*-*bsd*.
8678
f31dfe3b
JJ
86792003-08-28 Jeff Johnston <jjohnstn@redhat.com>
8680
8681 * gdb.base/dump.exp: Skip for ia64.
8682
4630e498
JJ
86832003-08-25 Jeff Johnston <jjohnstn@redhat.com>
8684
8685 * gdb.asm/asm-source.exp: Add ia64 support.
8686 * gdb.asm/ia64.inc: New file.
8687
1105b7ef
MC
86882003-08-22 Michael Chastain <mec@shout.net>
8689
8690 * gdb.cp: New directory.
8691 * gdb.cp/*: Copy from gdb.c++/*.
8692 * gdb.c++/*: Remove.
8693 * Makefile.in: Change gdb.c++ to gdb.cp.
8694 * configure.in: Ditto.
8695 * configure: Regnerate.
8696
c945b932
MK
86972003-08-18 Mark Kettenis <kettenis@gnu.org>
8698
8699 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
8700 * gdb.arch/i386-prologue.c (gdb1338): Add function.
8701
2b66634b
DJ
87022003-08-17 Daniel Jacobowitz <drow@mvista.com>
8703
8704 * mi-var-display.exp (-var-list-children weird): Accept function
8705 pointers with argument types.
8706 * mi1-var-display.exp (-var-list-children weird): Likewise.
8707 * mi2-var-display.exp (-var-list-children weird): Likewise.
8708
a356f73b
DJ
87092003-08-17 Daniel Jacobowitz <drow@mvista.com>
8710
8711 * gdb.base/annota3.exp: Add missing newline.
8712
483417b8
MC
87132003-08-06 Michael Chastain <mec@shout.net>
8714
8715 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
8716
c99c59c3
MS
87172003-08-12 Michael Snyder <msnyder@redhat.com>
8718
8719 * gdb.base/float.exp: Add test for SH.
8720
55ed7501
MK
87212003-08-10 Mark Kettenis <kettenis@gnu.org>
8722
8723 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
8724
1a371f2e
EZ
87252003-08-07 Elena Zannoni <ezannoni@redhat.com>
8726
8727 * gdb.base/completion.exp: Remove reduntant completion test
8728 on filename.
8729
e0f353ce
EZ
87302003-08-07 Elena Zannoni <ezannoni@redhat.com>
8731
a9c64011
AS
8732 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
8733 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
8734 gdb.trace/save-trace.exp: Make sure that full pathnames are
8735 escaped correctly.
e0f353ce 8736
5710a1af 87372003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 8738
a9c64011
AS
8739 * configure.in: Don't generate config.h from config.hin.
8740 * configure: Regenerate.
8741 * config.hin: Remove file.
8742 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
8743 * gdb.threads/pthreads.c: Ditto.
5710a1af 8744
dcd81ce9
DJ
87452003-08-07 Daniel Jacobowitz <drow@mvista.com>
8746
8747 From Kei Sakamoto <sakamoto.kei@renesas.com>:
8748 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
8749 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
8750 Replace ld24 with seth/add3.
8751
6009d884
AC
87522003-08-02 Andrew Cagney <cagney@redhat.com>
8753
8754 * gdb.base/annota3.exp: New file.
8755 * gdb.base/annota3.c: New file.
8756 * gdb.c++/annota3.exp: New file.
8757 * gdb.c++/annota3.cc: New file.
8758
51514e06
MC
87592003-07-29 Michael Chastain <mec@shout.net>
8760
8761 * gdb.threads/tls.c (spin): Check errno only if sem_wait
8762 actually failed.
8763 (do_pass): Likewise.
8764 * gdb.threads/tls.exp: Always initialize no_of_threads.
8765
4ee6625b
DJ
87662003-07-27 Daniel Jacobowitz <drow@mvista.com>
8767
8768 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
8769 pattern.
8770 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
8771 * gdb.threads/tls.exp: Recognize one case of the host library not
8772 supporting TLS.
8773
225f2bf6
AC
87742003-07-27 Andrew Cagney <cagney@redhat.com>
8775
8776 * gdb.base/fileio.exp: Use SH when running commands using
8777 remote_exec.
8778
bcb27c9f
DJ
87792003-07-24 Daniel Jacobowitz <drow@mvista.com>
8780
8781 From Kei Sakamoto <sakamoto.kei@renesas.com>:
8782 * gdb.base/relocate.c (dummy): New padding array.
8783
3d67be83
MS
87842003-07-22 Michael Snyder <msnyder@redhat.com>
8785
d63a86f8 8786 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
8787
8788 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
8789 patterns to be more general, accepting old and new output.
8790 Some output chars (such as '+') also must be quoted.
d63a86f8 8791 Some addresses are displayed numerically instead of
3d67be83
MS
8792 symbolically.
8793
57ba3b85
MS
87942003-07-23 Michael Snyder <msnyder@redhat.com>
8795
686d097c
MS
8796 * gdb.base/return2.exp: Don't test long-long return.
8797
57ba3b85
MS
8798 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
8799 * gdb.disasm/t01_mov.exp: Ditto.
8800 * gdb.disasm/t02_mova.s: Ditto.
8801 * gdb.disasm/t02_mova.exp: Ditto.
8802 * gdb.disasm/t03_add.s: Ditto.
8803 * gdb.disasm/t03_add.exp: Ditto.
8804 * gdb.disasm/t04_sub.s: Ditto.
8805 * gdb.disasm/t04_sub.exp: Ditto.
8806 * gdb.disasm/t05_cmp.s: Ditto.
8807 * gdb.disasm/t05_cmp.exp: Ditto.
8808 * gdb.disasm/t06_ari2.s: Ditto.
8809 * gdb.disasm/t06_ari2.exp: Ditto.
8810 * gdb.disasm/t07_ari3.s: Ditto.
8811 * gdb.disasm/t07_ari3.exp: Ditto.
8812 * gdb.disasm/t08_or.s: Ditto.
8813 * gdb.disasm/t08_or.exp: Ditto.
8814 * gdb.disasm/t09_xor.s: Ditto.
8815 * gdb.disasm/t09_xor.exp: Ditto.
8816 * gdb.disasm/t10_and.s: Ditto.
8817 * gdb.disasm/t10_and.exp: Ditto.
8818 * gdb.disasm/t11_logs.s: Ditto.
8819 * gdb.disasm/t11_logs.exp: Ditto.
8820 * gdb.disasm/t12_bit.s: Ditto.
8821 * gdb.disasm/t12_bit.exp: Ditto.
8822 * gdb.disasm/t13_otr.s: Ditto.
8823 * gdb.disasm/t13_otr.exp: Ditto.
8824
e00759ef
EZ
88252003-07-22 Elena Zannoni <ezannoni@redhat.com>
8826
8827 * gdb.threads/tls.exp :Add kfail for 'info address' case.
8828
8bc2021f
EZ
88292003-07-22 Elena Zannoni <ezannoni@redhat.com>
8830
a9c64011
AS
8831 * gdb.threads/tls.c : New file.
8832 * gdb.threads/tls.exp : New file.
8833 * gdb.threads/tls-main.c : New file.
8834 * gdb.threads/tls-shared.c : New file.
8835 * gdb.threads/tls-shared.exp : New file.
8bc2021f 8836
89320c4c
AS
88372003-07-22 Andreas Schwab <schwab@suse.de>
8838
8839 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
8840
180dea7c
AS
88412003-07-20 Andreas Schwab <schwab@suse.de>
8842
8843 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
8844 due to insn reordering.
8845
0714963c
AC
88462003-07-15 Andrew Cagney <cagney@redhat.com>
8847
8848 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
8849
98a23b3f
MC
88502003-07-15 Michael Chastain <mec@shout.net>
8851
8852 * gdb.base/gdb1250.exp: New file.
8853 * gdb.base/gdb1250.c: New file.
8854
27e417a2
ML
88552003-07-09 Michal Ludvig <mludvig@suse.cz>
8856
8857 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
8858 expansion of size_t to 'unsigned long', not only to 'unsigned'.
8859
8bc2021f
EZ
88602003-07-09 Elena Zannoni <ezannoni@redhat.com>
8861
a9c64011
AS
8862 * gdb.threads/tls.c: New file.
8863 * gdb.threads/tls.exp: New file.
8864 * gdb.threads/tls-main.c: New file.
8865 * gdb.threads/tls-shared.c: New file.
8866 * gdb.threads/tls-shared.exp: New file.
8bc2021f 8867
d99968dc
EZ
88682003-07-09 Elena Zannoni <ezannoni@redhat.com>
8869
8870 * gdb.base/annota1.exp: Make sure that we properly escape the
8871 full path of the source file. Xfail more permissive patterns,
d63a86f8 8872 due to a compiler debug info problem.
d99968dc 8873
83876b3b
AS
88742003-07-07 Andreas Schwab <schwab@suse.de>
8875
2705e972
AS
8876 * gdb.asm/m68k.inc: New file.
8877 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
8878
83876b3b
AS
8879 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
8880 arguments"): Also match negative number.
8881
8882 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
8883
3a871b37
DJ
88842003-07-03 Daniel Jacobowitz <drow@mvista.com>
8885
8886 * gdb.base/store.c (charest): New typedef.
8887 (add_char): Rename to add_charest, update.
8888 (wack_char): Rename to wack_charest, update types. Return l + r
8889 to keep r live across the call.
8890 (wack_short, wack_int, wack_long, wack_longest, wack_float)
8891 (wack_double, wack_doublest): Return l + r to keep r live across
8892 the call.
8893 * gdb.base/store.exp: Accomodate store.c changes.
8894
b2a7f303
DC
88952003-06-30 David Carlton <carlton@kealia.com>
8896
8897 * gdb.c++/maint.exp (test_invalid_name): New.
8898 (test_first_component): Add tests for invalid names.
8899
3c6cb4a1
MC
89002003-06-29 Michael Chastain <mec@shout.net>
8901
8902 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
8903 output of '<VTT for class>' for virtual base classes.
8904
f1c2644b
DJ
89052003-06-29 Daniel Jacobowitz <drow@mvista.com>
8906
8907 * gdb.base/completion.exp: Tab-complete "complet" instead of
8908 "compl".
8909 * gdb.base/complex.exp, gdb.base/complex.c: New files.
8910
18080350
DJ
89112003-06-29 Daniel Jacobowitz <drow@mvista.com>
8912
8913 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
8914 * gdb.base/volatile.exp: Likewise.
8915
f56973f8
DJ
89162003-06-29 Daniel Jacobowitz <drow@mvista.com>
8917
8918 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
8919 gdb/1265.
8920
89212003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
8922 Daniel Jacobowitz <drow@mvista.com>
8923
8924 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
8925 initial line count of 'captured_main' from 26 to 32.
8926 (test_with_self): Allow xmalloc call to be interleaved with the
8927 preceding two lines.
8928
e766d4d6
JB
89292003-06-24 Joel Brobecker <brobecker@gnat.com>
8930
8931 * gdb.base/bang.exp: New testcase.
8932
f125c9a4
JB
89332003-06-23 Joel Brobecker <brobecker@gnat.com>
8934
8935 * gdb.base/langs.exp: Add some tests for the "minimal" language
8936 support.
8937
6e25beaf
EZ
89382003-06-23 Elena Zannoni <ezannoni@redhat.com>
8939
8940 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
8941 the testcase.
8942
2f816dda
DJ
89432003-06-22 Daniel Jacobowitz <drow@mvista.com>
8944
8945 * gdb.base/relocate.exp: Test add-symbol-file with a variable
8946 offset.
8947
db5a5748
DJ
89482003-06-22 Daniel Jacobowitz <drow@mvista.com>
8949
8950 * gdb.c++/pr-1210.cc: New file.
8951 * gdb.c++/pr-1210.exp: New file.
8952
1df0c130
DJ
89532003-06-21 Daniel Jacobowitz <drow@mvista.com>
8954
8955 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
8956 000-exec-continue.
8957
a92feac0
MK
89582003-06-15 Mark Kettenis <kettenis@gnu.org>
8959
8960 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
8961 on *-*-*bsd* instead of *-*-freebsd*.
8962
81a58f5b
AC
89632003-06-14 Andrew Cagney <cagney@redhat.com>
8964
8965 * gdb.base/store.exp: Test longest and doublest. Test all
8966 parameters. Weaken return statement match.
8967 * gdb.base/store.c: Add longest and doublest - aka long long and
8968 long double functions. Put all parameters into local register
8969 variables. Use negative values.
8970
b257a0d3
AC
89712003-06-14 Andrew Cagney <cagney@redhat.com>
8972
8973 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
8974 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
8975 exit status.
8976 * gdb.base/fileio.exp: Disable target when nointerrupts and
8977 noinferiorio, instead of limiting it to remote. Use remote_exec
8978 instead of system.
d63a86f8 8979
21c38304
JJ
89802003-06-12 Jeff Johnston <jjohnstn@redhat.com>
8981
8982 * gdb.base/float.exp: Add ia64 support.
8983
1bcdb424
CV
89842003-06-12 Corinna Vinschen <vinschen@redhat.com>
8985
8986 * gdb.base/fileio.exp: Run only on remote targets.
8987
6aeb981f
CV
89882003-06-10 Corinna Vinschen <vinschen@redhat.com>
8989
8990 * gdb.base/fileio.c: New file, testing File-I/O.
8991 * gdb.base/fileio.exp: Ditto.
8992
53df362e
RG
89932003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
8994
8995 * gdb.base/shreloc.exp: New file, check symbol values obtained from
8996 shared objects after relocation at load time (gdb PR/1132).
8997 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 8998 as above, part of the shared object relocation test.
53df362e 8999
ffee1b46
MK
90002003-06-08 Mark Kettenis <kettenis@gnu.org>
9001
b5ca3722
MK
9002 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
9003 fully filled history list.
9004 * gdb.base/gdb_history: New file.
9005
03ed860d
MK
9006 * gdb.base/signals.exp: XFAIL "continue to func1" on
9007 i*86-*-freebsd*.
9008
ffee1b46
MK
9009 * gdb.base/attach.exp: When trying to attach to a nonexistent
9010 process, make it possible to specify the PID based on the target,
9011 and do so for *-*-freebsd*.
9012
d80dbb52
RH
90132003-06-02 Richard Henderson <rth@redhat.com>
9014
9015 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
9016
6dd77b81
RH
90172003-06-02 Richard Henderson <rth@redhat.com>
9018
9019 * gdb.base/selftest.exp: Next over lim_at_start initialization.
9020
f6347e16
RH
90212003-06-02 Richard Henderson <rth@redhat.com>
9022
9023 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
9024
2c161407
DJ
90252003-06-01 Daniel Jacobowitz <drow@mvista.com>
9026
9027 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
9028 of globalvar.
9029
572eb746
MK
90302003-06-01 Mark Kettenis <kettenis@gnu.org>
9031
9032 * gdb.asm/asm-source.exp: Check for memory read errors in
9033 disassembler test on *BSD too.
9034
9e9617a5
RH
90352003-06-01 Richard Henderson <rth@redhat.com>
9036
9037 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
9038 for .frame.
9039 (gdbasm_call): Lose ldgp.
9040 (gdbasm_startup): Add frame information.
9041 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
9042
7b34ad4e
MK
90432003-05-31 Mark Kettenis <kettenis@gnu.org>
9044
9045 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
9046 i?86-*-*.
9047
10059fdf
MK
90482003-05-30 Mark Kettenis <kettenis@gnu.org>
9049
9050 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
9051 FreeBSD.
9052
acf4b816
RH
90532003-05-29 Richard Henderson <rth@redhat.com>
9054
9055 * gdb.asm/alpha.inc: New file.
9056 * gdb.asm/asm-source.exp: Use it.
9057
e9ecd949
JB
90582003-05-29 Jim Blandy <jimb@redhat.com>
9059
9060 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
9061 'core.PID'.
9062
e3e5a4f3
JB
90632003-05-22 Jim Blandy <jimb@redhat.com>
9064
9065 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
9066 backtrace.
d63a86f8 9067
72fe3d25
DC
90682003-05-20 David Carlton <carlton@math.stanford.edu>
9069
9070 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
9071 this time.
9072
58da2eb2
DC
90732003-05-19 David Carlton <carlton@bactrian.org>
9074
9075 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
9076 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
9077
1fcb5155
DC
90782003-05-19 David Carlton <carlton@bactrian.org>
9079
9080 * gdb.c++/namespace.exp: Add namespace scope and anonymous
9081 namespace tests.
9082 Bump copyright date.
9083 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
9084 (main): Call C::D::marker2.
9085 * gdb.c++/namespace1.cc: New file.
9086
85e85163
JJ
90872003-05-14 Jeff Johnston <jjohnstn@redhat.com>
9088
9089 Roland McGrath <roland@redhat.com>
d63a86f8 9090 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
9091 there is no manager thread.
9092
a25fbfec
JJ
90932003-05-08 Jeff Johnston <jjohnstn@redhat.com>
9094
d63a86f8
RM
9095 * gdb.threads/schedlock.exp: Remove assumption that all threads
9096 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
9097 in one of the child threads rather than the main thread.
9098
be375bae
JB
90992003-05-07 Jim Blandy <jimb@redhat.com>
9100
09bf6082
JB
9101 Add support for assembly source testing on the s390x.
9102 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
9103 architecture.
9104 * gdb.asm/s390x.inc: New file.
9105
be375bae
JB
9106 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
9107 succession of 'if' statements.
9108
00905d52
AC
91092003-05-05 Andrew Cagney <cagney@redhat.com>
9110
9111 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
9112
b1e29e33
AC
91132003-05-05 Andrew Cagney <cagney@redhat.com>
9114
9115 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
9116 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
9117
e33d66ec
EZ
91182003-05-02 Elena Zannoni <ezannoni@redhat.com>
9119
9120 * gdb.base/charset.exp: Update based on new behavior of set/show
9121 charset commands.
9122
2b6fd0d8
AC
91232003-05-01 Andrew Cagney <cagney@redhat.com>
9124
9125 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
9126 variable do not give memory errors.
9127
130cacce
AF
91282003-04-30 Adam Fedor <fedor@gnu.org>
9129
9130 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
9131 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
9132 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
9133 gdb.objc/basicclass.m: : New files
9134
9135 * lib/gdb.exp (gdb_compile_objc): New procedure.
9136
bea71854
DJ
91372003-04-27 Daniel Jacobowitz <drow@mvista.com>
9138
9139 * gdb.base/signals.exp: Make backtrace tests more specific.
9140
0f20eeea
DC
91412003-04-23 David Carlton <carlton@bactrian.org>
9142
9143 * gdb.c++/maint.exp (test_first_component): Add tests for
9144 'operator' in more locations.
9145
c8c4d8dc
KB
91462003-04-16 Kevin Buettner <kevinb@redhat.com>
9147
9148 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
9149
3fe60e3c
EZ
91502003-04-16 Elena Zannoni <ezannoni@redhat.com>
9151
9152 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 9153 func marke' instead. Update test name.
3fe60e3c 9154
9219021c
DC
91552003-04-15 David Carlton <carlton@math.stanford.edu>
9156
9157 * gdb.c++/maint.exp: New file.
9158
5dd55bdd
EZ
91592003-04-14 Elena Zannoni <ezannoni@redhat.com>
9160
9161 * gdb.threads/schedlock.c: Change type of thread function argument
9162 to long, to avoid warnings on 64-bit platforms.
9163
00890572
EZ
91642003-04-14 Elena Zannoni <ezannoni@redhat.com>
9165
a9c64011
AS
9166 * gdb.base/attach.exp: Add new message from ptrace in case of
9167 attaching to nonexistent process.
d63a86f8 9168
93201743
JB
91692003-04-11 Jim Blandy <jimb@redhat.com>
9170
9171 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9172 gdb.c++/userdef.cc: Place comments on the lines to which the
9173 marker function might return.
9174 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9175 gdb.c++/userdef.exp: Look for those comments to check that we've
9176 returned to the right place, instead of checking line numbers.
9177
2a11c64d
EZ
91782003-04-11 Elena Zannoni <ezannoni@redhat.com>
9179
a9c64011
AS
9180 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
9181 match on sourcefile name, instead of directory name.
2a11c64d 9182
68ab8fc5
EZ
91832003-04-10 Elena Zannoni <ezannoni@redhat.com>
9184
d63a86f8 9185 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
9186 working directory name.
9187
5624293a
JB
91882003-04-09 Jim Blandy <jimb@redhat.com>
9189
9190 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9191 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
9192 after an inferior function call, report the failure, but allow the
9193 test to continue.
9194
f1f02ee4
SC
91952003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9196
9197 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9198 with -DPROTOTYPES.
9199
6eb79af0
SC
92002003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9201
9202 * gdb.base/break.exp: Revert last patch.
9203
8dfb4cf0
SC
92042003-04-04 Stephane Carrez <stcarrez@nerim.fr>
9205
9206 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9207 with -DPROTOTYPES.
9208
ed4c619a
AC
92092003-04-02 Andrew Cagney <cagney@redhat.com>
9210
9211 * gdb.base/callfuncs.exp: Make "print add" messages unique.
9212 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
9213 matching directories by the name breakpoint.
9214 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
9215 Make "continue to marker1" consistent.
9216 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
9217 message consistent.
9218 * lib/gdb.exp: Put "the program is no longer running", and "the
9219 program exited" in parenthesis.
9220 * lib/mi-support.exp: Ditto.
d63a86f8 9221
4e35d5f0 92222003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 9223
4e35d5f0
BR
9224 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
9225
71900fe8
AC
92262003-03-29 Andrew Cagney <cagney@redhat.com>
9227
9228 * gdb.base/sizeof.c (main): Print the value of '\377'.
9229 * gdb.base/sizeof.exp: Check the sign of '\377'.
9230
c0655a16
MC
92312003-03-27 Michael Chastain <mec@shout.net>
9232
9233 * gdb.base/gdb1090.exp: New file.
9234 * gdb.base/gdb1090.cc: New file.
9235
5b2a3989
JB
92362003-03-27 J. Brobecker <brobecker@gnat.com>
9237
9238 * gdb.gdb/observer.exp: New regression test.
9239
79876890
MC
92402003-03-27 Michael Chastain <mec@shout.net>
9241
9242 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
9243 * gdb.base/ptype.exp: Likewise.
9244
6eac95e3
CV
92452003-03-27 Corinna Vinschen <vinschen@redhat.com>
9246
9247 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
9248
e8c71839
MC
92492003-03-26 Michael Chastain <mec@shout.net>
9250
9251 * gdb.base/ptype.exp: Actually use some typedef'd types.
9252
71b10041
SC
92532003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9254
9255 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
9256 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
9257
2512cf80
CV
92582003-03-20 Corinna Vinschen <vinschen@redhat.com>
9259
9260 * gdb.base/default.exp: Fix regular expression.
9261
0d195a4f
CV
92622003-03-20 Corinna Vinschen <vinschen@redhat.com>
9263
9264 * gdb.base/args.exp: Fix regular expression.
9265
8a2dbca8
CV
92662003-03-20 Corinna Vinschen <vinschen@redhat.com>
9267
9268 * gdb.base/help.exp: Allow Win32 child process.
9269
bf028682
CV
92702003-03-20 Corinna Vinschen <vinschen@redhat.com>
9271
9272 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
9273 when stepping out of main().
9274
182dbe85
CV
92752003-03-20 Corinna Vinschen <vinschen@redhat.com>
9276
9277 * gdb.base/default.exp: Check for win32 specific message when calling
9278 "run" without executable.
9279
d67a6ba5
CV
92802003-03-20 Corinna Vinschen <vinschen@redhat.com>
9281
9282 * gdb.base/args.exp: Expect .exe in output.
9283
a955b5bb
CV
92842003-03-20 Corinna Vinschen <vinschen@redhat.com>
9285
9286 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
9287 Cygwin native.
9288
bf6bad4b
AC
92892003-03-17 Andrew Cagney <cagney@redhat.com>
9290
9291 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
9292 vector registes.
9293 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
9294 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
9295
293e9a31
DC
92962003-03-17 David Carlton <carlton@math.stanford.edu>
9297
9298 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
9299 test, for PR breakpoints/38.
9300 Call test_watchpoint_and_breakpoint.
9301 * gdb.base/watchpoint.c (func3): New function.
9302 (main): Call func3.
9303
5330f2db
DC
93042003-03-04 David Carlton <carlton@math.stanford.edu>
9305
9306 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
9307 Garply<Garply<char> >:: garply".
9308 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
9309 with respect to PR c++/1111; note also PR c++/1113.
9310 (test_template_breakpoints): KFAIL "constructor breakpoint" with
9311 respect to PR c++/1062.
9312 KFAIL "destructor breakpoint" with respect to PR c++/1112.
9313
6ece72da
DC
93142003-03-03 David Carlton <carlton@math.stanford.edu>
9315
9316 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
9317 with respect to PR c++/57.
9318 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
9319 c++/826.
9320 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
9321 respect to PR c++/57.
9322
85ca1584
DC
93232003-03-03 David Carlton <carlton@math.stanford.edu>
9324
9325 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
9326 respect to PR c++/33 into FAILs.
9327
98e9c5b8
MC
93282003-03-03 Michael Chastain <mec@shout.net>
9329
7bedbf27
MC
9330 * configure.in: Update copyright years.
9331
93322003-03-03 Michael Chastain <mec@shout.net>
9333
9334 * Makefile.in: Update copyright years.
98e9c5b8 9335
f683e100
DC
93362003-02-28 David Carlton <carlton@math.stanford.edu>
9337
9338 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
9339 print class instead of struct and/or superfluous protection
9340 specifiers, as long as the resulting output is equivalent to the
9341 source code.
9342 Delete FIXME from end of messages on tests that don't need
9343 fixing.
9344
a9e0cf2c
DC
93452003-02-28 David Carlton <carlton@math.stanford.edu>
9346
9347 * gdb.c++/templates.exp (do_tests): Allow const in the two
9348 Foo<volatile char *>::foo tests.
9349
e8d359df
MS
93502003-02-27 Michael Snyder <msnyder@redhat.com>
9351
d63a86f8 9352 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
9353 will be consistant.
9354
0b71dc91
DC
93552003-02-26 David Carlton <carlton@math.stanford.edu>
9356
9357 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
9358 char *>::foo" test with respect to PR c++/33. Create a new test
9359 which is identical to that one except that it doesn't put the
9360 space between the "char" and the "*"; KFAIL it, too.
9361
dd14ab43
DC
93622003-02-26 David Carlton <carlton@math.stanford.edu>
9363
9364 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
9365 template types into either PASSes or KFAILs (corresponding to PR
9366 c++/57). Tweak indentation. Update copyright.
9367
1146c7f1
SC
93682003-02-23 Stephane Carrez <stcarrez@nerim.fr>
9369
9370 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
9371
74641dfb
MC
93722003-02-13 Michael Chastain <mec@shout.net>
9373
9374 * gdb.base/exprs.exp: Remove i960 remnants.
9375 * gdb.base/funcargs.exp: Likewise.
9376 * gdb.base/list.exp: Likewise.
9377 * gdb.base/ptype.exp: Likewise.
9378
559cd2d0
DC
93792003-02-14 David Carlton <carlton@math.stanford.edu>
9380
9381 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
9382 pEe->D::vg()" from XFAIL to KFAIL.
9383
c4f90d87
JM
93842003-02-13 Jason Molenda (jmolenda@apple.com)
9385
9386 * gdb.base/maint.exp: Update maint print statistics regexp to include
9387 new entries.
9388
cbc4d97c
MC
93892003-02-13 Michael Chastain <mec@shout.net>
9390
9391 * gdb.c++/inherit.exp: Remove call to get_debug_format.
9392
40f235b7
MC
93932003-02-12 Michael Chastain <mec@shout.net>
9394
9395 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
9396 * gdb.c++/inherit.exp: Likewise.
9397 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
9398 * gdb.c++/templates.exp: Likewise.
9399 * gdb.c++/virtfunc.exp: Likewise.
9400
c56716b0
JM
94012003-02-06 Jason Molenda (jason-cl@molenda.com)
9402
9403 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
9404 why the code is written that way.
9405
070afcf8
MC
94062003-02-05 Michael Chastain <mec@shout.net>
9407
9408 * gdb.base/dump.exp: Add missing copyright line.
9409
5d0331e5
JM
94102003-02-05 Jason Molenda (jason-cl@molenda.com)
9411
f7ae6d3e 9412 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
9413 at the beginning so the breakpoint doesn't get set on the loop.
9414
92851186
MC
94152003-02-05 Michael Chastain <mec@shout.net>
9416
9417 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
9418 output for configurations with gcc 2.95.3.
9419
cbf1e085
AC
94202003-02-05 Keith Seitz <keiths@redhat.com>
9421 Andrew Cagney <ac131313@redhat.com>
9422
9423 * gdb.mi/mi-cli.exp: New file.
d63a86f8 9424
29518e1e
MC
94252003-02-04 Michael Chastain <mec@shout.net>
9426
9427 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
9428 Call perror and then continue.
9429
5af1d5f3
MC
94302003-02-03 Michael Chastain <mec@shout.net>
9431
9432 * gdb.c++/pr-1023.cc: New file.
9433 * gdb.c++/pr-1023.exp: New file.
9434
6b549786
JB
94352003-02-05 Jim Blandy <jimb@redhat.com>
9436
9437 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
9438 it's local to foobar. Check for it there, and check that it's not
9439 present in main.
9440 * gdb.c++/local.cc (marker2): New function.
9441 (foobar): Call marker1.
9442 (main): Call marker2 instead of marker1.
9443
67f16606
AC
94442003-02-04 Andrew Cagney <ac131313@redhat.com>
9445
9446 * gdb.disasm/mn10200.exp: Obsolete file.
9447 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
9448 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
9449 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
9450
1c5cb38e
DC
94512003-02-04 David Carlton <carlton@math.stanford.edu>
9452
9453 * gdb.c++/overload.exp: Test intToChar(1).
9454 * gdb.c++/overload.cc (intToChar): New.
9455 (main): Call intToChar.
9456
d1fe6965
DC
94572003-02-03 David Carlton <carlton@math.stanford.edu>
9458
9459 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
9460 'might_kfail' arg.
9461 KFAIL some of the continue_to_bp_overloaded calls, according to
9462 PR c++/1025.
9463
9ba61c5d
MC
94642003-02-01 Michael Chastain <mec@shout.net>
9465
9466 * gdb.base/advance.c (marker1): New marker function.
9467 * gdb.base/advance.exp: When the 'advance' command lands on the
9468 return breakpoint, it can legitimately stop on either the
9469 current line or the next line. Accommodate both outcomes.
9470 * gdb.base/until.exp: Likewise.
9471
e7494ffb
AC
94722003-02-02 Andrew Cagney <ac131313@redhat.com>
9473
9474 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
9475 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
9476 now a list, not a tuple.
9477 * gdb.mi/mi-var-display.exp: Ditto.
9478 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 9479
075559bc
AC
94802003-02-01 Andrew Cagney <ac131313@redhat.com>
9481
9482 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
9483 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
9484 stack backtraces.
9485 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 9486
2bd4c7b1
MK
94872003-02-01 Mark Kettenis <kettenis@gnu.org>
9488
9489 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
9490 gdb.mi/mi1-pthreads.exp: Return instead of calling
9491 gdb_suppress_entire_file.
9492
eabd8992
MS
94932003-02-01 Mark Salter <msalter@redhat.com>
9494
9495 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
9496
71469e2f
MS
94972003-01-31 Mark Salter <msalter@redhat.com>
9498
9499 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
9500 Support empty arg.
9501
38a94d44
MC
95022003-01-30 Michael Chastain <mec@shout.net>
9503
9504 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
9505 This was a workaround for a UTF-8 bug in readline 4.3. The bug
9506 has been fixed in gdb/readline on 2003-01-09.
9507
19ea9e73
MS
95082003-01-29 Michael Snyder <msnyder@redhat.com>
9509
e8d359df
MS
9510 * gdb.base/maint.exp: Allow for leading underscore in symbol.
9511 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
9512 * gdb.base/args.exp: Skip if target does not support args passing.
9513
2307bd6a
DJ
95142003-01-22 Daniel Jacobowitz <drow@mvista.com>
9515
19ea9e73 9516 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
9517 gdb_test. Accept a list of expect arguments as the third
9518 parameter.
9519 (gdb_test): Use it.
9520
f2dd3617
EZ
95212003-01-20 Elena Zannoni <ezannoni@redhat.com>
9522
9523 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
9524 allow for different test tree configurations. Update some
9525 tescases accordingly.
9526 * gdb.arch/altivec-regs.exp: Ditto.
9527 * gdb.asm/asm-source.exp: Ditto.
9528 * gdb.base/advance.exp: Ditto.
9529 * gdb.base/display.exp: Ditto.
d63a86f8 9530 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
9531 * gdb.base/mips_pro.exp: Ditto.
9532 * gdb.base/overlays.exp: Ditto.
9533 * gdb.base/relocate.exp: Ditto.
9534 * gdb.base/setshow.exp: Ditto.
9535 * gdb.base/step-line.exp: Ditto.
9536 * gdb.base/step-test.exp: Ditto.
9537 * gdb.base/until.exp: Ditto.
9538 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
9539
c71cdefd
DC
95402003-01-17 David Carlton <carlton@math.stanford.edu>
9541
9542 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
9543 corresponding to PR c++/945.
9544 Update copyright.
9545
fdba05d7
DC
95462003-01-17 David Carlton <carlton@math.stanford.edu>
9547
9548 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
9549 corresponding to PR c++/68.
9550
95512003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
9552
9553 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
9554 (test_paddr_hairy_functions): Call print_addr_2_kfail for
9555 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
9556
c362c33a
EZ
95572003-01-15 Elena Zannoni <ezannoni@redhat.com>
9558
0fbc361c
EZ
9559 * gdb.base/break.exp: Fix change of default location, because of
9560 removal of until tests.
9561 * gdb.base/help.exp: Update test for new 'until' help message.
9562 Add test for help on 'advance'.
a9c64011 9563 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 9564
dabf8a35
MK
95652003-01-15 Mark Kettenis <kettenis@gnu.org>
9566
9567 * gdb.base/default.exp: Adapt "info float" test for recent changes
9568 to that command. Add test for "info vector".
9569 * gdb.base/float.exp: New file. Add test for "info float" that
9570 resembles the old test in gdb.base/default.exp.
9571
a1769aca
DC
95722003-01-15 David Carlton <carlton@math.stanford.edu>
9573
9574 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
9575
82025e13
EZ
95762003-01-15 Elena Zannoni <ezannoni@redhat.com>
9577
9578 * gdb.base/break.exp: Move the tests of until command from here...
9579 * gdb.base/until.exp: ... to here. New file. Add other tests.
9580 * gdb.base/advance.c: New file.
9581 * gdb.base/advance.exp: New file.
9582
8f9ab801
EZ
95832003-01-14 Elena Zannoni <ezannoni@redhat.com>
9584
a9c64011
AS
9585 * gdb.base/args.c: New file.
9586 * gdb.base/args.exp: New file.
8f9ab801 9587
9ae66589
DJ
95882003-01-14 Daniel Jacobowitz <drow@mvista.com>
9589
9590 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
9591
8d77e5c3
DJ
95922003-01-14 Daniel Jacobowitz <drow@mvista.com>
9593
9594 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
9595
12d2f0a1
DJ
95962003-01-14 Daniel Jacobowitz <drow@mvista.com>
9597
9598 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
9599 dates.
9600
6ca37014
DJ
96012003-01-13 Daniel Jacobowitz <drow@mvista.com>
9602
9603 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
9604
b0023472
DJ
96052003-01-13 Daniel Jacobowitz <drow@mvista.com>
9606
9607 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
9608 (ptype &*"foo").
9609 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
9610
607fbc54 96112003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
9612
9613 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
9614 * gdb.mi/mi1-console.exp: Likewise.
9615
607fbc54 96162003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
9617
9618 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
9619 * gdb.mi/mi1-console.exp: Likewise.
9620
a1fb14a2
DJ
96212003-01-13 Daniel Jacobowitz <drow@mvista.com>
9622
9623 * gdb.c++/overload.exp: Remove some fixed XFAILs.
9624
c4cf40b7
DJ
96252003-01-09 Daniel Jacobowitz <drow@mvista.com>
9626
9627 * gdb.base/detach.exp: New test.
9628
696d5a5b
DJ
96292003-01-09 Daniel Jacobowitz <drow@mvista.com>
9630
9631 * Makefile.in (ALL_SUBDIRS): New variable.
9632 (subdirs, clean, distclean): Use it.
9633 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
9634 regenerating Makefile, since it is generated from the top level.
9635 * gdb.asm/Makefile.in: Likewise.
9636 * gdb.base/Makefile.in: Likewise.
9637 * gdb.c++/Makefile.in: Likewise.
9638 * gdb.disasm/Makefile.in: Likewise.
9639 * gdb.java/Makefile.in: Likewise.
9640 * gdb.mi/Makefile.in: Likewise.
9641 * gdb.threads/Makefile.in: Likewise.
9642 * gdb.trace/Makefile.in: Likewise.
9643
754533e4
DC
96442003-01-09 David Carlton <carlton@math.stanford.edu>
9645
9646 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
9647 Add copyright year 2003.
9648
d8b3e9ee
MC
96492003-01-06 Michael Chastain <mec@shout.net>
9650
9651 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
9652 When selecting a thread, 'line' and 'file' are optional.
9653 * gdb.mi/mi1-pthreads.exp: Likewise.
9654
8e9e0fe6
AS
96552003-01-06 Andreas Schwab <schwab@suse.de>
9656
9657 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
9658 failures.
9659
b5ab8ff3
DJ
96602003-01-04 Daniel Jacobowitz <drow@mvista.com>
9661
9662 Fix PR gdb/844
9663 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
9664 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
9665
9666 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
9667 instead of calling gdb_suppress_entire_file.
9668 * gdb.threads/print-threads.exp: Likewise.
9669 * gdb.threads/schedlock.exp: Likewise.
9670
9671 * gdb.threads/killed.exp: Return instead of calling
9672 gdb_suppress_entire_file.
9673 * gdb.threads/linux-dp.exp: Likewise.
9674 * gdb.threads/pthreads.exp: Likewise.
9675
1e698235
DJ
96762003-01-04 Daniel Jacobowitz <drow@mvista.com>
9677
9678 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
9679 stabs.
9680 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
9681 * gdb.base/whatis.exp: Always allow (void) after function names.
9682
147ff08c
DJ
96832003-01-04 Daniel Jacobowitz <drow@mvista.com>
9684
9685 * gdb.c++/casts.exp: Correct regexp.
9686
dc62bfc2
MK
96872003-01-04 Mark Kettenis <kettenis@gnu.org>
9688
9689 * configure.in: Call AC_CONFIG_HEADER. Don't call
9690 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
9691 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
9692 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
9693 aforementioned directories in the AC_OUPUT call.
9694 * config.hin: New file.
9695 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
9696 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
9697 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
9698 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
9699 pass -I$objdir instead of -I$objdir/$subdir in compilation.
9700 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
9701 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
9702 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
9703 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
9704 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
9705 gdb.threads/configure.in, gdb.threads/configure,
9706 gdb.threads/config.in, gdb.trace/configure.in,
9707 gdb.trace/configure: Removed.
9708
77afa639
MC
97092003-01-03 Michael Chastain <mec@shout.net>
9710
9711 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
9712 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
9713
7634bb6e
DJ
97142003-01-03 Daniel Jacobowitz <drow@mvista.com>
9715
9716 * gdb.base/store.exp: Fix regular expressions.
9717
b39c905e
MK
97182002-12-28 Mark Kettenis <kettenis@gnu.org>
9719
9720 * configure.in: Rewrite.
9721 * configure: Regenerated.
9722
0a8551dd
DC
97232003-01-03 David Carlton <carlton@math.stanford.edu>
9724
9725 * gdb.base/psymtab.exp: New file.
9726 * gdb.base/psymtab1.c: Ditto.
9727 * gdb.base/psymtab2.c: Ditto.
9728
c60b7188
AF
97292002-12-23 Adam Fedor <fedor@gnu.org>
9730
9731 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
9732
ee73db83
DC
97332002-12-23 David Carlton <carlton@math.stanford.edu>
9734
9735 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
9736 and current_directory initialization.
9737
d6c1774e
JB
97382002-12-22 Jim Blandy <jimb@redhat.com>
9739
f0a847b8
JB
9740 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
9741 rather than as part of the output file name.
9742
d6c1774e
JB
9743 * gdb.base/attach.exp: There's no need to copy the test program to
9744 /tmp; that was only ever necessary on HP/UX, and this test is
9745 entirely disabled there anyway.
9746
f0708dbb
JB
97472002-12-21 Jim Blandy <jimb@redhat.com>
9748
4c2acfea
JB
9749 * gdb.c++/psmang.exp: Doc fix.
9750
f0708dbb
JB
9751 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
9752 test.
9753
9579e000
DC
97542002-12-20 David Carlton <carlton@math.stanford.edu>
9755
9756 * gdb.c++/annota2.exp: KFAIL annotate-quit.
9757
d1810171
MC
97582002-12-18 Michael Chastain <mec@shout.net>
9759
9760 * gdb.c++/annota2.exp: Add copyright year 2002.
9761
76565097
DC
97622002-12-17 David Carlton <carlton@math.stanford.edu>
9763
9764 * gdb.c++/try_catch.cc: Add marker comments.
9765 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
9766 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
9767 * gdb.c++/m-static.cc: Ditto.
9768 * gdb.c++/m-static1.cc: Ditto.
9769 * gdb.c++/try_catch.cc: Ditto.
9770
da81390b
JJ
97712002-12-16 Jeff Johnston <jjohnstn@redhat.com>
9772
9773 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
9774 to see whether we are using the new -environment-directory
9775 command which resets via -r or the old version of the command
9776 which may prompt the user. Part of fix for gdb/741.
9777
b304d130
AC
97782002-12-13 Andrew Cagney <ac131313@redhat.com>
9779
9780 * gdb.fortran/types.exp: Update obsolete comment.
9781 * gdb.fortran/exprs.exp: Ditto.
9782 * lib/gdb.exp: Delete obsolete code.
9783 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
9784 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
9785 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
9786 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
9787 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
9788 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
9789 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
9790 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
9791 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
9792 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
9793 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
9794 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
9795 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
9796 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
9797 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
9798 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
9799 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
9800 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
9801 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
9802 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
9803 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
9804 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
9805 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
9806 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
9807 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
9808 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
9809 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
9810 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
9811 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
9812 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
9813 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
9814 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
9815 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
9816 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
9817 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
9818 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
9819 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
9820
a23b6e6a
DC
98212002-12-11 David Carlton <carlton@math.stanford.edu>
9822
9823 * gdb.c++/m-data.exp: Add test for members that shadow global
9824 variables: see PR gdb/804.
9825 * gdb.c++/m-data.cc: Ditto.
9826
6604731b
DJ
98272002-12-10 Daniel Jacobowitz <drow@mvista.com>
9828
9829 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
9830
de46ecd7
DC
98312002-12-06 David Carlton <carlton@math.stanford.edu>
9832
9833 * gdb.base/store.c: Don't declare functions static.
9834
27e829d0
AC
98352002-12-04 Andrew Cagney <ac131313@redhat.com>
9836
9837 * gdb.base/store.exp, gdb.base/store.c: New files.
9838
92806416
DJ
98392002-12-03 Daniel Jacobowitz <drow@mvista.com>
9840
9841 * gdb.base/selftest.exp: Update for current gdb.
9842
3bcbaac5
DJ
98432002-12-03 Daniel Jacobowitz <drow@mvista.com>
9844
9845 * gdb.base/maint.exp: Only dump symbols from one source file
9846 or objfile.
9847
f4f00b1f
DJ
98482002-12-03 Daniel Jacobowitz <drow@mvista.com>
9849
9850 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
9851 function call.
9852
f1c8a949
JB
98532002-11-25 Jim Blandy <jimb@redhat.com>
9854
9855 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
9856 function appearing in error message.
9857
9e297a97
DJ
98582002-11-21 Daniel Jacobowitz <drow@mvista.com>
9859
9860 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
9861
1f312e79
JJ
98622002-11-08 Jeff Johnston <jjohnstn@redhat.com>
9863
d63a86f8
RM
9864 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
9865 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
9866 should be in mi console format. This is part of fix for PR gdb/604.
9867
83c31e7d
FN
98682002-09-18 Fernando Nasser <fnasser@redhat.com>
9869
9870 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
9871 which explicitly prints the zero offset as "+0".
9872
322b3f65
DJ
98732002-10-22 Daniel Jacobowitz <drow@mvista.com>
9874
9875 * gdb.threads/schedlock.c (args): Make unsigned.
9876
98772002-10-21 Daniel Jacobowitz <drow@mvista.com>
9878
9879 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
9880 numbers. Allow "foo2|selected stack frame".
9881 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
9882 * gdb.asm/asmsrc2.s: Likewise.
9883 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
9884 comments.
9885 * gdb.asm/mips.inc: New file.
9886
5e2fe5b8
AF
98872002-10-18 Adam Fedor <fedor@gnu.org>
9888
9889 * gdb.base/default.exp: Update expected output to include 'ObjC'.
9890 * gdb.base/help.exp: Likewise.
9891
abe1a5d0
KB
98922002-10-17 Kevin Buettner <kevinb@redhat.com>
9893
9894 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
9895 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
9896
10abb1d4
JB
98972002-10-02 Jim Blandy <jimb@redhat.com>
9898
9899 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
9900
1f609b42
AC
99012002-10-01 Andrew Cagney <ac131313@redhat.com>
9902
9903 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
9904 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
9905 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
9906 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
9907 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
9908 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
9909 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
9910
0aee02e4
AC
99112002-09-29 Andrew Cagney <ac131313@redhat.com>
9912
9913 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
9914 * mi0-disassemble.exp, mi0-eval.exp: Delete.
9915 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
9916 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
9917 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
9918 * mi0-var-block.exp, mi0-var-child.exp: Delete.
9919 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 9920
6fde09ad
KB
99212002-09-27 Kevin Buettner <kevinb@redhat.com>
9922
9923 * gdb.base/annota1.exp (info break): Make directory components of
9924 path optional since not all compilers emit this debug information.
9925
9926 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
9927 step ends up stepping out of the function instead of stopping on
9928 the epilogue.
9929
9e8aab75
KS
99302002-09-26 Keith Seitz <keiths@redhat.com>
9931
9932 * lib/insight-support.exp (gdbtk_start): Figure out where
9933 the insight executable is based on where gdb is. Use this
9934 executable to start insight instead of gdb.
9935
e36180d7
AC
99362002-09-25 Andrew Cagney <cagney@redhat.com>
9937
9938 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
9939
9dd34b2b
AC
99402002-09-24 Andrew Cagney <ac131313@redhat.com>
9941
9942 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
9943 test_isolated_complaints.
9944 (test_empty_complaint): New function.
9945 (test_empty_complaints): New function. Check no output when no
9946 complaints.
d63a86f8 9947
dea97812
KB
99482002-09-19 Jim Blandy <jimb@redhat.com>
9949
a9c64011 9950 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 9951
54951bd7
AC
99522002-09-19 Andrew Cagney <ac131313@redhat.com>
9953
9954 * gdb.gdb/complaints.exp: New file.
9955
dec43320
AC
99562002-09-18 Andrew Cagney <ac131313@redhat.com>
9957
9958 * gdb.base/maint.exp: Check `help maint internal-warning'.
9959
e70d6e3f
DC
99602002-09-18 David Carlton <carlton@math.stanford.edu>
9961
9962 * gdb.c++/m-static.exp: Remove breakpoints depending on line
9963 numbers, and replace them by a single breakpoint after the
9964 constructors are all finished.
9965 Add test 4.
9966 * gdb.c++/m-static.cc: Add test 4.
9967 * gdb.c++/m-static.h: New file.
9968 * gdb.c++/m-static1.cc: New file.
9969
9970 * gdb.c++/printmethod.exp: New file.
9971 * gdb.c++/printmethod.cc: New file.
9972
9973 * gdb.c++/pr-574.exp: New file.
9974 * gdb.c++/pr-574.cc: New file.
9975
afb5c968
CV
99762002-09-18 Corinna Vinschen <vinschen@redhat.com>
9977
9978 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
9979 embedded targets which never actually exit.
9980
31e45dee
FN
99812002-09-18 Fernando Nasser <fnasser@redhat.com>
9982
9983 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
9984 "don't step after run" as unresolved or unsupported, instead of xfail.
9985
a283c5a1
CV
99862002-09-18 Corinna Vinschen <vinschen@redhat.com>
9987
9988 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
9989 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
9990 Add newline to expected string in "step out of main (status wrapper)"
9991 case.
9992
11350d2a
CV
99932002-09-18 Corinna Vinschen <vinschen@redhat.com>
9994
9995 * lib/gdb.exp (rerun_to_main): Allow restarting application.
9996 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
9997
0deec7d6
TT
99982002-09-17 Tom Tromey <tromey@redhat.com>
9999
10000 * gdb.base/printcmds.exp (test_print_string_constants): Expect
10001 \000, not \0, in double-quoted string.
10002
b2b4a1b5
CV
100032002-09-14 Corinna Vinschen <vinschen@redhat.com>
10004
c9d37158 10005 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
10006 string after running the commands execution on breakpoint tests.
10007
1c56143a
CV
100082002-09-13 Corinna Vinschen <vinschen@redhat.com>
10009
10010 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
10011
37f8da45
JB
100122002-09-12 Joel Brobecker <brobecker@gnat.com>
10013
10014 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
10015
08b468e0
KS
100162002-09-10 Keith Seitz <keiths@redhat.com>
10017
10018 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
10019 runto proc.
10020 (mi_run_to_main): Use mi_runto.
10021 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
10022
dc360f58
KS
100232002-09-10 Keith Seitz <keiths@redhat.com>
10024
10025 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
10026 regexp for stopping at main. Could have multiple event notifications.
10027 Don't assume that main was declared with no parameters.
10028 (mi_next): Use mi_step_to.
10029 (mi_step): Use mi_next_to.
10030
ce3abcfb
CV
100312002-09-09 Corinna Vinschen <vinschen@redhat.com>
10032
10033 * gdb.base/default.exp: Fix expected string in `info float' test.
10034
d1f5b980
BE
100352002-09-09 Ben Elliston <bje@redhat.com>
10036
10037 * config/mips.exp: Update comments.
10038 * config/mips-idt.exp: Likewise.
10039 * config/nind.exp: Likewise.
10040 * config/slite.exp: Likewise.
10041 * config/sparclet.exp: Likewise.
10042 * config/udi.exp: Likewise.
10043 * config/vx.exp: Likewise.
10044 * config/vxworks29k.exp: Likewise.
10045
2f71430b
JB
100462002-09-05 Jim Blandy <jimb@redhat.com>
10047
10048 * gdb.threads/killed.exp: Fix test failure message.
10049
7ddebc7e
KS
100502002-09-04 Keith Seitz <keiths@redhat.com>
10051
10052 * lib/mi-support.exp: Update copyright.
10053 (mi_gdb_test): Increase the priority of the expected pattern
10054 so that it matches gdb_test.
10055
0ae67eb3
KS
100562002-09-03 Keith Seitz <keiths@redhat.com>
10057
10058 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
10059 Use integer comparison instead of string comparison for testing
10060 whether binary was built.
10061
38fc42c8
JB
100622002-09-03 Jim Blandy <jimb@redhat.com>
10063
10064 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
10065
b6ff0e81
JB
100662002-08-29 Jim Blandy <jimb@redhat.com>
10067
10068 * gdb.threads/pthreads.exp: Move the portable thread compilation
10069 code into a function in lib/gdb.exp, and call that from here.
10070 * lib/gdb.exp (gdb_compile_pthreads): New function.
10071
07c98896
KS
100722002-08-29 Keith Seitz <keiths@redhat.com>
10073
10074 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
10075 expect_out so that callers can get at it.
10076
0312286c
DJ
100772002-08-23 Daniel Jacobowitz <drow@mvista.com>
10078
10079 * gdb.threads/print-threads.c: New file.
10080 * gdb.threads/print-threads.exp: New file.
10081 * gdb.threads/schedlock.c: New file.
10082 * gdb.threads/schedlock.exp: New file.
10083
dd039bc4
EZ
100842002-08-22 Elena Zannoni <ezannoni@redhat.com>
10085
a9c64011
AS
10086 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
10087 not altivec.c.
dd039bc4 10088
1f36144c
MK
100892002-08-17 Mark Kettenis <kettenis@gnu.org>
10090
10091 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
10092 targets. The problem should be fixed now.
10093
16057ec7 100942002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
10095
10096 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
10097 2002-07-24 change that removes final dots from error messages.
10098
3c1499ad
TT
100992002-08-13 Tom Tromey <tromey@redhat.com>
10100
10101 * gdb.base/readline.exp: New file.
10102
a20ce2c3
AC
101032002-08-01 Andrew Cagney <ac131313@redhat.com>
10104
10105 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
10106 supress message.
10107
db034ac5
AC
101082002-08-01 Andrew Cagney <cagney@redhat.com>
10109
10110 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
10111 CHILL_FOR_TARGET and CHILL_LIB.
10112 * configure.in (configdirs): Remove gdb.chill.
10113 * configure: Regenerate.
10114 * lib/gdb.exp: Obsolete references to chill.
10115 * gdb.fortran/types.exp: Ditto.
10116 * gdb.fortran/exprs.exp: Ditto.
10117
3e000b18
KB
101182002-07-30 Kevin Buettner <kevinb@redhat.com>
10119
10120 * gdb.base/shlib-call.exp (additional_flags): Conditionally
10121 set Irix-specific compile and link flags.
10122
28f4966b
KB
101232002-07-29 Kevin Buettner <kevinb@redhat.com>
10124
10125 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
10126 source files. The ``-o'' option doesn't work with the ``-E'' option
10127 when using the Irix compiler.
10128
46c0d5a6
DJ
101292002-07-19 Daniel Jacobowitz <drow@mvista.com>
10130
10131 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
10132 Improve support for reusing an exec file. Copy exec file
10133 to target, and run gdbserver on the target instead of on the host.
10134
eecf4bed
JB
101352002-07-18 Jim Blandy <jimb@redhat.com>
10136
0f815cdf
JB
10137 * gdb.base/ending-run.exp: Don't expect to see the program end in
10138 some orderly fashion when we're running on a real stand-alone
10139 board.
10140
eecf4bed
JB
10141 * gdb.base/interrupt.exp: Correct logic for skipping tests on
10142 targets that don't support interrupts.
10143
52d309e4
JB
101442002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
10145
10146 * gdb.base/attach.exp: Add patterns to match output from /proc-based
10147 systems.
10148 Move comments in expect statements to inside the actions, so that they
10149 don't get matched against.
10150
ff683d9e
MK
101512002-07-10 Mark Kettenis <kettenis@gnu.org>
10152
10153 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
10154 function when asleep" test.
10155
b5356753
AC
101562002-07-10 Andrew Cagney <ac131313@redhat.com>
10157
10158 * gdb.base/page.exp: Rewrite to handle problems with very long
10159 `info set' output. Update copyright.
10160
6aa4d13a
AC
101612002-06-26 Andrew Cagney <ac131313@redhat.com>
10162
10163 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
10164 gdb.threads-hp.
10165 * gdb.hp/configure: Regenerate.
10166 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
10167 * gdb.hp/gdb.threads-hp/configure: Delete file.
10168 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
10169
8cf8c2b8
AC
101702002-06-22 Andrew Cagney <ac131313@redhat.com>
10171
10172 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
10173 setlocale, bindtextdomain and textdomain.
10174
6827a8f8
JB
101752002-06-11 Jim Blandy <jimb@redhat.com>
10176
919d772c
JB
10177 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
10178 preprocessor macro information is present.
10179
6827a8f8
JB
10180 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
10181 tests.
10182
c15b0d21
MS
101832002-06-06 Michael Snyder <msnyder@redhat.com>
10184
c5984d70
MS
10185 * gdb.base/overlays.exp: Record addresses of overlay
10186 functions in TCL variables rather than in GDB variables,
10187 to avoid having GDB convert them to pointers (with loss
10188 of information).
10189
d63a86f8 10190 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 10191 default linker script changes.
c15b0d21
MS
10192 * gdb.base/long_long.exp: Add check for sizeof (long double).
10193
be26fe0d
ML
101942002-06-06 Michal Ludvig <mludvig@suse.cz>
10195
10196 * gdb.asm/asm-source.exp: Add x86-64 target.
10197 * gdb.asm/x86_64.inc: New.
d63a86f8 10198
258093ca 101992002-05-30 Michael Chastain <mec@shout.net>
258093ca 10200
4b3153f1 10201 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
10202 * gdb.c++/m-static.cc: New file.
10203 * gdb.c++/m-static.exp: New file.
10204
241264c6
MS
102052002-05-28 Michael Snyder <msnyder@redhat.com>
10206
10207 * gdb.base/call-ar-st.exp: Allow for reduced floating point
10208 precision.
10209
9bba8c8f 102102002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 10211
4b3153f1 10212 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
10213 * gdb.c++/m-data.cc: New file.
10214 * gdb.c++/m-data.exp: New file.
10215
102162002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 10217
4b3153f1 10218 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 10219 * gdb.c++/try_catch.cc: New file.
d63a86f8 10220 * gdb.c++/try_catch.exp: New file.
9bba8c8f 10221
def1b996
MC
102222002-05-27 Michael Chastain <mec@shout.net>
10223
10224 * gdb.c++/local.exp: Accept more nested types in output.
10225
522ba268
MC
102262002-05-26 Michael Chastain <mec@shout.net>
10227
10228 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
10229
277254ba
MS
102302002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
10231
10232 * lib/gdb.exp (gdb_wrapper_init): Just because
10233 gdb_wrapper_file exists, this does not mean that the file
10234 should not be rebuilt. That is what gdb_wrapper_initialized
10235 is for.
10236 (default_gdb_init): Reset gdb_wrapper_initialized.
10237
b61a8733
MS
102382002-05-23 Michael Snyder <msnyder@redhat.com>
10239
d63a86f8 10240 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
10241 the precision of the floating point test results.
10242 * gdb.base/call-rt-st.exp: Ditto.
10243
b61a8733
MS
10244 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
10245 * gdb.base/call-rt-st.exp: Ditto.
10246
56f6e910
MC
102472002-05-19 Michael Chastain <mec@shout.net>
10248
10249 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
10250
ad0b0016
EZ
102512002-05-19 Elena Zannoni <ezannoni@redhat.com>
10252
a9c64011
AS
10253 * configure.in (configdirs): Add gdb.arch.
10254 * configure: Regenerate.
ad0b0016 10255
f617d2b6
JB
102562002-05-17 Jim Blandy <jimb@redhat.com>
10257
10258 * gdb.base/completion.exp: Recognize the more detailed error
10259 messages produced by the macro expander's lexical analyzer.
10260
eac2a696
EZ
102612002-05-14 Elena Zannoni <ezannoni@redhat.com>
10262
a9c64011
AS
10263 * gdb.arch/altivec-abi.c: New file.
10264 * gdb.arch/altivec-abi.exp: New file.
10265 * gdb.arch/altivec-regs.c: New file.
10266 * gdb.arch/altivec-regs.exp: New file.
eac2a696 10267
2fdde8f8
DJ
102682002-05-14 Daniel Jacobowitz <drow@mvista.com>
10269
10270 * gdb.base/maint.exp (maint print type): Update for new type
10271 structure.
d63a86f8 10272
e31f1a7c
EZ
102732002-05-14 Elena Zannoni <ezannoni@redhat.com>
10274
10275 * gdb.arch: New directory.
10276 * gdb.arch/configure.in: New file.
10277 * gdb.arch/configure: New file.
10278 * gdb.arch/Makefile.in: New file.
10279
db589741
CV
102802002-05-13 Corinna Vinschen <vinschen@redhat.com>
10281
10282 * gdb.asm/asm-source.exp: Add v850 as supported target.
10283 * gdb.asm/v850.inc: New file.
10284
8ce2a7dc
DJ
102852002-05-13 Daniel Jacobowitz <drow@mvista.com>
10286
10287 * gdb.c++/annota2.exp (annotate-quit): Add comment.
10288
df763c7f
DJ
102892002-05-12 Daniel Jacobowitz <drow@mvista.com>
10290
10291 * gdb.base/break.exp: Check 'break "marker2"'.
10292
377daeed
MS
102932002-05-10 Michael Snyder <msnyder@redhat.com>
10294
10295 * gdb.base/long_long.exp: Fix typo.
10296
c4b7bc2b
JB
102972002-05-10 Jim Blandy <jimb@redhat.com>
10298
ecac9a4e
JB
10299 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
10300 a bug.
10301
c4b7bc2b
JB
10302 * gdb.base/printcmds.exp (test_integer_literals_rejected):
10303 Recognize more detailed error message produced by the macro
10304 expander's lexical analyzer.
10305 * lib/gdb.exp (test_print_reject): Same.
10306
e71019a1
MK
103072002-05-09 Mark Kettenis <kettenis@gnu.org>
10308
10309 * gdb.c++/method.exp: Fix typo.
10310
fedfc8e6
MS
103112002-05-08 Michael Snyder <msnyder@redhat.com>
10312
166a1957
MS
10313 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
10314 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 10315 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
10316 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
10317 Add iftarget clause for strongarm.
d63a86f8 10318
f1c47eb2
MS
103192002-05-06 Michael Snyder <msnyder@redhat.com>
10320
cb9a9d3e
MS
10321 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
10322 (gdb_continue_to_end): Accept output from status wrapper.
10323 * gdb.base/ending-run.exp: Add case for output from status wrapper.
10324 Clean up fail messages to match pass messages.
10325
f1c47eb2
MS
10326 Enable the "needs_status_wrapper" testsuite feature.
10327 * lib/gdb.exp (gdb_wrapper_init): New procedure.
10328 (gdb_compile): Conditionally call gdb_wrapper_init.
10329 * gdb.base/a2-run.exp: Recognize output from status wrapper.
10330 * gdb.c++/method.exp: Recognize output from status wrapper.
10331
6079c749
BE
103322002-05-06 Ben Elliston <bje@redhat.com>
10333From Graydon Hoare <graydon@redhat.com>
10334
10335 * config/sid.exp: Include support for "rawsid" protocol.
10336
188baff3
JB
103372002-05-03 Jim Blandy <jimb@redhat.com>
10338
10339 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
10340 * gdb.c++/hang3.C: New file.
10341
b9c07f0f
AC
103422002-05-04 Andrew Cagney <ac131313@redhat.com>
10343
10344 * gdb.base/default.exp: Remove obsolete code.
10345 * gdb.c++/misc.exp: Ditto. Update copyright.
10346 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
10347 * gdb.base/whatis.exp: Ditto. Update copyright.
10348 * gdb.base/scope.exp: Ditto. Update copyright.
10349 * gdb.base/ptype.exp: Ditto. Update copyright.
10350 * gdb.base/printcmds.exp: Ditto. Update copyright.
10351 * gdb.base/opaque.exp: Ditto. Update copyright.
10352 * gdb.base/list.exp: Ditto.
10353 * gdb.base/funcargs.exp: Ditto. Update copyright.
10354 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
10355 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
10356 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
10357 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
10358 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
10359 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
10360
5c7a0397
MS
103612002-05-02 Michael Snyder <msnyder@redhat.com>
10362
d6dcc264 10363 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
10364 * gdb.base/long_long.exp: Add xscale target.
10365 * gdb.base/default.exp: Add xscale target.
10366
eb7f1c48
JB
103672002-05-01 Jim Blandy <jimb@redhat.com>
10368
10369 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
10370 gdb.c++/hang.exp: New test.
10371
a6befae8
FF
103722002-05-01 Fred Fish <fnf@redhat.com>
10373
10374 * gdb.base/completion.exp: Handle completions of "./Make" for
10375 more than one completion possibility, as is the case when we
10376 build and test in the source tree.
10377
0a310277
AG
103782002-04-29 Anthony Green <green@redhat.com>
10379
10380 * gdb.java/jmisc1.exp: New file.
10381 * gdb.java/jmisc2.exp: New file.
10382
6ff9af88
DJ
103832002-04-24 Daniel Jacobowitz <drow@mvista.com>
10384
10385 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
10386
96b3d632
EZ
103872002-04-23 Elena Zannoni <ezannoni@redhat.com>
10388
10389 * gdb.base/help.exp: Change 'help status' to allow for target
10390 dependent output differences.
10391
5019bb54
MC
103922002-04-22 Michael Chastain <mec@shout.net>
10393
10394 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
10395
a805a116
MC
103962002-04-22 Michael Chastain <mec@shout.net>
10397
10398 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
10399
a1706bfd
DM
104002002-04-17 David S. Miller <davem@redhat.com>
10401
10402 * gdb.asm/sparc64.inc: New file.
10403 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
10404
a73a20a2
EZ
104052002-04-19 Elena Zannoni <ezannoni@redhat.com>
10406
10407 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
10408 instruction file directly into the build tree. Clean up at end of
10409 test.
10410
ba678339
DM
104112002-04-18 David S. Miller <davem@redhat.com>
10412
10413 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
10414 handle 64-bit platforms correctly.
10415 * gdb.base/maint.exp: Likewise.
10416
b03399da
KB
104172002-04-18 Kevin Buettner <kevinb@redhat.com>
10418
10419 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
10420 ``-fpic'' when compiling files comprising a shared library, but
10421 it does need additional linker flags in order to find shared
10422 libraries at run time.
10423
e2004992
KB
104242002-04-18 Kevin Buettner <kevinb@redhat.com>
10425
10426 * gdb.base/cvexpr.c (use): New function.
10427 (main): Invoke use() on all global variables to prevent
10428 some linkers from deleting these otherwise unused symbols.
10429
d8937120
MC
104302002-04-17 Michael Chastain <mec@shout.net>
10431From David S. Miller <davem@redhat.com>
10432
10433 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
10434 handle 64-bit platforms correctly.
10435
ffd61a58
MS
104362002-04-12 Michael Snyder <msnyder@redhat.com>
10437From Jim Blandy <jimb@redhat.com>
a9c64011 10438 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
10439 script can handle this instead.
10440 * gdb.base/bar.c (barx): Same.
10441 * gdb.base/baz.c (bazx): Same.
10442 * gdb.base/grbx.c (grbxx): Same.
10443
10444 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
10445 manager doesn't automatically unmap overlays unnecessarily.
10446
6b8426a6
MH
104472002-04-10 Martin M. Hunt <hunt@redhat.com>
10448
10449 * gdb.base/ending-run.exp: Fix pattern for Mips targets
10450 stepping out of main.
10451
34af4875
MC
104522002-04-09 Michael Chastain <mec@shout.net>
10453
10454 * gdb.c++/local.cc (main): Move call to marker1() inside nested
10455 scope so that the nested scope tests will make sense.
10456 * gdb.c++/local.exp: Write patterns that actually work with gcc
10457 (the HP patterns "were never known to work with gcc").
10458 Keep the old aCC patterns too.
10459
2d1676a0
DJ
104602002-04-09 Daniel Jacobowitz <drow@mvista.com>
10461
10462 * gdb.base/attach.exp: Correct target board test.
10463
3a63e3f9
MC
104642002-04-08 Michael Chastain <mec@shout.net>
10465
10466 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
10467 in a const method. Add some xfail and fail cases for configurations
10468 that do not emit the "const ...".
10469
f18dabd2
MC
104702002-04-07 Michael Chastain <mec@shout.net>
10471
10472 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
10473 Accept "A * const" and "const A * const" as type of "this".
10474 Fix spelling of getFunky throughout. Make messages uniform.
10475
0fcddd82
EZ
104762002-04-07 Elena Zannoni <ezannoni@redhat.com>
10477
a9c64011 10478 Work around for PR gdb/285:
0fcddd82
EZ
10479 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
10480
16a8534a
EZ
104812002-04-07 Elena Zannoni <ezannoni@redhat.com>
10482
10483 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
10484 instructions file at run time instead of configure time.
10485 Sometimes we run the test in a directory that is not the one we
10486 configured in.
10487 * gdb.asm/configure.in: Delete creation of symlink.
10488 * gdb.asm/configure: Regenerate.
10489
24181d81
JB
104902002-04-05 J. Brobecker <brobecker@gnat.com>
10491
10492 * gdb.gdb/xfullpath.exp: New test, to exercise the new
10493 xfullpath () function.
10494
7cdb7107
DJ
104952002-04-04 Daniel Jacobowitz <drow@mvista.com>
10496
10497 * gdb.asm/Makefile.in: Correct dependencies.
10498
10499 * gdb.asm/powerpc.inc: New file.
10500 * gdb.asm/asm-source.exp: Add PowerPC.
10501 * gdb.asm/configure.in: Likewise.
10502 * gdb.asm/configure: Regenerated.
10503
a7d17088
DJ
105042002-04-04 Daniel Jacobowitz <drow@mvista.com>
10505
10506 * gdb.base/relocate.exp: New file.
10507 * gdb.base/relocate.c: New file.
10508
cd721503
FF
105092002-04-04 Fred Fish <fnf@redhat.com>
10510
10511 * gdb.base/step-test.exp: Update comment regarding stopping in
10512 memcpy/bcopy calls inserted as part of the compiler runtime.
10513
b22ad7a7
MS
105142002-04-04 Michael Snyder <msnyder@redhat.com>
10515
10516 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
10517
5f279fa6
DJ
105182002-04-03 Daniel Jacobowitz <drow@mvista.com>
10519
10520 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
10521 (gdb_expect): Remove $notransfer hack.
10522
dd0fd3ce
DJ
105232002-04-02 Daniel Jacobowitz <drow@mvista.com>
10524
10525 * gdb.c++/classes.exp ("calling method for small class"): Match
10526 updated register output.
10527
1e50cda1
DJ
105282002-03-30 Daniel Jacobowitz <drow@mvista.com>
10529
10530 Fix PR gdb/452
10531 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
10532 when finished. Make gdb_file_cmd send "exec-file" when
10533 appropriate.
10534
24015922
DJ
105352002-03-30 Daniel Jacobowitz <drow@mvista.com>
10536
10537 * gdb.base/attach.exp: Remove extra setup_xfail.
10538
dd7dfd64
MS
105392002-03-26 Michael Snyder <msnyder@redhat.com>
10540
10541 * gdb.base/default.exp: Add tests for dump, append, and restore.
10542 * gdb.base/help.exp: Add tests for dump, append, and restore.
10543 * gdb.base/dump.exp: New file, test dump, append and restore.
10544 * gdb.base/dump.c: New file.
10545
48b2f8d7
MS
105462002-03-27 Michael Snyder <msnyder@redhat.com>
10547
d63a86f8 10548 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
10549 clean-ups in help messages.
10550
05b4d525
FF
105512002-03-26 Fred Fish <fnf@redhat.com>
10552
10553 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
10554 have debugging info for those functions and the compiler uses them
10555 internally to copy structs around.
10556
d7679631
FF
105572002-03-26 Fred Fish <fnf@redhat.com>
10558
10559 * gdb.base/list.exp: Revert the change made yesterday and add note
10560 about why we don't list the default lines for remote targets.
10561
523ac3f9
MS
105622002-03-25 Michael Snyder <msnyder@redhat.com>
10563
10564 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
10565
754b2b8d
FF
105662002-03-25 Fred Fish <fnf@redhat.com>
10567
10568 * gdb.base/list.exp: This test works on remote targets so remove
10569 the short circuit for remote targets. Update copyright.
10570
33c3e192
FF
105712002-03-25 Fred Fish <fnf@redhat.com>
10572
10573 * gdb.base/attach.exp: Fix logic error that was suppressing this
10574 test for all non hppa*-*-hpux* targets, instead of the hp target.
10575 Move comments closer to the suppression point. Also now need to
10576 check that we are running natively.
10577
d43e73ee
MS
105782002-03-22 Michael Snyder <msnyder@redhat.com>
10579
882c8f02
MS
10580 * gdb.base/default.exp: Add test for gcore. Update copyright.
10581 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 10582
04c12f60
FF
105832002-03-06 Fred Fish <fnf@redhat.com>
10584
10585 * gdb.base/funcargs.c: Remove extraneous ';' character.
10586 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
10587
b43df995
MC
105882002-03-04 Michael Chastain <mec@shout.net>
10589
10590 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
10591 accommodate gcc v3 function signature.
10592 * gdb.mi/mi0-var-cmd-exp: Ditto.
10593
92362027
AC
105942002-02-24 Andrew Cagney <ac131313@redhat.com>
10595
10596 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
10597 ``GNU/Linux'' or ``Linux kernel''
10598 * testsuite/gdb.threads/pthreads.c: Ditto.
10599
258ad32d
MC
106002002-02-24 Michael Chastain <mec@shout.net>
10601
10602 * gdb.threads/pthreads.c (thread1): Add a return statement.
10603 (thread2): Likewise.
10604 (foo): Likewise.
10605
04c3b3d4
MC
106062002-02-23 Michael Chastain <mec@shout.net>
10607
10608 * gdb.threads/linux-dp.c (philosopher): Add a return statement
10609 to placate gcc.
10610
5a2a0a20
MC
106112002-02-23 Michael Chastain <mec@shout.net>
10612
10613 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
10614 test "ptype bint". The test passes on all my stabs configurations.
10615
a640f7fc
JB
106162002-02-21 Jim Blandy <jimb@redhat.com>
10617
27924826
JB
10618 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
10619 filename at a time, and watch for the ones we want to see.
10620
a640f7fc
JB
10621 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
10622 types of pointers to prototyped functions.
10623
edcc8c75
AC
106242002-02-20 Andrew Cagney <ac131313@redhat.com>
10625
10626 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
10627 signed, unsigned and straight char.
10628 (padding_char, padding_short, padding_int, padding_long,
10629 padding_long_long, padding_float, padding_double,
10630 padding_long_double): New global variables.
10631 (fill, fill_structs): New functions.
10632
10633 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
10634 for correctly sized writes. Update copyright.
10635 (get_valueof): New procedure.
10636 (get_sizeof): Call get_valueof.
10637 (check_valueof): New procedure.
10638 (check_padding): New procedure.
10639
ac57ea44
MC
106402002-02-20 Michael Chastain <mec@shout.net>
10641
10642 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
10643 to setup_xfail. Document some of the remaining calls.
10644
7a10c941
MC
106452002-02-18 Michael Chastain <mec@shout.net>
10646
10647 * gdb.c++/userdef.exp: Update copyright year.
10648
fb8acdcc
DJ
106492002-02-18 Daniel Jacobowitz <drow@mvista.com>
10650
10651 * gdb.c++/userdef.exp: Test overloaded operators properly.
10652 Remove xfails.
10653
fda6ae12
MS
106542002-02-14 Michael Snyder <msnyder@redhat.com>
10655
10656 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
10657
676a0442
DJ
106582002-02-14 Daniel Jacobowitz <drow@mvista.com>
10659
10660 * gdb.base/a2-run.exp: Check for a remote target properly.
10661 * gdb.base/annota1.exp: Likewise.
10662 * gdb.base/list.exp: Likewise.
10663 * gdb.base/reread.exp: Likewise.
10664 * gdb.base/scope.exp: Likewise.
10665 * gdb.base/shlib-call.exp: Likewise.
10666 * gdb.base/term.exp: Likewise.
10667 * gdb.c++/annota2.exp: Likewise.
10668
78b4f468
RE
106692002-02-13 Richard Earnshaw <rearnsha@arm.com>
10670
10671 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
10672
9a81ba51
MC
106732002-02-10 Michael Chastain <mec@shout.net>
10674
10675 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
10676 (call_after_alloca): Ditto.
10677
004af6c7
DJ
106782002-02-10 Daniel Jacobowitz <drow@mvista.com>
10679
10680 * gdb.base/ending-run.exp: Guard "cont" test with
10681 gdb_skip_stdio_test.
10682
37225f62
JB
106832002-02-06 Jim Blandy <jimb@redhat.com>
10684
10685 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
10686 from here...
10687 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
10688 To here. Disable this test on non-HP platforms. Add big comment.
10689
fe6fdd96
MS
106902002-02-04 Michael Snyder <msnyder@redhat.com>
10691
10692 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
10693 other than d10v and m32r.
10694
036fad3f
RE
106952002-02-02 Richard Earnshaw <rearnsha@arm.com>
10696
10697 * gdb.base/default.exp: Rewrite test patterns to reduce time
10698 taken to match them.
10699
7148ab62
DJ
107002002-01-30 Daniel Jacobowitz <drow@mvista.com>
10701
10702 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
10703 Allow a start function above main.
10704 * gdb.threads/linux-dp.exp: Fix copyright date.
10705
396cc255
DJ
107062002-01-30 Daniel Jacobowitz <drow@mvista.com>
10707
a9c64011
AS
10708 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
10709 (check_philosopher_stack): Check for manager thread before checking
10710 for a just-starting thread.
396cc255 10711
f038d31b
DJ
107122002-01-30 Daniel Jacobowitz <drow@mvista.com>
10713
10714 From Neil Booth <neil@daikokuya.demon.co.uk>:
10715 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
10716 warnings.
10717
b3ff9d9a
FF
107182002-01-21 Fred Fish <fnf@redhat.com>
10719
10720 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
10721 not caller.
10722
39ad761d
JB
107232002-01-21 Jim Blandy <jimb@redhat.com>
10724
10725 * gdb.base/reread.exp: Check that GDB properly re-reads the
10726 executable file when it changes while no inferior is running.
10727
aaf320fa
FF
107282002-01-21 Fred Fish <fnf@redhat.com>
10729
a9c64011
AS
10730 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
10731 optionally accept the "shlib events" variation.
aaf320fa 10732
808a31f5
JB
107332002-01-21 Jim Blandy <jimb@redhat.com>
10734
10735 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
10736 call `fflush' after every `printf', so that the output is produced
10737 at predictable points, regardless of whatever buffering does (or
10738 doesn't) take place.
10739 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
10740 at different points.
10741
4420d5e2
DJ
107422002-01-20 Daniel Jacobowitz <drow@mvista.com>
10743
10744 * gdb.c++/inherit.exp: Update copyright years.
10745 * gdb.c++/method.exp: Likewise.
10746
3e36a0f4
DJ
107472002-01-20 Daniel Jacobowitz <drow@mvista.com>
10748
10749 * gdb.c++/classes.exp: Update for improved v3 support and skipping
10750 artificial methods/arguments.
10751 * gdb.c++/derivation.exp: Likewise.
10752 * gdb.c++/inherit.exp: Likewise.
10753 * gdb.c++/method.exp: Likewise.
10754 * gdb.c++/virtfunc.exp: Likewise.
10755
b4ceaee6
AC
107562002-01-18 Andrew Cagney <ac131313@redhat.com>
10757
10758 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
10759 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
10760 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
10761 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
10762 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
10763 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
10764
ecace851
JB
107652002-01-17 Jim Blandy <jimb@redhat.com>
10766
10767 * gdb.asm/asm-source.exp (info symbol): Take another shot at
10768 anchoring the pattern matching the entry point symbol's name.
10769
375fc983
AC
107702002-01-17 Andrew Cagney <ac131313@redhat.com>
10771
10772 * gdb.base/maint.exp: Update ``maint internal-error'' to match
10773 continue/quit query. Update copyright.
10774
fe6fdd96
MS
107752002-01-14 Michael Snyder <msnyder@redhat.com>
10776
10777 * gdb.base/gcore.exp: Remove extra debugging output.
10778
e017c81f
DJ
107792002-01-13 Daniel Jacobowitz <drow@mvista.com>
10780
10781 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
10782 for slightly dubious v2 mangled string.
10783
37ab3bf8
DJ
107842002-01-13 Daniel Jacobowitz <drow@mvista.com>
10785
10786 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
10787
1bc05c3a 107882002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 10789
1bc05c3a 10790 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 10791
1bc05c3a
JM
10792 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
10793 constructors.
10794 * gdb.c++/derivation.exp: Likewise.
10795 * gdb.c++/templates.exp: Likewise.
10796 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 10797
1bc05c3a
JM
107982002-01-10 Michael Snyder <msnyder@redhat.com>
10799
10800 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 10801
a911c360
MS
108022002-01-08 Michael Snyder <msnyder@redhat.com>
10803
10804 * gdb.base/gcore.exp: New test for generate-core-file command.
10805 * gdb.base/gcore.c: Testcase for above.
10806 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
10807
ea2119ec
JM
108082002-01-08 Jason Merrill <jason@redhat.com>
10809
10810 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
10811
68203136
FF
108122002-01-07 Fred Fish <fnf@redhat.com>
10813
10814 * gdb.c++/overload.exp: Remove unconditional xfails for:
10815 print foo_instance1.overloadargs(1)
10816 print foo_instance1.overloadargs(1, 2)
10817 print foo_instance1.overloadargs(1, 2, 3)
10818 print foo_instance1.overloadargs(1, 2, 3, 4)
10819 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
10820 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
10821 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
10822 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
10823 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
10824 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
10825 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
10826 print foo_instance1.overload1arg()
10827 print foo_instance1.overload1arg((char)arg2)
10828 print foo_instance1.overload1arg((signed char)arg3)
10829 print foo_instance1.overload1arg((unsigned char)arg4)
10830 print foo_instance1.overload1arg((int)arg7)
10831 print foo_instance1.overload1arg((unsigned int)arg8)
10832 print foo_instance1.overload1arg((float)arg11)
10833 print foo_instance1.overload1arg((double)arg12)
d63a86f8 10834
21b9b5b1
MS
108352002-01-07 Michael Snyder <msnyder@redhat.com>
10836
10837 * gdb.base/huge.exp: New test. Print a very large target data object.
10838 (skip_huge_test): New test variable. Define if you want to skip this
10839 test. The test reads an 8 megabyte data object from the target, so it
10840 might be very time consuming on remote targets with a slow connection.
10841 * gdb.base/huge.c: New file. Test case for above.
10842
725f922e
FF
108432002-01-07 Fred Fish <fnf@redhat.com>
10844
10845 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
10846 g_instance.bfoo, and g_instance.cfoo.
10847
634d57ec
JL
10848Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
10849
f286b2c3
JL
10850 * gdb.base/break.c (multi_line_if_conditional): New function.
10851 (multi_ilne_while_conditional): Likewise.
10852 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
10853 IF or WHILE condition puts the breakpoint at the start of
10854 the condition.
10855
634d57ec
JL
10856 * gdb.base/selftest.exp (backtrace through signal handler): Remove
10857 hppa*-*-hpux* expected failure.
10858 * gdb.base/structs.exp (do_function_calls): Similarly.
10859
10860 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
10861 watchpoints.
10862
9fbfe2dc
AC
108632002-01-06 Andrew Cagney <ac131313@redhat.com>
10864
10865 Fix PR gdb/66.
10866 * gdb.base/structs.exp: Replace skip for a29k with skip for
10867 gdb,cannot_call_functions.
10868 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
10869 * gdb.base/callfuncs.exp: Ditto.
10870 * gdb.base/call-rt-st.exp: Ditto.
10871 * gdb.base/call-strs.exp: Ditto.
10872 * gdb.base/callfwmall.exp: Ditto.
10873 * gdb.base/scope.exp: Obsolete xfail a29k.
10874 * gdb.c++/misc.exp: Ditto.
10875 * gdb.c++/cplusfuncs.exp: Ditto.
10876 * gdb.base/ptype.exp: Ditto.
10877 * gdb.base/printcmds.exp: Ditto.
10878 * gdb.base/opaque.exp: Ditto.
10879 * gdb.base/list.exp: Ditto.
10880 * gdb.base/funcargs.exp: Ditto.
10881 * gdb.base/default.exp: Ditto.
10882
8ddad156
MS
108832002-01-04 Michael Snyder <msnyder@redhat.com>
10884
ca4976a6 10885 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
10886 * gdb.base/maint.exp: Add tests for maint info sections options.
10887
1b074332
JL
10888Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
10889
10890 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
10891
7d159115
CV
108922001-12-20 Corinna Vinschen <vinschen@redhat.com>
10893
10894 * gdb.asm/arm.inc: New file.
10895 * gdb.asm/asm-source.exp: Add arm targets.
10896 * gdb.asm/configure.in: Ditto.
10897 * gdb.asm/configure: Recreated from configure.in.
10898
8fb87725
JL
10899Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
10900
afabe08c
JL
10901 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
10902 with HP's compiler.
10903 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
10904 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
10905 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
10906 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
10907
10908 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
10909 either HP's compilers or GCC.
10910
db521deb
JL
10911 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
10912 a SIGBUS or SIGSEGV.
10913
10914 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
10915
10916 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
10917 can be compiled with either HP's compiler or GCC.
10918
cfa88ab7
JL
10919 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
10920 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
10921 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
10922
ca344dff
JL
10923 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
10924 to match current gdb output. Update due to using auto-solib-limit
10925 for limiting instead of overloading auto-solib-add.
10926 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
10927 test program.
10928
3f3c6e55 10929 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
10930 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
10931 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
10932 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
10933 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
10934 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
10935 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
10936 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
10937 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
10938 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
10939 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
10940 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
10941 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 10942
8fb87725
JL
10943 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
10944 a SIGTRAP to the inferior.
10945
cf599fa7
CV
109462001-12-19 Corinna Vinschen <vinschen@redhat.com>
10947
10948 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
10949 Substitute call to target_link by call to gdb_compile.
10950
2cd045cd
JL
10951Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
10952
a9c64011
AS
10953 * gdb.base/break.exp: Fix HP specific search string when testing
10954 backtracing in a called function.
2cd045cd 10955
a9c64011
AS
10956 * gdb.base/constvars.exp: Only set lang to C++ if we're
10957 compiling the test with HP's compilers.
10958 * gdb.base/volatile.exp: Similarly.
2cd045cd 10959
99ebe9ac
JB
109602001-12-19 Jim Blandy <jimb@redhat.com>
10961
10962 * gdb.base/printcmds.exp: Expect the null character to be printed
10963 as '\0', and the '\013' to be printed as '\v'.
10964 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
10965 * gdb.base/setvar.exp: Same.
10966
b9891b29
JB
109672001-12-17 Jim Blandy <jimb@redhat.com>
10968
0eba65ab
JB
10969 * gdb.base/completion.exp: Rather than completing very long
10970 filenames, which can make the readline library produce output we
10971 don't recognize, cd to the directory first, and then complete
10972 using nice, short relative paths.
10973
6970b5b1
JB
10974 * gdb.base/completion.exp: On some systems, there is, in fact, a
10975 variable named `b' in scope, since GDB treats all static
a9c64011
AS
10976 variables as being in scope. So use `no_var_named_this'
10977 instead of `b'.
6970b5b1 10978
b9891b29
JB
10979 * gdb.base/corefile.exp: Recognize the message saying that GDB
10980 can't find the core file's registers as a failure.
10981
e6ccd35f
JSC
109822001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
10983
a9c64011
AS
10984 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
10985 test expect string more specific.
e6ccd35f 10986
105ba819
CV
109872001-12-13 Corinna Vinschen <vinschen@redhat.com>
10988
10989 * gdb.asm/asm-source.exp: Add support for xstormy16.
10990 * gdb.asm/configure.in: Ditto.
10991 * gdb.asm/configure: Rebuild.
10992 * gdb.asm/xstormy16.inc: New file.
10993
e9e79dd9
FF
109942001-12-10 Fred Fish <fnf@redhat.com>
10995
10996 * gdb.base/maint.exp: Update to match changes in type dumping code.
10997
347dc97d
JB
109982001-12-10 Jim Blandy <jimb@redhat.com>
10999
11000 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
11001 matching the entry point symbol's name at the beginning of the
11002 line.
11003
5178b9d6
DJ
110042001-12-07 Daniel Jacobowitz <drow@mvista.com>
11005
11006 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
11007 gdb.c++/inherit.exp, gdb.c++/method.exp,
11008 gdb.c++/namespace.exp, gdb.c++/templates.exp,
11009 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
11010 and class layout support.
11011
af890c52
DJ
110122001-12-07 Daniel Jacobowitz <drow@mvista.com>
11013
11014 * gdb.c++/classes.exp: Add test for static member function.
11015 * gdb.c++/misc.cc: Add class with static member function.
11016
7a345fb3
JB
110172001-12-07 Jim Blandy <jimb@redhat.com>
11018
f2e54a80 11019 If GDB says it can't find the struct the function returned, report
8032bf31
JB
11020 those tests as `unsupported'.
11021 * gdb.base/call-rt-st.exp (print_struct_call): New function.
11022 Rewrite subsequent tests to use it.
11023
11024 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
11025 those tests as `unsupported'.
11026 * gdb.base/structs.exp (call_struct_func): New function.
11027 (do_function_calls): Use call_struct_func to call the functions
11028 returning structs.
11029
0bc69509
JB
11030 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
11031 whether functions are prototyped or not, so we can't possibly pass
11032 arguments to t_float_values2 properly.
11033
7a345fb3
JB
11034 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
11035 value of `timeout' for targets other than the mips*tx39-*.
11036
edb6ede1
MS
110372001-12-06 Michael Snyder <msnyder@redhat.com>
11038
d63a86f8 11039 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
11040 and detect whether the start symbol has a leading underscore.
11041
2d842f13
JB
110422001-12-04 Jim Blandy <jimb@redhat.com>
11043
11044 * gdb.base/completion.exp: Clarify indentation.
11045
68550daf
JB
110462001-12-03 Jim Blandy <jimb@redhat.com>
11047
11048 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
11049 variables on the S/390, not `.word'.
11050
cd5195a8
JB
110512001-11-30 Jim Blandy <jimb@redhat.com>
11052
11053 Add assembly-source tests for s390-ibm-linux.
11054 * gdb.asm/s390.inc: New file.
11055 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
11056 the S/390 architecture.
a9c64011 11057 * gdb.asm/configure: Regenerated.
cd5195a8 11058
ca9efc90
MS
110592001-11-30 Michael Snyder <msnyder@redhat.com>
11060
11061 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
11062 next, info source, info sources, info line, global and static
11063 variables, and static functions.
11064 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
11065 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
11066 * gdb.asm/asmsrc1.s: Add a static function and some variables.
11067 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
11068 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
11069 (gdbasm_leave): Restore frame pointer.
11070 (gdbasm_startup): Copy stack set-up from crt0.S.
11071
d0e66976
FN
110722001-11-26 Fernando Nasser <fnasser@redhat.com>
11073
11074 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
11075 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
11076 to a local (non-static) variable. Copy tstruct.a to a static buffer
11077 and return a pointer to that buffer.
11078 * gdb.base/callfwmall.c (t_structs_a): Ditto.
11079
e2334072
MK
110802001-11-24 Mark Kettenis <kettenis@gnu.org>
11081
11082 * gdb.asm/configure.in: Fix recognition of ix86 target.
11083 * gdb.asm/configure: Regenerate.
11084
756caa3d
MS
110852001-11-21 Michael Snyder <msnyder@redhat.com>
11086
11087 * gdb.asm/sparc.inc: New file.
11088 * gdb.asm/asm-source.exp: Recognize sparc target.
11089 * gdb.asm/configure.in: Recognize sparc target.
11090 * gdb.asm/configure: Regenerate.
d63a86f8 11091
9a4d72d5
MS
110922001-11-21 Michael Snyder <msnyder@redhat.com>
11093
11094 * gdb.asm/m32r.inc: New file.
11095 * gdb.asm/asm-source.exp: Recognize m32r target.
11096 * gdb.asm/configure.in: Recognize m32r target.
11097 * gdb.asm/configure: Regenerate.
11098
a773d1cd
MS
110992001-11-20 Michael Snyder <msnyder@redhat.com>
11100
017ac23d
MS
11101 * gdb.asm/i386.inc: New file.
11102 * gdb.asm/asm-source.exp: Recognize ix86 target.
11103 * gdb.asm/configure.in: Recognize ix86 target.
11104 * gdb.asm/configure: Regenerate.
11105
a773d1cd
MS
11106 * gdb.c++/namespace.exp: Fix quotes in output messages.
11107
bb632afb
MS
111082001-11-14 Michael Snyder <msnyder@redhat.com>
11109
25d559ca 11110 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
11111 qualifier in a type cast expression, to designate an address
11112 in the instruction space (Harvard architecture).
11113
4749e309
MS
111142001-11-13 Michael Snyder <msnyder@redhat.com>
11115
11116 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
11117 Tests for expressions using 'const' and 'volatile'.
11118
25050984
CV
111192001-11-13 Corinna Vinschen <vinschen@redhat.com>
11120
11121 * gdb.asm/asm-sources.exp: Allow defining linker flags.
11122
1902c51f
DJ
111232001-11-12 Daniel Jacobowitz <drow@mvista.com>
11124
11125 * lib/mi-support.exp (mi_run_to_helper): Move comments
11126 outside of gdb_expect.
11127
dcf95b47
DJ
111282001-11-11 Daniel Jacobowitz <drow@mvista.com>
11129
11130 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
11131 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
11132 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
11133 mi0_run_to): New functions.
11134 * gdb.mi/mi-simplerun.exp: Use them.
11135 * gdb.mi/mi0-simplerun.exp: Likewise.
11136 * gdb.mi/mi-var-cmd.exp: Likewise.
11137 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 11138
45b074e1
AC
111392001-11-10 Andrew Cagney <ac131313@redhat.com>
11140
11141 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
11142 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
11143
bf50d346
AC
111442001-11-09 Andrew Cagney <ac131313@redhat.com>
11145
11146 * gdb.base/restore.exp: Include $expected value in restored test
11147 message.
11148
9383332c
AC
111492001-11-09 Andrew Cagney <ac131313@redhat.com>
11150
11151 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
11152 implemented.
11153
db62520a
MS
111542001-11-08 Michael Snyder <msnyder@redhat.com>
11155
11156 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
11157 Add pass/fail message for stop at breakpoint in call dummy function.
11158
b5703437
MS
111592001-11-07 Michael Snyder <msnyder@redhat.com>
11160
d63a86f8
RM
11161 * gdb.c++/templates.exp (test_template_breakpoints):
11162 If we get an overload menu, but it does not match what
760f6330 11163 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
11164 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
11165 making the whitespace optional. Argument for "new" may be
11166 "unsigned" as well as "unsigned int/long".
d63a86f8 11167 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
11168 making the whitespace optional. Also replace "(void) with
11169 "((void|)), making the keyword "void" optional.
d63a86f8 11170 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
11171 making the whitespace optional. Also replace "(void) with
11172 "((void|)), making the keyword "void" optional.
3bf40917
MS
11173 * gdb.base/callfuncs.c (t_float_values): This function must
11174 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 11175 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
11176 can be tested against both cases. Usually one case involves
11177 promotion of float to double, while the other does not.
11178 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
11179 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
11180 includes a stack frame for "start".
11181
c8ab4e6d
JB
111822001-11-05 Jim Blandy <jimb@redhat.com>
11183
11184 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
11185 pointers are 32 bits long, and that offsets of relocs are always
11186 stored in the data (REL-style), and not in the reloc entry itself
11187 (RELA-style).
11188 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
11189 stabs.
11190
3f08ced9
MS
111912001-11-01 Michael Snyder <msnyder@redhat.com>
11192
11193 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
11194 and regular expression operators by using quoting.
11195
cbfa24cd
MS
111962001-10-31 Michael Snyder <msnyder@redhat.com>
11197
11198 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
11199 depending on what the symbol table contains.
11200 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
11201 the output of the ptype command. Similarly, accept both "const &"
11202 and "const&".
11203
aaa68313
CV
112042001-10-31 Corinna Vinschen <vinschen@redhat.com>
11205
11206 * gdb.base/miscexprs.c (main): Add usage of preprocessor
11207 symbol `STORAGE' to allow to choose the storage class of
11208 the local datastructures.
11209 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
11210 compiler directive.
11211
91740388
MS
112122001-10-30 Michael Snyder <msnyder@redhat.com>
11213
11214 * gdb.base/jump.exp: Allow it to run for all targets.
11215
1b7c05e7
CV
112162001-10-29 Corinna Vinschen <vinschen@redhat.com>
11217
11218 * gdb.base/call-ar-st.c (print_double_array): Match for loop
11219 with new double_array size.
11220 (main): Change storage class of all local variables to static.
11221 Reduce size of double_array to 9.
11222 * gdb.base/call-ar-st.exp: Increase timeout value.
11223 Change expected output for double array to match new size in
11224 call-ar-st.c.
11225
36a22261
CV
112262001-10-29 Corinna Vinschen <vinschen@redhat.com>
11227
11228 * gdb.base/ending-run.exp: Create identical output when passing
11229 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 11230 Stormy16 target.
36a22261 11231
92b8ae91
MK
112322001-10-28 Mark Kettenis <kettenis@gnu.org>
11233
11234 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
11235 that we catch the expected failure under Linux/x86.
11236
cb135b83
OF
112372001-10-29 Orjan Friberg <orjanf@axis.com>
11238
11239 * gdb.base/setvar.exp: Escape curly braces.
11240 * gdb.stabs/weird.exp: Ditto.
11241
6884aa54
DJ
112422001-10-27 Daniel Jacobowitz <drow@mvista.com>
11243
11244 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
11245 * gdm.mi/mi0-hack-cli.exp: Likewise.
11246
0398c9aa
AC
112472001-10-25 Andrew Cagney <ac131313@redhat.com>
11248
11249 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
11250 messages.
11251
d20bf2e8
AC
112522001-10-21 Andrew Cagney <ac131313@redhat.com>
11253
11254 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
11255 checking MI enabled.
11256
03dd63aa
CV
112572001-10-09 Corinna Vinschen <vinschen@redhat.com>
11258
11259 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
11260
1d9d99f3
FCE
112612001-10-04 Frank Ch. Eigler <fche@redhat.com>
11262
11263 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
11264 if gdb child process crashes, just signal an error.
11265
838ae6c4
JB
112662001-10-02 Jim Blandy <jimb@redhat.com>
11267
11268 * lib/gdb.exp (test_xfail_format): Simplify.
11269
11270 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
11271 front of the variable name `format'. Simplify `if'.
11272
8f0cbc1c
DJ
112732001-10-01 Daniel Jacobowitz <drow@mvista.com>
11274
11275 * gdb.threads/pthreads.exp: Wait for output and delay
11276 before sending ^C.
11277
1f08dafd
DJ
112782001-10-01 Daniel Jacobowitz <drow@mvista.com>
11279
11280 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
11281 some incorrect output instead of timing out.
11282 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
11283
674f90ff
CV
112842001-09-28 Corinna Vinschen <vinschen@redhat.com>
11285
11286 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
11287 check to allow additional `int'.
11288
9b284272
DJ
112892001-09-27 Daniel Jacobowitz <drow@mvista.com>
11290
11291 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
11292 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
11293
b55a4771
MS
112942001-09-27 Michael Snyder <msnyder@redhat.com>
11295
11296 * lib/gdb.exp (test_debug_format): New proc.
11297 (setup_xfail_format): Use new proc test_debug_format.
11298 * gdb.base/constvars.exp (local_compiler_xfail_check): New
11299 proc; use new service proc test_debug_format.
11300 Replace all other "gcc_compiled" tests with this test.
11301 * gdb.base/volatile.exp (local_compiler_xfail_check): New
11302 proc; use new service proc test_debug_format.
11303 Replace all other "gcc_compiled" tests with this test.
11304
113052001-09-27 Michael Snyder <msnyder@redhat.com>
11306
11307 * gdb.base/cvexpr.exp: New file.
11308 * gdb.base/cvexpr.c: New file
11309 Test for expressions using const and volatile keywords.
11310
4e6667ac
CV
113112001-09-26 Corinna Vinschen <vinschen@redhat.com>
11312
11313 * gdb.base/constvars.exp: Check for different orders of keywords
11314 and additional "int" strings in output.
11315
4f337972
AC
113162001-09-22 Andrew Cagney <ac131313@redhat.com>
11317
11318 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
11319 responses from "help maint".
11320
2015650d
FCE
113212001-09-19 Frank Ch. Eigler <fche@redhat.com>
11322
11323 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
11324 to localhost:NNN instead of :NNN, in case Xvfb is listening
11325 only on TCP.
11326
f3bcedc1
CV
113272001-09-19 Corinna Vinschen <vinschen@redhat.com>
11328
11329 * gdb.base/recurse.exp: When checking leaving the watchpoint
11330 scope, recognize when gdb is in function's epilogue and pass.
11331
6b819c92
KS
113322001-09-18 Keith Seitz <keiths@redhat.com>
11333
11334 * lib/insight-support.exp (_gdbtk_export_target_info): Add
11335 support for running tests against sid targets.
11336 (gdbtk_done): Ditto.
11337
a10c9419
CV
113382001-09-18 Corinna Vinschen <vinschen@redhat.com>
11339
11340 * gdb.base/ending-run.c (main): Set stdout buffersize
11341 to the same reasonable value for any target.
11342 * gdb.base/ending-run.exp: Add a regular expression
11343 to make testsuite happy on Sanyo Stormy16 target.
11344
739d0d99
CV
113452001-09-17 Corinna Vinschen <vinschen@redhat.com>
11346
11347 * gdb.base/display.c (do_loops): Add float variable `f'.
11348 Increment f in loop.
11349 * gdb.base/display.exp: Increment timeout by 60 seconds.
11350 Change float display test to use variable `f'.
11351
1b8947f0
JB
113522001-09-17 Jim Blandy <jimb@redhat.com>
11353
11354 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
11355 overflowing the limited breakpoint tables on some ROM monitors
11356 (like the ROM68K).
11357
9890ac81
FCE
113582001-09-15 Frank Ch. Eigler <fche@redhat.com>
11359
11360 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
11361 the "-ac" (disable access control) flag.
11362
6db765ea
JH
113632001-08-30 Jeff Holcomb <jeffh@redhat.com>
11364
11365 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
11366 ints.
11367
4c32cc04
KS
113682001-08-30 Keith Seitz <keiths@redhat.com>
11369
11370 * lib/gdb.exp: Move all insight-related functionality into
11371 separate file.
11372 * lib/insight-support.exp: New file.
11373
8d6e6f81
FCE
113742001-08-29 Frank Ch. Eigler <fche@redhat.com>
11375
11376 * config/sid.exp (sid_start): Never set sid verbosity; disable
11377 expect_background {} that consumed its stdout; tolerate </dev/null.
11378 Attempt to set endianness override in "sid" protocol mode. Cleanup.
11379
6a90e1d0
AC
113802001-08-18 Andrew Cagney <ac131313@redhat.com>
11381
11382 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
11383 CLI jump command to start it.
11384 (mi_run_to_main): Fail immediatly when unexpected output.
11385
1759b3c3
AC
113862001-08-18 Andrew Cagney <ac131313@redhat.com>
11387
11388 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
11389 beginning of function. Fix PR gdb/191.
11390
61d11d80
FCE
113912001-08-16 Frank Ch. Eigler <fche@redhat.com>
11392
11393 * config/sid.exp (sid_start): Don't warn if we cannot figure out
11394 what to force sid endianness to.
11395
942a4df2
KS
113962001-08-15 Keith Seitz <keiths@redhat.com>
11397
11398 * lib/gdb.exp (gdbtk_start): Don't set environment
11399 variables for TCL_LIBRARY and friends. Insight will
11400 now figure these out for itself.
11401
0521c418
MS
114022001-08-02 Michael Snyder <msnyder@redhat.com>
11403
11404 * gdb.base/completion.exp: Remove the symbol "a64l" from
11405 the expect string; this is target-specific, and not related
11406 to what is being tested.
11407
74a9a58a
DB
114082001-08-02 Dave Brolley <brolley@redhat.com>
11409
11410 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
11411
c70819fa
MS
114122001-07-25 Michael Snyder <msnyder@redhat.com>
11413
c2b8fa57
MS
11414 * gdb.base/consecutive.exp: New file. Test stepping over
11415 breakpoints on consecutive instructions.
11416 * gdb.base/consecutive.c: New file.
11417
c70819fa
MS
11418 * gdb.base/call-rt-st.exp: Use double-backslash to quote
11419 curly braces in regular expressions.
11420
2b1a1355
MS
114212001-07-25 Michael Snyder <msnyder@redhat.com>
11422
11423 * gdb.base/ending-run.exp: Accept "Program exited normally" as
11424 legitimate output from stepping out of main.
11425
413eca6f
KS
114262001-07-22 Keith Seitz <keiths@redhat.com>
11427
11428 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
11429 the empty string, do not run the tests.
11430
7e5a9322
SC
114312001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11432
11433 * gdb.base/long_long.exp: Detect size of pointer. Take into
11434 account 2-byte pointers when testing for p/a results.
11435
de58f10f
SC
114362001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11437
d63a86f8 11438 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
11439 and defined to 1K for m68hc11.
11440 (random_data): Reduce table to 1K for embedded platforms (68hc11).
11441 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
11442 (sizeof_random_data): New variable to tell the size of the data table;
11443 don't test past this size; always run to main.
11444
d6f5fea1
SC
114452001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11446
11447 * gdb.base/return2.exp: return of long long and double fails for
11448 68HC11; don't execute these tests on that platform.
11449 * gdb.base/return.exp: Return of a double fails for 68hc11.
11450
c477543d
SC
114512001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11452
11453 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
11454 tests that print a float.
11455 * call-rt-st.exp: Likewise.
11456
63cf1c79
MK
114572001-07-12 Mark Kettenis <kettenis@gnu.org>
11458
11459 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
11460 running this test on Linux.
11461
112f9ab5
MC
114622001-06-24 Michael Chastain <chastain@redhat.com>
11463
11464 * gdb.base/arithmet.exp: Remove some tests to make all test names
11465 unique.
11466
4970cb0f
MS
114672001-07-03 Michael Snyder <msnyder@redhat.com>
11468
11469 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
11470 the output of the ptype command.
11471
d85da69f
MS
114722001-07-02 Michael Snyder <msnyder@redhat.com>
11473
4c8a82de
MS
11474 * gdb.base/completion.exp: Don't assume that break.c is the only
11475 source file that may contain functions named "marker".
d85da69f
MS
11476 * gdb.base/corefile.exp: Quote the curly braces in regexp.
11477
8afc772b
AC
114782001-06-28 Andrew Cagney <ac131313@redhat.com>
11479
11480 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
11481 of files to delete.
11482
11483 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
11484 * gdb.disasm/h8300s.exp: New file.
11485 gdb.disasm/h8300s.s: Likewise.
11486
cff22675
AC
114872001-06-27 Andrew Cagney <ac131313@redhat.com>
11488
11489 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
11490 empty breakpoint tables.
11491
68c81b54
AC
114922001-06-25 Andrew Cagney <ac131313@redhat.com>
11493
11494 * lib/mi-support.exp: Update args=... part of stop-reason
11495 patterns. Accept either a list or a tuple.
11496
2dd62704
AC
114972001-06-23 Andrew Cagney <ac131313@redhat.com>
11498
11499 * lib/mi-support.exp: Remove local emacs variable defining
11500 change-log-default-name.
11501
b4127474
MC
115022001-06-22 Michael Chastain <chastain@redhat.com>
11503
11504 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
11505 This is operationally compatible with the previous version.
11506
8dbfb380
JB
115072001-06-13 Jim Blandy <jimb@redhat.com>
11508
11509 * lib/gdb.exp (gdb_test): Doc fix.
11510
f2d8c86d
MC
115112001-06-10 Michael Chastain <chastain@redhat.com>
11512
11513 * gdb.base/exprs.exp: Remove a duplicate test.
11514
81564d34
JB
115152001-06-06 Jim Blandy <jimb@redhat.com>
11516
11517 * gdb.base/return2.exp (main): Use values to test float and double
11518 returns that are not NaN's, to avoid being confused by IEEE
11519 comparison rules.
11520
da55addb
MS
115212001-06-04 Michael Snyder <msnyder@redhat.com>
11522
11523 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 11524 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
11525 rather than wait for 12 more tests to time out.
11526
42c65987
JB
115272001-06-06 Jim Blandy <jimb@redhat.com>
11528
b18bced9 11529 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 11530 Don't forget to match the GDB prompt.
b18bced9 11531
42c65987
JB
11532 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
11533
5b41e5f0
JB
115342001-06-04 Jim Blandy <jimb@redhat.com>
11535
11536 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
11537 command.
11538
015e046f
KB
115392001-05-31 Kevin Buettner <kevinb@redhat.com>
11540
11541 * gdb.base/annota1.exp (info break): Match four or more spaces
11542 after "Address".
11543
fb1ffbbe
MC
115442001-05-31 Michael Chastain <chastain@redhat.com>
11545
11546 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
11547 (dm_type_int_star): Likewise.
11548 (dm_type_long_star): Likewise.
11549 (dm_type_void_star): Likewise.
11550
5ea2a32c
KB
115512001-05-29 Kevin Buettner <kevinb@redhat.com>
11552
11553 * gdb.base/completion.exp (INPUTRC): Set this environment variable
11554 to a known value in order to get consistent results regardless
11555 of the setting of INPUTRC or the presence or contents of .inputrc.
11556
ae23c492
MS
115572001-05-24 Michael Snyder <msnyder@redhat.com>
11558
ac55707e
MS
11559 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
11560 Don't require that the main thread and the manager thread are the
11561 first in the list.
11562
ae23c492
MS
11563 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
11564 debugging. If test fails, issue an "unsupported" not a "fail".
11565
400071f1
JB
115662001-05-24 Jim Blandy <jimb@redhat.com>
11567
11568 Don't assume that short is shorter than int.
11569 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
11570 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 11571 this isn't true.
400071f1
JB
11572 ("print unsigned char == (~0)"): Add test that verifies that ~0,
11573 an int, is not equal to ~0 stored in an unsigned char. This tests
11574 the same thing that the previous test meant to, but works on
11575 16-bit machines, too.
11576 ("print unsigned char != (~0)"): Same test, complemented.
11577
0816a3e5
MS
115782001-05-24 Michael Snyder <msnyder@redhat.com>
11579
11580 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 11581 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
11582 and prevents dejagnu getting out of step.
11583
f6dc23a9
KB
115842001-05-23 Kevin Buettner <kevinb@redhat.com>
11585
11586 * gdb.base/finish.exp (finish_void): Revise pattern for
11587 stopping on the call statement to not permit stopping at
11588 the start of the instructions comprising the call sequence.
11589
7dbd117d
MC
115902001-05-19 Michael Chastain <chastain@redhat.com>
11591
11592 * gdb.base/callfuncs.exp: Make all test names unique.
11593 * gdb.base/commands.exp: Make all test names unique.
11594 * gdb.base/condbreak.exp: Make all test names unique.
11595 * gdb.base/dbx.exp: Make all test names unique.
11596 * gdb.base/default.exp: Make all test names unique.
11597 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
11598 and TIMEOUT messages to their corresponding PASS message.
11599 * gdb.base/ending-run.exp: Make all test names unique.
11600 * gdb.base/long_long.exp: Remove duplicate test.
11601
6b0b0a9e
KB
116022001-05-21 Kevin Buettner <kevinb@redhat.com>
11603
11604 * gdb.base/finish.exp (finish_void): Allow "finish" command to
11605 stop on the call statement as well as the statement after the
11606 call.
11607
2caa35cb
MS
116082001-05-21 Michael Snyder <msnyder@redhat.com>
11609
11610 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
11611
40713331
EZ
116122001-05-10 Elena Zannoni <ezannoni@redhat.com>
11613
a9c64011
AS
11614 * gdb.base/completion.exp: Revamp test. Make it execute on all
11615 platforms.
40713331 11616
c2c1be8d
EZ
116172001-05-10 Elena Zannoni <ezannoni@redhat.com>
11618
a9c64011
AS
11619 * config/gdbserver.exp (gdb_load): Handle the case
11620 in which the arguments to gdbserver are given in the
11621 baseboard configuration file.
11622 Also handle the case in which the server needs to do a
11623 load.
2c9cd303 11624
9671de48
KS
116252001-05-07 Keith Seitz <keiths@cygnus.com>
11626
a9c64011
AS
11627 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
11628 set up the display for testing.
11629 (gdbtk_start): Convert all paths to paths that tcl will like.
11630 Export target information to environment.
11631 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
11632 necessary.
11633 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
11634 (to_tcl_path): New proc to convert a given pathname into
11635 a path acceptible as an argument to a tcl command.
11636 (_gdbtk_export_target_info): New proc to export target info
11637 into the environment for gdbtk testing.
11638 (gdbtk_done): New proc to signal end-of-test.
9671de48 11639
5a360f47
JB
116402001-05-06 Jim Blandy <jimb@redhat.com>
11641
11642 * restore.c: Make the code of caller0 correspond to its comment.
11643
66c756c6
MS
116442001-05-03 Michael Snyder <msnyder@redhat.com>
11645
11646 * config/sid.exp (gdb_target_sid): Check for error messages.
11647 On error or timeout, don't make expect exit (which will terminate
11648 all subsequent tests); instead just make gdb exit.
d63a86f8 11649 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
11650 return a negative value.
11651
a966fde5
JB
116522001-04-24 Jim Blandy <jimb@redhat.com>
11653
851c18e0
JB
11654 * gdb.c++/templates.exp: If we see the prompt for the overload
11655 list, but we haven't recognized any of the longer patterns,
11656 arrange for this test to fail, not hang.
11657
a966fde5
JB
11658 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
11659 variations.
11660
db144853
MC
116612001-04-22 Michael Chastain <chastain@redhat.com>
11662
11663 * gdb.c++/local.exp: Use the 'runto' library function.
11664 * gdb.c++/namespace.exp: Likewise.
11665 * gdb.c++/overload.exp: Likewise.
11666
3207ec21
KB
116672001-03-26 Kevin Buettner <kevinb@redhat.com>
11668
11669 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
11670 * gdb.base/step-line.exp: New file. Test step/next in presence of
11671 #line directives.
11672 * gdb.base/step-line.c: New file. Test program for the above.
11673 * gdb.base/step-line.inp: New file. We pretend that this file has
11674 been transformed by some other tool into step-line.c.
11675
13b57657
JB
116762001-03-21 Jim Blandy <jimb@redhat.com>
11677
11678 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
11679 unmangled operator names.
11680
754cbe1c
JB
116812001-03-20 Jim Blandy <jimb@redhat.com>
11682
11683 * gdb.threads/linux-dp.exp: Recognize an additional message
11684 generated by GDB when it doesn't understand how to debug threads
11685 on the target system.
11686
177495c9
AC
116872001-03-19 Andrew Cagney <ac131313@redhat.com>
11688
11689 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
11690
f266096b
MC
116912001-03-12 Michael Chastain <chastain@redhat.com>
11692
11693 * gdb.c++/derivation.exp: Use the 'runto' library function.
11694
cac3c2ff
MC
116952001-03-12 Michael Chastain <chastain@redhat.com>
11696
11697 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
11698
b6c11a24
MC
116992001-02-24 Michael Chastain <chastain@redhat.com>
11700
11701 * gdb.c++/ref-types.exp: Change handwritten code to library
11702 function 'runto'.
11703
6bae5bce
OF
117042001-03-16 Orjan Friberg <orjanf@axis.com>
11705
11706 * gdb.base/signals.exp: Set count to 0 explicitly.
11707
0015fd9a
MS
117082001-03-15 Mark Salter <msalter@redhat.com>
11709
11710 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
11711 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
11712 (gdb_load): Add support for additional target_info: gdb_download_size
11713 and gdb_load_timeout.
0015fd9a 11714
fc33412a
DT
11715Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
11716
11717 * gdb.base/annota1.exp: Move test of isnative to earlier in the
11718 file -- to prevent failing when the compile fails but we have no
11719 intention of running the tests anyway.
11720
11721 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
11722 tests if set.
11723
11724 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
11725 integers.
11726
11727 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
11728 * gdb.c++/namespace.exp: Ditto.
11729
115f06de
OF
117302001-03-07 Orjan Friberg <orjanf@axis.com>
11731
11732 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
11733 * gdb.base/pointers.exp: Relax pattern match of decimals.
11734
b6ba6518
KB
117352001-03-06 Kevin Buettner <kevinb@redhat.com>
11736
11737 * Makefile.in, config/abug.exp, config/cfdbug.exp,
11738 config/cpu32bug.exp, config/dve.exp, config/est.exp,
11739 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
11740 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
11741 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
11742 config/sh.exp, config/sid.exp, config/slite.exp,
11743 config/sparclet.exp, config/udi.exp, config/unknown.exp,
11744 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
11745 config/vxworks.exp, config/vxworks29k.exp,
11746 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
11747 gdb.base/all-bin.exp, gdb.base/annota1.exp,
11748 gdb.base/arithmet.exp, gdb.base/assign.exp,
11749 gdb.base/async.exp, gdb.base/attach.exp,
11750 gdb.base/bitfields.exp, gdb.base/bitops.exp,
11751 gdb.base/break.exp, gdb.base/call-ar-st.exp,
11752 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
11753 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
11754 gdb.base/commands.exp, gdb.base/completion.exp,
11755 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
11756 gdb.base/constvars.exp, gdb.base/corefile.exp,
11757 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
11758 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
11759 gdb.base/ending-run.exp, gdb.base/environ.exp,
11760 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
11761 gdb.base/finish.exp, gdb.base/foll-exec.exp,
11762 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
11763 gdb.base/funcargs.exp, gdb.base/help.exp,
11764 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
11765 gdb.base/logical.exp, gdb.base/long_long.exp,
11766 gdb.base/maint.exp, gdb.base/mips_pro.exp,
11767 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
11768 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
11769 gdb.base/pointers.exp, gdb.base/printcmds.exp,
11770 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
11771 gdb.base/regs.exp, gdb.base/relational.exp,
11772 gdb.base/remote.exp, gdb.base/reread.exp,
11773 gdb.base/restore.exp, gdb.base/return2.exp,
11774 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
11775 gdb.base/selftest.exp, gdb.base/setshow.exp,
11776 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
11777 gdb.base/sigall.exp, gdb.base/signals.exp,
11778 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
11779 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
11780 gdb.base/step-test.exp, gdb.base/structs.c,
11781 gdb.base/structs.exp, gdb.base/structs2.exp,
11782 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
11783 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
11784 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
11785 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
11786 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
11787 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
11788 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
11789 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
11790 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
11791 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
11792 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
11793 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
11794 gdb.fortran/types.exp, gdb.java/jmisc.exp,
11795 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
11796 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
11797 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
11798 gdb.trace/circ.exp, gdb.trace/collection.exp,
11799 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
11800 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
11801 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
11802 gdb.trace/report.exp, gdb.trace/save-trace.exp,
11803 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
11804 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
11805 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
11806 notices.
11807
dc96c6c7 118082001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
11809
11810 * gdb.base/varargs.c (find_max_double): Fix printf format string:
11811 first arg is int not float.
11812
dc96c6c7 118132001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
11814
11815 * gdb.base/reread.exp: Unsupported for non-native targets;
11816 doesn't work for remote debugging.
11817
9b0c4aeb
FN
118182001-02-19 Fernando Nasser <fnasser@redhat.com>
11819
11820 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
11821 * gdb.base/ending-run.exp: Properly handle the BSP state when
11822 stepping past the end of main.
9b0c4aeb 11823
02aa71d5
MC
118242001-02-19 John Moore <jmoore@redhat.com>
11825
11826 * gdb.base/commands.exp (infrun_breakpoint_command_test):
11827 Converted HPUX fix for non-expected items following multiple
11828 step commands into general solution for all platforms.
11829
1fa449a4
MC
118302001-02-18 Michael Chastain <chastain@redhat.com>
11831
11832 * gdb.c++/classes.exp (do_tests): Change runto statements
11833 from "runto 'foo(void)'" to "runto 'foo'". This makes the
11834 statements demangler agnostic.
11835 * gdb.c++/virtfunc.exp (do_tests): Likewise.
11836 (gdb_virtfunc_restart): Likewise.
11837
b2f9ec70
MC
118382001-02-14 Michael Chastain <chastain@redhat.com>
11839
11840 * gdb.c++/inherit.exp (do_tests): Change runto statements
11841 from "runto 'foo(void)'" to "runto 'foo'". This makes the
11842 statements demangler agnostic.
11843
cf74b8ca
AC
11844Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
11845
11846 * gdb.threads/pthreads.exp: Unify pass/fail messages for
11847 ``continue to bkpt at common_routine in thread 2'' and ``stopped
11848 before calling common_routine 15 times'' tests.
11849
99f78f56
MC
118502001-02-11 Michael Chastain <chastain@redhat.com>
11851
11852 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
11853 Helps the test script figure out which demangler is in use.
11854 (dm_type_foo_ref): Ditto.
11855 (dm_type_int_star): Ditto.
11856 (dm_type_long_star): Ditto.
11857 (dm_type_unsigned_int): Ditto.
11858 (dm_type_void): Ditto.
11859 (dm_type_void_star): Ditto.
99707966 11860 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
11861 Probe the gdb demangler and set variables to accommodate
11862 formatting differences.
11863 (info_func_regexp): New function. Same as info_func, but
11864 matches against a regexp.
11865 (info_func): Match against a literal string.
11866 (print_addr_2): New function. Match against a literal string,
11867 which can be different from the input to gdb.
11868 (print_addr): Simply call print_addr_2 with the same argument twice.
11869 (test_lookup_operator_functions): Use demangler formatting variables.
11870 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
11871 the tests in the same order as the C++ class declaration.
11872 (test_paddr_operator_functions): Ditto.
11873 (test_paddr_overloaded_functions): Ditto.
11874 (test_paddr_hairy_functions): Use demangler formatting variables.
11875 Add reference to gdb/19 for related tests.
11876 (do_tests): Call probe_demangler.
11877
1de8f023
KB
118782001-01-30 Kevin Buettner <kevinb@redhat.com>
11879
11880 * gdb.c++/templates.cc (printf): Remove unused function definition.
11881
ca3f91ed
MS
118822001-01-26 Felix Lee <flee@redhat.com>
11883
11884 * sid.exp (sid_exit): Pass host, not target, to remote_close.
11885
118862001-01-25 matthew green <mrg@redhat.com>
11887
11888 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
11889 up sid.
11890 (sid_exit): Call `remote_pop_conn' after GDB is gone.
11891
118922001-01-25 matthew green <mrg@redhat.com>
11893
11894 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 11895 Deprecate $sid_spawn_id.
ca3f91ed
MS
11896 (sid_exit): Remove code necessary only for `spawn.'
11897
118982001-01-25 matthew green <mrg@redhat.com>
11899
11900 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
11901
fb18ec4a
MC
119022001-01-28 Michael Chastain <chastain@redhat.com>
11903
11904 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
11905 to call when tests fail. It takes gdb out of the overloaded
11906 function choice menu back to the main prompt, so that the test
11907 program stays synchronized.
11908 (set_bp_overloaded): New proc to collect all the common
11909 code for setting a breakpoint on an overloaded name. Calls
11910 take_gdb_out_of_choice_menu when needed.
11911 (menu_overload1arg): New variable to collect the repeated
11912 instances of the expected menu for an overloaded name. Change
11913 the regular expression to handle changes in g++ type encoding:
11914 "void" can be either "void" or "", and "unsigned int" can be
11915 either "unsigned int" or "unsigned".
11916 (continue_to_bp_overloaded): Change regular expressions to handle
11917 changes in g++ type encoding.
11918 (no proc): Call take_gdb_out_of_choice_menu when needed.
11919 Remove redundant calls to "info break". Accept either "canceled"
11920 or "cancelled". Change regular expressions in "info break"
11921 calls to handle changes in g++ type encoding. Give all tests
11922 unique strings.
11923
9c646a6e
BE
119242001-01-17 Ben Elliston <bje@redhat.com>
11925
11926 * config/sid.exp: New file.
11927
9549d9c1
AC
11928Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
11929
11930 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
11931
dc96c6c7 119322000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
11933
11934 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
11935 Add a RE to accept a non-ascii char if one is ever presented.
11936
b4df4f68
FN
119372000-12-20 Fernando Nasser <fnasser@redhat.com>
11938
297dd0fd 11939 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 11940
dc96c6c7 119412000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 11942
d63a86f8 11943 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
11944 in regexp. One '\' does not suffice on Linux.
11945
4a7bddb6
MC
119462000-12-09 Michael Chastain <chastain@redhat.com>
11947
11948 * gdb.base/break.exp (test_clear_command): Use a marker function
11949 rather than 'main' for the test function. Also move this
11950 test to an execution point where the marker function names are
11951 guaranteed to be bound to functions. (Executing tests after a
11952 'finish' from main runs into name conflicts with local names
11953 in __libc_start_main).
11954
dc96c6c7 119552000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
11956
11957 * gdb.base/finish.exp: New test for gdb's "finish" command.
11958 * gdb.base/return2.exp: New test for gdb's "return" command.
11959 * gdb.base/return2.c: New source file for above.
11960
dc96c6c7 119612000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
11962
11963 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
11964 * gdb.base/miscexprs.exp: Ditto.
11965 * gdb.base/pointers.exp: Ditto.
11966 * gdb.c++/derivation.exp: Ditto.
11967 * gdb.c++/local.exp: Ditto.
11968 * gdb.c++/namespace.exp: Ditto.
11969 * gdb.c++/overload.exp: Ditto.
11970 * gdb.c++/ref-types.exp: Ditto.
11971
dc96c6c7 119722000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
11973
11974 * gdb.base/constvars.exp: Test result of "up" command.
11975 * gdb.base/miscexprs.exp: Ditto.
11976 * gdb.base/pointers.exp: Ditto.
11977 * gdb.base/scope.exp: Ditto.
11978 * gdb.c++/derivation.exp: Ditto.
11979 * gdb.c++/local.exp: Ditto.
11980 * gdb.c++/namespace.exp: Ditto.
11981 * gdb.c++/overload.exp: Ditto.
11982 * gdb.c++/ref-types.exp: Ditto.
11983
44097287
FN
119842000-11-22 Michael Chastain <chastain@redhat.com>
11985
11986 * mips_pro.exp: Accept either "middle -> top -> main" or
11987 "middle -> main" in the backtrace, because gcc can optimize
11988 tail calls to jumps. Remove setup_xfail for the hppa case.
11989 Add a comment with the original warning messages from PR 3016,
11990 which was filed in 1993, to preserve them for posterity.
11991
9d2e1bab
ND
119922000-11-17 Nick Duffek <nsd@redhat.com>
11993
11994 * lib/gdb.exp (gdb_test): Override timeout with board info.
11995
1aca8eb7
ND
119962000-11-17 Nick Duffek <nsd@redhat.com>
11997
11998 * gdb.base/display.exp: Don't kill running stub. Add "again" to
11999 the second kill and detach messages.
12000
93076499
ND
120012000-11-17 Nick Duffek <nsd@redhat.com>
12002
12003 * configure.in: Add AC_EXEEXT.
12004 * configure: Regenerate.
12005 * Makefile.in (just-check): Export EXEEXT.
12006 * lib/gdb.exp ($EXEEXT): Import from environment.
12007 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
12008 expect "maint dump-me" on Cygwin.
12009 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
12010 $EXEEXT.
12011
30e87cd3
ND
120122000-11-17 Nick Duffek <nsd@redhat.com>
12013
12014 * gdb.base/break.exp: Test backtrace and finish from called
12015 function on all platforms, not just HP-UX.
12016
dc96c6c7 120172000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
12018
12019 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
12020 code from gdb_target_monitor, so it can be used independantly
12021 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 12022
dc96c6c7 120232000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
12024
12025 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
12026 * gdb.base/corefile.exp: Expect the message "Program is being
12027 debugged already" when we send the "corefile" command, since
12028 the preceeding gdb_load may have connected gdb to a remote target.
12029 * gdb.base/display.exp: Disable hardware watchpoints if new
12030 board info variable "no_hardware_watchpoints" is true.
12031 Replace single-letter commands with more readable ones.
12032 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
12033 if new board info variable "no_hardware_watchpoints" is true.
12034 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
12035 to see if stdio (printf) testing is possible.
12036 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
12037 board info variable "no_hardware_watchpoints" is true. Use new
12038 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
12039
39124dea
FN
120402000-11-13 Fernando Nasser <fnasser@redhat.com>
12041
12042 From Orjan Friberg <orjanf@axis.com>:
12043 * gdb.base/printcmds.exp: Escape curly braces followed by a number
12044 in array print pattern match.
12045
a9e2e984
FN
120462000-11-09 Fernando Nasser <fnasser@redhat.com>
12047
12048 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
12049 spelling "cancelled" to U.S. spelling "canceled" to match changes
12050 made to gdb.
12051 * gdb.c++/ovldbreak.exp: Ditto.
12052
c7db355b
PS
120532000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12054
12055 * gdb.base/callfuncs.c (main): Moved to end of file, call
12056 t_double_values to initialize the FPU before inferior calls are made.
12057 * gdb.base/callfuncs.exp: Test for register preservation after calling
12058 inferior functions. Add tests for continuining, finishing and
12059 returning from a stop in a call dummy.
12060
dc96c6c7 120612000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
12062
12063 * gdb.base/commands.exp: Break up long lines, and re-indent.
12064
dc96c6c7 120652000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
12066
12067 * config/gdbserver.exp: Rewritten from the ground up, to make it
12068 compatible with the current dejagnu tree, and to make it work with
12069 the new "gdbserver" in libremote.
12070
dc96c6c7 120712000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
12072
12073 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
12074 * gdb.base/varargs.exp: Skip entire test if no printf support.
12075 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
12076 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
12077
dc96c6c7 120782000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
12079
12080 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
12081 no floating point support.
12082 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
12083 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
12084 * gdb.base/call-rt-st.exp: Ditto.
12085 * gdb.base/call-strs.exp: Ditto.
12086
bac5fc66
JG
120872000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
12088
12089 * gdb.base/sizeof.c: include <stdio.h>.
12090
12091 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
12092 'finish', otherwise uncaptured gdb_prompt would potentially
12093 throw remaining test points out of sync.
bac5fc66 12094
b22a6027
SB
120952000-07-26 Scott Bambrough <scottb@netwinder.org>
12096
12097 * gdb.base/recurse.exp: Run tests for all targets.
12098 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
12099 gnu-oldld case on ARM.
12100 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
12101 for ARM targets.
d63a86f8 12102
d8231941
AG
12103Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
12104
12105 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
12106 * gdb.java/configure: Rebuild.
12107
8caabe69
AG
12108Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
12109
12110 * gdb.java/jv-exp.exp: New file.
12111
9d273ca3
AG
12112Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
12113
12114 * configure: Rebuilt.
12115 * configure.in (configdirs): Add gdb.java.
12116 * gdb.java/jmisc.java: New file.
12117 * gdb.java/jmisc.exp: New file.
12118 * gdb.java/Makefile.in: New file.
12119 * gdb.java/configure: Rebuilt.
12120 * gdb.java/configure.in: New file.
12121 * lib/java.exp: New file.
12122
4f823a66
AC
12123Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12124
12125 * gdb.base/exprs.exp: Test casts to a pointer including over and
12126 underflow.
12127
2391e11d
AC
12128Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
12129
12130 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
12131 and the compilers sizes.
12132
54602222
ND
121332000-07-09 Nick Duffek <nsd@redhat.com>
12134
12135 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
12136 (use_methods): New function.
12137 (main): Call use_methods().
12138 * gdb.c++/classes.exp (test_method_param_class): New procedure.
12139 (do_tests): Call test_method_param_class.
12140
2bec0572
ND
121412000-07-09 Nick Duffek <nsd@redhat.com>
12142
12143 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
12144 spelling.
12145 (test_enums): New procedure. Move enum tests from end of script
12146 to here. Set breakpoint on function name instead of line number.
12147 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
12148 (enums2): New marker function.
12149 (enums1): New function.
12150 (main): Call enums1(). Move enum tests to enums1().
12151
78492fde
AC
12152Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
12153
12154 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
12155 compile/link program. Update line numbers.
12156 * gdb.asm/d10v.inc: Define ``startup''.
12157 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 12158
49a2cef8
AC
12159Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
12160
12161 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
12162
3e6c8688
EZ
121632000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12164
12165 * gdb.base/maint.exp: Add 'maint print architecture' item to output
12166 of 'help maint print' command.
12167
9ff5cbe9
AC
12168Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
12169
12170 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
12171 they use gdb_expect_list.
12172
17c579bd
AC
12173Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
12174
12175 * gdb.base/commands.exp: Use ``set remote
12176 memory-read-packet-size'' instead of ``set endian big'' to test
12177 long commands.
12178
e6d71bf3
DB
121792000-06-03 Daniel Berlin <dan@cgsoftware.com>
12180
12181 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 12182 g++, and stop skipping them.
e6d71bf3
DB
12183
12184 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
12185 work under g++.
12186
d63a86f8 12187 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
12188 initialization.
12189
dc96c6c7 121902000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
12191
12192 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
12193 the regular expression: accept an (almost) arbitrary sequence of
12194 "frames-invalid" and "breakpoints-invalid" messages both before
12195 and after the "starting" message.
12196
dc96c6c7 121972000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
12198
12199 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 12200
dc96c6c7 122012000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
12202
12203 * gdb.base/annota1.exp (annotate-signal-handler-caller):
12204 Relax the regular expression a little, make it pass on Solaris 8.
12205
8216cda9
KB
122062000-05-12 Kevin Buettner <kevinb@redhat.com>
12207
12208 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 12209 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
12210 Instead, it is permissible for gdb to stop on the line of the
12211 call itself.
12212
1a570b2f
MS
122132000-05-12 Michael Snyder <msnyder@.cygnus.com>
12214
12215 * gdb.base/break.exp (bp on small function, optimized file):
12216 Add a second pass pattern. The behavior differs here between stabs
12217 and dwarf for one-line functions. Stabs preserves two line symbols
12218 (one before the prologue and one after) with the same line number,
12219 but dwarf regards these as duplicates and discards one of them.
12220 Therefore the address after the prologue (where the breakpoint is)
12221 has no exactly matching line symbol, and GDB reports the breakpoint
12222 as if it were in the middle of a line rather than at the beginning.
12223
dc96c6c7 122242000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 12225
d63a86f8 12226 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
12227 rather than "send_gdb" (for consistancy).
12228
7d418785
AC
12229Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
12230
12231 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
12232 * gdb.c++/templates.cc: Properly check for GCC version number.
12233 * lib/compiler.cc: Likewise
12234
dc96c6c7 122352000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 12236
d63a86f8 12237 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
12238 gdb may not stop at the first line of main, due to code motion.
12239
dc96c6c7 122402000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
12241
12242 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
12243 This test depends on parsing the printf output from the target.
12244 Since the sparclet stub doesn't do stdio, this will never work.
12245 * gdb.base/call-rt-st.exp: ditto.
12246 * gdb.base/call-strs: ditto.
12247
dc96c6c7 122482000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
12249
12250 * gdb.base/miscexprs.exp: make sizeof long array test portable.
12251
12252 * gdb.base/ending-run.exp: After connecting to a remote target,
12253 but before running, the target will appear to be in a random
12254 location. Specify both a file and a line for breakpoints.
12255 Also, the function that calls main may be called 'init'
12256 rather than 'start'.
12257
a5a51225
EZ
122582000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12259
12260 * gdb.base/help.exp: Update output for add-symbol-file command.
12261
7930cc7c
FN
122622000-04-10 Fernando Nasser <fnasser@cygnus.com>
12263
12264 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12265 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
12266
23e37ab1
C
122672000-04-07 J.T. Conklin <jtc@redback.com>
12268
e93c542c
C
12269 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
12270
23e37ab1
C
12271 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
12272
591b8fa3
PDM
12273Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
12274
12275 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
12276 values that can be represented exactly.
12277 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
12278 above change, and to not check against the directory part of the source
12279 file name.
12280 (step into print_long_arg_list): Likewise.
12281 (print print_small_structs from print_long_arg_list): Likewise.
12282 (print print_long_arg_list): Likewise.
12283
7a495180
EZ
122842000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12285
30b53638 12286 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 12287
beb998c6
AC
12288Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
12289
12290 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
12291
1c689132
DB
122922000-03-25 Daniel Berlin <dan@cgsoftware.com>
12293
12294 * gdb.base/commands.exp (deprecated_command_test): Add test for
12295 deprecate with no arguments.
12296
c1790a9d
JL
122972000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
12298
12299 * gdb.base/break.exp: Add new test for setting breakpoints on
12300 optimized code so we can test breakpoints work even when function
12301 prologues may be optimized away
12302
003ba290
FN
123032000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
12304
12305 From David Whedon <dwhedon@gordian.com>
a9c64011 12306 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 12307
6837a0a2
DB
123082000-03-22 Daniel Berlin <dan@cgsoftware.com>
12309
12310 * gdb.base/help.exp: Added test for new apropos command.
12311
b9593231
KB
123122000-03-21 Kevin Buettner <kevinb@redhat.com>
12313
12314 * gdb.base/pointers.c (usevar): New function.
12315 (main): Make sure that global variables v_int_pointer2, rptr,
12316 and y are all referenced someplace in the program by calling
12317 usevar() on them. [Some linkers delete symbols which are
12318 never referenced. The space remains, but there's no way to
12319 get a (symbolic) handle on the variable from the debugger.]
12320
751a959b
EZ
123212000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12322
12323 * gdb.base/printcmds.c: Add typedeffed arrays.
12324
12325 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
12326 procedure to test arrays that are typedef'd.
12327
73a93a32
JI
123282000-03-13 James Ingham <jingham@leda.cygnus.com>
12329
12330 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 12331 the library directories.
73a93a32 12332
fb40c209
AC
12333Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
12334
12335 * configure.in (configdirs): Add sub directory gdb.mi.
12336 * configure: Re-generate.
12337
12338 * gdb.mi: New directory.
d63a86f8 12339
ee4dd2c9
AC
123402000-02-25 Scott Bambrough <scottb@netwinder.org>
12341
12342 * gdb.base/long_long.exp: Correct test suite failure when printing
12343 a long long value as a double on ARM platforms.
12344
70f0cc22
JB
123452000-02-16 Jim Blandy <jimb@redhat.com>
12346
12347 * gdb.base/break.exp ("breakpoint line number"): Make sure the
12348 default source file is set properly before running this test.
12349
853819b8
EZ
123502000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12351
12352 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
12353 gdbtk/library directory, not in gdbtcl2.
12354
dfcd3bfb
JM
123552000-02-04 Jim Blandy <jimb@redhat.com>
12356
12357 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
12358 backslash from regexp pattern.
12359
12360 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
12361 procedure. Use it to run all the "continue to bp overloaded"
12362 tests. Note that this changes the names of the tests slightly.
12363 If the breakpoint hit message includes a hex PC value, because
12364 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
12365 from the real source code, still consider that a pass.
12366
12367 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
12368 XFAIL here if the breakpoint message contains a hex address. Note
12369 similar change on 1999-11-02.
12370
12371 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
12372
12373 * gdb.base/ptype.exp: Establish a default source file before
12374 calling get_debug_format.
12375
123762000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
12377
12378 * gdb.base/watchpoint.exp: Remove duplication of test messages.
12379
8b93c638
JM
123802000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
12381
12382 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
12383 of successive stepi commands -- while in the prologue we should see
12384 the function entry bracket.
12385
123862000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
12387
12388 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
12389 reach __change_mode() when stepping through the end of main().
12390
c5394b80
JM
123912000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
12392
12393 * gdb.base/default.exp: Fix expected pattern.
12394 * gdb.base/help.exp: Same.
12395
0d06e24b
JM
123962000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12397
12398 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
12399 Don't use xfail's because that affects only the following test.
d63a86f8 12400
0d06e24b
JM
12401 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
12402 solaris or linux.
12403
12404 * gdb.base/selftest.exp: Update to reflect changes to main.c.
12405
dc96c6c7 124062000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 12407
d63a86f8 12408 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
12409 "A syntax error" rather than "A parse error". Accept both.
12410
124112000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
12412
12413 * gdb.base/default.exp: Remove OS dependent string from "target
12414 remote" test.
12415 * gdb.base/help.exp: Same for "help target remote" test.
12416
c3f6f71d
JM
124172000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12418
12419 From Jim Kingdon <kingdon@redhat.com>:
12420
12421 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
12422 prompt (cleanup rather than necessity, but still might keep output
12423 from spilling to next test).
12424
124252000-01-02 Fred Fish <fnf@cygnus.com>
12426
12427 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
12428 AIX, which defines them in <sys/types.h>.
12429
ed9a39eb 124301999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 12431
ed9a39eb
JM
12432 * gdb.base/default.exp: Match arm* etc instead of arm in "info
12433 float" test.
12434
124351999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 12436
ed9a39eb 12437 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
12438
12439 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
12440 outermost frame disallowed".
12441
124421999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
12443
12444 * gdb.base/setvar.exp: New tests for setting the value of a struct
12445 with a constant list.
12446
124471999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
12448
12449 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
12450 require the user to type a cast before setting the value of a struct.
12451
de57eccd
JM
124521999-12-06 Jim Blandy <jimb@cygnus.com>
12453
12454 * gdb.base/default.exp: Expect the new 'info float' command on
12455 all i386 platforms.
12456
12457 * gdb.threads/linux-dp.exp: Expand our ability to recognize
12458 LinuxThreads libraries that don't support debugging.
12459
c2d11a7d
JM
12460Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
12461
12462 * gdb.base/remote.c: Fill the buffer with truely random data.
12463 Change the buffer type to ``unsigned char'' to simplify size
12464 arithmetic.
12465
12466 * gdb.base/remote.exp: Reduce download numbers by one. Typical
12467 stub only handles 400-1 byte packets. Verify that the download
12468 worked.
12469
124701999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
12471
12472 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
12473 tests, using UNRESOLVED for the untested cases. Also, does not wait
12474 for a timeout if the prompt was received before a recognizable pattern.
12475
124761999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
12477
12478 * lib/gdb.exp (gdb_expect_list): Fix spelling.
12479
124801999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12481
12482 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
12483 watchpoints.
12484
124851999-11-24 Jason Merrill <jason@casey.cygnus.com>
12486
12487 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
12488
12489 * gdb.c++/local.exp: Be more flexible in recognizing local class
12490 name mangling. Don't allow horribly truncated method names.
12491 * gdb.c++/derivation.exp: Expect protected inheritance.
12492 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
12493 * gdb.c++/virtfunc.exp: Likewise.
12494 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
12495 when printing a nested enum.
12496
124971999-11-22 Jim Blandy <jimb@cygnus.com>
12498
12499 * gdb.base/step-test.exp: Properly await GDB's response to setting
12500 a breakpoint on the call to large_struct_by_value.
12501
12502 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
12503 just because we have debug info for the `start' function.
12504
125051999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
12506
12507 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
12508 "Unknown signal" messages, which indicate (on LinuxThreads) that
12509 GDB doesn't know how to debug threads on this system. This is
12510 better than hanging while philosopher 0 dumps chatter into gdb.log.
12511
125121999-11-18 Tom Tromey <tromey@cygnus.com>
12513
12514 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
12515
125161999-11-18 Fred Fish <fnf@cygnus.com>
12517
12518 * gdb.base/coremaker2.c: Add sample program for generating
12519 cores that is more self contained than coremaker.c. Eventually
12520 I'll add more code to this and tie it into the testsuite.
12521
4ce44c66
JM
125221999-11-12 Stan Shebs <shebs@andros.cygnus.com>
12523
12524 * gdb.base/dollar.exp: Remove, now in gdb.hp.
12525
125261999-11-10 Jimmy Guo <guo@cup.hp.com>
12527
12528 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
12529 from $srcdir/lib/.
12530 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
12531 and gdb.c++/.
12532
12533 * gdb.c++/derivation.exp: remove redundant get compiler info code.
12534
d63a86f8 12535 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
12536 'continue with watch' test point.
12537
125381999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
12539
12540 Merged from p2linux-990323-branch:
d63a86f8 12541
4ce44c66
JM
12542 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
12543
11cf8741
JM
12544Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
12545
12546 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
12547 {limit,fixed}''. Test ``set download-write-size''.
12548
12549Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
12550
12551 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
12552 gdb_expect_list.
12553
12554Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
12555
12556 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
12557
125581999-11-03 Mark Salter <msalter@cygnus.com>
12559
12560 * gdb.base/break.exp: Fix "stub continue" pattern.
12561
125621999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
12563
12564 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
12565
125661999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
12567
12568 * gdb.base/display.exp ("finish"): Add timeout clause.
12569
12570 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
12571 plain prompt clause, so this doesn't have to time out in order to
12572 fail.
12573
12574 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
12575 breakpoint hit messages include an address.
12576
12577 * gdb.base/display.exp: Don't forget to escape parens in regular
12578 expressions. Unix regexp notatation sucks.
12579
125801999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12581
12582 * gdb.base/annota1.exp: Test for annotate-signalled: change output
12583 order for 'signalled' message.
12584
5c44784c
JM
125851999-11-01 Stan Shebs <shebs@andros.cygnus.com>
12586
12587 From Jimmy Guo <guo@cup.hp.com>:
12588 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
12589 * gdb.base/annota1.c: Add code for tests to work with.
12590
125911999-10-26 Frank Ch. Eigler <fche@cygnus.com>
12592
12593 * gdb.base/remote.exp: New test for remote downloading settings.
12594 * gdb.base/remote.c: New file with large .data.
12595
917317f4
JM
125961999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
12597
12598 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
12599 for LinuxThreads support, merged from the Code Fusion branch.
12600
12601Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
12602
12603 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
12604 containing exp_continue into a while within an expect. Don't
12605 attempt a start more than three times. Check return value from
12606 gdb_load.
d63a86f8 12607
2df3850c
JM
12608Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
12609
12610 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
12611 a pass case.
12612
2acceee2
JM
126131999-10-01 Kevin Buettner <kevinb@cygnus.com>
12614
12615 * gdb.base/break.c (main): Added a statement that we can step
12616 off of.
12617 * gdb.base/break.exp: Added tests for setting a breakpoint
12618 at an offset and stepping onto a breakpoint.
12619
126201999-10-01 Fred Fish <fnf@cygnus.com>
12621
d63a86f8 12622 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
12623 gdb output.
12624
c2c6d25f
JM
126251999-09-18 Jim Blandy <jimb@cris.red-bean.com>
12626
12627 * gdb.base/break.exp: Code locations are in hex, don't forget!
12628 (For HP-UX.)
12629
126301999-09-17 Stan Shebs <shebs@andros.cygnus.com>
12631
12632 * condbreak.exp: Use break.c as test program.
12633 * condbreak.c: Remove, redundant with break.c.
12634
126351999-09-15 Stan Shebs <shebs@andros.cygnus.com>
12636
12637 * config/monitor.exp (gdb_target_monitor): Disable X- and
12638 Z-packets if the target needs it.
12639
126401999-09-13 James Ingham <jingham@leda.cygnus.com>
12641
12642 * gdb.c++/overload.exp: Added tests for listing overloaded
12643 functions with function pointers in the arg, explicitly calling
12644 out the version you want.
12645
cff3e48b
JM
126461999-09-09 Stan Shebs <shebs@andros.cygnus.com>
12647
12648 * long_long.exp: Add variations of test cases that work for
12649 targets with 16-bit ints and 32-bit doubles.
12650
d4f3574e
SS
126511999-09-08 Stan Shebs <shebs@andros.cygnus.com>
12652
12653 * break.c (main): Compare a possibly-uninitialized argc with an
12654 unlikely value that fits in 16 bits.
12655
126561999-09-07 Stan Shebs <shebs@andros.cygnus.com>
12657
12658 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
12659 0xfeeb, don't want negative numbers if ints are 16 bits.
12660
12661 * lib/gdb.exp (skip_cplus_tests): New proc.
12662 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
12663 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
12664 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
12665 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
12666 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
12667 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
12668 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
12669 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
12670
12671 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
12672
12673Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
12674
12675 * gdb.base/corefile.exp (up): Allow a parameter to appear
12676 in the frame that we're going up to.
12677
12678 From Jim Blandy <jimb@cygnus.com>:
12679
12680 * gdb.base/default.exp (info float): Expect some output now.
12681
12682 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
12683 returning floating-point values to fail on the x86.
12684 * gdb.base/callfwmall.exp (do_function_calls): Same.
12685
12686 * gdb.base/list.exp (test_listsize): Correct expectations for
12687 listing line 1 with listsize 2. Also, listing a single line
12688 works now, as does listing three lines. [Kevin's note: There
12689 were a number of other cases fixed too where the expectations
12690 differed...]
12691
126921999-09-02 Stan Shebs <shebs@andros.cygnus.com>
12693
12694 * gdb.base/selftest.exp: Add case for when version prints as
12695 constant string instead of char pointer.
12696
104c1213
JM
126971999-08-25 Stan Shebs <shebs@andros.cygnus.com>
12698
12699 * gdb.base/ending-run.exp: Add Solaris case for what happens when
12700 stepping out of main.
12701
12702 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
12703 G++ used.
12704
12705 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
12706 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
12707
12708 * gdb.c++/ovldbreak.exp: Update match string in test that
12709 includes a warning of multiple breakpoints.
12710
127111999-08-24 Stan Shebs <shebs@andros.cygnus.com>
12712
12713 * gdb.base/display.exp: Improve precision of step-after-finish
12714 added yesterday.
12715
12716 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
12717 test.
12718
12719 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
12720 configs when using G++, not just hppa*.
12721
127221999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12723
12724 * gdb.base/async.c: New file.
12725 * gdb.base/async.exp: New file.
12726
12727Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
12728
12729 * gdb.base/break.exp: Tweak PA specific tests to properly handle
12730 PA64.
12731
53a5351d
JM
12732Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
12733
104c1213
JM
12734 * gdb.base/display.exp: "finish" can leave us mid-line on many
12735 targets, deal with it. Add a small constant to main, instead of
12736 1000 since main+1000 may not be a valid address in the target.
12737
53a5351d
JM
12738 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
12739 on hpux11.
12740
12741 * gdb.base/attach.exp: Handle another hpux11 error message variant
12742 when attaching to a process that does not exist.
12743
127441999-08-19 J.T. Conklin <jtc@redback.com>
12745
12746 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
12747 characters in 'continue to 1241' test.
12748
127491999-08-17 Stan Shebs <shebs@andros.cygnus.com>
12750
12751 * gdb.base/call-ar-st.exp: Add a shorter match case for the
12752 stop in print_long_arg_list, define and use a whitespace
12753 variable in print_small_structs test, add an XFAIL for Solaris.
12754 * gdb.base/dbx.exp: XFAIL func commands until somebody is
12755 interested enough to fix.
12756
7be570e7
JM
127571999-08-13 Keith Seitz <keiths@cygnus.com>
12758
12759 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
12760 (dbx_gdb_load): Remove. Use gdb_load instead, since that
12761 proc knows about targets other than the natives.
12762 (test_assign): Use "gdb_run_cmd" to "run" the target.
12763 Check that we've actually hit the breakpoint at main.
12764 When we attempt to assign a value to a local variable, check
12765 that the variable is in the current scope, i.e., don't use
12766 a test with an empty result.
12767
12768Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
12769
12770 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
12771 command.
12772
127731999-08-09 Stan Shebs <shebs@andros.cygnus.com>
12774
12775 From Jimmy Guo <guo@cup.hp.com> and others at HP:
12776 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
12777 gdb.compat, gdb.threads-hp.
12778 gdb.hp/configure, gdb.hp/configure.in: New files.
12779 gdb.hp/Makefile.in: Recurse into new subdirs.
12780 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
12781 gdb.hp/gdb.objdbg: New directory, tests for debugging info
12782 in object files.
12783 gdb.hp/tools: New directory, aux tools for HP-specific tests.
12784
96baa820
JM
127851999-08-05 Stan Shebs <shebs@andros.cygnus.com>
12786
12787 * gdb.base/display.exp: Help expect by putting a newline in the
12788 funky printf, remove a bogus p/a test.
12789
127901999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12791
12792 * gdb.base/display.exp: Make sure that when we say 'run', we are
12793 connected to the target. This is necessary when running not
12794 natively.
12795
127961999-08-03 Stan Shebs <shebs@andros.cygnus.com>
12797
12798 * gdb.base/step-test.exp: Removed some extraneous messages.
12799
12800 * gdb.base/long_long.exp: Don't run memory examination tests
12801 on little-endian targets (they will need a different set of
12802 results to match).
12803
128041999-08-02 Stan Shebs <shebs@andros.cygnus.com>
12805
12806 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
12807 until somebody decides to fix GDB.
12808
12809 * gdb.base/long_long.c: Stop compiler complaint by specifying long
12810 constant as "ULL".
12811 * gdb.base/long_long.exp: Loosen x/c test, add partial result
12812 matches for a couple x/2 commands.
12813
a0b3c4fd
JM
128141999-07-30 Stan Shebs <shebs@andros.cygnus.com>
12815
12816 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
12817 by merging in ref-types2 tests.
12818 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
12819
12820 From Jimmy Guo <guo@cup.hp.com> and others at HP:
12821 * gdb.c++/Makefile.in: Add standard actions.
12822 (EXECUTABLES): Rename from PROGS, update list.
12823 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
12824 from gdb.hp.
12825 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
12826 foo and bar locals.
12827 * gdb.c++/anon-union.exp: Fix tests to match.
12828 * gdb.c++/classes.exp: Run if HP compiler used, add extra
12829 expect matches to handle output variations.
12830 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
12831 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
12832 output, add HP alternatives for new and delete prints.
12833 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
12834 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
12835 * gdb.c++/demangle.exp: Use $style when reporting failure.
12836 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
12837 * gdb.c++/inherit.exp: Run if HP compiler used, add some
12838 match alternatives.
12839 * gdb.c++/local.exp: Add match alternatives or xfails for HP
12840 compilers.
12841 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
12842 * gdb.c++/method.exp: Add match alternatives.
12843 * gdb.c++/misc.cc: Add bool types.
12844 * gdb.c++/misc.exp: Add tests for bool types.
12845 * gdb.c++/overload.exp: Add xfails.
12846 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
12847 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
12848 add some more template parameter tests (only for HP currently).
12849 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
12850 * gdb.c++/virtfunc.cc: Add return type and value for main.
12851 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
12852 match alternatives.
d63a86f8 12853
a0b3c4fd
JM
128541999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12855
12856 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
12857
128581999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
12859
12860 * gdb.base/signals.exp: Don't expect getting a backtrace from
12861 within a signal handler to fail on Linux.
12862
128631999-07-29 Stan Shebs <shebs@andros.cygnus.com>
12864
12865 From Jimmy Guo <guo@cup.hp.com> and others at HP:
12866 * lib/gdb.exp: Remove some gratuitious semicolons.
12867 (delete_breakpoints): Increase timeout.
12868 (gdb_expect): Add -notransfer option.
12869 (gdb_test): Use -notransfer option.
12870 (get_compiler_info): Add f77 case.
12871 (get_compiler): New proc, split out from gdb_preprocess, add f77
12872 case.
12873 (gdb_preprocess): Call get_compiler.
12874
12875 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
12876 * gdb.base/attach.exp, gdb.base/display.exp,
12877 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
12878 gdb.base/long_long.exp, gdb.base/printcmds.exp,
12879 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
12880 third arg to gdb_test.
12881 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
12882 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
12883 HP-UX xfails, add others.
12884 * gdb.base/completion.exp: Reflect name change of self-test.
12885 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
12886 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
12887 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
12888 HP failure number.
12889 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
12890 useless HP-UX 10.30 references.
12891 * gdb.base/maint.exp: Loosen matches.
12892 * gdb.base/pointers.c (main): Declare more_code.
12893 * gdb.base/pointers.exp: Match on output of a `next'.
12894 * gdb.base/structs.c: Add prototypes.
12895 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
12896 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
12897
128981999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12899
12900 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
12901 command.
12902
129031999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12904
12905 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
12906 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
12907
12908 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
12909 debug info. Deal with lack of signal hanlder info in stack.
12910
a9c64011 12911 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
12912 * gdb.base/annota1.exp: If printf has debug info, deal with it.
12913
5a2468f5
JM
129141999-07-19 Stan Shebs <shebs@andros.cygnus.com>
12915
12916 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
12917 gdb.base/foll-vfork.exp: Don't run for crosses.
12918
adf40b2e
JM
12919Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
12920
12921 * gdb.base/configure.in: Check for gdbvars.exp instead of
12922 a1-selftest.exp.
12923 * gdb.base/configure: Re-generate.
12924
129251999-07-12 Stan Shebs <shebs@andros.cygnus.com>
12926
12927 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
12928 in trying to run first and name is too long.
12929
12930 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
12931 pointers2.c and pointers2.exp, respectively.
12932 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
12933 doschk happier.
12934
43e526b9
JM
129351999-07-08 Stan Shebs <shebs@andros.cygnus.com>
12936
12937 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
12938 callfuncs2.c and callfuncs2.exp.
12939
12940 * gdb.base/list.exp: Remove mistaken xfails.
12941 * gdb.base/list0.h: Add optional prototypes.
12942
9846de1b
JM
12943Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
12944
a9c64011 12945 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
9846de1b 12946 calling malloc.
a9c64011
AS
12947 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
12948 * ptype.exp: Move test for get_debug_format to before its first
9846de1b
JM
12949 use.
12950
129511999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12952
12953 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
12954 * gdb.base/annota2.cc, annota2.exp: Move from here.
12955 * gdb.c++/annota2.cc, annota2.exp: To here.
12956 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
12957
43ff13b4
JM
12958Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
12959
12960 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
12961 a consistent format.
12962
085dd6e6
JM
129631999-06-25 Stan Shebs <shebs@andros.cygnus.com>
12964
12965 From Jimmy Guo <guo@cup.hp.com> and others at HP:
12966 * lib/gdb.exp (get_compiler_info): Add detection for assorted
12967 HP compilers, also set the globals $true and $false.
12968
12969 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
12970 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
12971 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
12972 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
12973 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
12974 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
12975 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
12976 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
12977 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
12978 whatis.c} Add C++ compatible function definitions and return
12979 types, add includes for library functions.
12980 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
12981 * gdb.base/step-test.c (myglob): Rename from glob.
12982 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
12983 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
12984 files, move here from gdb.hp.
12985 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
12986 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
12987 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
12988 Adjust line numbers in regexps.
12989
12990 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
12991 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
12992 instead of 0/1.
12993
12994 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
12995 foll-vfork.exp: New files, move here from gdb.hp.
12996 * gdb.base/page.exp: New file, test of pagination command.
12997
12998 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
12999 recursion test.
13000 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
13001
13002 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
13003 gdb.base/solib.exp: Fix compiler invocation process.
13004
13005 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
13006 HP-UX 11, turn off overload resolution explicitly.
13007 * gdb.base/commands.exp: Set argument list explicitly, add
13008 watchpoint test.
13009 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
13010 them work.
13011 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
13012 expressions properly.
13013 * gdb.base/corefile.exp: Loosen the match slightly.
13014 * gdb.base/default.exp: Allow "Error accessing memory" message
13015 also.
13016 * gdb.base/display.exp: Skip over x/0 j if PA64.
13017 * gdb.base/funcargs.exp: Add xfails for HP-UX.
13018 * gdb.base/interrupt.exp: Ditto.
13019 * gdb.base/langs.exp: Add symbolic matches governed by compiler
13020 in use.
13021 * gdb.base/list.exp: Add xfails for HP-UX.
13022 * gdb.base/long_long.exp: Refine some of the numeric matches.
13023 * gdb.base/mips_pro.exp: Xfail on HP-UX.
13024 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
13025 * gdb.base/nodebug.exp: Succeed on more varieties of output.
13026 * gdb.base/opaque.exp: Remove some HP-UX xfails.
13027 * gdb.base/ptype.exp: Succeed on more varieties of output.
13028 * gdb.base/scope.exp: Add xfails for HP-UX.
13029 * gdb.base/sect-cmd.exp: Add more cases.
13030 * gdb.base/setvar.exp: Add xfails for HP-UX.
13031 * gdb.base/shlib-call.exp: Loosen some matches slightly.
13032 * gdb.base/signals.exp: Match on void symbolically.
13033 * gdb.base/step-test.exp: Add case for PA64.
13034 * gdb.base/term.exp: Add exit and restart.
13035 * gdb.base/twice.exp: Clean up after self.
13036 * gdb.base/varargs.exp: Disable overload resolution explicitly.
13037 * gdb.base/whatis.exp: Allow more ways to pass tests.
13038
13039 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
13040 no longer useful.
13041
13042Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
13043
13044 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
13045 list of patterns.
13046 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
13047 print_double_array(double_array)", "continuing to breakpoint
13048 1018", "print print_double_array(array_d)" and "continuing to
13049 1034" tests.
d63a86f8 13050
085dd6e6
JM
130511999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
13052
a9c64011 13053 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
13054
130551999-06-24 Stan Shebs <shebs@andros.cygnus.com>
13056
13057 * config/mt-*: Remove, these haven't been used since 1996.
13058
130591999-06-22 Stan Shebs <shebs@andros.cygnus.com>
13060
13061 * gdb.base/call-strs.c, gdb.base/ending-run.c,
13062 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
13063 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
13064
9e0b60a8
JM
130651999-06-18 Stan Shebs <shebs@andros.cygnus.com>
13066
13067 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
13068 simpler match case for the ptype of the big class.
13069
130701999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13071
13072 * gdb.exp: Fix test for gdb_prompt existence.
13073
130741999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13075
13076 * gdb.exp (gdb_test): Add fail after calls to perror.
13077
130781999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13079
13080 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
13081
130821999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13083
13084 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
13085
0f71a2f6
JM
13086Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
13087
13088 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
13089 malloc() is linked in.
13090
130911999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
13092
13093 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
13094 step at end.
13095
13096 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
13097
130981999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
13099
13100 * gdb.java/jv-print.exp: New file. (Our first Java test!)
13101
cce74817
JM
13102Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
13103
13104 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
13105 * gdb.base/mips_pro.exp: Likewise.
13106
131071999-06-02 Keith Seitz <keiths@cygnus.com>
13108
13109 * gdb.c++/templates.cc: Change all "new" operators to throw
13110 an exception.
13111 * gdb.c++/cplusfuncs.cc: Likewise.
13112
13113 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
13114
13115Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
13116
13117 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
13118 * gdb.base/ending-run.exp: When stepping out of main, accept a
13119 step into an arbitrary assembler file.
cce74817 13120
392a587b
JM
131211999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13122
d63a86f8 13123 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 13124 "breakpoint-invalid" to be printed.
d63a86f8 13125 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
13126 number of "frames-invalid" and "breakpoint-invalid" to be printed.
13127 * gdb.base/annota2.cc: Initialize a.x to 0.
13128
9e086581
JM
131291999-05-17 Keith Seitz <keiths@cygnus.com>
13130
13131 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
13132 when "skip_float_tests" set.
13133 Ditto for "print print_double_array(array_d)", "print print_small_structs",
13134 "print print_ten_doubles", and "step into print_long_arg_list".
13135 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
13136 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
13137 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
13138 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
13139 "skip_float_tests" is set.
13140 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
13141 when "skip_float_tests" set.
d63a86f8 13142
cd0fc7c3
SS
131431999-05-06 Keith Seitz <keiths@cygnus.com>
13144
13145 * gdb.base/annota2.cc: Include stdio.h.
13146
13147Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
13148
13149 * gdb.base/crossload.exp: Remove, this has been disabled ever
13150 since BFD stopped including all targets, and cross-GDB gets
13151 plenty of testing anyway.
13152 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
13153 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
13154 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
13155 * gdb.base/README: Remove, was doc for this.
13156 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
13157 needed.
13158
b83266a0
SS
131591999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13160
13161 * gdb.base/call-ar-st.exp: Fix one regular expression in test
13162 output.
13163
13164 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
13165 * gdb.base/annota2.exp: New file. More annotation tests.
13166 * gdb.base/annota1.c: New file. Source file for annota1.exp.
13167 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
13168
131691999-04-23 Angela Marie Thomas <angela@cygnus.com>
13170
13171 * config/cfdbug.exp: New file.
13172
7a292a7a
SS
131731999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
13174
13175 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
13176 Marcus Daniel's and Dale Hawkins's demangler crashes.
13177
13178 * gdb.c++/demangle.exp (test_gnu_style_demangling,
13179 test_lucid_style_demangling, test_arm_style_demangling,
13180 test_hp_style_demangling): Try Tom Tromey's core-dumping
13181 identifier under each demangling style.
13182
131831999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
13184
13185 * gdb.c++/demangle.exp: Include the current demangling style
13186 in all test names.
13187 (current_demangling_style): New global variable.
13188 (set_demangling_style, test_demangling_core, test_demangling,
13189 test_demangling_exact): New functions.
13190 (test_gnu_style_demangling, test_lucid_style_demangling,
13191 test_arm_style_demangling, test_hp_style_demangling): Use those,
13192 instead of calling gdb_test and gdb_test_exact directly.
13193 (catch_demangling_errors): New function, which reports errors
13194 signalled by the demangling test functions in an orderly way.
13195 (do_tests): Use catch_demangling_errors.
13196
131971999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
13198
13199 * gdb.base/signals.exp (test_handle_all_print): Use () for
13200 grouping in expressions, not {}.
13201
13202 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
13203 initialized yet.
13204
132051999-04-01 Stan Shebs <shebs@andros.cygnus.com>
13206
13207 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
13208 are listed.
13209
132101999-03-26 Stan Shebs <shebs@andros.cygnus.com>
13211
13212 * gdb.stabs/weird.exp: Test for CC being defined before
13213 looking at its value.
13214
132151999-03-25 Stan Shebs <shebs@andros.cygnus.com>
13216
13217 * gdb.base/call-ar-st.exp: Remove stray '#'.
13218 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
13219 "short int" and "long int".
13220 * gdb.c++/overload.cc: Cast the string added in the previous
13221 change, to mollify finicky HP compiler.
13222 * gdb.hp/reg-test.exp (testfile): Fix file name.
13223 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 13224
7a292a7a
SS
13225 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
13226 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
13227 alternate form of enum ptype.
13228
c906108c
SS
132291999-03-23 Stan Shebs <shebs@andros.cygnus.com>
13230
7a292a7a
SS
13231 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
13232 * gdb.hp/*.exp: Change all to run compiler probe only after
13233 passing skip_hp_tests, so as not to waste time on guaranteed
13234 failure.
13235
c906108c
SS
13236 * gdb.c++/overload.cc: Pass string instead of char addr, always
13237 init ccpfoo.
13238 * gdb.c++/templates.cc: Fix syntax error.
13239
7a292a7a
SS
13240Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13241
13242 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 13243 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
13244 command.
13245
132461999-03-18 James Ingham <jingham@cygnus.com>
13247
13248 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
13249
13250 * gdb.c++/method.exp: It was testing an uninitialized int on the
13251 stack and assuming it was positive.
13252
13253 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
13254
13255 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 13256 keep it from killing the rest of the tests.
7a292a7a
SS
13257 Use gdb_continue_to_end.
13258
13259 * gdb.base/sigall.exp: use gdb_continue_to_end.
13260
13261 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
13262
13263 * gdb.base/display.exp: use runto_main, not run.
13264
d63a86f8
RM
13265 * gdb.base/default.exp: Check for the current error message in the
13266 r abbreviation test.
7a292a7a
SS
13267 Add strongarm to the targets that know info float.
13268
d63a86f8 13269 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
13270 run which doesn't work with monitors.
13271
13272 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
13273
13274 * gdb.base/break.exp: use the gdb_continue_to_end proc.
13275
13276 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
13277 program. Traps the case (in Cygmon) when the program never really
13278 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
13279 more places, so I used my name. Sorry Mark...
13280
13281 * config/monitor.exp (gdb_target_monitor): added another
13282 target_info parameter: remotebinarydownload. This will set the
13283 remotebinarydownload flag if this is causing some boards trouble.
13284
132851999-03-18 Mark Salter <msalter@cygnus.com>
13286
13287 * lib/gdb.exp (continue_to_exit): New function.
13288
13289 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
13290 * gdb.base/ending-run.exp: Ditto.
13291 * gdb.base/step-test.exp: Ditto.
13292
132931999-03-16 Stan Shebs <shebs@andros.cygnus.com>
13294
13295 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
13296 (suggested by Art Haas <ahaas@neosoft.com>).
13297
132981999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
13299
13300 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
13301
13302Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
13303
13304 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
13305 descriptions of types (short unsigned int vs unsigned short, etc).
13306
133071999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
13308
13309 * gdb.base/call-strs.exp: Don't assume that `step' will step over
13310 a call to strlen; sometimes we do have sources.
13311
133121999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
13313
13314 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
13315 character, so GDB won't print garbage after its end.
d63a86f8 13316
c906108c
SS
13317 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
13318 breakpoint there instead. Sometimes GCC emits memcpy to handle
13319 the large structures being passed by value, so we step into that
13320 instead of sum_array_print, which obscures what we're really testing.
13321 * gdb.base/step-test.exp: However, we do want a test that notices
13322 the bizarre steps into memcpy, so do that here. Add check for
13323 stepping into function calls that pass large structures by value.
13324 ("Is that a noun clause, or are you just happy to see me?")
13325 Remove all references to specific line numbers.
13326 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
13327 New type and function.
13328 (main): Call large_struct_by_value, passing it a large struct by value.
13329 * lib/gdb.exp (gdb_get_line_number): New function.
13330
13331 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
13332 more portable.
13333
7a292a7a
SS
133341999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
13335
c906108c
SS
13336 * lib/gdb.exp: Doc fixes.
13337
7a292a7a
SS
133381999-03-05 Nick Clifton <nickc@cygnus.com>
13339
d63a86f8 13340 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
13341
133421999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
13343
c906108c
SS
13344 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
13345 commands. They're not germane to this test, and they don't work
13346 that way on remote targets.
13347
3fc11d3e
JM
133481999-03-01 James Ingham <jingham@cygnus.com>
13349
13350 * Changelog entries merged over from gdb development branch.
13351
3fc11d3e
JM
13352 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
13353
13354 * lib/gdb.exp (gdbtk_analyze_results): Generic function
13355 for outputting results of test run.
13356
2d4a1622 13357 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
13358
13359 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 13360
7a292a7a
SS
133611999-02-25 Felix Lee <flee@cygnus.com>
13362
13363 * lib/gdb.exp (debug_format): initialize
13364
c906108c
SS
133651999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
13366
13367 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
13368 * gdb.base/call-rt-st.c: Ditto.
13369
c906108c
SS
133701999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
13371
13372 * gdb.threads/pthreads.exp (horiz): New variable.
13373 (test_startup): Fix regexps that capture thread numbers.
13374
133751999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
13376
13377 * gdb.base/smoke.exp: Disambiguate two test case names (both
13378 called ``print'').
13379
13380Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
13381
13382 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
13383 compilation.
13384
133851999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
13386
13387 * gdb.base/miscexprs.exp: Change patterns to match GDB's
13388 actual output formatting.
13389 * gdb.base/smoke.exp: GDB removes leading 0's.
13390 * gdb.base/volatile.exp: Don't check type of remuneration;
13391 that variable is no longer defined in constvars.c.
13392 * gdb.base/step-test.c (main): Exit with explicit exit code.
13393 * gdb.base/step-test.exp: Remove two nexti checks--they are
13394 not portable.
13395
133961999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
13397
13398 * gdb.base/help.exp ("help delete display"): Fix test to match
13399 gdb's output.
13400
13401 * gdb.base/long_long.c (known_types): Initialize values to zero.
13402 * gdb.base/long_long.exp: Step one more line
13403 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
13404 leading zeros. Explicitly ask for hex formatting. Use
13405 unique test case names.
c906108c
SS
13406
13407Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13408
d63a86f8 13409 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
13410
13411 * gdb.c++/method.exp: Add missing close brace.
13412
134131999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
13414
13415 * gdb.base/maint.exp: Use 'set height 0' to disable page
13416 prompting, not 'set height 400'.
13417
13418 Fix a bunch of timeouts.
13419 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
13420 four separate tests, so expect doesn't take forever to match a ton
13421 of text against a regexp with lots of .* forms.
13422 ("maint print psymbols", "maint print symbols"): Make some of
13423 these greps more selective, so that expect doesn't try to wade
13424 through huge piles of output and time out.
13425
13426 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
13427
13428 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
13429 tests: one which doesn't expect shlib events to be reported, and
13430 another which does, but is XFAIL for all platforms other than
13431 HP/UX.
13432
13433 * gdb.base/break.exp: Teach the test suite that the `catch
13434 fork', `catch vfork', and `catch exec' commands produce error
13435 messages on platforms that don't provide these features.
13436
13437Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
13438
13439 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
13440 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
13441 (shortening names from solib_threshold.exp etc), won't run on
13442 anything but HP-UX for the foreseeable future.
13443 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
13444 reflect move.
13445
13446Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
13447
13448 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
13449 gdb.trace/Makefile.in (clean): Remove all test executables.
13450
13451Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
13452
13453 * gdb.base/shlib-call.exp: add test cases to verify that gdb
13454 successfully re-sets breakpoints in shared libraries.
13455 * gdb.base/shmain.c (main): return 0, don't fall off the end.
13456
13457Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13458
d63a86f8
RM
13459 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
13460 and compiled w/o GCC.
c906108c
SS
13461
13462 * gdb.hp/watch-cmd.exp: ditto.
13463
13464 * gdb.hp/watch-hp.exp: ditto.
13465
13466 * gdb.hp/xdb1.exp: ditto.
13467
13468 * gdb.hp/xdb2.exp: ditto.
13469
13470 * gdb.hp/dbx.exp: ditto.
13471
13472Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
13473
13474 * constvars.c: Remove C++-isms.
13475 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
13476 with GCC.
13477
13478Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
13479
13480 The following changes are part of the HP merge.
13481
13482 * gdb.base/break.exp: new tests to verify that catchpoints for
13483 fork, vfork, and exec don't trigger inappropriately.
13484
13485 * gdb.base/opaque.exp: compile one file at a time, then link.
13486
13487 * gdb.base/signals.exp: be more restrictive about which hppa
13488 systems receive a setup_xfail. new tests.
13489
13490 * gdb.base/solib_threshold.build: new file.
13491 * gdb.base/solib_threshold.exp: new file.
13492 * gdb.base/solib_threshold.link_opts: new file.
13493 * gdb.base/solib_threshold.mk: new file.
13494 * gdb.base/gen_solib_threshold.c: new file.
13495
13496 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
13497 tests. New tests for enums inside classes.
13498
13499 * gdb.c++/compiler.cc: indicate support of template debugging.
13500
13501 * gdb.c++/demangle.exp: run hp style demangling tests.
13502
13503 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
13504 tests.
13505
13506 * gdb.c++/misc.cc: changes to support new tests.
13507
13508 * gdb.c++/templates.cc: changes to support HP's compiler; changes
13509 to support new tests.
13510
13511 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
13512 gcc, then skip these tests.
13513
13514Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
13515
13516 The following files are part of the HP merge; some had longer
13517 names at HP, but have been renamed to be no more than 14
13518 characters in length.
13519
13520 * gdb.hp/ambiguous.cc: new file.
13521 * gdb.hp/ambiguous.exp: new file.
13522 * gdb.hp/attach.exp: new file.
13523 * gdb.hp/attach2.exp: new file.
13524 * gdb.hp/classes-hp.exp: new file.
13525 * gdb.hp/ctti.exp: new file.
13526 * gdb.hp/ctti-add.cc: new file.
13527 * gdb.hp/ctti-add1.cc: new file.
13528 * gdb.hp/ctti-add2.cc: new file.
13529 * gdb.hp/ctti-add3.cc: new file.
13530 * gdb.hp/dbx.exp: new file.
13531 * gdb.hp/exception.cc: new file.
13532 * gdb.hp/exception.exp: new file.
13533 * gdb.hp/foll-exec.c: new file.
13534 * gdb.hp/foll-exec.exp: new file.
13535 * gdb.hp/foll-fork.c: new file.
13536 * gdb.hp/foll-fork.exp: new file.
13537 * gdb.hp/foll-vfork.c: new file.
13538 * gdb.hp/foll-vfork.exp: new file.
13539 * gdb.hp/inherit-hp.exp: new file.
13540 * gdb.hp/more-steps.exp: new file.
13541 * gdb.hp/namespace.cc: new file.
13542 * gdb.hp/namespace.exp: new file.
13543 * gdb.hp/optimize.exp: new file.
13544 * gdb.hp/pxdb.c: new file.
13545 * gdb.hp/pxdb.exp: new file.
13546 * gdb.hp/quicksort.exp: new file.
13547 * gdb.hp/reg-test.exp: new file.
13548 * gdb.hp/reg-test.s: new file.
13549 * gdb.hp/sized-enum.c: new file.
13550 * gdb.hp/sized-enum.exp: new file.
13551 * gdb.hp/start-stop.exp: new file.
13552 * gdb.hp/templ-hp.cc: new file.
13553 * gdb.hp/templ-hp.exp: new file.
13554 * gdb.hp/thr-lib.c: new file.
13555 * gdb.hp/thr-lib.exp: new file.
13556 * gdb.hp/thr-lib.h: new file.
13557 * gdb.hp/thr-liblib.c: new file.
13558 * gdb.hp/virtfun-hp.c: new file.
13559 * gdb.hp/virtfun-hp.exp: new file.
13560 * gdb.hp/watch-cmd.exp: new file.
13561 * gdb.hp/watch-hp.exp: new file.
13562 * gdb.hp/xdb1.exp: new file.
13563 * gdb.hp/xdb2.exp: new file.
13564 * gdb.hp/xdb3.exp: new file.
13565
13566Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
13567
13568 The following files are part of the HP merge; some had longer
13569 names at HP, but have been renamed to be no more than 14
13570 characters in length.
13571
13572 * gdb.base/ss.h: new file.
13573 * gdb.base/call-ar-st.c: new file.
13574 * gdb.base/call-ar-st.exp: new file.
13575 * gdb.base/call-rt-st.c: new file.
13576 * gdb.base/call-rt-st-exp: new file.
13577 * gdb.base/call-strs.exp: new file.
13578 * gdb.base/ena-dis-br.exp: new file.
13579 * gdb.base/environ.exp: new file.
13580 * gdb.base/long_long.exp: new file.
13581 * gdb.base/sect-cmd.exp: new file.
13582 * gdb.base/shlib-cl2.exp: new file.
13583 * gdb.base/smoke.exp: new file.
13584 * gdb.base/so-impl-ld.c: new file.
13585 * gdb.base/so-impl-ld.exp: new file.
13586 * gdb.base/so-indr-cl.c: new file.
13587 * gdb.base/so-indr-cl.exp: new file.
13588 * gdb.base/varargs.exp: new file.
13589 * gdb.base/volatile.exp: new file.
13590 * gdb.base/whatis-exp.exp: new file.
7a292a7a 13591 * gdb.base/display.exp: new file.
c906108c
SS
13592 * gdb.c++/derivation.exp: new file.
13593 * gdb.c++/local.exp: new file.
13594 * gdb.c++/member-ptr.exp: new file.
13595 * gdb.c++/overload.exp: new file.
13596 * gdb.c++/ovldbreak.exp: new file.
13597 * gdb.c++/ref-types.exp: new file.
13598 * gdb.c++/ref-types2.exp: new file.
13599 * gdb.c++/userdef.exp: new file.
d63a86f8 13600
c906108c
SS
13601Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
13602
13603 * gdb.base/default.exp: Reflect wording change in remote.c.
13604
dc96c6c7 13605Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13606
13607 * gdb.base/help.exp: Update to reflect current text.
13608
13609Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
13610
13611 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
13612 they're stack variables and contain garbage.
13613 * gdb.c++/anon-union.exp: new file.
13614
13615 The following changes were made by David Taylor
13616 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
13617 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
13618 in changes by HP.
13619
13620 * gdb.base/bitops.exp: new file.
13621 * gdb.base/default.exp: change expected messages for catch and
13622 info catch tests to reflect HP merge changes.
13623 * gdb.base/enable-disable-break.exp
13624 * gdb.base/ending-run.c: new file.
13625 * gdb.base/long_long.c: new file.
13626 * gdb.base/maint.exp: new file.
13627 * gdb.base/pointers2.exp: new file.
13628 * gdb.base/shlib-call2.exp: new file.
13629 * gdb.base/solib.exp: new file.
13630 * gdb.base/step-test.c: new file.
13631 * gdb.c++/anon-union.cc: new file.
13632 * gdb.c++/local.cc: new file.
13633 * gdb.c++/member-pointer.cc: new file.
13634 * gdb.c++/method.cc: new file.
13635 * gdb.c++/ref-types.cc: new file.
13636 * gdb.c++/ref-types2.cc: new file.
13637 * gdb.c++/userdef.cc: new file.
d63a86f8 13638
c906108c
SS
13639 * gdb.base/scope.exp: compile one file at a time, then link.
13640 * gdb.base/langs.exp: ditto.
13641 * gdb.base/list.exp: ditto.
d63a86f8 13642
c906108c
SS
13643Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
13644
13645 The following changes were made by David Taylor
13646 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
13647 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
13648 in changes by HP.
d63a86f8 13649
c906108c
SS
13650 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
13651 skip tests. When compiling pass c++ flag to gdb_compile.
13652 * gdb.c++/
d63a86f8 13653
c906108c
SS
13654 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
13655 test for on hppa*-*-hpux*; use args to see if c++ was specified.
13656 (skip_hp_tests): new function.
13657 (gdb_preprocess): new function.
13658
13659 * configure.in (hpdir): decide whether to configure gdb.hp.
13660 * configure: regenerated.
13661
13662 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
13663 to delete on clean.
13664 (EXECUTABLES): update to reflect new additions.
13665 * gdb.base/commands.exp: update message expected.
13666 * gdb.base/default.exp: add copyright notice.
13667 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
13668 * gdb.base/help.exp: update messages to reflect current text.
13669 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
13670 targets for recurse tests.
13671 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
13672 skip this file.
13673
13674 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
13675 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
13676 compilation.
13677 * gdb.c++/misc.exp: ditto.
13678 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
13679 run the tests. tell gdb_compile that it's a c++ compilation.
13680
13681 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 13682
c906108c
SS
13683 * gdb.base/all-bin.exp: new file.
13684 * gdb.base/arithmet.exp: new file.
13685 * gdb.base/assign.exp: new file.
13686 * gdb.base/completion.exp: new file.
13687 * gdb.base/cond-expr.exp: new file.
13688 * gdb.base/condbreak.exp: new file.
13689 * gdb.base/define.exp: new file.
13690 * gdb.base/dollar.exp: new file.
13691 * gdb.base/environment.exp: new file.
13692 * gdb.base/eval-skip.exp: new file.
13693 * gdb.base/jump.exp: new file.
13694 * gdb.base/logical.exp: new file.
13695 * gdb.base/pointers.exp: new file.
13696 * gdb.base/relational.exp: new file.
13697 * gdb.base/section_command.exp: new file.
13698 * gdb.base/whatis-expr.exp: new file.
13699
13700 * gdb.base/all-types.c: new file.
13701 * gdb.base/call-array-struct.c: new file.
13702 * gdb.base/call-return-struct.c: new file.
13703 * gdb.base/call-strings.c: new file.
13704 * gdb.base/callfuncs2.c: new file.
13705 * gdb.base/condbreak.c: new file.
13706 * gdb.base/constvars.c: new file.
13707 * gdb.base/display.c: new file.
13708 * gdb.base/int-type.c: new file.
13709 * gdb.base/jump.c: new file.
13710 * gdb.base/miscexprs.c: new file.
13711 * gdb.base/pointers.c: new file.
13712 * gdb.base/pointers2.c: new file.
13713 * gdb.base/shmain.c: new file.
13714 * gdb.base/shr1.c: new file.
13715 * gdb.base/shr2.c: new file.
13716 * gdb.base/solib.c: new file.
13717 * gdb.base/solib1.c: new file.
13718 * gdb.base/solib2.c: new file.
13719 * gdb.base/varargs.c: new file.
13720 * gdb.c++/derivation.cc: new file.
13721 * gdb.c++/overload.cc: new file.
13722 * gdb.c++/ovldbreak.cc: new file.
13723 * gdb.hp/attach.c: new file.
13724 * gdb.hp/attach2.c: new file.
13725 * gdb.hp/average.c: new file.
13726 * gdb.hp/compiler.c: new file.
13727 * gdb.hp/compiler.cc: new file.
13728 * gdb.hp/execd-program.c: new file.
13729 * gdb.hp/follow-exec.c: new file.
13730 * gdb.hp/follow-fork.c: new file.
13731 * gdb.hp/follow-vfork-and-exec.c: new file.
13732 * gdb.hp/misc-hp.cc: new file.
13733 * gdb.hp/more-steps.c: new file.
13734 * gdb.hp/optimize.c: new file.
13735 * gdb.hp/quicksort.c: new file.
13736 * gdb.hp/run-hp.c: new file.
13737 * gdb.hp/start-stop.c: new file.
13738 * gdb.hp/sum.c: new file.
13739 * gdb.hp/templates-hp.cc: new file.
13740 * gdb.hp/thread-local-in-lib.c: new file.
13741 * gdb.hp/thread-local-in-lib.h: new file.
13742 * gdb.hp/thread-local-in-lib.lib.c: new file.
13743 * gdb.hp/vforked-program.c: new file.
13744 * gdb.hp/virtfunc-hp.cc: new file.
13745 * gdb.hp/watchpoint-hp.c: new file.
13746 * gdb.hp/xdb.c: new file.
13747 * gdb.hp/xdb0.c: new file.
13748 * gdb.hp/xdb0.h: new file.
13749 * gdb.hp/xdb1.c: new file.
13750
13751Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
13752
13753 The following change was made by Edith Epstein
13754 <eepstein@cygnus.com> as part of a project to merge in changes
13755 originally made by HP; HP did not create ChangeLog entries.
13756
13757 * gdb.c++/demangle.exp: changed the expected output for some
13758 ARM-style mangling -- removed second reference to datatype.
13759 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 13760 T1<char>::~T1<char>(void)
c906108c 13761 becomes,
a9c64011
AS
13762 maint demangle __dt__11T1__pt__2_cFv
13763 T1<char>::~T1(void)
c906108c
SS
13764
13765 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 13766
c906108c
SS
13767Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
13768
13769 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
13770 * gdb.trace/backtrace.exp: Likewise.
13771 * gdb.trace/circ.exp: Likewise.
13772 * gdb.trace/collection.exp: Likewise.
13773 * gdb.trace/deltrace.exp: Likewise.
13774 * gdb.trace/infotrace.exp: Likewise.
13775 * gdb.trace/limits.exp: Likewise.
13776 * gdb.trace/packetlen.exp: Likewise.
13777 * gdb.trace/passc-dyn.exp: Likewise.
13778 * gdb.trace/passcount.exp: Likewise.
13779 * gdb.trace/report.exp: Likewise.
13780 * gdb.trace/save-trace.exp: Likewise.
13781 * gdb.trace/tfind.exp: Likewise.
13782 * gdb.trace/tracecmd.exp: Likewise.
13783 * gdb.trace/while-dyn.exp: Likewise.
13784 * gdb.trace/while-stepping.exp: Likewise.
13785
137861998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
13787
13788 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
13789
13790Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
13791
13792 From Brendan Kehoe:
13793 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
13794 int return types.
13795
13796Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
13797
13798 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
13799 remote dos host testing right.
13800
13801Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
13802
13803 * gdb.base/corefile.exp: remove some xfails.
13804
13805Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
13806
13807 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
13808 have different timestamps.
13809
13810Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
13811
13812 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
13813 gdb.base/default.exp: Replace "exec" with "executable".
13814
13815Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
13816
13817 * gdb.base/default.exp: Change else if to elseif from previous
13818 delta.
13819
13820Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
13821
13822 * gdb.base/default.exp: Add brace missing from previous delta.
13823
13824Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
13825
13826 * gdb.base/default.exp: Support test for info float for all
13827 varieties of arm toolchain.
13828
dc96c6c7 13829Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13830
13831 * gdb.trace/*.exp: remove "remote_download" command.
13832
dc96c6c7 13833Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13834
13835 * gdb.trace/*.exp: remove -gdwarf from compile.
13836
13837Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
13838
13839 * gdb.trace/configure.in(AC_INIT): typo
13840 * gdb.trace/configure: regenerated
13841
dc96c6c7 13842Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13843
13844 * config/m68k-emc.exp: New file.
13845 * lib/<emc-support.exp trace-support.exp}: New files.
13846 * configure.in: add new test directory gdb.trace.
13847 * gdb.trace/{configure configure.in Makefile.in}: New files.
13848 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
13849 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
13850 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
13851 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
13852 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
13853 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
13854 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 13855
dc96c6c7 13856Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13857
13858 * gdb.c++/classes.exp: Change all regular expressions to match
13859 arbitrary combinations of newline/carriage-return, so that they
13860 will work equally well on Unix and Windows.
13861 * gdb.c++/inherit.exp: ditto.
13862 * gdb.c++/virtfunc.exp: ditto.
13863
138641998-08-11 Dawn Perchik <dawn@cygnus.com>
13865
13866 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
13867
c2d11a7d
JM
13868Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
13869
13870 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
13871 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
13872 to use a0-a3/d0-d3 as needed.
13873
13874Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
13875
13876 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
13877 * gdb.disasm/am33.exp: Corresponding changes.
13878
c906108c
SS
138791998-07-11 Felix Lee <flee@cygnus.com>
13880
13881 * gdb.base/callfuncs.exp: add cmp10 test.
13882 * gdb.base/callfuncs.c (cmp10): new function.
13883
13884Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
13885
d63a86f8 13886 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
13887 into two parts to get around a synchronization problem in expect.
13888
3fc11d3e
JM
13889Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
13890
13891 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
13892
13893 * configure.in: Add options for gdbtk testsuite.
13894
13895 * configure: Regenerate.
13896
13897 * gdb.gdbtk: New directory to hold gdbtk tests.
13898
c906108c
SS
13899Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
13900
13901 * gdb.fortran/types.exp: Escape brackets in expect patterns
13902 for test_float_literal_types_accepted tests.
13903 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
13904 before run test.
13905
c2d11a7d
JM
13906Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
13907
13908 * am33.exp: Just compile, do not link the testcase.
13909 * am33.s: Add ".am33" pseudoop to force am33 mode.
13910
c906108c
SS
139111998-06-25 Felix Lee <flee@cygnus.com>
13912
13913 * gdb.base/setshow.exp: make sure $pc is sane.
13914
13915 * gdb.stabs/weird.exp: split expect patterns properly.
13916
c2d11a7d
JM
13917Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
13918
13919 * gdb.disasm/am33.s: New disassembler testfile for the am33.
13920 * gdb.disasm/am33.exp: Run it.
13921
dc96c6c7 13922Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13923
13924 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
13925 match processing (and eliminate spurious timeouts when running).
13926
dc96c6c7 13927Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13928
13929 * gdb.base/signals.exp (test_handle_all_print): put back Mach
13930 exception test, but conditionalize it on target [mach | gnu].
13931
dc96c6c7 13932Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13933
13934 * gdb.base/overlays.exp: fixup compile line for linker script.
13935
13936Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
13937
13938 * gdb.fortran/types.exp: don't guess at float size.
13939
13940Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
13941
13942 * gdb.base/exprs.exp: delete test that depends on int size.
13943
13944Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
13945
13946 * config/sim.exp: Removed checks for target triplets.
13947 (gdb_target_sim): Use gdb,target_sim_options.
13948
13949Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
13950
13951 * gdb.base/reread.exp: New file.
13952 * gdb.base/reread1.c: New file.
13953 * gdb.base/reread2.c: New file.
13954
13955Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
13956
13957 * config/sim.exp: Use 'target sim -sparclite' when running
13958 SPARClite programs.
13959
13960Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
13961
13962 * gdb.base/structs2.exp: New file.
13963 * gdb.base/structs2.c: New file.
13964
13965Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
13966
13967 * gdb.asm/common.inc: New file.
13968 * gdb.asm/d10v.inc: New file.
13969 * asm-source.exp: Pass -I's to gas to find .inc files.
13970 Update line numbers in expected output.
13971 * asmsrc1.s: Rewrite.
13972 * asmsrc2.s: Rewrite.
13973 * configure.in: Create arch.inc symlink.
13974 * configure: Regenerate.
13975 * Makefile.in (distclean): Delete arch.inc.
13976
13977Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
13978
13979 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
13980 (t_enum_value2): ditto
13981 (t_enum_value3): ditto
13982 (main): ditto
13983Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
13984
13985 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
13986 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
13987 change.
13988 Use gdb_test instead of send_gdb/gdb_expect sequences.
13989
13990Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
13991
13992 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
13993 not void.
13994
13995Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
13996
13997 * gdb.base/branches.c: Code with lots of loops and
13998 subroutines. Used to test gdbs ability to single step through PC
13999 changes, especially to test mips-tdep.c:mips_next_pc
14000
14001Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
14002
14003 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
14004 more rigorous EGCS C++ error checking.
14005
14006Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14007
a9c64011
AS
14008 * gdb.base/help.exp: Clean up `help set args' and `help show args'
14009 tests.
14010 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
14011 function when asleep.
14012 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
14013 for i*86 Linux and SVR4 signal handling problems.
14014 Remove linux xfail for `next to handler in signals_tests_1', fixed
14015 by recent infrun.c change.
14016 Limit backtrace to 10 frames to avoid timeout problems with infinite
14017 stack backtraces.
14018 Adjust expect pattern in `handle all print' test to match Apr 28 1997
14019 target.[ch] change.
c906108c
SS
14020
14021Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
14022
14023 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
14024 for a newline from gdb before continuing.
14025 (default_gdb_exit): Just look for y or n.
14026 (gdb_test): Detect abnormal exit from GDB running on DOS; if
14027 it does, fail the rests of the tests in the file.
14028
14029Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
14030
14031 * config/cygmon.exp: New file.
14032
14033Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
14034
14035 * gdb.base/list.exp: Fix problem with "list default lines around
14036 main" test on remote targets.
14037
14038 * gdb.base/scope.exp: Fix problem with filelocal_bss before
14039 run test on remote targets.
14040
14041Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
14042
14043 * gdb.asm: New directory.
14044 * configure.in: Configure it.
14045 * configure: Regenerate.
14046 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
14047 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
14048
14049Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
14050
14051 * config/mn10300-eval.exp: New file to support MN10300 eval board.
14052
dc96c6c7 14053Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 14054
a9c64011
AS
14055 * gdb.base/overlays (several files): Merge the two overlay
14056 managers into one. Change variables (foox, barx, bazx, grbxx)
14057 back into ints but force them to load in their proper sections.
c906108c
SS
14058
14059Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
14060
14061 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
14062 on-chip insn memory and IMAP1 to upper 128k.
14063 (D10VCopy): Handle memory regions crossing 16k boundaries.
14064 (D10VCopy): Transfer data in 32 bit chunks.
14065
14066Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
14067
14068 * gdb.base/overlays.c (main): Exit normally when result is
14069 correct.
14070
14071 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
14072 map. Include space for printf in .text segment.
14073
14074 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
14075 updated d10v memory VMA/LMA map.
14076 (D10VCopy): Call D10VTranslate.
d63a86f8 14077
c906108c
SS
14078Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
14079
14080 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
14081
14082 * gdb.base/bar.c (barx, bar): Change variable to small array so
14083 that it won't be put into the .sdata - small data -
14084 section. Update reference.
14085 * gdb.base/baz.c (bazx, baz): Ditto.
14086 * gdb.base/foo.c (foox, foo): Ditto.
14087 * gdb.base/grbx.c (grbxx, grbx): Ditto.
14088
14089 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
14090 to be arrays.
d63a86f8 14091
dc96c6c7 14092Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 14093
a9c64011
AS
14094 * gdb.base/overlays.exp: fix up and get working again.
14095 Add tests for backtraces from an overlay function.
d63a86f8 14096
c906108c
SS
14097Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
14098
14099 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
14100 "calling function with watchpoint enabled".
14101
14102Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
14103
14104 * gdb.base/break.exp (test_next_with_recursion): Remove
14105 gdb_suppress_tests for d10v-*-*.
14106 * lib/gdb.exp (gdb_suppress_tests): Disable this function
14107 pending review of whether it is useful or not.
14108
14109Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
14110
14111 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
14112
14113Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
14114
14115 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
14116 * config/dve.exp: New file to support Densan boards.
14117
14118Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
14119
14120 * gdb.base/interrupt.exp: Document problem of simulators, signals,
14121 reads and BSD.
14122
14123Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
14124
14125 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
14126 response.
14127
14128 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
14129
14130Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
14131
14132 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
14133 test.
14134
14135 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
14136 target_sizeof_long and target_bigendian_p.
14137 (structs_by_value, structs_by_reference): Check values according
14138 to targets word size and endianess.
d63a86f8 14139
c906108c
SS
14140Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
14141
14142 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
14143 output.
14144
14145Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
14146
14147 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
14148 Update test of set args help to match source change.
14149
14150Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
14151
14152 * gdb.base/default.exp: Expect help system output to be in
14153 alphabetical order.
14154 * gdb.base/help.exp: Ditto.
14155
14156Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
14157
14158 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
14159 "i*86-pc-linux-gnu*".
14160 * gdb.base/interrupt.exp: Ditto.
14161 * gdb.base/corefile.exp: Ditto.
14162
14163 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
14164 define vxworks when building the testcase.
14165
14166 * gdb.base/ptype.exp: Fix testnames to be unique.
14167 * gdb.base/radix.exp: Ditto.
14168 * gdb.base/term.exp: Ditto.
14169 * gdb.base/whatis.exp: Ditto.
14170 * gdb.c++/classes.exp: Ditto.
14171
14172Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
14173
14174 * gdb.base/callfuncs.exp: Fix indentation.
14175
14176 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
14177 suppress_flag has been set.
14178 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
14179 target feature.
14180
14181Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
14182
14183 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
14184 the testcase.
14185
14186 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
14187 set_debug_traps() and breakpoint().
14188 * gdb.c++/misc.cc (main): Ditto.
14189 * gdb.c++/templates.cc (main): Ditto.
14190 * gdb.c++/virtfunc.cc (main): Ditto.
14191
14192Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
14193
14194 * lib/gdb.exp(gdb_step_for_stub): New function.
14195 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
14196 exists, reload the executable and do a "continue" instead of
14197 doing a jump.
14198 (runto_main): Use gdb_step_for_stub.
d63a86f8 14199
c906108c
SS
14200 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
14201 tests to have unique names.
14202 * gdb.base/callfuncs.exp: Ditto.
14203 * gdb.base/commands.exp: Ditto.
14204 * gdb.base/default.exp: Ditto.
14205 * gdb.base/help.exp: Ditto.
14206 * gdb.base/list.exp: Ditto.
14207 * gdb.base/opaque.exp: Ditto.
14208 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
14209 similar tests.
d63a86f8 14210
c906108c
SS
14211 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
14212 * gdb.c++/cplusfuncs.cc: Ditto.
14213 * gdb.c++/virtfunc.cc: Ditto.
14214
14215 * config/monitor.exp: Keep track of the last file we saw, rather
14216 than trying to get the info from gdb.
14217
14218 * gdb.fortran/types.exp: Move comment to previous line.
14219
14220Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
14221
14222 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
14223 target mode.
14224
14225Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
14226
14227 From Bob Manson:
14228 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
14229 string from GDB when it connects.
14230
14231 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
14232
14233Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
14234
14235 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
14236 if we can't get a debug format from GDB (we may be testing an
14237 older GDB). Use a 10 second timeout when checking for the format.
14238
14239 * gdb.stabs/weird.exp: Fix quoting.
14240
14241 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
14242
14243Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
14244
14245 * config/arm-ice.exp: New file.
14246
14247Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
14248
14249 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
14250 until it has been modified to work with the new testsuite.
14251
99707966 14252 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
14253 testcase won't compile, cause all of the testcases in the file to
14254 fail instead.
14255
14256 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
14257 (gdb_clear_suppressed): New procedure.
14258 (gdb_stop_suppressing_tests): Only clear suppress_flag if
14259 it contains a positive value.
14260
14261Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
14262
14263 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
14264
14265 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
14266
14267Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
14268
14269 * lib/gdb.exp (setup_xfail_format): New function.
14270 (get_debug_format): New function to get debug format.
14271 (debug_format): New global variable to hold last value set
14272 by get_debug_format.
14273 * gdb.base/list.exp: Call get_debug_format and expect some
14274 tests to fail for DWARF 1 and COFF formats.
14275 * gdb.c++/ptype.exp: Ditto.
14276 * gdb.c++/classes.exp: Ditto.
14277 * gdb.c++/cplusfuncs.exp: Ditto.
14278 * gdb.c++/inherit.exp: Ditto.
14279 * gdb.c++/templates.exp: Ditto.
14280 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 14281
c906108c
SS
14282Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
14283
14284 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
14285 host doesn't have a currently-open connection.
14286
14287 * config/sparclet.exp: Cleanups and fixes to make it generic for
14288 any gdb stub target. Handle cases where gdb doesn't respond when
14289 interrupted in a sane fashion.
14290
14291 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
14292 same thing in a totally different way.
14293
14294 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
14295 setting "timeout".
14296 (gdb_start): We set the global gdb_prompt variable in
14297 default_gdb_init now.
14298
14299Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
14300
14301 * gdb.base/printcmds.exp: Fix "check for floating addition"
14302 regexp to accept results within approx +/- .01 of exact value.
14303 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
14304
14305Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
14306
14307 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
14308 properly.
14309 (gdb_expect): Add optional timeout parameter, and add timeout
14310 value to various calls.
14311 (gdb_suppress_tests): Only give one warning message per group.
14312
14313Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
14314
14315 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
14316 global variables. Handle getting a value for $timeout more
14317 gracefully.
14318
14319Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
14320
14321 * lib/gdb.exp: Close connection to remote host if gdb doesn't
14322 initialize.
14323 (default_gdb_init): New procedure; allow gdb_init to be overridden
14324 by a target configuration file.
14325 (gdb_expect): Pass the timeout to remote_expect.
14326
14327 * config/monitor.exp(gdb_load): Fix typo in regexp.
14328
14329Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
14330
14331 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
14332
14333Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
14334
14335 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
14336 here. Call gdb_target_exec before rebooting the target, to make
14337 sure the connection to the target is closed.
14338 (gdb_load): Pass the name of the executable to gdb_target_monitor.
14339 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
14340 Also detect "Timeout reading from remote" error.
14341
14342 * config/gdbserver.exp: Pass the executable being loaded to
14343 gdb_target_monitor. Don't call gdb_file_cmd here; let
14344 gdb_target_monitor do it.
14345
14346 * gdb.disasm/hppa.exp: Don't use exec_output.
14347
14348Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
14349
14350 * gdb.base/list.exp: If we're debugging a non-native target,
14351 try to set the pc register to point to the start of the
14352 program before doing the first list command.
14353
14354 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
14355 test_calls after restarting.
14356
14357 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
14358 reloading.
14359
14360 * gdb.base/watchpoint.exp: Fix typo.
14361
14362 * gdb.base/setshow.exp: Check for use_gdb_stub.
14363
14364 * gdb.base/break.exp: Fix continue until exit test for the gdb
14365 stub case.
14366 * gdb.base/langs.exp: Ditto.
14367
14368 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
14369 gdb_load_offset. If we weren't given a file to load, figure out
14370 what the current file is and use it.
14371
14372 * config/i386-bozo.exp: New file.
14373
14374Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
14375
14376 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
14377 feature.
14378
14379 * config/proelf.exp: New entry.
14380
14381Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
14382
14383 * lib/gdb.exp: Remove spurious .* patterns at the beginning
14384 of regexps.
14385
14386 * gdb.base/watchpoint.exp: Don't run the test_stepping
14387 tests if gdb can't call functions on the target.
14388
14389 * gdb.base/setshow.exp: Don't run the set prompt tests if
14390 the board has gdb_prompt set.
14391
14392Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
14393
14394 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
14395 * gdb.base/commands.exp: Likewise.
14396 * gdb.base/setshow.exp: Likewise.
14397
14398Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
14399
14400 * config/monitor.exp(gdb_start): Look for gdb_prompt target
14401 feature.
14402
14403 * config/i960.exp: New file.
14404
14405Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
14406
14407 * gdb.base/funcargs.exp: Check for gdb,short_int target
14408 feature instead of looking for explicit target triplets.
14409
dc96c6c7 14410Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 14411
d63a86f8 14412 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
14413 "p 123DEADBEEF", to check parse_number.
14414 * top.c: change "to enable to enable" to "to enable" in a couple
14415 of help strings.
14416
14417Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
14418
14419 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
14420 on the mn10300.
d63a86f8 14421
c906108c
SS
14422Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
14423
14424 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
14425 where the test executable is run with explicit args.
14426 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
14427
14428Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
14429
14430 * gdb.base/run.c: Use FAKEARGV to build test executable that
14431 does not require a command line arg, since most simulators
14432 don't currently support passing such an arg into the simulated
14433 program.
14434 * gdb.base/commands.exp: Change tests to insert the proper
14435 value as the arg to the first recursive factorial call. Change
14436 compilation line to define FAKEARGV at compile time.
14437
14438Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
14439
14440 * gdb.base/recurse.exp: Enable these tests for the mn10300.
14441 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
14442 function with watchpoint enabled" test.
14443
14444Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
14445
14446 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
14447 Don't call gdb_test when the command doesn't return to a gdb prompt.
14448
14449 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
14450 "Tests restarted" messages.
14451
14452Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
14453
14454 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
14455
dc96c6c7 14456Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14457
14458 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
14459 for INFO SYMBOL; add help tests for OVERLAY commands.
14460 * gdb.base/default.exp: add tests for INFO SYMBOL command;
14461 add tests for OVERLAY commands
14462 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
14463 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
14464 * gdb.base/sigall.c: add usestubs code frag
14465 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 14466
c906108c
SS
14467Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
14468
14469 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
14470 failures.
14471 (gdb_stop_suppressing_tests): Note that tests have restarted.
14472
14473Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
14474
14475 * config/h8300.exp: New file.
14476
14477Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
14478
14479 * gdb.base/setshow.exp: Check for the existence of a
14480 feature, not its value.
14481
14482Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
14483
14484 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
14485
14486 * gdb.base/scope.exp: It's now init0(), not init().
14487
14488 * gdb.base/scope0.c: For now, change init() to be init0().
14489
14490 * config/monitor.exp: Use gdb_serial in preference to serial
14491 or netport.
14492
14493 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
14494 and it's not already set.
14495
14496Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
14497
14498 * gdb.base/setshow.exp: Only test the run command if the target
14499 isn't using a stub and if it supports argument passing.
14500
14501Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
14502
14503 * config/udi.exp(gdb_start): Make sure UDICONF is set
14504 properly before starting gdb.
14505
14506Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
14507
14508 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
14509 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
14510 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
14511
14512Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
14513
14514 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
14515 specialized code to reboot the board, use remote_reboot instead.
14516
14517 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
14518
14519 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
14520
14521 * config/monitor.exp: Make sure we disconnect from the target.
14522 Also, try a reboot/reload cycle instead of failing if the
14523 load fails.
14524
14525Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
14526
14527 * gdb.base/default.exp: Don't set match_max.
14528 * gdb.base/help.exp: Ditto.
14529 * gdb.base/list.exp: Ditto.
14530 * gdb.base/signals.exp: Ditto.
14531
14532 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
14533 set, use remote_ld to download the testcase instead of
14534 the GDB loader.
14535
14536Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
14537
14538 * config/vr5000.exp: New file.
14539
14540 * config/monitor.exp(gdb_target_monitor): Add pattern for
14541 "Ending remote" to detect errors in connecting.
14542
14543 * gdb.base/setshow.exp: Add .* within auto language test.
14544
14545 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
14546 target feature.
14547
14548 * config/monitor.exp(gdb_load): Check for a failure when loading,
14549 and reboot the board if necessary.
14550
14551 * gdb.base/setvar.exp(test_set): Handle multiple prints within
14552 a set of tests. Remove print.* from the patterns being checked.
14553
14554Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
14555
14556 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
14557 refer to gdb_spawn_id.
14558
14559 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
14560 longer used.
14561 * config/sparclet.exp: Ditto.
14562 * config/sparclet-old.exp: Ditto.
14563 * config/slite.exp: Ditto.
14564 * config/sim.exp: Ditto.
14565 * gdb.base/funcargs.exp: Ditto.
14566
14567 * lib/gdb.exp:Remove references to gdb_spawn_id.
14568 (gdb_expect): Move to remote.exp.
14569
14570Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
14571
14572 * config/monitor.exp: Detect the "Couldn't establish connection"
14573 message from GDB.
14574
14575Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
14576
14577 * gdb.base/bitfields.exp: Use runto instead of explicit
14578 gdb_run_cmd/gdb_expect sequences.
14579
14580 * gdb.base/break.exp(text_next_with_recursion): Add match for
14581 gdb_expect call.
14582
14583 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
14584 We also need to handle the "A program is being debugged already"
14585 prompt from gdb. Use gdb_test to set the baud rate.
14586
14587 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
14588 to 20000. Really. I mean it.
14589
14590Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
14591
14592 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
14593 fails. If suppress_flag is set, skip perror message about not
14594 being able to send to GDB.
14595 (send_gdb): If suppress_flag is set, don't try to send commands to
14596 GDB.
14597 (gdb_expect): If suppress_flag is set, always fail immediately.
14598 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
14599 (gdb_init): Call gdb_stop_suppressing_tests.
14600 (default_gdb_exit): Ditto.
14601 (default_gdb_start): Ditto.
14602
14603 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
14604 gdb_stop_suppressing_tests as appropriate.
14605 * gdb.base/break.exp: Ditto.
14606 * gdb.base/callfuncs.exp: Ditto.
14607 * gdb.base/commands.exp: Ditto.
14608 * gdb.base/exprs.exp: Ditto.
14609 * gdb.base/funcargs.exp: Ditto.
14610 * gdb.base/list.exp: Ditto.
14611 * gdb.base/recurse.exp: Ditto.
14612 * gdb.base/scope.exp: Ditto.
14613 * gdb.base/structs.exp: Ditto.
14614 * gdb.c++/inherit.exp: Ditto.
14615
14616Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
14617
14618 * config/vr4300.exp: New file.
14619
99707966 14620 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 14621
99707966 14622 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
14623
14624Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
14625
14626 * lib/gdb.exp(gdb_init): New function.
14627
14628 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
14629 for each individual variable set.
14630
14631 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
14632 name.
14633
14634 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
14635
14636 * gdb.base/scope.exp: Use gdb_test.
14637
14638 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
14639 aborting; the testsuite driver will do that for us (see
14640 gdb_finish). Also, use gdb_test in a few more places.
14641
14642Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14643
14644 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
14645
14646Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
14647
14648 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
14649 and "add_tests" are not at the same address.
14650
14651Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
14652
14653 * gdb.base/ptype.exp: Use gdb_test.
14654
14655Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
14656
14657 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
14658 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
14659 left in. No longer expect them to fail.
14660
14661 * gdb.stabs/*.mt; Deleted, no longer used.
14662 * gdb.stabs/configure.in: Remove references to target makefile
14663 frags.
14664 * gdb.stabs/configure: Rebuilt.
14665
14666 * gdb.disasm/*.mt: Deleted, no longer used.
14667 * gdb.disasm/configure.in: Remove references to target makefile
14668 frags. Use "sh3.s" as the unique filename for this directory.
14669 * gdb.disasm/configure: Rebuilt.
14670
14671 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
14672 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
14673 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
14674
14675Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
14676
14677 * config/udi.exp: Use mondfe,name instead of remote_host.
14678
14679Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
14680
14681 * gdb.base/watchpoint.exp: Don't expect a failure when calling
14682 a function with a watchpoint enabled on the mn10200.
14683
14684 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
14685 before trying to create it!
14686
14687Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
14688
14689 * config/vx.exp: Use hostname instead of netport.
14690
14691 * config/vxworks.exp: New file.
14692
14693 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
14694
14695 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
14696 gdb before assuming everything worked. Send a ^C if a timeout
14697 occurs.
14698
14699 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
14700 $gdb_spawn_id directly.
14701 (gdb_run_cmd): Try _start as well as start. Use the target feature
14702 gdb,start_symbol as the symbol to start from when jumping.
14703
14704Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
14705
14706 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
14707 redundant) test.
14708
14709 * gdb.base/recurse.exp: Relax final value test for 'b' so that
14710 it doesn't lose for 16bit integer systems.
14711
14712Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
14713
14714 * gdb.fortran/types.exp: If the target doesn't support "double"
14715 data types, then expect "real" types to only be 4 bytes.
14716
14717 * gdb.c++/virtfunc.exp: Expect failure for virtual function
14718 call tests if the target doesn't support inferior function calls.
14719
14720 * gdb.base/printcmds.exp: Allow minor deviation in FP values
14721 in printf tests.
14722
14723Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
14724
14725 * gdb.base/help.exp: Disable "help set", "help show", and
14726 "help support". Simplify regexp for "help stack".
14727
14728 * gdb.base/default.exp: Set match_max to 5000 and the timeout
14729 to 60 seconds. Temporarily set match_max to 15000 around the
14730 "info copying" test.
14731
14732 * gdb.base/nodebug.exp: Don't try to do an inferior function
14733 call if the target doesn't support them.
14734 * gdb.base/printcmds.exp: Likewise.
14735 * gdb.base/setvar.exp: Likewise.
14736 * gdb.base/structs.exp: Likewise.
14737 * gdb.c++/templates.exp: Likewise.
14738 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
14739
14740 * gdb.base/recurse.exp: Enable for the mn10200.
14741
14742 * configure.in: Do configure gdb.stabs directory for *-*-elf
14743 targets.
14744 * configure: Rebuilt.
14745
14746 * gdb.base/break.exp: Check for gdb,noresults before testing
14747 exit status and/or results from the target.
14748 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
14749 * lib/gdb.exp: Remove old (now bogus) initialization of
14750 noinferior, noargs, noresults and nosignals.
14751
14752Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
14753
14754 * config/sh.exp: New file.
14755
14756 * config/slite.exp: Try to connect multiple times to the board
14757 before rebooting. Only send a "monitor run" if need_monitor_run
14758 is set.
14759
14760 * gdb.base/break.exp: Don't do the "stub continue" test if
14761 the target has gdb_stub set.
14762
14763 * gdb.base/callfuncs.exp: Increase the timeout.
14764
14765 * gdb.base/interrupt.exp: Don't even try to compile the testcase
14766 if the target has gdb,noinferiorio set.
14767
14768 * gdb.base/list.exp: Increase match_max to 10000 characters.
14769
14770 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
14771
14772 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
14773 target.
14774
14775 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
14776
14777Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
14778
14779 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
14780 trying to delete the copy of gdb. Catch the file delete so we
14781 don't die if the delete fails; also, the file should be copied to
14782 the host, not to the build.
14783
14784Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
14785
14786 * lib/gdb.exp(gdb_test): Surround the result pattern with
14787 parenthesis in case it contains multiple regexps separated
14788 with |.
14789
14790 * gdb.base/watchpoint.exp: Use gdb_test.
14791 * gdb.base/default.exp: Ditto.
14792
14793Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
14794
99707966 14795 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 14796
c906108c
SS
14797 * gdb.base/scope.exp: Use gdb_test.
14798 * gdb.c++/classes.exp: Ditto.
14799 * gdb.c++/inherit.exp: Ditto.
14800
14801Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
14802
14803 * gdb.base/crossload.exp: Don't use execute_anywhere, use
14804 remote_exec instead.
14805 * gdb.base/corefile.exp: Don't be ridiculous.
14806 * gdb.base/*.c: Add missing stub invocations.
14807
14808Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
14809
14810 * config/slite.exp: Miscellaneous fixes.
14811
14812 * lib/gdb.exp: Fix runto.
14813
14814 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
14815 the target.
14816
14817 * gdb.base/watchpoint.exp: Fix regexp.
14818
14819 * lib/gdb.exp(default_gdb_exit): Add a catch to the
14820 close and wait commands, as the descriptor may now be
14821 invalid. Always call "remote_close host".
14822
14823Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
14824
14825 Major rewrite for testsuite revision.
d63a86f8 14826
c906108c
SS
14827 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
14828 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
14829 instead of relying on spawn_id to always contain a valid
14830 spawn id.
14831 (get_compiler_info): New procedure to build the ${binfile}.ci
14832 file, instead of replicating this in N different places.
14833 (gdb_compile): New procedure.
d63a86f8 14834
c906108c
SS
14835 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
14836 appropriate arguments) instead of compile. Use gdb_test in a lot
14837 more places. Use send_gdb instead of send. Always run gdb_start
14838 at the start of a testcase, as this is no longer done magically.
14839
14840 config/*-gdb.exp: Rename without the -gdb suffix.
14841
14842 config/mips.exp: Use remote_close instead of exit_remote_shell.
14843 config/monitor.exp: Use target_info instead of looking at
14844 baud, timeout, etc.
14845 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
14846
14847Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14848
14849 * gdb.c++/templates.exp (test_ptype_of_templates),
14850 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
14851 Update expect patterns for destructors and assignment operators
14852 to match corresponding c-typeprint.c changes.
14853 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
14854 to destructor breakpoint test, GDB should be able to set the
14855 destructor breakpoint without specifying arguments.
14856
14857Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
14858
14859 * gdb.threads/pthreads.exp: Change result for failure to compile due
14860 to lack of pthreads runtime support from an error to simply an
14861 unsupported test, per dejagnu standards.
14862
14863Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14864
14865 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
14866 where GDB exits to reduce pattern match time.
14867 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
14868
14869 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
14870
dc96c6c7 14871Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14872
14873 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
14874 * gdb.base/default.exp: ditto.
14875 * gdb.base/nodebug.exp: ditto.
14876 * gdb.base/printcmds.exp: ditto.
14877 * gdb.base/ptype.exp: ditto.
14878 * gdb.base/setvar.exp: ditto.
14879 * gdb.base/structs.exp: ditto.
14880 * gdb.base/setshow.c: Guard against uninitialized values of argc.
14881
14882Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
14883
14884 * configure, */configure: Rebuild with autoconf 2.12.
14885
14886Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
14887
14888 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
14889 use new i*86-pc-linux*-gnu quads.
14890 * gdb.base/corefile.exp: Ditto.
14891 * gdb.base/signals.exp: Ditto.
14892 * gdb.base/sigall.exp: Ditto.
14893 * gdb.base/interrupt.exp: Ditto.
14894
14895 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
14896 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
14897 RedHat 4.0.
d63a86f8 14898
c906108c
SS
14899 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
14900 linux. This allows the test case to at least compile on latest
14901 linux, but still not run due to missing the threads runtime library.
14902
14903Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14904
14905 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
14906 directory to search gdb directory. Accept and step over conditional
14907 stack alignment code. Consume $prompt in failure cases.
14908 Reset timeout to $oldtimeout instead of some arbitrary value.
14909 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
14910 timeout problems with infinite stack backtraces.
14911 * gdb.base/ptype.exp (ptype struct link, union tu_link):
14912 Accept function parameters for linkfunc member.
14913
14914Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
14915
14916 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
14917 (CXXFLAGS): Remove, unreferenced.
14918 (B_OPTIONS): Add for -B options and add code to initialize with
14919 previous -B options and also add -B option to pick up cross compiled
14920 runtime.
14921 (TARGET_INCLUDES): Add for -I options and add code to initialize when
14922 doing cross compiles.
14923 (target_alias): Declare global.
14924 (xgcc): Set variable to full path of gcc in build tree. Use findfile
14925 to verify that gcc exists in build tree, and if so set CC to that
14926 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 14927
c906108c
SS
14928Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
14929
14930 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
14931 ptype test for anonymous union. Fixup testcase to match
14932 current gcc debug output.
14933
14934Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
14935
14936 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
14937 force argument to an unsigned long type.
14938
14939Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
14940
14941 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
14942 tests and anonymous union print/ptype tests.
14943 * gdb.base/list.exp (test_forward-search): Increase timeout by
14944 5 minutes for the "search extremely long line" case.
14945 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
14946 completely optional and that the pass/fail messages use the command as
14947 the message if that third arg is a null string.
14948 (gdb_test_exact): Arrange that a null string pattern means match a
14949 null string output rather than any output, which might include random
14950 errors.
14951 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
14952 backtrace test.
14953 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
14954 always failing and failure is now exposed by gdb.exp changes.
14955
14956Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
14957
14958 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
14959 weren't being noted.
14960
14961Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14962
14963 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
14964 * gdb.stabs/weird.exp: Remove v_comb xfails.
14965
dc96c6c7 14966Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14967
14968 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 14969 list.exp scope.exp watchpoint.exp]
c906108c 14970 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 14971
dc96c6c7 14972Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14973
14974 * config/monitor.exp: Increase download timeout to 1000 seconds.
14975
dc96c6c7 14976Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14977
14978 * config/m32r.exp: Increase timeout to 120 seconds.
14979
14980Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
14981
14982 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
14983 and accept older ordering as obsolescent gcc or gdb.
14984 * gdb.c++/templates.exp: Ditto.
14985 * gdb.c++/virtfunc.exp: Ditto.
14986
14987Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
14988
14989 * gdb.base/coremaker.c: Add code to mmap some data so we
14990 can check that it ends up in the core file.
14991 * gdb.base/corefile.exp: Add test to read mmapped data
14992 from core file.
14993
dc96c6c7 14994Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
14995
14996 * config/m32r.exp: New file.
14997
14998Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
14999
15000 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
15001 that cflags can contains -gstabs, and work correctly for other tests.
15002
dc96c6c7 15003Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15004
15005 * gdb.base/setshow.exp: New file, tests show and set.
15006 * gdb.base/setshow.c: New file, tests show and set.
15007 * gdb.base/help.exp: Add test for help set|show annotate.
15008 * gdb.base/default.exp: Add test for set|show annotate.
15009
15010Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
15011
15012 * testsuite/gdb.base/break.exp: Make backtrace from factorial
15013 errors unique.
15014 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
15015 explicitly.
15016
15017Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
15018
15019 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
15020 and width commands. This is done elsewhere.
15021 * (gdb_start): Don't call gdb_start_sim here. That's already
15022 done in gdb_load. This fixes lots of failures in default.exp.
15023
15024Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
15025
15026 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
15027 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
15028 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
15029 in the same we we treat other failures (since it may be an expected
15030 condition), rather than as an error.
15031 * gdb.base/signals.exp (test_handle_all_print): Revert back to
15032 old test format.
15033
15034Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
15035
15036 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
15037 (distclean maintainer-clean realclean): No need to remove files
15038 twice. Nuke the duplicates.
15039 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 15040 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
15041 Remove config.h along with other config files.
15042
15043Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
15044
15045 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
15046 "p func1 ()" and note that rests of tests are skipped.
15047 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
15048 setup_xfails for "print func2::coremaker_local".
15049 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
15050 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
15051 affected by the previous run test.
15052 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
15053 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
15054 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
15055 "pass int powerset tuple" and "pass modeless int powerset tuple".
15056 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
15057 "real write 4" and "real write 8".
15058 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
15059 setup_xfails for "print vs1 after tuple assign 2",
15060 "print \$i after tuple assign 2", and
15061 "print vs2 after tuple assign 2".
15062 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
15063 meaningful error message and return -1 so the caller can
15064 suppress further tests and avoid a cascade of errors.
d63a86f8 15065
c906108c
SS
15066Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
15067
15068 * gdb.base/a1-selftest.exp: Tweak tests to account for new
15069 format for printing version.
15070 * gdb.base/default.exp: Ditto.
15071 * gdb.base/interrupt.exp: Fix problem with cascade of
15072 errors if child process dies while calling a function.
d63a86f8 15073
c906108c
SS
15074Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
15075
15076 * Makefile.in (VPATH): Add
15077 * Makefile.in (Makefile, config.status): Fix rules so things get
15078 remade when necessary.
15079
15080Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
15081
15082 * Makefile.in (just-check): Add path to sibling expect dir
15083 to environment variable specified by RPATH_ENVVAR.
15084
15085Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
15086
15087 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
15088 (just-check): Add shared library paths for libstdc++, tk,
15089 tcl, bfd, and opcodes to the environment variable specified
15090 in RPATH_ENVVAR.
15091 * configure.in: Add support to recognize --enable-shared flag
15092 and generate correct value for RPATH_ENVVAR.
15093 * configure: Regenerated with autoconf.
15094
15095Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
15096
15097 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
15098 include all osf versions.
15099 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
15100 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
15101 when target is linux. When failing to build pthreads test
15102 executable, give more meaningful message.
15103 * gdb.threads/pthreads.c: Hpux also uses old definition of second
15104 arg for pthread_create.
d63a86f8 15105
c906108c
SS
15106Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
15107
15108 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
15109 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
15110 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
15111 and -lpthreads (everybody else).
15112 (test_startup): Fail gracefully if threads are not supported.
15113 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
15114 "p/c array_index("abcdef",2)" when not gcc compiled.
15115 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
15116 "print func2::coremaker_local" when not gcc compiled.
15117 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
15118 "ptype on opaque struct tagname (statically)",
15119 "ptype on opaque struct tagname (dynamically) 1", and
15120 "ptype on opaque struct tagname (dynamically) 2"
15121 for not compiled with gcc.
15122 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
15123 backtrace when compiled with gcc.
d63a86f8 15124 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
15125 than always return success.
15126
15127Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
15128
15129 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
15130
15131Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
15132
15133 * gdb.base/structs.exp: Undo last change.
15134
15135Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
15136
15137 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
15138 encapsulate all the steps/nexts done during self test, starting
15139 at main, and makes them less sensitive to optimization issues.
15140 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
15141 signal handler" test.
15142 * gdb.threads/pthreads.exp: Only run this for native configs.
15143 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
15144 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
15145 tests.
15146 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
15147 for "runto test_calls(void)" test.
d63a86f8 15148
c906108c
SS
15149Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
15150
15151 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
15152 and don't expect address info in breakpoint confirmations.
15153
15154Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
15155
15156 * gdb.base/list.exp (test_forward_search): Increase timeout
15157 temporarily by 60 seconds for searching extremely long line,
15158 and then reset to old value when done. Increase expect input
15159 buffer to 10000.
15160
15161Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
15162
15163 * gdb.base/list.exp (test_forward_search): Fix to handle very
15164 long source line without overflowing expect's input buffer.
15165
15166Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
15167
15168 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
15169 "buffer_full".
15170
15171 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
15172 "buffer_full".
15173
15174 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
15175 "buffer_full".
15176
15177 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
15178 "buffer_full".
15179
15180Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
15181
15182 * configure.in (configdirs): Add gdb.threads.
15183 * configure: Regenerated with autoconf.
15184 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
15185 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
15186 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 15187
c906108c
SS
15188Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
15189
15190 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
15191
15192Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
15193
15194 * gdb.base/signals.exp (test_handle_all_print): Test separately for
15195 each signal's status in the output of "handle all print".
15196 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
15197 the \r\n sequence that immediately precedes the gdb prompt.
15198 * gdb.base/a1-selftest.exp: Save original timeout and restore
15199 after test.
15200
15201Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
15202
15203 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
15204 symbol.
15205
15206Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15207
15208 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
15209
15210Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
15211
15212 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
15213 timeout by 60 seconds.
15214
15215Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
15216
15217 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
15218 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
15219 error return.
15220
15221Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
15222
15223 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
15224 gdb initialization, also report how long dejagnu waited. Restore
15225 old timeout before doing error return. Temporarily increase timeout
15226 by 3 minutes to allow for slow startups over heavy NFS use.
15227
15228Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
15229
15230 * lib/gdb.exp: Report timeout value for verbosity level 2.
15231 * config/gdbserver.exp: Ditto.
15232 * config/hppro.exp: Ditto.
15233 * config/mips-gdb.exp: Ditto.
15234 * config/monitor.exp: Ditto.
15235 * config/netware.exp: Ditto.
15236 * config/sim-gdb.exp: Ditto.
15237 * config/slite-gdb.exp: Ditto.
15238 * config/udi-gdb.exp: Ditto.
15239 * config/unix-gdb.exp: Ditto.
15240 * config/vx-gdb.exp: Ditto.
15241 * gdb.base/a1-selftest.exp: Ditto.
15242 * gdb.base/a2-run.exp: Ditto.
15243 * gdb.base/break.exp: Ditto.
15244 * gdb.base/corefile.exp: Ditto.
15245 * gdb.base/list.exp: Ditto.
15246 * gdb.base/recurse.exp: Ditto.
15247 * gdb.base/scope.exp: Ditto.
15248 * gdb.base/signals.exp: Ditto.
15249
15250Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15251
15252 * gdb.threads/Makefile.in (docdir): Removed.
15253
15254Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15255
15256 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 15257 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 15258 @srcdir@.
d63a86f8 15259 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
15260 autoconf 2.5 or higher.
15261 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
15262
15263Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
15264
15265 * configure: Regenerated.
15266 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
15267 avoid name clashes with SunOS headers.
15268
15269Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
15270
15271 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
15272
15273Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
15274
15275 * gdb.base/callfuncs.exp: Finish last change -- make sure the
15276 prototype information ends up in the compiler info file.
15277
15278Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
15279
15280 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
15281 attempting to regenerate it. Eliminate use of a temporary file
15282 and just generate the info file directly. Source it immediately,
15283 for consistency of use.
15284 * gdb.base/corefile.exp: Ditto
15285 * gdb.base/exprs.exp: Ditto.
15286 * gdb.base/funcargs.exp: Ditto.
15287 * gdb.base/langs.exp: Ditto.
15288 * gdb.base/list.exp: Ditto.
15289 * gdb.base/mips_pro.exp: Ditto.
15290 * gdb.base/nodebug.exp: Ditto.
15291 * gdb.base/opaque.exp: Ditto.
15292 * gdb.base/ptype.exp: Ditto.
15293 * gdb.base/scope.exp: Ditto.
15294 * gdb.base/setvar.exp: Ditto.
15295 * gdb.base/signals.exp: Ditto.
15296 * gdb.base/whatis.exp: Ditto.
15297 * gdb.c++/templates.exp: Ditto.
15298 * gdb.c++/virtfunc.exp: Ditto.
15299 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
15300 whether or not to add -lstdc++ to the compile command line args.
15301
15302Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15303
15304 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
15305 it got fixed by the recent lookup_minimal_symbol_by_pc change.
15306 Increase timeout, a lot of single stepping might be needed if the
15307 target has no hardware watchpoints.
15308
15309Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
15310
15311 * gdb.base/break.exp: Ignore compiler warnings when compiling
15312 break.c.
15313 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
15314 * gdb.base/default.exp: Add h8300 xfails. Handle messages
15315 from remote-sim.
15316 * gdb.base/exprs.exp: Add h8300 xfails.
15317 * gdb.base/funcargs.exp: Likewise.
15318 * gdb.base/nodebug.exp: Likewise.
15319 * gdb.base/printcmds.exp: Likewise.
15320 * gdb.base/ptype.exp: Likewise.
15321 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
15322 h8300 xfails.
d63a86f8 15323 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
15324 on the h8300.
15325 * gdb.base/funcargs.c: Explicitly make last constant argument to
15326 call_after_alloca_subr an unsigned long type.
15327 * gdb.base/return.c: Include stdio.h.
15328
15329Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15330
15331 * config/abug.exp: New file for the older Motorola Bug monitor
15332 that runs on the mvme13x series VME boards.
15333 * config/monitor.exp: Use the new config array for target settings
15334 if they exist.
15335
15336Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
15337
15338 * sim-gdb.exp: Make the SH simulator allocate less space when
15339 it is targeted.
15340
15341Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
15342
15343 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
15344 test.
15345
15346Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
15347
15348 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
15349 "rs6000-*-*" for "list function in include file" when gcc compiled.
15350 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
15351 for "p ctable1[120]".
15352 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
15353 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
15354 Remove setup_xfail for "rs6000-*-*" for
15355 "print 'scope0.c'::filelocal before run".
15356 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
15357 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
15358 since some compilers don't allow both options to be given
15359 on the same command line. Create object file and move it.
d63a86f8 15360
c906108c
SS
15361Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
15362
15363 * gdb.base/corefile.exp: Always regenerate the core file, since
15364 we always regenerate the coremaker program. Detect special case
15365 where registers cannot be read from core file.
d63a86f8 15366
c906108c
SS
15367Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
15368
15369 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
15370 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
15371 * gdb.c++/templates.exp: Only match on basename of file since
15372 some formats like xcoff don't encode directory information.
15373 * gdb.stabs/weird.exp: Use the right sed script for powerpc
15374 and rs6000 AIX xcoff targets.
15375 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
15376 * configure: Regenerate.
15377 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
15378 here, rather than in distclean.
d63a86f8 15379
c906108c
SS
15380Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
15381
15382 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
15383 defined, and use it to compile the test case with -O2. The
15384 native compilation still uses no optimization.
15385 * gdb.base/mips_pro.c: Remove inline assembly code since
15386 it is compiled PIC by default, which results in assembler
15387 warnings that make the testsuite think the compilation
15388 was unsuccessful.
15389
15390Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
15391
15392 * gdb.c++/misc.exp: Add note to message for
15393 "print s.a for foo struct" that this is a known gcc 2.7.2
15394 and earlier bug.
15395
15396Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
15397
15398 * gdb.base/break.exp: Fix pattern for matching "Delete all
15399 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
15400 setup_xfail for deleting all breakpoints test. Fix various
15401 timeout messages to include "(timeout)".
15402 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
15403 for "p t_float_values2(3.14159,float_val2)".
15404 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
15405 for "continue to call2g" when gcc compiled.
15406 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
15407 "up to foo in langs.exp", "show language at foo in langs.exp",
15408 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
15409 and "show language at fsub in langs.exp".
15410 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
15411 "list line 1 in include file", "list message for lines past EOF",
15412 "list function in include file", "list list0.h:foo", and
15413 "list filename:function; nonexistant function".
15414 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
15415 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
15416 and "ptype t_char_array" to be for native cc only.
d63a86f8 15417
c906108c
SS
15418Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
15419
d63a86f8 15420 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
15421 setup_xfail for "print coremaker_bss", "print coremaker_ro",
15422 "print func2::coremaker_local", and "backtrace in corefile.exp".
15423
15424Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
15425
15426 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
15427 "bt in signals.exp". This problem only appears when running
15428 the testsuite, and then only intermittently.
15429
15430Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15431
15432 * gdb.base/return.exp (return_tests): Differentiate between
15433 two tests of continuing.
15434
15435Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15436
15437 * */Makefile.in (maintainer-clean): Remove config.log.
15438 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
15439 * gdb.c++/Makefile.in (PROGS): Add inherit.
15440 (clean): Remove *.ci.
15441
15442Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
15443
15444 * gdb.c++/misc.cc: Add test code from Mike Stump.
15445 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
15446
15447Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
15448
15449 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
15450 to "alpha-*-osf2*" and add comment.
15451 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
15452 setup_xfail for "step over execarg initialization" and
15453 "step over corearg initialization".
15454 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
15455 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
15456 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
15457 gcc compiled for "print coremaker_bss", "print coremaker_ro",
15458 "print func2::coremaker_local", and "backtrace in corefile.exp".
15459 * gdb.base/signals.exp: Build and source signals.ci.
15460 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
15461 to be for gcc only.
15462 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 15463
c906108c
SS
15464Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15465
15466 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
15467 Feb 3 procfs.c change.
15468
15469Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
15470
15471 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
15472
15473Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
15474
15475 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
15476 from dejagnu's apparent default of 10 seconds, which gives random
15477 results when running the tests over NFS on moderately loaded systems.
15478 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
15479
15480Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
15481
15482 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
15483 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
15484 result reports.
15485
15486Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
15487
15488 * configure.in (CY_AC_PATH_TCLH): Remove.
15489 * configure: Regenerate.
15490
15491Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
15492
15493 * gdb.c++/Makefile.in (clean): Add missing '{'.
15494
15495Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
15496
15497 * lib/gdb.exp: Provide a default value for noinferior.
15498
15499 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
15500 Load libgloss.exp.
15501
15502Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
15503
15504 * gdb.disasm/hppa.exp: Compile directly into an executable, use
15505 the executable, not the .o to run the tests from.
15506
15507Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
15508
15509 * gdb.base/break.exp: Don't test for program exit or exit status
15510 if $noresults if nonzero.
15511 * gdb.base/langs.exp: Likewise.
15512 * gdb.base/watchpoint.exp: Likewise.
15513
15514 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
15515 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
15516 trying to compile the testcase.
15517
15518Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
15519
15520 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
15521 * gdb.base/signals.exp (continue to handler): Likewise.
15522
15523Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
15524
15525 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
15526
15527 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
15528
15529Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
15530
15531 * gdb.base/corefile.exp: Recognize "not found" as failure
15532 when trying to determine if a core file was generated.
15533 If no core file was generate the first time, try again without
15534 the ulimit -c to work around braindamaged shells.
15535
15536Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
15537
15538 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
15539 [] tests with "test" and enclose string in quotes.
15540 * gdb.stabs/configure: Rebuild
d63a86f8 15541
c906108c
SS
15542Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
15543
15544 Changes in sync with expect:
15545 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
15546 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
15547 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
15548 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
15549 argument to AC_REQUIRE.
15550 * configure: Regenerated.
15551
15552Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
15553
15554 * gdb.base/corefile.exp: When generating a core, discard any
15555 error messages about ulimit not found and the "core dumped"
15556 message from the shell that runs the coredumper.
15557
15558Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
15559
15560 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
15561
15562 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
15563 which sed script to run. Expect failure for v_comb test
15564 on PA targets too.
d63a86f8 15565
c906108c
SS
15566Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
15567
15568 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
15569 "print func2::coremaker_local" and for "backtrace in corefile.exp"
15570
15571Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
15572
15573 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
15574 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
15575 "sparc-sun-solaris*" xfails for "p v_comb".
15576 * lib/gdb.exp (default_gdb_start): Fix typo.
15577 * gdb.base/corefile.exp: Allow "Core was generated by ..."
15578 messages to not include the full program name that caused
15579 the core dump since some systems (such as solaris) apparently
15580 truncate this path to about 80 characters.
15581 When generating a core file first try increasing the core file
15582 size limit to unlimited since some systems may default it to
15583 zero, and it is harmless to try it. Move the test for failing
15584 to generate a core file to where it will actually get executed.
15585 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
15586 new gdb result from g++ debug info improvements and make old
15587 pattern obsolescent. Also account for size_t differences
15588 (may be int or long).
15589 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
15590 initialization before function call is placed in the delay slot
15591 and thus appears to be skipped over by commands such as "next".
15592
15593Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
15594
15595 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
15596
15597Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
15598
15599 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
15600 input source file; fix code to compile test to deal with this
15601 convention.
15602 * gdb.c++/*.exp: Likewise.
15603
15604Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
15605
15606 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
15607 "bt in signals.exp".
15608
15609Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
15610
15611 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
15612 "step over execarg initialization" and
15613 "step over corearg initialization".
15614
15615Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
15616
15617 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
15618 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
15619
15620Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
15621
15622 From Rob Savoye (rob@poseidon.cygnus.com)
15623 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
15624 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
15625 configure.in}, gdb.disasm/{Makefile.in, configure.in},
15626 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
15627 configure.in}: Major reworking for autoconfig.
15628 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
15629 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
15630 New files.
15631 * config/unix-gdb.exp: Make GDB global.
15632 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
15633 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
15634 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
15635 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
15636 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
15637 term.exp, twice.exp, watchpoint.exp, whatis.exp},
15638 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
15639 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
15640 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
15641 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
15642 pr-8136.exp, result.exp, string.exp, tuples.exp},
15643 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
15644 to returns as necessary, arrange for test to compile own testcase
15645 executable.
15646 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 15647
c906108c
SS
15648Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
15649
15650 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
15651 clear_xfail at end of test which might not call either pass or fail.
15652 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
15653 "backtrace through signal handler".
15654
15655Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15656
15657 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
15658 continuing from a job control stop signal.
15659 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
15660
15661Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
15662
15663 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
15664 * gdb.base/corefile.exp: Likewise.
15665 * gdb.base/funcargs.exp: Likewise.
15666
15667Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
15668
15669 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
15670 * config/monitor.exp: Add support for setting baud rate.
15671
15672Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
15673
15674 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
15675 i*86-*-linux* xfails for "backtrace through signal handler".
15676 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
15677 "print func2::coremaker_local".
15678 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
15679 alpha-dec-osf2* xfail for
15680 "delete all breakpoints when none".
15681
15682Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
15683
15684 * gdb.base/break.exp: Change test that deletes all breakpoints
15685 when no user breakpoints are installed. A post 4.15 change
15686 causes gdb to no longer prompt in this case.
15687
15688Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
15689
15690 * gdb.base/return.exp (return_tests): Change xfail for test
15691 "correct value returned double test" to stop xfailing at
15692 Solaris 2.5. Apparently the bug has been fixed.
15693
15694Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
15695
15696 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
15697 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
15698
15699Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
15700
15701 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
15702 * gdb.disasm/hppa.s: Corresponding changes.
15703
15704Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
15705
15706 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
15707 makefile fragment.
15708 * config/mt-hpux: Deleted.
15709
15710Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
15711
d63a86f8 15712 * Many files: When warning about suppressed tests due to a
c906108c
SS
15713 nonexistant test binary, avoid incrementing the warning count.
15714
15715Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
15716
15717 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 15718
c906108c
SS
15719Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15720
15721 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
15722 "sparc-*-solaris2*".
15723
15724Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15725
15726 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
15727 Add global and local variables and initialize them.
15728 * gdb.base/corefile.exp: Test correct mapping of corefile sections
15729 by printing variables. Remove rs6000 and powerpc xfails, BFD now
15730 extracts the file name and terminating signal from the core file.
15731 * TODO: Remove note about tests for correct mapping of corefile.
15732 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
15733 from optimizing it away.
15734 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
15735 handles common blocks.
15736
15737Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
15738
15739 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
15740 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
15741
15742Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
15743
15744 * Makefile.in (maintainer-clean): New target, synonym for
15745 realclean.
15746 * gdb.base/Makefile.in (maintainer-clean): Likewise.
15747 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
15748 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
15749 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
15750 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
15751 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
15752
15753Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
15754
15755 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
15756 xfails when not gcc compiled for "print foo::funclocal".
15757 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
15758 "print foo::funclocal at foo",
15759 "print 'scope1.c'::foo::funclocal at foo",
15760 "print foo::funclocal_bss at foo",
15761 "print 'scope1.c'::foo::funclocal_bss at foo",
15762 "print foo::funclocal_ro at foo",
15763 "print 'scope1.c'::foo::funclocal_ro at foo",
15764 "print bar::funclocal at foo" and
15765 "print 'scope1.c'::bar::funclocal at foo".
15766 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
15767 gcc compiled for "print foo::funclocal at bar".
15768 Expand all messages to ensure that they identify that
15769 the test is at bar().
15770 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
15771 gcc compiled for:
15772 "ptype on opaque struct pointer (statically)",
15773 "ptype on opaque struct tagname (statically)",
15774 "ptype on opaque struct pointer (dynamically) 1",
15775 "ptype on opaque struct tagname (dynamically) 1",
15776 "ptype on opaque struct pointer (dynamically) 2" and
15777 "ptype on opaque struct tagname (dynamically) 2
15778 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
15779 gcc compiled for:
15780 "p datalocal"
15781 "whatis datalocal",
15782 "ptype datalocal",
15783 "p bsslocal",
15784 "whatis bsslocal", and
15785 "ptype bsslocal".
15786 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
15787 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
15788 when not gcc compiled.
15789 * gdb.base/funcargs.exp (float_and_integral_args): Add
15790 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
15791 compiled.
15792 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
15793 "backtrace from call6a" when not gcc compiled.
15794 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
15795 "backtrace from call7a" when not gcc compiled.
15796 * gdb.base/callfuncs.exp (do_function_calls):
15797 Add "hppa*-*-hpux*" xfail when not gcc compiled for
15798 "p t_char_array_values(char_array_val2,char_array_val1)",
15799 "p t_char_array_values(char_array_val1,char_array_val2)",
15800 "p t_char_array_values("carray 1","carray 2")",
15801 "p t_char_array_values("carray 1",char_array_val2)",
15802 "p t_char_array_values(char_array_val1,"carray 2")",
15803 "p sum_args(1,{2})",
15804 "p sum_args(2,{2,3})",
15805 "p sum_args(3,{2,3,4})",
15806 "p sum_args(4,{2,3,4,5})"
15807 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
15808 "backtrace in corefile.exp" when not gcc compiled.
15809
15810Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15811
15812 * gdb.base/signals.exp: Rewrite `handle all print' test as
15813 a procedure. Accept blanks or TABs as whitespace, increase
15814 timeout and expect input buffer size for the large output
15815 from the command. Remove "i*86-*-bsdi2.0" xfail.
15816
15817Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15818
15819 * gdb.base/setvar.exp: Add new testcases for truncation when
15820 assigning invalid values to bitfields.
15821
15822Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
15823
d63a86f8 15824 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
15825 mips-sgi-irix* xfail for
15826 "call inferior func with struct - returns char *"
15827 and fix test so that an optional (unsigned char *) cast is
15828 accepted in the result.
15829
15830Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
15831
15832 * gdb.base/funcargs.exp (float_and_integral_args): Remove
15833 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
15834 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
15835 * gdb.base/signals.exp: Remove duplicate "handle all print" test
15836 that accidentally got checked in.
15837
15838Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
15839
d63a86f8 15840 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
15841 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
15842 compiled test.
15843 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
15844 Add mips-sgi-irix5* xfail for not gcc compiled.
15845 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
15846 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
15847 "p top", "whatis top", "p middle", and "whatis middle".
15848 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
15849 "whatis signed char" for not gcc compiled.
15850 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
15851 "set variable signed char=-1 (-1)" and
15852 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
15853 * gdb.base/funcargs.exp (float_and_integral_args):
15854 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
15855 Add mips-sgi-irix* xfail when not gcc compiled for
15856 "continue to call2b".
15857 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
15858 "continue to call2g".
15859 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
15860 "backtrace from call6a"
15861 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
15862 "backtrace from call7k".
15863 Add mips-sgi-irix5* xfail when not gcc compiled for
15864 "backtrace from call7a".
15865 (localvars_after_alloca): Fix gdb_test cmds for
15866 "print * after runto ...".
15867 Remove rs6000-*-* xfails for
15868 "print i after runto localvars_after_alloca" and
15869 "print l after runto localvars_after_alloca"
15870 for all compilers.
15871 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
15872 when not compiled with gcc, for:
15873 "print signed char == (minus)",
15874 "print signed char != (minus)",
15875 "print signed char < (minus)",
15876 "print signed char > (minus)".
15877 * gdb.base/callfuncs.exp (do_function_calls):
15878 Add mips-sgi-irix* xfail, when compiled with native compiler, for
15879 "call inferior func with struct - returns char *".
d63a86f8 15880 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
15881 "correct value returned double test" to include Solaris 2.4.
15882 * gdb.base/funcargs.exp (float_and_integral_args):
15883 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 15884
c906108c
SS
15885Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15886
15887 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
15888 enumeration bitfields if compiling with GNU C.
15889 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
15890 to empty' prompt.
15891
15892Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
15893
15894 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
15895 test for PRO targets.
15896
15897 * gdb.base/funcargs.exp: Avoid ever setting more than 8
15898 breakpoints in the inferior at any given time by making
15899 two groups of breakpoints for call2*, call6* and call7*
15900 tests.
15901
15902Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15903
15904 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
15905 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
15906 from optimizing it away.
15907 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
15908 "call inferior func with struct".
15909
15910Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
15911
15912 * configure.in: Only configure gdb.chill for particular targets.
15913
15914Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
15915
15916 * gdb.base/Makefile.in: Add action to .c.o transformation
15917 rule that generates a .ci file for each .o file and remove
15918 explicit .c.o rules except for callfuncs.o.
15919 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
15920 generates a .ci file for each .o file and remove explicit
15921 .cc.o rules.
15922 (clean): Remove *.tmp *.ci files.
15923 (EXECUTABLES): Remove templ-info.exp.
15924 * gdb.base/compiler.c: New file.
15925 * gdb.c++/compiler.cc: New file
15926 * gdb.base/scope.exp: Source gdb.base/scope.ci.
15927 Change rs6000-*-* xfail for
15928 "print 'scope0.c'::filelocal_ro" and
15929 "print 'scope1.c'::filelocal" and
15930 "print 'scope1.c'::filelocal_bss" and
15931 "print 'scope1.c'::filelocal_ro" and
15932 "print 'scope1.c'::foo::funclocal" and
15933 "print 'scope1.c'::foo::funclocal_ro" and
15934 "print 'scope1.c'::bar::funclocal" and
15935 "print 'scope0.c'::filelocal_ro" and
15936 "print 'scope1.c'::filelocal at foo" and
15937 "print 'scope1.c'::filelocal_bss at foo" and
15938 "print 'scope1.c'::filelocal_ro at foo" and
15939 "print 'scope1.c'::foo::funclocal at foo" and
15940 "print 'scope1.c'::foo::funclocal_bss at foo" and
15941 "print 'scope1.c'::foo::funclocal_ro at foo" and
15942 "print 'scope1.c'::bar::funclocal at foo" and
15943 "print 'scope0.c'::filelocal_ro" and
15944 "print 'scope1.c'::filelocal" and
15945 "print 'scope1.c'::filelocal_bss" and
15946 "print 'scope1.c'::filelocal_ro" and
15947 "print 'scope1.c'::foo::funclocal" and
15948 "print 'scope1.c'::foo::funclocal_bss" and
15949 "print 'scope1.c'::foo::funclocal_ro" and
15950 "print 'scope1.c'::bar::funclocal" and
15951 "print 'scope1.c'::bar::funclocal_bss"
15952 to only be xfail'd when not compiled with gcc.
d63a86f8 15953 Add rs6000-*-* xfail for
c906108c
SS
15954 "print 'scope0.c'::filelocal_bss before run"
15955 when compiled with gcc.
15956 (test_at_main): Add rs6000-*-* xfail for
15957 "print filelocal_ro in test_at_main"
15958 when compiled with gcc.
15959 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 15960 Add rs6000-*-aix* xfail for
c906108c
SS
15961 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
15962 "ptype t_char_array", not compiled with gcc.
15963 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
15964 xfail for "list foo (in include file)" when gcc compiled.
15965 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
15966 (integral_args): Add rs6000-*-* xfail for
15967 "run to call0a" if not compiled with gcc.
15968 (unsigned_integral_args): Add rs6000-*-* xfail for
15969 "run to call1a" if not compiled with gcc.
15970 (float_and_integral_args): Add rs6000-*-* xfail for
15971 "run to call2a" if not compiled with gcc and for
15972 "continue to call2b" for any compiler.
15973 Add rs6000-*-* xfail to
15974 "print f1 after run to call2a" for gcc compiled.
15975 (discard_and_shuffle): Add rs6000-*-* xfail for
15976 "run to call6a".
15977 (shuffle_round_robin): Add rs6000-*-* xfail for
15978 "backtrace from call7a" if not compiled with gcc.
15979 Add rs6000-*-* xfail for
15980 "backtrace from call7b" if compiled with gcc.
15981 (call_after_alloca): Add rs6000-*-* xfail for
15982 "print c in call_after_alloca" and
15983 "print s in call_after_alloca" and
15984 "backtrace from call_after_alloca_subr"
15985 if not compiled with gcc.
15986 (localvars_in_indirect_call): Add rs6000-*-* xfail for
15987 "print c in localvars_in_indirect_call" and
15988 "print c in localvars_in_indirect_call" and
15989 "backtrace in indirectly called function" and
15990 "stepping into indirectly called function"
15991 if not compiled with gcc.
15992 (localvars_after_alloca): Add rs6000-*-* xfail for
15993 "print c after runto localvars_after_alloca" and
15994 "print s after runto localvars_after_alloca" and
15995 "print i after runto localvars_after_alloca" and
15996 "print l after runto localvars_after_alloca"
15997 for all compilers.
15998 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
15999 than whatis-info.exp.
16000 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
16001 than opaque-info.exp.
16002 Setup rs6000-*-* xfail for
d63a86f8 16003 "ptype on opaque struct pointer (statically)" and
c906108c
SS
16004 "ptype on opaque struct pointer (dynamically)" when
16005 not compiled with gcc.
16006 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
16007 rather than callf-info.exp.
16008 (do_function_calls): Add clear_xfail for rs6000-*-* for
16009 "p t_float_values2(3.14159,float_val2)". Seems to work
16010 fine there, both with xlc and gcc. Need to find out what
16011 it is doing right and fix other platforms.
16012 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
16013 "call inferior func with struct - returns int",
16014 "call inferior func with struct - returns long",
16015 "call inferior func with struct - returns float",
16016 "call inferior func with struct - returns double",
16017 "call inferior func with struct - returns char *",
16018 but only if not gcc compiled (presumes xlc compiled).
16019 Change rs6000-*-* xfails for
16020 "call inferior func with struct - returns char" and
16021 " call inferior func with struct - returns short" to only
16022 xfail if not using gcc.
16023 (clean mostlyclean): Remove *.ci and *.tmp files.
16024 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
16025 than templ-info.exp.
16026 * gdb.base/langs.exp: Source gdb.base/langs.ci.
16027 Add rs6000-*-* xfail for "up to foo in langs.exp"
16028 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
16029 when not gcc compiled.
d63a86f8 16030
c906108c
SS
16031Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16032
16033 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
16034 * gdb.base/corefile.exp: Likewise.
16035 * gdb.base/list.exp: Likewise.
16036 * gdb.base/scope.exp: Likewise.
16037 * gdb.base/siganls.exp: Likewise.
16038
16039 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
16040 compiler output.
16041 * gdb.base/whatis.exp: Likewise.
16042
16043Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
16044
16045 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
16046 failure (opcode table has been fixed to match reality).
16047
16048Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
16049
16050 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
16051 "call inferior func with struct - returns char",
16052 "call inferior func with struct - returns short"
16053
16054 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
16055 "print 'scope0.c'::filelocal at main",
16056 "print 'scope0.c'::filelocal_bss in test_at_main",
16057 "print 'scope0.c'::filelocal at foo",
16058 "print 'scope0.c'::filelocal_bss in test_at_foo",
16059 "print 'scope0.c'::filelocal at bar",
16060 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 16061
c906108c
SS
16062 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
16063 in source file 1". This bug seems to have been fixed with both
16064 gcc and native cc (was native assembler bug?).
16065
16066Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
16067
16068 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
16069 "backtrace through signal handler" to "i*86-*-sysv4*".
16070 * gdb.base/signals.exp: Add xfail for "'next' behaved as
16071 continue" case. Add "known SVR4 bug" to fail message.
16072 Add "i*86-*-bsdi2.0" xfail for "handle all print".
16073 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
16074 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
16075 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
16076 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
16077 "up to foo in langs.exp", "show language at foo in
16078 langs.exp", "up to cppsub_ in langs.exp", "show
16079 language at cppsub_ in langs.exp", "up to fsub in
16080 langs.exp", and "show language at fsub in langs.exp".
16081 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
16082 "bactrace in corefile.exp".
16083 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
16084 "call inferior function with struct - returns float" and
16085 "call inferior function with struct - returns double".
d63a86f8 16086
c906108c
SS
16087Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
16088
16089 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
16090 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
16091 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
16092 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
16093
16094Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
16095
16096 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
16097 (or overriden) "CHILL" macro rather then bare "gcc".
16098 Also look for ../../gcc/xgcc since that is what we will
16099 actually need, not "Makefile". Remove following assignment
16100 of CHILL to CHILL_FOR_TARGET because that results in
16101 recursive definition.
16102
16103Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
16104
16105 * gdb.base/corefile.exp: Change xfail for backtrace in
16106 corefile.exp from linuxaout to all linux.
16107 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
16108 cases where we miss the breakpoint at the signal handler
16109 for some reason. Setup xfail for linuxoldld/linuxaout and
16110 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
16111 hitting SIGURG breakpoint.
16112 * gdb.base/signals.exp: Setup xfail for "next" acting like
16113 continue to add linuxoldld. Setup xfail for all linux for
16114 "next to handler in signals_tests_1", "backtrace in
16115 signals_tests_1", "continue to func1", "pass SIGUSR1",
16116 and continue to handler".
16117
16118Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
16119
16120 * Update all FSF addresses except those in COPYING* files.
16121
16122Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
16123
16124 * gdb.base/a2-run.exp: Change messages to be more explicit about
16125 the status of args, and quote binfile in results.
16126
16127Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
16128
16129 * gdb.base/callfuncs.exp: Add tests for passing structs to
16130 inferior functions and return various types.
16131 * gdb.base/callfuncs.c: Add functions to receive a struct
16132 and return a member of the struct, in various types.
16133
16134Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16135
16136 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
16137
16138Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16139
16140 * config/vxworks29k.exp: New file, sources vxworks.exp.
16141
16142Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16143
16144 * config/gdbremote.exp: New file. Testing framework using
16145 gdbserver.
16146
16147Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
16148
16149 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
16150 "call function when asleep" and "send end of file".
16151 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
16152 for "backtrace in corefile.exp".
16153 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
16154 for "backtrace through signal handler".
16155 * gdb.base/corefile.exp: Make sure we actually generate a core file
16156 before trying the core tests. Some systems allow the user to suppress
16157 generation of core files and default to that (linux for example).
16158 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
16159 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
16160
16161Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16162
16163 * gdb.threads: New directory with some crude multi-threaded
16164 gdb tests (step.exp and step2.exp).
16165 * config/mt-lynx (STEP_EXECUTABLE): Define.
16166 (THREADFLAGS): Define.
16167
16168Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
16169
16170 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
16171
16172 * gdb.base/signals.exp: Disable whole file for lynx until
16173 further notice.
16174
16175 * gdb.base/signals.exp: xfail test where "next" acts like
16176 "continue" for lynx.
16177
16178 * gdb.base/interrupt.exp: xfail test for calling function while
16179 inferior is asleep for lynx.
16180
16181 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
16182 than one cr-lf after each command.
16183
16184Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16185
16186 * configure.in: Reinstate setting of stabsdirs variable, fix
16187 typo in setting up configdirs for native builds.
16188
16189 * gdb.base/return.exp: Fix typo in return double test.
16190 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
16191 compiler from optimizing them away.
16192
16193Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
16194
16195 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
16196 sequences to be echo'd by gdb when using gdb_test.
16197 * gdb.chill/chexp.exp: Likewise.
16198 * gdb.fortran/exprs.exp: Likewise
16199
16200Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16201
16202 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
16203 after the inferior gdb has started.
16204
16205 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
16206 after each command.
16207 * gdb.base/funcargs.exp: Likewise.
16208 * gdb.base/gdbvars.exp: Likewise.
16209 * gdb.base/interrupt.exp: Likewise.
16210 * gdb.base/list.exp: Likewise.
16211 * gdb.base/watchpoint.exp: Likewise.
16212 * gdb.c++/demangle.exp: Likewise.
16213 * gdb.c++/inherit.exp: Likewise.
16214 * gdb.chill/chexp.exp: Likewise.
16215 * gdb.fortran/exprs.exp: Likewise.
16216
16217 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
16218 test if we can't handle IO to/from the inferior.
16219
16220 * gdb.c++/misc.exp: Always check for a program already being
16221 started after sending a "run" command to gdb.
16222
16223 * gdb.base/twice.exp: Start with a fresh gdb.
16224
16225 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
16226 only depend on gdb's expression code, not the chill runtime.
16227
16228 * gdb.base/return.c: Put return values into variables so we
16229 can have gdb print them rather than depending on the program
16230 to print them.
16231 * gdb.base/return.exp: Corresponding changes.
16232
16233 * lib/gdb.exp: Provide default value for noinferiorio.
16234 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
16235 the inferior.
16236
16237 * gdb.base/break.exp: Always check for a program already being
16238 started after sending a "run" command to gdb.
16239 (text_next_with_recursion): Don't check the output from the
16240 program's printf statement. Instead just make sure the program
16241 exited.
16242
16243 * gdb.base/commands.exp: Protect tests which need arguments with
16244 $noargs conditionals.
16245
16246Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16247
16248 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
16249 of structure member arrays to match gdb/valops.c:value_addr change.
16250
16251Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
16252
16253 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
16254 cases.
16255
16256Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
16257
16258 * configure.in (configdirs): Remove gdb.chill from default list
16259 of subdirs and then add it back in only if doing a native build.
16260 The current chill compiler does not yet work in any cross build.
16261 * Revert all signal changes from Jul 6.
16262 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
16263 for sh-hms targets, allowing these tests to link, with no other
16264 changes. Testing is suppressed by setting "nosignals" in site.exp.
16265
16266Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
16267
16268 * configure.in (signaldirs): Define and add to configdirs for all
16269 targets except some specific ones that are known to not support signals.
16270 Also clean up formatting.
16271 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
16272 (signals, sigall): Remove rules to build.
16273 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
16274 Moved to new gdb.signals directory.
16275 * gdb.signals: New test directory.
16276 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
16277 signals.c signals.exp}: New or moved files.
16278
16279Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
16280
16281 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
16282
16283Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
16284
16285 * gdb.base/return.exp: Xfail `return double' test failure
16286 on at least Solaris 2.3 and handle future/past versions on
16287 a case by case basis as appropriate. Also update message
16288 to include i*86 failures.
16289
16290Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16291
16292 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
16293
16294 * lib/gdb.exp: Fix comment which erroneously identified
16295 gdb_file_cmd as gdb_load (the 19 May change was in fact to
16296 gdb_file_cmd not gdb_load).
16297 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
16298
16299 * gdb.base/setvar.exp: Make test names consistent between pass and
16300 fail cases. Use gdb_test more.
16301
16302Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16303
16304 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
16305
16306Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16307
16308 * gdb.base/help.exp: Fix expected help string for `show commands'.
16309
16310Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
16311
16312 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
16313
16314 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
16315 of a text section.
16316
16317Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
16318
16319 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
16320 that loop eventually terminates. Fix Connection refused logic so
16321 that testsuite will expire nicely.
16322
16323Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
16324
16325 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
16326 config/rom68k.exp: New tcl glue for the appropriate monitors.
16327 These all just end up calling monitor.exp.
16328 * config/monitor.exp (gdb_target_monitor): Handle `Connection
16329 refused' by retrying. Cleanup some timeout issues.
16330 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
16331 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
16332 callers don't have to set/restore global timeout variable.
16333
16334 * The following set of changes centralizes management of the global
16335 timeout variable. This way, it can be set in one target dependent
16336 place instead of dozens of places scattered throughout the test suite.
16337 If you need to lengthen a timeout, then you should either set timeout
16338 in one of the config/{target}.exp files, or multiply it by a factor.
16339 Setting it to an absolute value is always going to lose for some
16340 targets.
16341 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
16342 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
16343 * gdb.base/funcargs.exp: Don't set timeout.
16344 * gdb.base/list.exp (test_forward_search): Only use local timeout.
16345 * gdb.base/printcmds.exp (test_print_string_constants
16346 test_print_array_constants): Don't set timeout.
16347 * gdb.base/ptype.exp: Don't set timeout.
16348 * gdb.base/recurse.exp: Don't set timeout.
16349 * gdb.base/return.exp: Don't set timeout.
16350 * gdb.base/watchpoint.exp: Don't set timeout.
16351 * gdb.c++/classes.exp (do_tests): Don't set timeout.
16352 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
16353
16354Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
16355
16356 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
16357
16358Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16359
16360 * lib/gdb.exp: Disable chill tests for irix5.
16361
16362Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16363
16364 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
16365 each test pass or fail.
16366
16367Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16368
16369 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
16370 xlc not gcc.
16371
16372Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
16373
16374 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
16375
16376Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
16377
16378 * config/est.exp: Fix copyright and comments. Remove dead code.
16379 Use targetname, serialport and baud variables instead of fixed
16380 constants.
16381 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
16382 * config/cpu32bug.exp: New file to support cpu32bug monitors.
16383
16384Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16385
16386 * gdb.base/watchpoint.exp: Don't run
16387 test_watchpoint_triggered_in_syscall for sunos.
16388
16389Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16390
16391 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
16392 they don't seem to exist. Do include stdio.h.
16393
16394Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16395
16396 * gdb.base/a1-selftest.exp: Add alpha xfail.
16397
16398Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16399
16400 * gdb.base/watchpoint.c (main): Prompt before calling read().
16401 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
16402 Revise accordingly. Remove cruft about sending "123" several
16403 times, until it gets noticed. Clean up the "print buf[0]" stuff
16404 so that it passes or fails, and waits for prompts in the usual way.
16405
16406Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16407
16408 * gdb.base/recurse.exp: Fix comment.
16409
16410 * TODO: Remove item about printing variables in nodebug.exp. Add
16411 item about enabling tests which are only run on some targets.
16412
16413 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
16414 fail, make test names unique, use new gdb_test convention
16415 regarding pattern, use gdb_test more, etc.).
16416
16417 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
16418 fail, make test names unique, etc.).
16419
16420Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16421
16422 * gdb.base/nodebug.c: Change return type of top and middle to
16423 short.
16424 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
16425 are fixed by the recent mdebugread.c changes. Allow `short ()'
16426 as type for top and middle.
16427
16428Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16429
16430 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
16431 nearly as I can tell, the whole thing was an accident in Stu's
16432 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
16433 to replace a send/expect pair with gdb_test, but ended up only
16434 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
16435 of 30 Mar 1995 took care of it, but left this vestigial comment
16436 which I am now nuking.
16437
16438Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16439
16440 * gdb.base/break.exp: Look for different line number for
16441 breakpoint at main depending on usestubs.
16442
16443Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16444
16445 * gdb.base/list.exp: Adjust some alternate expect patterns to
16446 match recent list0.c change. Add alternate expect pattern for
16447 output from `list default lines around main' for optimizing
16448 compilers.
16449
16450Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16451
16452 * lib/gdb.exp: If nosignals is not set, set it to 0.
16453
16454Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
16455
16456 * config/slite-gdb.exp: Responds to load symbol table prompt.
16457 * gdb.base/break.exp: Adjust line number, fix rerun.
16458 * gdb.base/langs0.c: Add #ifdef usestubs.
16459
16460Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
16461
16462 * gdb.base/list.exp: Adjust line contents after adding new lines in
16463 list0.c. Also fix a syntax error.
16464
16465 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
16466 * gdb.base/break.exp: ditto.
16467 * gdb.base/list.exp: ditto.
16468 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
16469 * gdb.base/run.c: ditto.
16470 * gdb.base/list0.c: ditto.
16471 * gdb.base/funcargs.c: ditto.
16472
16473Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
16474
16475 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
16476 $targetname, $serialport and $baud instead of hardwired variables.
16477 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
16478 target doesn't support signals.
16479
16480Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
16481
16482 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
16483
16484Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16485
16486 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
16487 Don't rely on the value of an auto variable before it has been
16488 initialized. Use gdb_test more.
16489
16490Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16491
16492 * lib/gdb.exp (default_gdb_version): A version number must start
16493 with a digit, but other than that contains all characters up to
16494 the first whitespace character.
16495
16496Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16497
16498 * gdb.base/commands.exp (breakpoint_command_test): New tests.
16499
16500Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16501
16502 * gdb.c++/*.exp: Warn if executable does not exist. The original
16503 reason for skipping the warning was that configure.in sometimes
16504 intentionally skipped building the executables but the tcl code
16505 had no way of knowing. That (a) was always bogus with respect to
16506 error handling, (b) is no longer true (right now there is no way
16507 to skip C++ tests).
16508
16509 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
16510
16511Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16512
16513 * gdb.base/list.exp: Add expect patterns for output from
16514 SunPRO compiled executables.
16515 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
16516 types.
16517
16518Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16519
16520 * gdb.base/break.exp (test_next_with_recursion): Accept any line
16521 number (we are already testing that the correct source line text
16522 gets printed).
16523
16524 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
16525 that is what is intended, but something needed to be done to get
16526 sunos4 native working again.
16527
16528 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
16529
16530 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
16531 apparently went with a (very) old xfail.
16532
16533Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
16534
16535 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
16536 runto_main is a proc in gdb.exp that will do 'step' for target use
16537 stubs.
16538 * gdb.base/exprs.exp: ditto.
16539 * gdb.base/interrupt.exp: ditto.
16540 * gdb.base/opaque.exp: ditto.
16541 * gdb.base/printcmds.exp: ditto.
16542 * gdb.base/ptype.exp: ditto.
16543 * gdb.base/scope.exp: ditto.
16544 * gdb.base/setvar.exp: ditto.
16545 * gdb.base/signals.exp: ditto.
16546 * gdb.base/twice.exp: ditto.
16547 * gdb.c++/classes.exp: ditto.
16548 * gdb.c++/inherit.exp: ditto.
16549 * gdb.c++/templates.exp: ditto.
16550 * gdb.base/break.exp: no run and hit main for stubs. Change line
16551 numbers for breakpoints and info breakpoint.
16552 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
16553 breakpoint().
16554 * gdb.base/callfuncs.c: ditto.
16555 * gdb.base/exprs: ditto.
16556 * gdb.base/interrupt.c: ditto.
16557 * gdb.base/opaque0.c: ditto.
16558 * gdb.base/printcmds.c: ditto.
16559 * gdb.base/ptype.c: ditto.
16560 * gdb.base/scope0.c: ditto.
16561 * gdb.base/setvar.c: ditto.
16562 * gdb.base/signals.c: ditto.
16563 * gdb.base/twice.c: ditto.
16564 * gdb.c++/misc.cc: ditto.
16565 * gdb.c++/templates.cc: ditto.
16566
16567Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16568
16569 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
16570
16571 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
16572 somewhere between `read' and `main.c'. I'm pretty sure the
16573 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
16574 and it isn't particularly useful.
16575
16576 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
16577
16578Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16579
16580 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
16581
16582Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
16583
16584 * config/mt-slite: add LIBS and -nostdlib.
16585 * config/slite-gdb.exp: add this new file to support sparclite target.
16586
16587Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
16588
16589 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
16590
16591 * gdb.base/a2-run.exp: Change argument to istarget from
16592 "*-*-vxworks" to "*-*-vxworks*".
16593 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
16594
16595Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
16596
16597 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
16598 will not runto main but do a 'step' to step out of breakpoint().
16599 * config/mt-slite: add -Dusestubs.
16600
16601Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16602
16603 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
16604 instead of just @.
16605
16606 * gdb.base/signals.exp: Add test for "handle all print".
16607 * TODO: Remove "handle all print". Also remove item about
16608 checking copyright date (I don't like the idea of a spurious FAIL
16609 based on when we run the tests).
16610
16611 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
16612 for SunOS4 (reason for failure not investigated). Remove
16613 redundant test for $binfile.
16614
16615 * gdb.base/nodebug.c (array_index): Call malloc.
16616
16617 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
16618
16619Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
16620
16621 * gdb.base/recurse.exp: Update gdb_test invocation to use new
16622 conventions and slightly simplify the matching regexp.
16623
16624Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16625
16626 * gdb.base/break.exp: Update gdb_test invocation to use new
16627 convention.
16628
16629 * lib/gdb.exp: If noargs is not set, set it to 0.
16630
16631 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
16632 tests unique.
16633
16634 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
16635
16636Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16637
16638 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
16639 one argument of type "<non-float parameter>".
16640
16641Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
16642
16643 * config/rom68k.exp: New file to support Motorola IDP board.
16644 * gdb.base/a2-run.exp: Skip this file if noargs is set.
16645 * gdb.base/break.c: Change things around so that this program
16646 doesn't depend upon args. This is necessary to make remote
16647 targets work (in general, they can't take args).
16648 * gdb.base/break.exp: Don't try to send args to program. Don't
16649 expect output. Also, replace lots of code with gdb_test.
16650
16651Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16652
16653 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
16654 printing of '\'' (which is what the comment says we are testing,
16655 even though we were not), not '''.
16656 (test_integer_literals_rejected): Test that printing ''' is an error.
16657
16658 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
16659 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
16660 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
16661 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
16662 Use gdb_test not test_print_accept.
16663 * lib/gdb.exp: Remove test_print_accept.
16664
16665 * gdb.base/signals.exp (signal_tests_1): Make pass message
16666 consistent with fail message.
16667
16668 * gdb.base/whatis.exp: Remove xfails for printing char vs.
16669 unsigned char; the bug (PR 1821) is fixed.
16670
16671 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
16672
16673 * gdb.base/scope.exp (test_at_localscopes): Call pass for
16674 successful tests--makes xfailing them work right.
16675
16676Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16677
16678 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
16679 only \r\n, not .*. The test can pass .* as the last thing in
16680 $pattern if that is what it wants. In addition to providing this
16681 flexibility, this change should speed up pattern matching in cases
16682 where the pattern already ended with .* (there were a number of
16683 them). This change also helps catch bad patterns--in the old
16684 scheme the typo "char \*" instead of "char \\*" would pass. Now
16685 it is caught.
16686 * Many .exp files: Update callers.
16687
16688 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
16689 clearer and does not spuriously match multiple ('s. Likewise for
16690 ) and *.
16691
16692 * gdb.base/nodebug.exp: Test ability to call a function and pass
16693 it a string (even with no debugging info).
16694
16695 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
16696 "p '\'", which is the same as "p ''" once tcl gets done with
16697 quoting, to "p '\\'", which I suspect is what is intended (one
16698 backslash gets sent to GDB).
16699
16700 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
16701
16702Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16703
16704 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
16705 1817) was fixed literally years ago.
16706
16707Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16708
16709 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
16710 test, it causes stepping out of call_after_alloca_subr with
16711 optimizing compilers.
16712 (localvars_in_indirect_call): Consume GDB prompt if `finish'
16713 fails.
16714
16715 * gdb.c++/templates.exp: Source templ-info.exp only if
16716 the templates executable exists.
16717
16718 * gdb.c++/misc.cc (class Contains_static_instance,
16719 class Contains_nested_static_instance),
16720 gdb.c++/classes.exp (test_static_members): Test printing of
16721 a class that contains a static instance of the class.
16722
16723Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16724
16725 * gdb.base/langs2.c (cppsub_): Don't prototype.
16726 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
16727 only, I believe).
16728
16729Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16730
16731 * lib/gdb.exp (skip_chill_tests): New procedure.
16732
16733 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
16734
16735Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
16736
16737 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
16738 each expect pattern. Cuts runtime from 12 to about 4 seconds.
16739
16740Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16741
16742 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
16743
16744 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
16745 disassemble 8, not 16, instructions for part 4.
16746
16747 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
16748 support the latter anymore.
16749
16750 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
16751 -DNO_PROTOTYPES.
16752 * gdb.base/callfuncs.c: Control use of prototypes based on
16753 NO_PROTOTYPES, not __STDC__.
16754 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
16755 t_float_values2 tests if prototypes in use.
16756
16757 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
16758 t_double_values): When checking differences against DELTA, check
16759 that difference is within the range (-DELTA,DELTA), not just
16760 (-infinity,DELTA).
16761
16762Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
16763
16764 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
16765 'file' command firts, then 'target', then 'load', this is due to gdb
16766 target set up.
16767 * config/mips-gdb.exp: Fix a couple regular exp bugs.
16768
16769Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
16770
16771 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
16772 FP load/store variants.
16773 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
16774
16775Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
16776
16777 * gdb.base/term.exp: Do not give a warning if not native, it is
16778 not an abnormal condition.
16779
16780Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
16781
16782 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
16783 t_char_array".
16784
16785Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
16786
16787 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
16788 are getting the version number.
16789
16790 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
16791 if not native, it is not an abnormal condition.
16792
16793Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16794
16795 * lib/gdb.exp: Just use "file exists", rather than undocumented
16796 dejagnu procedure "findfile".
16797
16798Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16799
16800 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
16801 (LDFLAGS): Set to -Xlinker -Ur.
16802
16803 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
16804 Removed, these values are set by lib/gdb.exp.
16805
16806 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
16807
16808Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16809
16810 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
16811 of replicating gdb startup code.
16812
16813 * config/mt-vxworks (LDFLAGS): Set to -r.
16814 (CFLAGS_FOR_TARGET): Removed.
16815
16816 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
16817 (gdb) and gdb for vxworks uses (vxgdb).
16818
16819 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
16820 executable is not in the tree and host != target, use sed and
16821 program_transform_name to determine the gdb name used by the
16822 target.
16823
16824 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
16825 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
16826
16827Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16828
16829 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
16830 floats, chars, and shorts where there are ANSI-style function
16831 definitions.
16832
16833 * gdb.base/langs.exp, gdb.base/langs*: New test.
16834 * gdb.base/Makefile.in: Build it.
16835 * TODO: Remove item about checking that C names don't get C++
16836 demangling applied; this test tests it.
16837
16838Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16839
16840 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
16841 went with the const70 xfail. The xfail went away a year ago.
16842
16843 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
16844
16845 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
16846 for hp300.
16847
16848 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
16849
16850 * gdb.base/a1-selftest.exp: Don't run on hp300.
16851
16852Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16853
16854 * Makefile.in (site.exp): Set host_alias and target_alias as well
16855 as host_triplet and target_triplet.
16856
16857Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16858
16859 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
16860
16861 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
16862 places as other ecoff systems).
16863
16864 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
16865 ultrix.
16866
16867Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16868
16869 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
16870 remove them.
16871 * gdb.base/nodebug.exp: Accept "function" in addition to "text
16872 variable and "variable" in addition to "data variable".
16873 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
16874
16875 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
16876 2.
16877 * gdb.base/list1.c (long_line): Add additional statement at start
16878 of function.
16879 * gdb.base/list.exp (test_forward_search): Update line number to
16880 reflect new statement.
16881
16882Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16883
16884 * gdb.base/signals.exp: Reinitialize searched source directories
16885 after gdb_start call.
16886
16887Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
16888
16889 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
16890 * gdb.stabs/Makefile.in: Likewise.
16891
16892 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
16893 change. Instead split the tests into smaller pieces.
16894 * gdb.disasm/hppa.s: Corresponding changes.
16895
16896Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16897
16898 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
16899 Quote ^C when passing it to stty. For some shells ^ is a pipe.
16900
16901 * gdb.base/funcargs.exp: Modify many tests so that every test
16902 either passes or fails. Make some test names unique.
16903
16904Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16905
16906 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
16907 Call stty to set interrupt character.
16908
16909 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
16910 for HP assembler versus GNU assembler based on actual behavior of
16911 $(CC), rather than assuming that $(AS) is always the GNU assembler.
16912
16913 * TODO: Suggest a few more stepping tests.
16914
16915Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
16916
16917 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
16918 restart GDB for h8300 after a continue.
16919 (return): Add pattern to match a29k-udi behavior.
16920 * gdb.base/nodebug.exp: Remove obsolete comment.
16921 * gdb.base/regs.exp: New file, testing of register displays.
16922 * gdb.base/return.exp: Fix typo in reference to $objdir.
16923 * gdb.base/whatis.exp: Always start with a fresh GDB.
16924
16925Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16926
16927 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
16928 higher, these tests generate a lot of output.
16929
16930Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16931
16932 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
16933 code following the catch silently ignored some errors; without the
16934 catch they should be thrown like any other tcl error. Also, the
16935 catch used "" instead of {} which meant all the callers who wanted
16936 to include one of the characters "[]$ had to quote it an extra time.
16937 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
16938 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
16939 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
16940 Remove extra quoting.
16941
16942Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
16943
16944 * gdb.base/commands.exp: Make test names unique; every test either
16945 passes or fails. Update some comments.
16946
16947 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
16948
16949Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16950
16951 The following fixes a FAIL caused by the fact that the alpha stabs
16952 configuration didn't use the ".if alpha" code in weird.def.
16953 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
16954 bit pointer, so the 32 bit version works even on the alpha.
16955 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
16956 Remove the stuff which allowed us to have separate versions for
16957 alpha and everything else.
16958
16959 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
16960 regexp which "info func operator\[\](" is supposed to match. Fix
16961 string to send to GDB. Note that GDB still doesn't work right. Add a
16962 new test for "info func .perator\[\](" which GDB does handle correctly.
16963
16964 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
16965
16966Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16967
16968 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
16969 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
16970 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
16971 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
16972 it makes the tests harder to understand and confuses test-o-matic.
16973 The preferred style is that each test provides a PASS or a FAIL,
16974 and has a unique message (e.g. "continue #54" not just "continue")
16975 which is the same for the pass and the fail.
16976 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
16977 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
16978 to lib/gdb.exp.
16979 * gdb.base/printcmds.exp: Use test_print_accept. Remove
16980 prt_accept which was basically the same thing. Likewise for
16981 test_print_reject and prt_reject.
16982 * lib/gdb.exp (test_print_reject): Add some more error message
16983 patterns to match from the former printcmds.exp (prt_reject).
16984 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
16985 One defect of the passcount stuff is that some of it failed to
16986 report XPASS where appropriate.
16987 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
16988 stuff before and after arg in expected pattern.
16989 (test_paddr_operator_functions): Re-do test without print_addr_of;
16990 this is the only test which seems to want extra stuff there.
16991
16992Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16993
16994 * gdb.base/nodebug.exp: Update new tests to reflect improved
16995 wording of gdb output.
16996
16997 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
16998 and "ptype" work on variables in files compiled without -g.
16999 Replaces commented out "maint print msymbol" tests.
17000
17001Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17002
17003 * gdb.base/setvar.c (dummy): Call malloc.
17004
17005 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
17006 losing with the irix4 sed.
17007
17008 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
17009 ALRM" on irix4.
17010
17011Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17012
17013 * TODO: Remove items about corefile.exp testing new exec-file and
17014 backtrace; both are now done. Add items about printing enums.
17015
17016Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17017
17018 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
17019 "get signal $thissig" test fails.
17020
17021 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
17022
17023Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17024
17025 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
17026 compiler warning with dec alpha compiler.
17027
17028 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
17029 extra \n from gdb_test call (this explains why the prompt test
17030 that I removed yesterday was there).
17031 (user_defined_command_test): Remove extra \n and prompt test.
17032
17033 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
17034 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
17035 doesn't exist.
17036 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
17037 Also remove alpha workaround, which turns out to be because
17038 SIGABRT == SIGLOST.
17039
17040 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
17041
17042 * gdb.base/help.exp: Don't test "help show".
17043
17044Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17045
17046 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
17047 "set print address" is on.
17048 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
17049 pass prompt to gdb_test; gdb_test already looks for the prompt.
17050
17051 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
17052
17053 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
17054 was a vestige of the manual TESTSTRATEGY, and the purpose of it
17055 was to make sure that gdb can read a core file. But (a) the "read
17056 the corefile" part didn't make it to a1-selftest.exp, we just
17057 delete the corefile after creating it, and (b) we test reading
17058 corefiles in corefile.exp anyway. Also, this test left around a
17059 xgdb process on Solaris.
17060
17061 * gdb.base/corefile.exp: Also test backtrace.
17062
17063Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
17064
17065 * gdb.base/commands.exp: Test a simple user defined command with
17066 arguments and if/while statements; verify the full user command is
17067 printed by "show user".
17068
17069 * gdb.base/commands.exp: Test if/while commands as part of a
17070 breakpoint command list; verify they appear in breakpoint
17071 information.
17072
17073Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17074
17075 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
17076 than by dividing by zero.
17077
17078Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
17079
17080 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
17081 performing an inferior call with watchpoints enabled.
17082 * gdb.base/watchpoint.c (main): Delete second unnecessary read
17083 call.
17084
17085Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17086
17087 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
17088 of "file" command.
17089
17090 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
17091 Add additional pattern for when "int operator int(void);" appears
17092 in a different order.
17093
17094Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17095
17096 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
17097
17098 * gdb.base/help.exp: Replace most of docstrings for "info signals"
17099 and "signal" with ".*".
17100
17101Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17102
17103 * TODO: Add note about "handle all nostop".
17104
17105 * gdb.base/{sigall.c, sigall.exp}: New test.
17106 * gdb.base/Makefile.in: Add it.
17107
17108Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17109
17110 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
17111 when invoking GDB, suppresses any windowing interface.
17112
17113Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
17114
17115 * config/sim-gdb: New file, simulator testing support.
17116
17117Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
17118
17119 * gdb.base/interrupt.exp: Test calling func1 twice.
17120
17121Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
17122
17123 * gdb.base/list.exp (test_forward_search): Set timeout higher
17124 when we'll be getting lots of output from gdb.
17125
17126 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
17127 "init_malloc" to after the expect statement. Run it if that
17128 regexp is taken, but also for two others which happen if source
17129 cannot be found.
17130
17131Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17132
17133 * gdb.base/printcmds.exp: New test, for printing register before
17134 program is running.
17135
17136Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17137
17138 * gdb.base/list.exp: Correct some alternate expect patterns
17139 to reflect changes in list1.c.
17140
17141Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17142
17143 * TODO: Add item regarding large frames.
17144
17145 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
17146
17147 * TODO: Remove item about enabling return.exp; it
17148 is enabled. Suggest a few more "return" tests.
17149
17150Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17151
17152 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
17153 anonymous unions.
17154
17155Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17156
17157 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
17158 and pr-5646.o, so "make" is the same as "make all", not "make
17159 pr-4975.o".
17160
17161Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
17162
17163 * gdb.base/list.exp: Adjust expectations to reflect changes in
17164 list1.c.
17165 (test_forward_search): New test proc.
17166 * gdb.base/list1.c (long_line): New function, has long source line.
17167
17168Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
17169
17170 * gdb.base/a1-selftest.exp: Change initial stepping to know about
17171 additional line of code that was added.
17172
17173Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
17174
17175 * gdb.disasm/hppa.s: Break the large branching tests into smaller
17176 tests so as not to overflow expect's input buffers.
17177 * gdb.disasm/hppa.exp: Corresponding changes.
17178
17179Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17180
17181 Beginnings of template debugging tests.
17182 * gdb.c++/templ-info.cc: New file to test for template
17183 debugging capability of the compiler.
17184 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
17185 templ-info.cc.
17186 * gdb.c++/templates.cc: Add explicit template instantiations
17187 to enable compiling with -fno-implicit-templates. Add destructor
17188 and 'value' method to T5 class for template tests.
17189 * gdb.c++/templates.exp: Add testcases for printing of template
17190 types, setting breakpoints on template methods and calling a
d63a86f8 17191 template method.
c906108c
SS
17192
17193Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
17194
17195 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
17196 branch target since some assemblers (gas-2.5) may emit a
17197 relocation for the branch instead of resolving it in the
17198 assembler.
17199
17200Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17201
17202 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
17203 through signal handler.
17204
17205Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17206
17207 * configure.in (*-*-netware): Use config/mt-netware.
17208
17209 * config/mt-netware: New file.
17210 * config/mt-i386-netware: Removed, separate configs for different
17211 netware architectures are no longer needed now that we have
17212 --with-headers.
17213
17214Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17215
17216 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
17217 by the recent changes to use ANSI C arithmetic conversions.
17218
17219Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17220
17221 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
17222 bug involving using inferior_pid to figure out whether to select a
17223 frame.
17224
17225Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
17226
17227 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
17228 match the current disassembler output.
17229
17230Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
17231
17232 * gdb.fortran/exprs.exp: Expect VOID instead of void.
17233 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
17234 types, expect "int" as type of integer values (for now).
17235
17236Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
17237
17238 * gdb.base/commands.exp: New tests for if/while commands.
17239
17240Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
17241
17242 * lib/gdb.exp (runto): Replace sub-pattern for hex value
17243 by .*, since hex values have different syntax in Chill mode.
17244
17245Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17246
17247 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
17248 linefeed from expect pattern for repeated types with indices > 9.
17249
17250Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
17251
17252 First part of Fortran test suite.
17253 * gdb.fortran: New directory.
17254 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
17255
17256Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17257
17258 * gdb.base/default.exp: Update expect pattern for load command
17259 without arguments.
17260
17261Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17262
17263 * configure.in: Change i386 to i[345]86.
17264 * gdb.base/configure.in: Likewise.
17265 * gdb.c++/configure.in: Likewise.
17266 * gdb.chill/configure.in: Likewise.
17267
17268Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
17269
17270 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
17271 patterns, since that is not a valid context for comments.
17272
17273Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
17274
17275 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
17276 repeated types and repeated types with indices > 9.
17277
17278Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
17279
17280 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
17281 2417; old bug has been fixed.
17282
17283Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
17284
17285 * gdb.base/interrupt.exp: When trying to wake up the inferior,
17286 send the newline ourselves instead of assuming gdb_test will do
17287 so when passed an empty input string.
17288
17289 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
17290 stabs testcode.
17291
17292Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17293
17294 * lib/gdb.exp (gdb_test): Don't send anything if the first
17295 argument is an empty string. This makes cases where we want to
17296 match output that is already in expect's buffers (for example,
17297 matching a breakpoint after gdb_run_cmd has been called) work
17298 reliably.
17299
17300Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17301
17302 * config/netware.exp: New file.
17303
17304Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17305
17306 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
17307 the -B and -L prefixes so we can find the debugging stub.
17308
17309 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
17310 there and we are using the gcc from the tree.
17311
17312 * gdb.base/types.c: Removed.
17313
17314 * gdb.base/configure.in: Look for makefile fragments in ../config.
17315 Recognize i386-*-netware.
17316 * gdb.c++/configure.in: Likewise.
17317
17318Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17319
17320 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
17321 the correct TCL syntax.
17322
17323Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17324
17325 * gdb.base/opaque.exp: use runto instead of messing around with
17326 breakpoints. Simplify by using gdb_test.
17327
17328 * gdb.base/bitfields.exp: restart between tests on netware targets
17329 because breakpoints aren't relocated after target death. Run
17330 processes to completion.
17331
17332 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
17333
17334Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
17335
17336 * Makefile.in: Remove extra tabs that confuse some versions
17337 of "make". Use the newly built gdb to test with by default,
17338 rather than the first one in the tester's search path.
17339
17340Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
17341
17342 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
17343
17344 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
17345 condition help.
17346
17347Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17348
17349 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
17350
17351 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
17352 running.
17353 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
17354 * gdb.base/funcargs.exp: Likewise.
17355
17356 * gdb.base/bitfields.exp: Simplify by using gdb_test.
17357 * gdb.base/funcargs.exp: Likewise.
17358
17359 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
17360 message is "".
17361
17362Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17363
17364 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
17365 return,signals,twice}.exp: Handle non-existant binaries
17366 consistantly.
17367
17368 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
17369 * gdb.base/Makefile.in: Don't try to generate a core dump, we
17370 might testing a cross development system.
17371
17372Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17373
17374 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
17375 runtest script is relative to ${srcdir}, not ${rootdir}.
17376
17377Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
17378
17379 * gdb.base/signals.exp: Allow for optionality of breakpoint
17380 address.
17381
17382Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17383
17384 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
17385
17386Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17387
17388 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
17389 for size_t definition.
17390 * gdb.c++/templates.cc: Likewise
17391
17392 * config/mt-i386-netware: New file.
17393
17394 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
17395 defined.
17396
17397 * gdb.base/Makefile.in: Added support for systems that name core
17398 files by appending "core" to the program name.
17399 * gdb.base/a1-selftest.exp: Likewise.
17400
17401Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17402
17403 * gdb.base/return.exp: Add comment and message for `return double'
17404 test failure on Sparc Solaris.
17405
17406Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
17407
17408 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
17409
17410Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17411
17412 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
17413 from optimizing them away.
17414 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
17415 patterns to include default constructors and assignment operators,
17416 to match gcc versions beyond 2.5.8. Accept any cplus demangling
17417 character in the output of the virtual base pointer.
17418
17419Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17420
17421 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
17422 expression match in print_addr_of to avoid unintented matches.
17423 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
17424 versions up to 2.5.8.
17425
17426Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17427
17428 * gdb.base/list.exp: Tweak alternate pattern for listing of an
17429 included file to run under newer versions of expect.
17430 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
17431 consecutive >'s in templates to accomodate recent cplus-dem.c change.
17432 Remove xfail for the virtual table of BDDHookV.
17433
17434Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17435
17436 * lib/gdb.exp (string_to_regexp): Set a default result.
17437 (default_gdb_start): Fix misleading message.
17438
17439Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
17440
17441 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
17442 Remove all CC, etc definitions.
17443 * config/mt-hpux: New file.
17444 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
17445 (CFLAGS, LDFLAGS): Define.
17446 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
17447
17448 * Makefile.in (site.exp): Don't insert host_os, etc.
17449 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
17450 (distclean): Check existence of subdir.
17451 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
17452 * gdb.base/Makefile.in: General cleanup and simplification.
17453 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
17454 to build executables. Use default rule to build .o files.
17455 (EXPECT, RUNTEST, CC): Fix relative pathname.
17456 (site.exp): Don't insert host_os, etc.
17457 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
17458 and/or SIGUSR1 defined.
17459 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
17460 * gdb.c++/Makefile.in: General cleanup and simplification.
17461 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
17462 (CFLAGS): Remove.
17463 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
17464
17465Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
17466
17467 * gdb.base/recurse.exp: Misc changes to get tests running again
17468 after Kung's changes to the watchpoint code.
17469 * gdb.base/watchpoint.exp: Likewise.
17470
17471Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
17472
17473 * lib/gdb.exp (string_to_regexp): Convert {\} also.
17474
17475Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
17476
17477 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
17478 * lib/gdb.exp (default_gdb_start): Define.
17479 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
17480 gdb.base/funcargs.exp, gdb.base/opaque.exp,
17481 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
17482 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
17483 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
17484 Don't call gdb_target_udi in between tests.
17485
17486Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17487
17488 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
17489 (which was basically just a local version of the same thing). In
17490 addition to avoiding duplication, gdb_test_exact is faster.
17491 * lib/gdb.exp (gdb_test_exact): Fix typo.
17492
17493 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
17494 don't give an error.
17495
17496 * gdb.base/term.exp: Call delete_breakpoints before starting.
17497
17498 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
17499 (t10): Add comment.
17500
17501Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
17502
17503 Reorganization of the GDB Test Suite.
17504
17505 * gdb.base: New directory, contains all the basic tests.
17506 * gdb.c++: New directory, tests specific to C++.
17507 * gdb.chill: New directory, tests specific to Chill.
17508 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
17509 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
17510 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
17511 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
17512 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
17513 t30-31 to chill).
17514 * */gdbme.*: Rename to match appropriate expect scripts.
17515 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
17516 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
17517 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
17518 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
17519 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
17520 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
17521 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
17522 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
17523 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
17524 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
17525 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
17526 gdb.c++/virtfunc.cc: New names of C++ files.
17527 * gdb.chill/chillvars.ch: New name of Chill file.
17528 * gdb.base/configure.in, gdb.c++/configure.in,
17529 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
17530 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
17531 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
17532 * configure.in (configdirs): Update to reflect directory changes.
17533 (target_abbrev): No longer define for any configuration.
17534 * Makefile.in: Cosmetic improvements to header comments.
17535
17536Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17537
17538 Various changes to gdb.t31:
17539
17540 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
17541 * gdbme.ch: Make all key-words and predefineds be upper-case.
17542 * chillvars.exp: Expect key-words and predefinds in upper-case.
17543
17544 * chillvars.exp: Use gdb_test_exact many places.
17545 Change expected output for arrays (which now includes index labels).
17546
17547 * pr-5020.exp, gdme.ch (module PR_5020):
17548 New test, for PR-5020.
17549
17550Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
17551
17552 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
17553 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
17554
17555Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
17556
17557 * Makefile.in: Fix bit-rot in definitions of CHILL,
17558 CHILL_FOR_TARGET and Chill_LIB.
17559 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
17560 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
17561 CHILL, and CHILL_LIB.
17562
17563Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
17564
17565 * Revert the previous changes. Please see Rob's directory
17566 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
17567
17568Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
17569
17570 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
17571 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
17572 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
17573 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
17574 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
17575 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
17576 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
17577 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
17578 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
17579 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
17580 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
17581 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
17582 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
17583 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
17584 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
17585 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
17586 changes from 94Q1.
17587
17588Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
17589
17590 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
17591 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
17592 Rob's new testing fragments.
17593
17594Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
17595
17596 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 17597 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
17598
17599Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
17600
17601 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
17602 version also, match on casted version strings, and match on
17603 gdb startup case where the line numbers might be messed up.
17604
17605Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
17606
17607 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 17608 (CFLAGS): Delete it from here.
c906108c
SS
17609
17610Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
17611
17612 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
17613
17614Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
17615
17616 * Makefile.in (RUNTEST): Default to just "runtest".
17617
17618Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17619
17620 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
17621 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
17622 the code has been restructured.
17623
17624Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17625
17626 * gdb.t00/default.exp (set write): Allow any number of \r and/or
17627 \n, not just one of each.
17628
17629 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
17630 /bin/cc gives a warning if you do.
17631
17632Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
17633
d63a86f8 17634 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
17635 __t10ListS_link1ZUiRCUiPT0
17636
17637Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17638
17639 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
17640 on local variables in recursive functions.
17641
17642 * gdb.t07/Makefile.in: Build the new test.
17643
17644Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17645
17646 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
17647 directly. Instead compare the return values from actual calls.
17648
17649Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
17650
17651 * Makefile.in (check): Set TCL_LIBRARY for runtest.
17652
17653Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17654
17655 * From Peter Schauer with minor modifications.
a9c64011
AS
17656 * gdb.t15/return.exp (return_tests): Handle targets where "return"
17657 stops in mid-line in the caller. Add xfail for returning a float
17658 value on X86 targets.
c906108c
SS
17659
17660Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17661
17662 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
17663 to avoid expect lossage.
17664 (fmem_LRbug_tests): Likewise.
17665 * gdb.disasm/hppa.s: Corresponding changes.
17666
17667 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
17668 conditions to work with latest dejagnu/expect.
17669
17670 * gdb.t15/funcargs.exp (finish from indirect call): No longer
17671 expected to fail on the PA.
17672 (backtrace in call with trampolines): Explicitly require main
17673 to be frame #1 (no trampolines should show up in backtrace).
17674
17675 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
17676 "continue -expect".
17677 * gdb.t06/break.exp: Likewise.
17678 * gdb.t07/watchpoint.exp: Likewise.
17679 * gdb.t13/bitfields.exp: Likewise.
17680 * gdb.t15/{funcargs,return}.exp: Likewise.
17681 * gdb.stabs/weird.exp: Likewise.
17682 * config/{mips,udi}-gdb.exp: Likewise.
17683
17684 * hppa.sed: Enclose comments within a sed command to avoid
17685 losing with the old OSF1 sed.
17686
17687Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17688
17689 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
17690 sequent dynix.
17691 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
17692 * gdb.t15/funcargs.exp: Conditionally step again to really
17693 finish from marker_call_with_trampolines. Handle the case where
17694 the first step from within call_with_trampolines already steps
17695 us back to main.
17696 * gdb.t15/gdbme.c: Add comment to closing brace of
17697 call_with_trampolines for funcargs.exp.
17698
17699Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17700
d63a86f8 17701 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
17702 Fix typo(s).
17703
17704Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17705
17706 * gdb.t07/gdbme.c: More code for watchpoint testing.
17707
17708 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
17709 "Hardware watchpoint" throughout file.
17710 (test_watchpoint_triggered_in_syscall): New test.
17711 (test_complex_watchpoint): New test.
17712
17713Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17714
17715 * gdbme.c (call_with_trampolines): New function to try and step
17716 into. Tests trampoline problems on the PA.
17717
17718 * funcargs.exp (localvars_in_indirect_call): No longer expect
17719 stepping into indirect call to fail on PAs.
17720 (test_stepping_over_trampolines): New test.
17721
17722Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17723
17724 * TODO: Add suggestions for static member function tests, and
17725 completion tests.
17726
17727Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17728
17729 * TODO: Add suggestions for "p/a" tests.
17730
17731 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
17732 (default_gdb_exit): Replace all the hair with sending "quit" to
17733 the process with a simple close.
17734
17735Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17736
17737 * TODO: Add suggestions for shared library tests.
17738
17739Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17740
17741 * TODO: Add suggestions for x/s tests.
17742
17743Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17744
17745 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
17746 "enable once", and "enable breakpoints once" with ".*".
17747
17748Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17749
17750 * TODO: Add suggestions about structure passing tests.
17751
17752Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17753
17754 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
17755 the primary1 test, use work around if __GNUC__ < 2.
17756 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
17757 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
17758 Test for bad output rather than waiting for timeout. Issue
17759 second continue only if first continue failed.
17760
17761Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17762
17763 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
17764 operator[] test with gdb_test because the old code didn't seem to
17765 be getting the quoting right with the new dejagnu.
17766
17767Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
17768
17769 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
17770 one from the path.
17771 * Makefile.in: Use a fresh expect if there is one, use runtest
17772 from the src tree if there is one.
d63a86f8 17773
c906108c
SS
17774Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17775
17776 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
17777 next over recursive call. Revise the tests from that point on
17778 (which had been skipped) to match GDB's actual (correct) output.
17779
17780 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
17781 with next over a breakpoint whose condition is false.
17782
17783 * gdb.t00/help.exp: Comment out "help set print" tests just like
17784 (and for same reason as) "help set" test.
17785
17786Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17787
17788 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
17789 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
17790
17791Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17792
17793 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
17794 necessary gdb_target_udi.
17795
17796 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
17797
17798 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
17799 1838 and 2417; they are fixed.
17800
17801 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
17802 gdb.t03/ptype.exp (ptype structure, ptype union):
17803 Remove xfails; the test is looser than when the xfails were added.
17804
17805 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
17806 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
17807
17808 * gdb.t01/run.exp: Only run shell test if isnative.
17809
17810 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
17811 since "run" automatically loads if necessary. Call gdb_target_udi
17812 after the "file" since "file" kills any execution target.
17813
17814 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
17815 GDB. GDB doesn't work that way (not anymore at least) on UDI.
17816 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
17817 argument for UDI.
17818
17819Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17820
17821 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
17822
17823 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
17824
17825Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17826
17827 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
17828 properly quoting regexps. This makes the second argument to
17829 demangle a fixed string, which matches the callers, instead of a
17830 shell-style pattern which is what the previous implementation
17831 used. Update some of the callers.
17832
17833Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17834
17835 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
17836 (comib_nullified_tests): Fix typo.
17837 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
17838 strings. No longer expected to fail.
17839
17840 * gdb.disasm/hppa.s (addib_tests): Fix typo.
17841 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
17842 strings. No longer expected to fail.
17843
17844 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
17845 string. No longer expected to fail.
17846
17847Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17848
17849 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
17850 No longer expected to fail.
17851
17852 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
17853 string. No longer expected to fail.
17854
17855Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17856
17857 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
17858 only in the names (I probably got most of them). I was even
17859 generous with some which differed in underscores in names, and
17860 probably missed a few, and I *still* was able to remove almost a
17861 third of the file with almost no impact on testsuite coverage.
17862
17863Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17864
17865 * gdb.t00/default.exp: Match udi_attach error message as well as
17866 the one from child_attach.
17867
17868 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
17869
17870 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
17871
17872 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
17873 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
17874
17875 * Move test with enums and partial symbols back to
17876 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
17877 Reverts the change of 26 May 93. Per today's change to
17878 stabs.texinfo, the behavior that weird.exp was expecting was
17879 unreasonable; what is important is that the compiler+gdb get
17880 things right, which happens with a recent gcc. Also fix the test
17881 to deal with native compilers which put out the stab gdb can't
17882 deal with.
17883
17884Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17885
17886 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
17887 in the names. The main thing these accomplish is to slow things down.
17888 Many more such duplicates surely remain.
17889
17890 * gdb.t00/help.exp: Comment out "help support" test just like
17891 (and for same reason as) "help set" test.
17892
17893Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
17894
17895 * gdb.t06/break.exp: Remove setup_xfails for
17896 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
17897 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
17898 about known bug in gcc to include up through 2.5.8.
17899 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
17900 well as "_vb$".
17901 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
17902 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
17903 with latest gcc and gdb.
17904 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
17905 well as "_vb$".
17906
17907Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17908
17909 * configure.in (hppa*-*-*): Also configure and build stabs-only
17910 tests.
17911
17912Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17913
17914 * gdb.t10/hppa.mt: A makefile fragment for the PA.
17915 * gdb.t10/configure.in (hppa*-*-*): Use it.
17916
17917Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17918
17919 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
17920
17921Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17922
17923 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
17924 versions prior to 1.13.5.
17925
17926Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17927
17928 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
17929 the prompt is at the start of a line.
17930
17931Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17932
17933 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
17934 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
17935 in the copr tests now.
17936 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
17937 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
17938 expected to fail.
17939
17940Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
17941
17942 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
17943 gdb.t31/chillvars.exp, lib/gdb.exp:
17944 Tweak to run under either version of expect.
17945 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
17946 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
17947 * gdb.t11/list.exp: Remove extraneous whitespace.
17948
17949Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17950
17951 * gdb.t16/printcmds.exp (test_print_strings): Accept
17952 "(unsigned char *) " before the string.
17953
17954 * TODO: Add notes about printing of fancy types and GDB expressions.
17955
17956Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
17957
17958 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
17959 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 17960 if doing mips-idt-ecoff.
c906108c
SS
17961
17962Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
17963
17964 * Most .exp files: Tweak to run under either version of expect.
17965
17966Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17967
17968 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
17969 xfails; I'm not sure why they are failing, but not because of PR 1806.
17970
17971Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
17972
17973 * config/unix-gdb.exp: Remove gdb_unload cause it's already
17974 defined in lib/gdb.exp.
17975
17976Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17977
17978 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
17979 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
17980 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
17981 have to be typeless.
17982
17983Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17984
17985 * TODO: Add suggestion for copyright year test.
17986
17987Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
17988
17989 * configure.in (*-*-lynxos*): Add stabs tests.
17990
17991Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
17992
17993 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
17994 so insert a tab before any assembler directive in column zero.
17995
17996 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
17997 stores.
17998 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
17999 stores.
18000 (fpu_short_memory_tests): Likewise.
18001
18002Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18003
18004 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
18005 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
18006 .stabs directives in comments.
18007
18008Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18009
18010 * TODO: New file, describing tests we could write.
18011 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
18012
18013Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18014
18015 * gdb.t06/signals.exp: Add kludge to force re-sync.
18016
18017 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
18018 to xgdb instead of gdb, get out of gdb.
18019
18020Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
18021
18022 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
18023 for info.
18024
18025Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18026
18027 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
18028 * gdb.stabs/configure.in (hppa*-*-*): Use it.
18029 * gdb.stabs/hppa.sed: New sed script for the PA.
18030
18031Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18032
18033 * gdb.stabs: Re-write weird.def and configuration to use sed
18034 instead of cpp. sed is portable and POSIX; cpp is neither.
18035
18036Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18037
18038 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
18039
18040Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18041
18042 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
18043
18044Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18045
18046 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
18047 "_vb$".
18048 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
18049 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
18050
18051Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18052
18053 * lib/gdb.exp: Comment out code which depends on non-existent
18054 `transform' procedure.
18055
18056Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
18057
18058 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
18059 * lib/gdb.exp: Transform tool name.
18060 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
18061 1.1's new error handling system.
18062
18063Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18064
18065 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
18066
18067Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18068
18069 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
18070 They made pattern matching so slow that timeouts happened on
18071 heavily loaded systems. Now any output from "show print" which
18072 gets us back to the GDB prompt is a PASS.
18073
18074Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
18075
18076 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
18077
18078Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18079
18080 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
18081
18082 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
18083 It is not from PR 3220.
18084
18085Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18086
18087 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
18088 just started failing because they depended on the order the
18089 subcommands are presented, or exact docstring text. This kind of
18090 test is a pain and has minimal benefit.
18091
18092Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18093
18094 * gdb.t09/corefile.exp: At end of test, use "core" command with
18095 no arguments.
18096
18097Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
18098
18099 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
18100 17}/Makefile.in: Make it possible to run the testsuite with Sun
18101 make and CC = cross gcc by adding explicit build rules for .o
18102 files.
18103
18104Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18105
18106 * gdb.t15/funcargs.exp: Don't put comments on same line as
18107 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 18108
c906108c
SS
18109Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18110
18111 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
18112
18113Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
18114
18115 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
18116 * gdb.t20/inherit.exp: remove three dumplicate entries.
18117
18118Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18119
18120 * gdb.t06/break.exp: For "next over recursive call", fail on any
18121 incorrect output, not just on "factorial (value=2)".
18122
18123Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18124
18125 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
18126 working now. Add an xfail if accesing a bss variable causes
18127 a memory error if the target is not yet run.
18128
18129Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18130
18131 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
18132 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
18133 name of __st* demangling (2 strings). Did Kung really get the
18134 more than 95 others right without testing them?
18135
18136Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
18137
18138 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
18139
18140Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
18141
18142 * configure.in (configdirs): Add gdb.disasm
18143 * gdb.disasm: New directory for GDB disassembler tests.
18144 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
18145
18146Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18147
18148 * gdb.t00/help.exp: Don't test "help set".
18149
18150 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
18151 from within expect statements. None of these happen anymore and
18152 they cause regressions to be silently unnoticed.
18153
18154 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
18155 messages) about known failures with gcc cygnus-2.4.5-930417.
18156
18157 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
18158 comp-info.exp so it gets built if it doesn't exist.
18159
18160 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
18161 it is no longer used.
18162 * gdb.t13/comp-info.c: Removed.
18163
18164Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18165
18166 * gdb.t06/signals.exp: Add xfail for sun3.
18167
18168Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18169
18170 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
18171 relevant because ^C doesn't get sent but failure can be reproduced
18172 interactively).
18173
18174Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18175
18176 * gdb.stabs/alpha.mt: New configuration file for alpha.
18177 * gdb.stabs/configure.in: Use it.
18178 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
18179 sharing with alpha.mt, redefine long to word via preprocessor.
18180 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
18181 for alpha.
18182 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
18183 native cc.
18184 * gdb.t00/teststrategy.exp: Change expect string so that we
18185 consume the `(xgdb)' from the command echo and from the gdb prompt.
18186 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
18187 gdb currently compares all values as long, so this failure probably
18188 applies to any configuration where LONGEST is bigger than a target int.
18189 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
18190 with gcc.
18191 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
18192 to handle opaque pointers, gcc is.
18193 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
18194 as first argument. Include <sys/types.h> and change all operator
18195 new definitions to use size_t.
18196 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
18197 now that we use size_t.
18198
18199Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18200
a9c64011 18201 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 18202 a long or float array cast all array members to the same type.
a9c64011 18203 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 18204 with 64 bit longs.
a9c64011 18205 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 18206 on alpha.
a9c64011 18207 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
18208
18209Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18210
18211 * gdb.t24 (demangle.exp): Constructors of templates have names like
18212 vector<int>::vector(int) not vector<int>::vector<int>(int). See
18213 section 14.6 of the ARM.
18214
18215 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
18216 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
18217 accomplish little and slow down the testsuite.
18218
18219 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
18220 Accept spaces various places.
18221
18222Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18223
18224 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
18225 with watchpoint enabled.
18226
18227 * Makefile.in: Remove definition of CC and remove the second
18228 definition of CXX (the "CXX = gcc" one remains). These definitions
18229 were causing backquotes to be expanded within backquotes, which
18230 doesn't work.
18231
18232Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
18233
18234 * gdb.t17/callfuncs.exp: Add "return 0" to end.
18235
18236Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18237
a9c64011
AS
18238 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
18239 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
18240 by mips cc and contains no stabs entries.
18241
18242Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
18243
18244 * config/vx-gdb.exp: Use fake device to load files rather than
18245 NFS.
18246 * lib/gdb.exp: New proc to do "file" command.
18247 * config/unix-gdb.exp: Use new "file" proc.
18248
18249Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18250
18251 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
18252 Rework board rebooting slightly.
18253 (gdb_exit): Don't exit from the remote shell; there isn't one.
18254 * gdb.stabs/weird.exp: If a program is being debugged already,
18255 kill it.
18256 * gdb.t04/setvar.exp: Stop and restart gdb.
18257 * gdb.t05/expr.exp: Likewise.
18258 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
18259 restart gdb and reload the program.
18260 * gdb.t08/opaque.exp: Likewise.
18261 * gdb.t12/scope.exp: Likewise.
18262 * gdb.t13/bitfields.exp: Likewise.
18263 * gdb.t15/funcargs.exp: Likewise.
18264 * gdb.t20/classes.exp: Likewise.
18265 * gdb.t03/ptype.exp: Increase timeout.
18266 * gdb.t16/printcmds.exp (test_print_string_constants,
18267 test_print_array_constants): Likewise.
18268 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
18269 * gdb.t20/classes.exp (do_tests): Likewise.
18270 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
18271
18272Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
18273
18274 * gdb.stabs: Renamed *wierd* to *weird*.
18275
18276Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18277
18278 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
18279 for timeout. Add "known gcc 2.4.5 bug" to failure message.
18280
18281Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18282
18283 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
18284 (do_tests): Remove xfail for whatis on one_var and two_var.
18285
18286Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
18287
18288 * Makefile.in: Made cross building work better by adding
18289 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
18290
18291Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18292
18293 * gdb.t15/{return.c,return.exp,Makefile.in}:
18294 New test, currently commented out.
18295
18296Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
18297
18298 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
18299 still running and removes the leftover named socket so GDb can do
18300 clean restarts.
18301
18302Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
18303
18304 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
18305 console, not GDB.
18306 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
18307 cross testing works better with "make check"
18308 * config/unix-gdb: Use default procedures for exit and version.
18309 * config/vx-gdb.exp: Cleaned up and massaged back to working order
18310 with the newest VxWorks.
18311
18312Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18313
18314 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
18315 old form.
18316
18317 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
18318 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
18319
18320 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
18321
18322 * config/unix-gdb.exp: Remove this version of gdb_exit
18323 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
18324 Rob says he'll look at it when he gets back to testing boards.
18325
18326Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
18327
18328 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
18329 an expected fail for certain ptype commands.
18330
18331 * gdb.t20/classes.exp: Update expected results of "ptype class
18332 Base1" to account for the constructor that now appears in the type.
18333
18334Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
18335
18336 * configure.in (configdirs): Restore gdb.t04, which mysteriously
18337 disappeared from list.
18338 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
18339 "alldone" proc with call to cleanup and exit.
18340 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
18341 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
18342 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
18343 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
18344 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
18345 "alldone" proc with simple returns that suppress remaining
18346 tests. The alldone proc went away many months ago.
18347
18348Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18349
18350 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
18351
18352 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
18353
18354Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18355
18356 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
18357 as vax gdb will display them.
18358
18359Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18360
18361 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
18362 optimizers.
18363
18364 * scope.exp: Change "bad value for localval" messages so each one
18365 is unique.
18366
18367 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
18368 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
18369
18370 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
18371
18372Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18373
18374 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
18375 doesn't exist (due to optimization).
18376
18377Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18378
18379 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
18380 contains \r because the filename is long.
18381
18382 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
18383 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
18384
18385Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18386
18387 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
18388 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
18389 Ultrix.
18390 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
18391 int tests.
18392 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
18393
18394Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
18395
18396 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
18397
18398 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 18399 to match does not match the passing case but still matches the
c906108c
SS
18400 failing case.
18401
18402Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18403
18404 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
18405
18406Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
18407
18408 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
18409 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
18410 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
18411 Remove various versions of gdb_exit.
18412 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
18413 gdb_exit.
18414 * config/unix-gdb.exp: gdb_exit remains here, and should override
18415 the generic version, since it's doing a lot of wierd stuff that
18416 the other versions aren't. FIXME, fold it in, or abandon this
18417 version.
18418
18419Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18420
18421 * gdb.t24/demangle.exp: Add tests for PR 3220.
18422
18423Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18424
18425 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
18426
18427Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
18428
18429 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
18430 "i386-*-*". Works for i486 as well.
18431
18432 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
18433 bug, and expand domain of xfail to all SVR4 systems, since the
18434 actual problem is likely to be in generic SVR4 /proc support.
18435
18436Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18437
18438 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
18439
18440Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
18441
18442 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
18443 xfails for other systems. Match a missing 'Continuing.' as an
18444 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
18445
18446 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
18447 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
18448 Only issue warning for missing executables if -all option is used.
18449
18450 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
18451 file if -all option is used. It's like an unpredictable XFAIL.
18452
18453Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18454
18455 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
18456 for dynamically linked binaries.
18457
18458 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
18459
18460Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18461
18462 * gdb.t20/inherit.exp: Change message for "print tagless struct"
18463 to state that this is a known bug in old versions of g++.
18464
18465Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18466
18467 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
18468 while waiting for `Continuing'.
18469
18470Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
18471
18472 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
18473 in text, data, and bss.
18474 * gdb.t10/nodebug.c: Add local and global test variables for
18475 initialized and uninitialized data.
18476
18477Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18478
18479 * config/unix-gdb.exp (gdb_exit): Add "wait".
18480
18481Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18482
18483 * gdb.t06/signals.exp: xfail the continue from the handler for all
18484 targets.
18485
18486 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
18487 function with watchpoints enabled, the i386 call dummy starts with
18488 a call.
18489
18490 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
18491 386 bsd names its corefiles.
18492
18493Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
18494
18495 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
18496 compilers don't grok it.
18497 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
18498 with small octal ints rather than character constants, which
18499 are signed and might not fit if first promoted to int.
18500
18501Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
18502
18503 * gdb.t09/Makefile.in (clean): Remove corefile.
18504
18505Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18506
18507 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
18508
18509Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18510 and Jim Kingdon (kingdon@cygnus.com)
18511
18512 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
18513 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
18514 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
18515
18516Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18517
18518 * gdb.t17/interrupt.exp: Add xfail for hppa.
18519
18520Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18521
18522 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
18523 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
18524 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
18525 to determine signed-ness of bitfields and use the result to setup
18526 the xfail.
18527 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
18528 * gdb.t15/funcargs.exp: Use them to step until the second indirect
18529 call line is reached if necessary.
18530
18531Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18532
18533 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
18534
18535Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18536
18537 * gdb.t06/break.exp: Also test `clear' command.
18538
18539Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18540
18541 * gdb.t00/teststrategy.exp: Remove extra quote.
18542
18543 * gdb.t07/watchpoint.exp: Change xfail for calling function with
18544 watchpoint enabled to be for all non-68k machines.
18545
18546 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
18547
18548Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18549
18550 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
18551 targets use aout.mt instead of ecoff.mt as gas understands
18552 standard aout format.
18553
18554Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18555
18556 * lib/gdb.exp (runto): Don't insist that function we are running to
18557 was compiled with -g.
18558
18559 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
18560
18561 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
18562 to get back into the read system call.
18563 Accept leading newline in case where we woke it up.
18564
18565Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18566
18567 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
18568 to make the stabs test work on ecoff systems using gcc and -with-stabs.
18569 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
18570 enable ecoff configuration.
18571
18572Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18573
18574 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
18575
18576Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18577
18578 * gdb.t16/printcmds.exp: Add another printf test.
18579
18580Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
18581
18582 * configure.in: If configured -with-stabs on any target, add
18583 stabsdirs to configdirs.
18584
18585Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18586
18587 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
18588 fun" so pattern does not match the command itself.
18589
18590Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18591
18592 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
18593
18594Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18595
18596 * gdb.t17/interrupt.exp: Test for more things.
18597
18598Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18599
18600 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
18601 compiler arranges the code and line numbers.
18602
18603 * gdb.t17/interrupt.exp: Don't send \n after ^C.
18604
18605Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18606
18607 * gdb.t00/help.exp: Increase expect input buffer size.
18608
18609Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18610
18611 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
18612
18613 * gdb.t07/watchpoint.exp: Add xfail for hppa.
18614
18615 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
18616
18617 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
18618 [0-9]*, not just [0-9].
18619
18620Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18621
18622 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
18623
18624 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
18625
18626Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18627
18628 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
18629
18630Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18631
18632 * gdb.t06/signals.c: Add xfails for sun3.
18633
18634 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
18635
18636 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
18637 test_stepping tests.
18638
18639Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18640
18641 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
18642
18643 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
18644
18645 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
18646 rather than actually putting it through cpp twice.
18647
18648 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
18649
18650Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
18651
18652 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
18653 no longer needed.
18654
18655Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18656
18657 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
18658
18659 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
18660 C++ features prints as "struct", make it a pass, not an xfail.
18661
18662Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18663
18664 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
18665 Don't require VA to print as "class" rather than "struct".
18666
18667Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
18668
18669 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
18670
18671Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18672
18673 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
18674
18675Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18676
18677 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
18678 order.
18679
18680Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18681
18682 * gdb.t16/printcmds.exp: Add printf tests.
18683
18684 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
18685
18686 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
18687
18688Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
18689
18690 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
18691 pass counts, to counteract any existing or future setup_xfails.
18692
18693Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18694
18695 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
18696 {BEGIN,END}_COMMON for common block instead of STAB.
18697 * gdb.stabs/wierd.exp: Add xfail for rs6000.
18698
18699 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
18700 intp_var should be N_GSYM not N_LSYM.
18701 wierd-aout.S: Use a label for the value of the N_SO.
18702 wierd.def: Remove all backslashes.
18703 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
18704
18705Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18706
18707 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
18708 get the expected next to inheritance3.
18709
18710Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18711
18712 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
18713 now that gcc-2.4 gets it right.
18714
18715Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18716
18717 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
18718
18719 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
18720 generating comp-info.exp which works for cross-compilation.
18721
18722Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
18723
18724 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
18725 "*-*-sysv4.*".
18726
18727Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
18728
18729 * gdb.t01/run.exp: Start with a fresh gdb.
18730 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
18731 SVR4.x.
18732
18733Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
18734
18735 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
18736 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
18737 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
18738 Makefile.in (distclean, realclean): Remove gdbme.c from list of
18739 things to remove.
18740
18741Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
18742
18743 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
18744 test cases from bug reports.
18745
18746Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
18747
18748 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
18749 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
18750 avoid spurious xfails.
18751 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
18752 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
18753 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
18754
18755Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
18756
18757 * gdb.t00/teststrategy.exp: Rework to provide more useful
18758 description of each test, fix problem with systems that define
18759 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
18760 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
18761 results for "next over recursive call" so timeouts aren't taken
18762 by error.
18763
18764Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
18765
18766 * gdb.t12/scope.exp: Test printing of variables before run.
18767
18768 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
18769 printed in wrong order due to sorting.
18770
18771Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
18772
18773 * gdb.t00/teststrategy.exp: Fix expected results for printing
18774 user entered string constant. Is array of char, prints with no
18775 address.
18776
18777 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
18778 commands.
18779 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
18780 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
18781 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
18782 of struct of char arrays.
18783 * gdb.t00/radix.exp: New tests for radix commands.
18784
18785Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
18786
18787 * gdb.t16/printcmd.exp: Print a variable before running program
18788 (with xfail for AIX).
18789
18790Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
18791
18792 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
18793
18794 * gdb.t16/printcmd.exp: Don't print variables before running program.
18795
18796 * gdb.t06/break.exp: Don't require envp argument to main.
18797
18798 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
18799
18800 * gdb.t02/whatis.exp, gdb.t11/list.exp:
18801 Add xfails for rs6000.
18802
18803 * gdb.t02/whatis.exp: Change other tests not to re-test something
18804 we already tested.
18805
18806 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
18807 each type used has a variable of that type.
18808
18809Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
18810
18811 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
18812
18813Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18814
18815 * configure.in: change srctrigger to be a file, not a directory
18816
18817Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
18818
18819 * configure.in (mips-idt-ecoff*): Added trailing '*'.
18820
18821 * gdb.t11/list.exp: Fixed a couple of typos.
18822
18823Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
18824
18825 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
18826 is fixed and PR is closed.
18827 * gdb.t16 (gdbme.c): Add simple test string variable.
18828 * gdb.t16 (printcmds.exp): Add tests with simple test string
18829 variable, primarily for boundaries on "set print elements".
18830
18831Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
18832
18833 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
18834 Make leading 0's optional and don't expect a tab in the middle
18835 of the number.
18836
18837 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
18838
18839 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
18840 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
18841 don't end command passed to gdb_test with newline.
18842
18843 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
18844 signed keyword away, don't expect signed bitfields to be signed.
18845
18846 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
18847 printing with only as many 1's as are in the field as well as printing
18848 with 32 1's (see comment).
18849
18850Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
18851
18852 * gdb.t00/default.exp: Start with a fresh gdb.
18853 * configure.in (configdirs): Remove gdb.t31 until the chill
18854 compiler works again. It no longer is able to find chillrt0
18855 since it isn't in libchill.a anymore.
18856 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
18857 wierd.o, make more modular.
18858 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
18859 spurious newlines that caused problems.
18860
18861Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18862
18863 * Move test with enums and partial symbols from gdb.t03/ptype.exp
18864 to gdb.stabs/wierd.exp since GCC has worked around the bug.
18865 gdb.stabs/wierd.{exp,def}: Many new tests.
18866
18867 * gdb.t00/default.exp: update info line for new message.
18868
18869 * gdb.t02/{whatis.exp,gdbme.c}:
18870 Test that "char *" doesn't print as "caddr_t".
18871
18872Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18873
18874 * gdb.t00/help.exp: Use .* in place of some help messages which
18875 just changed.
18876 gdb.t00/default.exp: Update "info frame" test for new message.
18877 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
18878 Remove some xfails
18879
18880Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18881
18882 * gdb.t03/{gdbme.c,ptype.exp}:
18883 Add tests for typedef'd struct and union without tags.
18884 Also check "whatis" on a variable of a typedef'd enum without a tag.
18885
18886 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
18887 PRMS 1823; the bug still exists but isn't reproduced by this test
18888 anymore), and remove rs6000 XFAIL (the bug is fixed).
18889
18890 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
18891 duplicated from whatis.exp. For those that are left, accept
18892 "long", "long int", or "int" for long variables (whatis.exp already
18893 has an XFAIL for "int", so no need to fail it here).
18894
18895 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
18896 Deal with GCC's names for types now that GDB uses the compiler's names.
18897
18898 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
18899 setup_xfail's for sunos4. If we #defined the signed keyword away,
18900 don't expect GDB to know that char it is signed.
18901
18902 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
18903
18904Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
18905
18906 * configure.in (configdirs): Add gdb.t24 for C++ tests that
18907 should work on any system, regardless of debugging format.
18908 * gdb.t21/demangle.exp: Move to gdb.t24.
18909 * gdb.t24/demangle.exp: Move from gdb.t21.
18910 * gdb.t24/{Makefile.in, configure.in}: New files.
18911
18912Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18913
18914 * configure.in: Do gdb.stabs and C++ tests only for stabs.
18915 * gdb.stabs: New directory.
18916
18917Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18918
18919 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
18920 not just "Quit anyway?".
18921
18922Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
18923
18924 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
18925 that all setup_xfails are immediately followed by clear_xfails.
18926
18927Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
18928
18929 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
18930 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
18931 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
18932 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
18933 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
18934 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
18935 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
18936 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
18937 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
18938 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
18939 gdb.t31/chillvars.exp, lib/gdb.exp:
18940 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
18941 bug-gdb@prep.ai.mit.edu.
18942
18943Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
18944
18945 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
18946 with 0.0, not integer 0.
18947
18948Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
18949
18950 * gdb.t06/break.exp: Update for "Kill the program" message change.
18951
18952Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
18953
18954 * Makefile.in (GDBFLAGS): Set to -nx.
18955 * Makefile.in (site.exp): Use GDBFLAGS.
18956
18957Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18958
18959 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
18960 Makefiles.
18961 (check): depend on just-check.
18962 (just-check): added so that tests can be run without a noop
18963 build pass.
18964
18965Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18966
18967 Switch to using configure's configdirs.
18968 * Makefile.in (Makefile): add configure.in dependency.
18969 (SUBDIRS): removed redundant assignment.
18970 * configure.in: switch subdirs assignment to configdirs.
18971 * gdb.t*/configure.in: new files.
18972
18973Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
18974
18975 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
18976 works.
18977
18978Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
18979
18980 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
18981 in explicit rules. Apparently this is not supported by some makes.
18982
18983Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
18984
18985 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
18986
18987Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18988
18989 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
18990 disappeared.
18991
18992Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
18993
18994 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
18995
18996Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
18997
18998 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
18999 watchpoint problem that is now fixed.
19000 * gdb.t30/chexp.exp: Remove setup_xfail for printing
19001 uninitialized convenience variables.
19002 * gdb.t31/chillvars.exp: Fix expected patterns for printing
19003 structures.
19004
19005Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19006
19007 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
19008 which causes expect to get out of sync with gdb on long output
19009 from help set.
19010 * gdb.t09/corefile.exp: Make expected pattern for core file
19011 failing signal and frame output format less sun specific.
19012
19013Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
19014
19015 * gdb.t31/chillvars.exp: Add and remove initial dummy
19016 breakpoint, so that symbol table is forced in.
19017 (Needed at least on Sunos4, though it seems not SVR4.)
19018 * gdb.t31/chillvars.exp: Update for changed output format.
19019
19020Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
19021
a9c64011 19022 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
19023
19024Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
19025
19026 * Makefile.in: Added --srcdir when invoking runtest, removed the
19027 need for a local config file. (optional now)
19028
19029Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
19030
19031 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
19032 failure count used to force early termination. Add some more
19033 expected failures for gnu style demangling.
19034
19035Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19036
19037 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
19038 pmi variable from gdb.t20/gdbme to get optimized away.
19039 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
19040 Check for written corefile upon timeout _and_ eof.
19041
19042Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19043
19044 * config/unix-gdb.exp: Add missing return 0.
19045
19046Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19047
19048 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
19049 test termination.
19050
19051Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
19052
19053 * configure.in (subdirs): Put back gdb.t17 which mysteriously
19054 disappeared.
19055
19056Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
19057
19058 * gdb.t10/crossload.exp: Disable the i860-elf test until such
19059 time as i860 support works.
19060
d63a86f8 19061 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
19062 "backtrace 100\r" rather than just "backtrace\r", to match last
19063 change.
19064
19065Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
19066
19067 * config/udi-gdb.exp (gdb_exit): Remove close command.
19068 (gdb_target_udi): New procedure to set the UDI target.
19069 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
19070 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
19071 Added waits for prompts after several question responses. Added
19072 some more responses used by a29k-amd-udi-gdb.
19073 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
19074 pass different arguments, restart UDI connection after program
19075 completion.
19076 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
19077 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19078 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
19079 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
19080 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
19081 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
19082 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19083 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
19084 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
19085 after program completion.
19086 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
19087 compiled with a SELECT_VECS setting.
19088 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
19089 infinite recursion.
19090
19091 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
19092 Added checks for COFF results, and made them expected failures for
19093 all targets. It would be better to make them expected failures
19094 for COFF targets only.
19095
19096Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
19097
19098 * Makefile.in: add null dvi target, don't bother to recurse
19099 through test directories for info and install-info; rename
19100 $(datadir) to be dejagnu instead of deja-gnu
19101
19102Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
19103
19104 * gdb.t31/gdbme.ch: Re-enable code that previously caused
19105 compiler to coredump.
19106 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
19107 code.
19108
19109Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
19110
19111 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
19112 coredump.
19113 * gdb.t31/chillvars.exp: Comment out tests that depend on that
19114 code.
19115
19116Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
19117
19118 * gdb.t03/ptype.exp: tests for return code from gdb_test.
19119 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
19120 which in a shell. Deletes xgdb when done.
19121 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
19122 Tests the return from the "set height" or "set width" commands.
19123 Added a few return codes where needed.
19124
19125Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
19126
19127 * Makefile.in (SUBDIRS): Add gdb.t17.
19128 * configure.in (subdirs): Add gdb.t17.
19129 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
19130 files to test gdb's calling of functions in the inferior with
19131 the correct arguments and gdb's ability to retrieve any
19132 result returned.
19133
19134Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
19135
19136 * config/unix-gdb.exp (gdb_exit): Remove close commands that
19137 may be called after gdb goes away. Previous versions of expect
19138 needed these to avoid file descriptor leaks, but they cause
19139 errors with the current revision of expect.
19140 * gdb.t00/gdbvars.exp: Use -re on expected output after
19141 setting sevenbit-strings.
19142 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
19143 to set sevenbit-strings consistent across tests.
19144 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
19145 set sevenbit-strings consistent across tests.
19146
19147Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
19148
19149 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
19150 expected output to match current "expect" expectations.
19151
19152Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
19153
19154 * gdb.t00/default.exp: Change expected output for default "source"
19155 command, to match new gdb behavior which requires a filename to
19156 source.
19157
19158Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
19159
19160 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
19161 expected fail for i486-*-* that misses the marker2 function.
19162 * gdb.t10/crossload.exp (bfddefault): Allow successful
19163 recognition of a format to pass even if no symbols are found.
19164 Explicitly catch failures where the format is not recognized
19165 or is ambiguous, and add the reason to the fail message.
19166 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
19167 the cause is and invalid target and add reason to failure message.
19168 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
19169 elf32-i386, elf32-sparc, and elf32-i860.
19170 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
19171 Set up expected failure for 'filename'::variable scope resolution,
19172 which is now apparently broken on all targets.
19173 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
19174 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
19175 gdb.t23/templates.exp: Change failure for missing binfile into
19176 just a warning.
19177 gdb.t21/demangle.exp: Change all cfront references to 'arm'
19178 references.
19179
19180Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
19181
19182 * gdb.t00/default.exp: Add expected output for default "source"
19183 command, to match new gdb behavior.
19184 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
19185
19186Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
19187
19188 * config/*-gdb.exp: returns an error, rather than exiting on
19189 internal errors.
19190
19191Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
19192
19193 * gdb.t03/gdbme.c: Add pointer to struct variable.
19194 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
19195 referencing struct members.
19196
19197Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
19198
19199 * configure.in (mips-idt-ecoff): New target.
19200 * config/mips-gdb.exp: New file for remote board using MIPS remote
19201 debugging protocol.
19202
19203 * Redid configuration scheme. Removed gdb.t*/configure.in.
19204 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
19205 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
19206 distclean targets. Built executables via .o files. Adjusted
19207 tests to account for source files in $(srcdir) rather than
19208 $(objdir).
19209 * lib/gdb.exp (runto): Don't expect () after the function name,
19210 because it may have arguments.
19211
19212Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
19213
19214 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
19215 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
19216 expected failures for mips-idt-* and mips-sgi-*.
19217 * gdb.t00/default.exp (attach): Kill process if requested.
19218 * gdb.t00/help.exp (help target core, help target): Accept a gdb
19219 that does not read core files.
19220 * gdb.t01/run.exp: Removed checks for exit status code.
19221 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
19222 it is linked in.
19223 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
19224 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
19225 appropriate, rather than doing it by hand.
19226 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
19227 execution.
19228 * gdb.t10/crossload.exp: Kill existing program if needed.
19229 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
19230 appropriate, rather than doing it by hand. Always increase
19231 timeout for this test, not just for VxWorks.
19232
19233Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
19234
19235 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
19236 of Chill STRUCT types and STRUCT values.
19237 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
19238 than "char".
19239 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 19240 struct2): New struct definitions and initializations to test
c906108c
SS
19241 simple Chill STRUCT types.
19242
19243Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
19244
19245 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
19246 the null byte at the end of strings.
19247 * gdb.t00/default.exp: Make show version insensitive to copyright
19248 date.
19249 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
19250 to avoid dependencies on target char signedness.
19251 * gdb.t16/printcmds.exp: Update expected results for explicitly
19252 unsigned char.
19253 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
19254 now work.
19255 * gdb.t21/demangle.exp: Add many more patterns for template
19256 demangling, most of them being expected failures.
19257 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
19258 string we are matching for, to match on the whole string.
19259 * gdb.t21/demangle.exp: Add many new test strings to demangle,
19260 and fix a whole bunch that had incorrect expected output but were
19261 passing anyway because of the bug in "proc demangle".
19262 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
19263 type.
19264 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
19265
19266Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
19267
a9c64011
AS
19268 * gdb/testsuite: made modifications to testcases, etc., to allow
19269 them to work properly given the reorganization of deja-gnu and the
19270 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
19271
19272Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
19273
19274 * gdb/testsuite: Initial creation of gdb/testsuite.
19275 Migrated dejagnu testcases and support files for testing nm to
19276 gdb/testsuite from deja-gnu. These files were moved "as is"
19277 with no modifications. This migration is part of a major overhaul
19278 of dejagnu. The modifications to these testcases, etc., which
19279 will allow them to work with the new version of dejagnu will be
19280 made in a future update.
48efe704 19281
8d8cb839 19282 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 19283\f
8d8cb839
EZ
19284;; Local Variables:
19285;; mode: change-log
19286;; left-margin: 8
19287;; fill-column: 74
19288;; version-control: never
19289;; End:
902f2ccb
MC
19290
19291 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 19292 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
19293 Copying and distribution of this file, with or without modification,
19294 are permitted provided the copyright notice and this notice are preserved.