* gdb.base/restore.exp: Use temporary breakpoints, to avoid
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
1b8947f0
JB
12001-09-17 Jim Blandy <jimb@redhat.com>
2
3 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
4 overflowing the limited breakpoint tables on some ROM monitors
5 (like the ROM68K).
6
9890ac81
FCE
72001-09-15 Frank Ch. Eigler <fche@redhat.com>
8
9 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
10 the "-ac" (disable access control) flag.
11
6db765ea
JH
122001-08-30 Jeff Holcomb <jeffh@redhat.com>
13
14 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
15 ints.
16
4c32cc04
KS
172001-08-30 Keith Seitz <keiths@redhat.com>
18
19 * lib/gdb.exp: Move all insight-related functionality into
20 separate file.
21 * lib/insight-support.exp: New file.
22
8d6e6f81
FCE
232001-08-29 Frank Ch. Eigler <fche@redhat.com>
24
25 * config/sid.exp (sid_start): Never set sid verbosity; disable
26 expect_background {} that consumed its stdout; tolerate </dev/null.
27 Attempt to set endianness override in "sid" protocol mode. Cleanup.
28
6a90e1d0
AC
292001-08-18 Andrew Cagney <ac131313@redhat.com>
30
31 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
32 CLI jump command to start it.
33 (mi_run_to_main): Fail immediatly when unexpected output.
34
1759b3c3
AC
352001-08-18 Andrew Cagney <ac131313@redhat.com>
36
37 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
38 beginning of function. Fix PR gdb/191.
39
61d11d80
FCE
402001-08-16 Frank Ch. Eigler <fche@redhat.com>
41
42 * config/sid.exp (sid_start): Don't warn if we cannot figure out
43 what to force sid endianness to.
44
942a4df2
KS
452001-08-15 Keith Seitz <keiths@redhat.com>
46
47 * lib/gdb.exp (gdbtk_start): Don't set environment
48 variables for TCL_LIBRARY and friends. Insight will
49 now figure these out for itself.
50
0521c418
MS
512001-08-02 Michael Snyder <msnyder@redhat.com>
52
53 * gdb.base/completion.exp: Remove the symbol "a64l" from
54 the expect string; this is target-specific, and not related
55 to what is being tested.
56
74a9a58a
DB
572001-08-02 Dave Brolley <brolley@redhat.com>
58
59 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
60
c70819fa
MS
612001-07-25 Michael Snyder <msnyder@redhat.com>
62
c2b8fa57
MS
63 * gdb.base/consecutive.exp: New file. Test stepping over
64 breakpoints on consecutive instructions.
65 * gdb.base/consecutive.c: New file.
66
c70819fa
MS
67 * gdb.base/call-rt-st.exp: Use double-backslash to quote
68 curly braces in regular expressions.
69
2b1a1355
MS
702001-07-25 Michael Snyder <msnyder@redhat.com>
71
72 * gdb.base/ending-run.exp: Accept "Program exited normally" as
73 legitimate output from stepping out of main.
74
413eca6f
KS
752001-07-22 Keith Seitz <keiths@redhat.com>
76
77 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
78 the empty string, do not run the tests.
79
7e5a9322
SC
802001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
81
82 * gdb.base/long_long.exp: Detect size of pointer. Take into
83 account 2-byte pointers when testing for p/a results.
84
de58f10f
SC
852001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
86
87 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
88 and defined to 1K for m68hc11.
89 (random_data): Reduce table to 1K for embedded platforms (68hc11).
90 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
91 (sizeof_random_data): New variable to tell the size of the data table;
92 don't test past this size; always run to main.
93
d6f5fea1
SC
942001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
95
96 * gdb.base/return2.exp: return of long long and double fails for
97 68HC11; don't execute these tests on that platform.
98 * gdb.base/return.exp: Return of a double fails for 68hc11.
99
c477543d
SC
1002001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
101
102 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
103 tests that print a float.
104 * call-rt-st.exp: Likewise.
105
63cf1c79
MK
1062001-07-12 Mark Kettenis <kettenis@gnu.org>
107
108 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
109 running this test on Linux.
110
112f9ab5
MC
1112001-06-24 Michael Chastain <chastain@redhat.com>
112
113 * gdb.base/arithmet.exp: Remove some tests to make all test names
114 unique.
115
4970cb0f
MS
1162001-07-03 Michael Snyder <msnyder@redhat.com>
117
118 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
119 the output of the ptype command.
120
d85da69f
MS
1212001-07-02 Michael Snyder <msnyder@redhat.com>
122
4c8a82de
MS
123 * gdb.base/completion.exp: Don't assume that break.c is the only
124 source file that may contain functions named "marker".
d85da69f
MS
125 * gdb.base/corefile.exp: Quote the curly braces in regexp.
126
8afc772b
AC
1272001-06-28 Andrew Cagney <ac131313@redhat.com>
128
129 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
130 of files to delete.
131
132 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
133 * gdb.disasm/h8300s.exp: New file.
134 gdb.disasm/h8300s.s: Likewise.
135
cff22675
AC
1362001-06-27 Andrew Cagney <ac131313@redhat.com>
137
138 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
139 empty breakpoint tables.
140
68c81b54
AC
1412001-06-25 Andrew Cagney <ac131313@redhat.com>
142
143 * lib/mi-support.exp: Update args=... part of stop-reason
144 patterns. Accept either a list or a tuple.
145
2dd62704
AC
1462001-06-23 Andrew Cagney <ac131313@redhat.com>
147
148 * lib/mi-support.exp: Remove local emacs variable defining
149 change-log-default-name.
150
b4127474
MC
1512001-06-22 Michael Chastain <chastain@redhat.com>
152
153 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
154 This is operationally compatible with the previous version.
155
8dbfb380
JB
1562001-06-13 Jim Blandy <jimb@redhat.com>
157
158 * lib/gdb.exp (gdb_test): Doc fix.
159
f2d8c86d
MC
1602001-06-10 Michael Chastain <chastain@redhat.com>
161
162 * gdb.base/exprs.exp: Remove a duplicate test.
163
81564d34
JB
1642001-06-06 Jim Blandy <jimb@redhat.com>
165
166 * gdb.base/return2.exp (main): Use values to test float and double
167 returns that are not NaN's, to avoid being confused by IEEE
168 comparison rules.
169
da55addb
MS
1702001-06-04 Michael Snyder <msnyder@redhat.com>
171
172 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
173 non-zero if control_c fails. Terminate the test on failure,
174 rather than wait for 12 more tests to time out.
175
42c65987
JB
1762001-06-06 Jim Blandy <jimb@redhat.com>
177
b18bced9
JB
178 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
179 Don't forget to match the GDB prompt.
180
42c65987
JB
181 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
182
5b41e5f0
JB
1832001-06-04 Jim Blandy <jimb@redhat.com>
184
185 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
186 command.
187
015e046f
KB
1882001-05-31 Kevin Buettner <kevinb@redhat.com>
189
190 * gdb.base/annota1.exp (info break): Match four or more spaces
191 after "Address".
192
fb1ffbbe
MC
1932001-05-31 Michael Chastain <chastain@redhat.com>
194
195 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
196 (dm_type_int_star): Likewise.
197 (dm_type_long_star): Likewise.
198 (dm_type_void_star): Likewise.
199
5ea2a32c
KB
2002001-05-29 Kevin Buettner <kevinb@redhat.com>
201
202 * gdb.base/completion.exp (INPUTRC): Set this environment variable
203 to a known value in order to get consistent results regardless
204 of the setting of INPUTRC or the presence or contents of .inputrc.
205
ae23c492
MS
2062001-05-24 Michael Snyder <msnyder@redhat.com>
207
ac55707e
MS
208 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
209 Don't require that the main thread and the manager thread are the
210 first in the list.
211
ae23c492
MS
212 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
213 debugging. If test fails, issue an "unsupported" not a "fail".
214
400071f1
JB
2152001-05-24 Jim Blandy <jimb@redhat.com>
216
217 Don't assume that short is shorter than int.
218 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
219 assume that shorts are smaller than ints. On a 16-bit machine,
220 this isn't true.
221 ("print unsigned char == (~0)"): Add test that verifies that ~0,
222 an int, is not equal to ~0 stored in an unsigned char. This tests
223 the same thing that the previous test meant to, but works on
224 16-bit machines, too.
225 ("print unsigned char != (~0)"): Same test, complemented.
226
0816a3e5
MS
2272001-05-24 Michael Snyder <msnyder@redhat.com>
228
229 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
230 test for (full_coverage == 0). This makes the test run faster,
231 and prevents dejagnu getting out of step.
232
f6dc23a9
KB
2332001-05-23 Kevin Buettner <kevinb@redhat.com>
234
235 * gdb.base/finish.exp (finish_void): Revise pattern for
236 stopping on the call statement to not permit stopping at
237 the start of the instructions comprising the call sequence.
238
7dbd117d
MC
2392001-05-19 Michael Chastain <chastain@redhat.com>
240
241 * gdb.base/callfuncs.exp: Make all test names unique.
242 * gdb.base/commands.exp: Make all test names unique.
243 * gdb.base/condbreak.exp: Make all test names unique.
244 * gdb.base/dbx.exp: Make all test names unique.
245 * gdb.base/default.exp: Make all test names unique.
246 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
247 and TIMEOUT messages to their corresponding PASS message.
248 * gdb.base/ending-run.exp: Make all test names unique.
249 * gdb.base/long_long.exp: Remove duplicate test.
250
6b0b0a9e
KB
2512001-05-21 Kevin Buettner <kevinb@redhat.com>
252
253 * gdb.base/finish.exp (finish_void): Allow "finish" command to
254 stop on the call statement as well as the statement after the
255 call.
256
2caa35cb
MS
2572001-05-21 Michael Snyder <msnyder@redhat.com>
258
259 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
260
40713331
EZ
2612001-05-10 Elena Zannoni <ezannoni@redhat.com>
262
263 * gdb.base/completion.exp: Revamp test. Make it execute on all
264 platforms.
265
c2c1be8d
EZ
2662001-05-10 Elena Zannoni <ezannoni@redhat.com>
267
2c9cd303
EZ
268 * config/gdbserver.exp (gdb_load): Handle the case
269 in which the arguments to gdbserver are given in the
270 baseboard configuration file.
271 Also handle the case in which the server needs to do a
272 load.
273
9671de48
KS
2742001-05-07 Keith Seitz <keiths@cygnus.com>
275
276 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
277 set up the display for testing.
278 (gdbtk_start): Convert all paths to paths that tcl will like.
279 Export target information to environment.
280 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
281 necessary.
282 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
283 (to_tcl_path): New proc to convert a given pathname into
284 a path acceptible as an argument to a tcl command.
285 (_gdbtk_export_target_info): New proc to export target info
286 into the environment for gdbtk testing.
287 (gdbtk_done): New proc to signal end-of-test.
288
5a360f47
JB
2892001-05-06 Jim Blandy <jimb@redhat.com>
290
291 * restore.c: Make the code of caller0 correspond to its comment.
292
66c756c6
MS
2932001-05-03 Michael Snyder <msnyder@redhat.com>
294
295 * config/sid.exp (gdb_target_sid): Check for error messages.
296 On error or timeout, don't make expect exit (which will terminate
297 all subsequent tests); instead just make gdb exit.
298 (gdb_load): Check for error messages. On error or timeout,
299 return a negative value.
300
a966fde5
JB
3012001-04-24 Jim Blandy <jimb@redhat.com>
302
851c18e0
JB
303 * gdb.c++/templates.exp: If we see the prompt for the overload
304 list, but we haven't recognized any of the longer patterns,
305 arrange for this test to fail, not hang.
306
a966fde5
JB
307 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
308 variations.
309
db144853
MC
3102001-04-22 Michael Chastain <chastain@redhat.com>
311
312 * gdb.c++/local.exp: Use the 'runto' library function.
313 * gdb.c++/namespace.exp: Likewise.
314 * gdb.c++/overload.exp: Likewise.
315
3207ec21
KB
3162001-03-26 Kevin Buettner <kevinb@redhat.com>
317
318 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
319 * gdb.base/step-line.exp: New file. Test step/next in presence of
320 #line directives.
321 * gdb.base/step-line.c: New file. Test program for the above.
322 * gdb.base/step-line.inp: New file. We pretend that this file has
323 been transformed by some other tool into step-line.c.
324
13b57657
JB
3252001-03-21 Jim Blandy <jimb@redhat.com>
326
327 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
328 unmangled operator names.
329
754cbe1c
JB
3302001-03-20 Jim Blandy <jimb@redhat.com>
331
332 * gdb.threads/linux-dp.exp: Recognize an additional message
333 generated by GDB when it doesn't understand how to debug threads
334 on the target system.
335
177495c9
AC
3362001-03-19 Andrew Cagney <ac131313@redhat.com>
337
338 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
339
f266096b
MC
3402001-03-12 Michael Chastain <chastain@redhat.com>
341
342 * gdb.c++/derivation.exp: Use the 'runto' library function.
343
cac3c2ff
MC
3442001-03-12 Michael Chastain <chastain@redhat.com>
345
346 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
347
b6c11a24
MC
3482001-02-24 Michael Chastain <chastain@redhat.com>
349
350 * gdb.c++/ref-types.exp: Change handwritten code to library
351 function 'runto'.
352
6bae5bce
OF
3532001-03-16 Orjan Friberg <orjanf@axis.com>
354
355 * gdb.base/signals.exp: Set count to 0 explicitly.
356
0015fd9a
MS
3572001-03-15 Mark Salter <msalter@redhat.com>
358
359 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
360 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
361 (gdb_load): Add support for additional target_info: gdb_download_size
362 and gdb_load_timeout.
0015fd9a 363
fc33412a
DT
364Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
365
366 * gdb.base/annota1.exp: Move test of isnative to earlier in the
367 file -- to prevent failing when the compile fails but we have no
368 intention of running the tests anyway.
369
370 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
371 tests if set.
372
373 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
374 integers.
375
376 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
377 * gdb.c++/namespace.exp: Ditto.
378
115f06de
OF
3792001-03-07 Orjan Friberg <orjanf@axis.com>
380
381 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
382 * gdb.base/pointers.exp: Relax pattern match of decimals.
383
b6ba6518
KB
3842001-03-06 Kevin Buettner <kevinb@redhat.com>
385
386 * Makefile.in, config/abug.exp, config/cfdbug.exp,
387 config/cpu32bug.exp, config/dve.exp, config/est.exp,
388 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
389 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
390 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
391 config/sh.exp, config/sid.exp, config/slite.exp,
392 config/sparclet.exp, config/udi.exp, config/unknown.exp,
393 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
394 config/vxworks.exp, config/vxworks29k.exp,
395 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
396 gdb.base/all-bin.exp, gdb.base/annota1.exp,
397 gdb.base/arithmet.exp, gdb.base/assign.exp,
398 gdb.base/async.exp, gdb.base/attach.exp,
399 gdb.base/bitfields.exp, gdb.base/bitops.exp,
400 gdb.base/break.exp, gdb.base/call-ar-st.exp,
401 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
402 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
403 gdb.base/commands.exp, gdb.base/completion.exp,
404 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
405 gdb.base/constvars.exp, gdb.base/corefile.exp,
406 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
407 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
408 gdb.base/ending-run.exp, gdb.base/environ.exp,
409 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
410 gdb.base/finish.exp, gdb.base/foll-exec.exp,
411 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
412 gdb.base/funcargs.exp, gdb.base/help.exp,
413 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
414 gdb.base/logical.exp, gdb.base/long_long.exp,
415 gdb.base/maint.exp, gdb.base/mips_pro.exp,
416 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
417 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
418 gdb.base/pointers.exp, gdb.base/printcmds.exp,
419 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
420 gdb.base/regs.exp, gdb.base/relational.exp,
421 gdb.base/remote.exp, gdb.base/reread.exp,
422 gdb.base/restore.exp, gdb.base/return2.exp,
423 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
424 gdb.base/selftest.exp, gdb.base/setshow.exp,
425 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
426 gdb.base/sigall.exp, gdb.base/signals.exp,
427 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
428 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
429 gdb.base/step-test.exp, gdb.base/structs.c,
430 gdb.base/structs.exp, gdb.base/structs2.exp,
431 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
432 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
433 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
434 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
435 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
436 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
437 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
438 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
439 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
440 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
441 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
442 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
443 gdb.fortran/types.exp, gdb.java/jmisc.exp,
444 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
445 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
446 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
447 gdb.trace/circ.exp, gdb.trace/collection.exp,
448 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
449 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
450 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
451 gdb.trace/report.exp, gdb.trace/save-trace.exp,
452 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
453 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
454 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
455 notices.
456
dc96c6c7 4572001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
458
459 * gdb.base/varargs.c (find_max_double): Fix printf format string:
460 first arg is int not float.
461
dc96c6c7 4622001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
463
464 * gdb.base/reread.exp: Unsupported for non-native targets;
465 doesn't work for remote debugging.
466
9b0c4aeb
FN
4672001-02-19 Fernando Nasser <fnasser@redhat.com>
468
469 From Drew Moseley <dmoseley@redhat.com>
470 * gdb.base/ending-run.exp: Properly handle the BSP state when
471 stepping past the end of main.
472
02aa71d5
MC
4732001-02-19 John Moore <jmoore@redhat.com>
474
475 * gdb.base/commands.exp (infrun_breakpoint_command_test):
476 Converted HPUX fix for non-expected items following multiple
477 step commands into general solution for all platforms.
478
1fa449a4
MC
4792001-02-18 Michael Chastain <chastain@redhat.com>
480
481 * gdb.c++/classes.exp (do_tests): Change runto statements
482 from "runto 'foo(void)'" to "runto 'foo'". This makes the
483 statements demangler agnostic.
484 * gdb.c++/virtfunc.exp (do_tests): Likewise.
485 (gdb_virtfunc_restart): Likewise.
486
b2f9ec70
MC
4872001-02-14 Michael Chastain <chastain@redhat.com>
488
489 * gdb.c++/inherit.exp (do_tests): Change runto statements
490 from "runto 'foo(void)'" to "runto 'foo'". This makes the
491 statements demangler agnostic.
492
cf74b8ca
AC
493Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
494
495 * gdb.threads/pthreads.exp: Unify pass/fail messages for
496 ``continue to bkpt at common_routine in thread 2'' and ``stopped
497 before calling common_routine 15 times'' tests.
498
99f78f56
MC
4992001-02-11 Michael Chastain <chastain@redhat.com>
500
501 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
502 Helps the test script figure out which demangler is in use.
503 (dm_type_foo_ref): Ditto.
504 (dm_type_int_star): Ditto.
505 (dm_type_long_star): Ditto.
506 (dm_type_unsigned_int): Ditto.
507 (dm_type_void): Ditto.
508 (dm_type_void_star): Ditto.
99707966 509 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
510 Probe the gdb demangler and set variables to accommodate
511 formatting differences.
512 (info_func_regexp): New function. Same as info_func, but
513 matches against a regexp.
514 (info_func): Match against a literal string.
515 (print_addr_2): New function. Match against a literal string,
516 which can be different from the input to gdb.
517 (print_addr): Simply call print_addr_2 with the same argument twice.
518 (test_lookup_operator_functions): Use demangler formatting variables.
519 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
520 the tests in the same order as the C++ class declaration.
521 (test_paddr_operator_functions): Ditto.
522 (test_paddr_overloaded_functions): Ditto.
523 (test_paddr_hairy_functions): Use demangler formatting variables.
524 Add reference to gdb/19 for related tests.
525 (do_tests): Call probe_demangler.
526
1de8f023
KB
5272001-01-30 Kevin Buettner <kevinb@redhat.com>
528
529 * gdb.c++/templates.cc (printf): Remove unused function definition.
530
ca3f91ed
MS
5312001-01-26 Felix Lee <flee@redhat.com>
532
533 * sid.exp (sid_exit): Pass host, not target, to remote_close.
534
5352001-01-25 matthew green <mrg@redhat.com>
536
537 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
538 up sid.
539 (sid_exit): Call `remote_pop_conn' after GDB is gone.
540
5412001-01-25 matthew green <mrg@redhat.com>
542
543 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
544 Deprecate $sid_spawn_id.
545 (sid_exit): Remove code necessary only for `spawn.'
546
5472001-01-25 matthew green <mrg@redhat.com>
548
549 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
550
fb18ec4a
MC
5512001-01-28 Michael Chastain <chastain@redhat.com>
552
553 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
554 to call when tests fail. It takes gdb out of the overloaded
555 function choice menu back to the main prompt, so that the test
556 program stays synchronized.
557 (set_bp_overloaded): New proc to collect all the common
558 code for setting a breakpoint on an overloaded name. Calls
559 take_gdb_out_of_choice_menu when needed.
560 (menu_overload1arg): New variable to collect the repeated
561 instances of the expected menu for an overloaded name. Change
562 the regular expression to handle changes in g++ type encoding:
563 "void" can be either "void" or "", and "unsigned int" can be
564 either "unsigned int" or "unsigned".
565 (continue_to_bp_overloaded): Change regular expressions to handle
566 changes in g++ type encoding.
567 (no proc): Call take_gdb_out_of_choice_menu when needed.
568 Remove redundant calls to "info break". Accept either "canceled"
569 or "cancelled". Change regular expressions in "info break"
570 calls to handle changes in g++ type encoding. Give all tests
571 unique strings.
572
9c646a6e
BE
5732001-01-17 Ben Elliston <bje@redhat.com>
574
575 * config/sid.exp: New file.
576
9549d9c1
AC
577Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
578
579 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
580
dc96c6c7 5812000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
582
583 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
584 Add a RE to accept a non-ascii char if one is ever presented.
585
b4df4f68
FN
5862000-12-20 Fernando Nasser <fnasser@redhat.com>
587
297dd0fd 588 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 589
dc96c6c7 5902000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
591
592 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
593 in regexp. One '\' does not suffice on Linux.
594
4a7bddb6
MC
5952000-12-09 Michael Chastain <chastain@redhat.com>
596
597 * gdb.base/break.exp (test_clear_command): Use a marker function
598 rather than 'main' for the test function. Also move this
599 test to an execution point where the marker function names are
600 guaranteed to be bound to functions. (Executing tests after a
601 'finish' from main runs into name conflicts with local names
602 in __libc_start_main).
603
dc96c6c7 6042000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
605
606 * gdb.base/finish.exp: New test for gdb's "finish" command.
607 * gdb.base/return2.exp: New test for gdb's "return" command.
608 * gdb.base/return2.c: New source file for above.
609
dc96c6c7 6102000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
611
612 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
613 * gdb.base/miscexprs.exp: Ditto.
614 * gdb.base/pointers.exp: Ditto.
615 * gdb.c++/derivation.exp: Ditto.
616 * gdb.c++/local.exp: Ditto.
617 * gdb.c++/namespace.exp: Ditto.
618 * gdb.c++/overload.exp: Ditto.
619 * gdb.c++/ref-types.exp: Ditto.
620
dc96c6c7 6212000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
622
623 * gdb.base/constvars.exp: Test result of "up" command.
624 * gdb.base/miscexprs.exp: Ditto.
625 * gdb.base/pointers.exp: Ditto.
626 * gdb.base/scope.exp: Ditto.
627 * gdb.c++/derivation.exp: Ditto.
628 * gdb.c++/local.exp: Ditto.
629 * gdb.c++/namespace.exp: Ditto.
630 * gdb.c++/overload.exp: Ditto.
631 * gdb.c++/ref-types.exp: Ditto.
632
44097287
FN
6332000-11-22 Michael Chastain <chastain@redhat.com>
634
635 * mips_pro.exp: Accept either "middle -> top -> main" or
636 "middle -> main" in the backtrace, because gcc can optimize
637 tail calls to jumps. Remove setup_xfail for the hppa case.
638 Add a comment with the original warning messages from PR 3016,
639 which was filed in 1993, to preserve them for posterity.
640
9d2e1bab
ND
6412000-11-17 Nick Duffek <nsd@redhat.com>
642
643 * lib/gdb.exp (gdb_test): Override timeout with board info.
644
1aca8eb7
ND
6452000-11-17 Nick Duffek <nsd@redhat.com>
646
647 * gdb.base/display.exp: Don't kill running stub. Add "again" to
648 the second kill and detach messages.
649
93076499
ND
6502000-11-17 Nick Duffek <nsd@redhat.com>
651
652 * configure.in: Add AC_EXEEXT.
653 * configure: Regenerate.
654 * Makefile.in (just-check): Export EXEEXT.
655 * lib/gdb.exp ($EXEEXT): Import from environment.
656 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
657 expect "maint dump-me" on Cygwin.
658 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
659 $EXEEXT.
660
30e87cd3
ND
6612000-11-17 Nick Duffek <nsd@redhat.com>
662
663 * gdb.base/break.exp: Test backtrace and finish from called
664 function on all platforms, not just HP-UX.
665
dc96c6c7 6662000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
667
668 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
669 code from gdb_target_monitor, so it can be used independantly
670 for gdbserver. Also comment out an unnecessary PUTS.
671
dc96c6c7 6722000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
673
674 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
675 * gdb.base/corefile.exp: Expect the message "Program is being
676 debugged already" when we send the "corefile" command, since
677 the preceeding gdb_load may have connected gdb to a remote target.
678 * gdb.base/display.exp: Disable hardware watchpoints if new
679 board info variable "no_hardware_watchpoints" is true.
680 Replace single-letter commands with more readable ones.
681 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
682 if new board info variable "no_hardware_watchpoints" is true.
683 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
684 to see if stdio (printf) testing is possible.
685 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
686 board info variable "no_hardware_watchpoints" is true. Use new
687 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
688
39124dea
FN
6892000-11-13 Fernando Nasser <fnasser@redhat.com>
690
691 From Orjan Friberg <orjanf@axis.com>:
692 * gdb.base/printcmds.exp: Escape curly braces followed by a number
693 in array print pattern match.
694
a9e2e984
FN
6952000-11-09 Fernando Nasser <fnasser@redhat.com>
696
697 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
698 spelling "cancelled" to U.S. spelling "canceled" to match changes
699 made to gdb.
700 * gdb.c++/ovldbreak.exp: Ditto.
701
c7db355b
PS
7022000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
703
704 * gdb.base/callfuncs.c (main): Moved to end of file, call
705 t_double_values to initialize the FPU before inferior calls are made.
706 * gdb.base/callfuncs.exp: Test for register preservation after calling
707 inferior functions. Add tests for continuining, finishing and
708 returning from a stop in a call dummy.
709
dc96c6c7 7102000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
711
712 * gdb.base/commands.exp: Break up long lines, and re-indent.
713
dc96c6c7 7142000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
715
716 * config/gdbserver.exp: Rewritten from the ground up, to make it
717 compatible with the current dejagnu tree, and to make it work with
718 the new "gdbserver" in libremote.
719
dc96c6c7 7202000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
721
722 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
723 * gdb.base/varargs.exp: Skip entire test if no printf support.
724 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
725 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
726
dc96c6c7 7272000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
728
729 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
730 no floating point support.
731 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
732 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
733 * gdb.base/call-rt-st.exp: Ditto.
734 * gdb.base/call-strs.exp: Ditto.
735
bac5fc66
JG
7362000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
737
738 * gdb.base/sizeof.c: include <stdio.h>.
739
740 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
741 'finish', otherwise uncaptured gdb_prompt would potentially
742 throw remaining test points out of sync.
743
b22a6027
SB
7442000-07-26 Scott Bambrough <scottb@netwinder.org>
745
746 * gdb.base/recurse.exp: Run tests for all targets.
747 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
748 gnu-oldld case on ARM.
749 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
750 for ARM targets.
751
d8231941
AG
752Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
753
754 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
755 * gdb.java/configure: Rebuild.
756
8caabe69
AG
757Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
758
759 * gdb.java/jv-exp.exp: New file.
760
9d273ca3
AG
761Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
762
763 * configure: Rebuilt.
764 * configure.in (configdirs): Add gdb.java.
765 * gdb.java/jmisc.java: New file.
766 * gdb.java/jmisc.exp: New file.
767 * gdb.java/Makefile.in: New file.
768 * gdb.java/configure: Rebuilt.
769 * gdb.java/configure.in: New file.
770 * lib/java.exp: New file.
771
4f823a66
AC
772Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
773
774 * gdb.base/exprs.exp: Test casts to a pointer including over and
775 underflow.
776
2391e11d
AC
777Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
778
779 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
780 and the compilers sizes.
781
54602222
ND
7822000-07-09 Nick Duffek <nsd@redhat.com>
783
784 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
785 (use_methods): New function.
786 (main): Call use_methods().
787 * gdb.c++/classes.exp (test_method_param_class): New procedure.
788 (do_tests): Call test_method_param_class.
789
2bec0572
ND
7902000-07-09 Nick Duffek <nsd@redhat.com>
791
792 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
793 spelling.
794 (test_enums): New procedure. Move enum tests from end of script
795 to here. Set breakpoint on function name instead of line number.
796 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
797 (enums2): New marker function.
798 (enums1): New function.
799 (main): Call enums1(). Move enum tests to enums1().
800
78492fde
AC
801Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
802
803 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
804 compile/link program. Update line numbers.
805 * gdb.asm/d10v.inc: Define ``startup''.
806 * gdb.asm/asmsrc1.s: Add definition of _start.
807
49a2cef8
AC
808Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
809
810 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
811
3e6c8688
EZ
8122000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
813
814 * gdb.base/maint.exp: Add 'maint print architecture' item to output
815 of 'help maint print' command.
816
9ff5cbe9
AC
817Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
818
819 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
820 they use gdb_expect_list.
821
17c579bd
AC
822Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
823
824 * gdb.base/commands.exp: Use ``set remote
825 memory-read-packet-size'' instead of ``set endian big'' to test
826 long commands.
827
e6d71bf3
DB
8282000-06-03 Daniel Berlin <dan@cgsoftware.com>
829
830 * gdb.c++/templates.exp (do_tests): Make all of these work under
831 g++, and stop skipping them.
832
833 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
834 work under g++.
835
e5f9ba7b
MS
836 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
837 initialization.
838
dc96c6c7 8392000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
840
841 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
842 the regular expression: accept an (almost) arbitrary sequence of
843 "frames-invalid" and "breakpoints-invalid" messages both before
844 and after the "starting" message.
845
dc96c6c7 8462000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
847
848 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 849
dc96c6c7 8502000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
851
852 * gdb.base/annota1.exp (annotate-signal-handler-caller):
853 Relax the regular expression a little, make it pass on Solaris 8.
854
8216cda9
KB
8552000-05-12 Kevin Buettner <kevinb@redhat.com>
856
857 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
858 a call, do not require that gdb stop on the line after the call.
859 Instead, it is permissible for gdb to stop on the line of the
860 call itself.
861
1a570b2f
MS
8622000-05-12 Michael Snyder <msnyder@.cygnus.com>
863
864 * gdb.base/break.exp (bp on small function, optimized file):
865 Add a second pass pattern. The behavior differs here between stabs
866 and dwarf for one-line functions. Stabs preserves two line symbols
867 (one before the prologue and one after) with the same line number,
868 but dwarf regards these as duplicates and discards one of them.
869 Therefore the address after the prologue (where the breakpoint is)
870 has no exactly matching line symbol, and GDB reports the breakpoint
871 as if it were in the middle of a line rather than at the beginning.
872
dc96c6c7 8732000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
874
875 * gdb.base/interrupt.exp: Make "pass" message say "send"
876 rather than "send_gdb" (for consistancy).
877
7d418785
AC
878Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
879
880 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
881 * gdb.c++/templates.cc: Properly check for GCC version number.
882 * lib/compiler.cc: Likewise
883
dc96c6c7 8842000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
885
886 * gdb.base/break.exp: When compiled with -O2 optimization,
887 gdb may not stop at the first line of main, due to code motion.
888
dc96c6c7 8892000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
890
891 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
892 This test depends on parsing the printf output from the target.
893 Since the sparclet stub doesn't do stdio, this will never work.
894 * gdb.base/call-rt-st.exp: ditto.
895 * gdb.base/call-strs: ditto.
896
dc96c6c7 8972000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
898
899 * gdb.base/miscexprs.exp: make sizeof long array test portable.
900
901 * gdb.base/ending-run.exp: After connecting to a remote target,
902 but before running, the target will appear to be in a random
903 location. Specify both a file and a line for breakpoints.
904 Also, the function that calls main may be called 'init'
905 rather than 'start'.
906
a5a51225
EZ
9072000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
908
909 * gdb.base/help.exp: Update output for add-symbol-file command.
910
7930cc7c
FN
9112000-04-10 Fernando Nasser <fnasser@cygnus.com>
912
913 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
914 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
915
23e37ab1
C
9162000-04-07 J.T. Conklin <jtc@redback.com>
917
e93c542c
C
918 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
919
23e37ab1
C
920 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
921
591b8fa3
PDM
922Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
923
924 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
925 values that can be represented exactly.
926 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
927 above change, and to not check against the directory part of the source
928 file name.
929 (step into print_long_arg_list): Likewise.
930 (print print_small_structs from print_long_arg_list): Likewise.
931 (print print_long_arg_list): Likewise.
932
7a495180
EZ
9332000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
934
30b53638 935 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 936
beb998c6
AC
937Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
938
939 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
940
1c689132
DB
9412000-03-25 Daniel Berlin <dan@cgsoftware.com>
942
943 * gdb.base/commands.exp (deprecated_command_test): Add test for
944 deprecate with no arguments.
945
c1790a9d
JL
9462000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
947
948 * gdb.base/break.exp: Add new test for setting breakpoints on
949 optimized code so we can test breakpoints work even when function
950 prologues may be optimized away
951
003ba290
FN
9522000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
953
954 From David Whedon <dwhedon@gordian.com>
955 * gdb.base/commands.exp : Added command deprecator tests.
956
6837a0a2
DB
9572000-03-22 Daniel Berlin <dan@cgsoftware.com>
958
959 * gdb.base/help.exp: Added test for new apropos command.
960
b9593231
KB
9612000-03-21 Kevin Buettner <kevinb@redhat.com>
962
963 * gdb.base/pointers.c (usevar): New function.
964 (main): Make sure that global variables v_int_pointer2, rptr,
965 and y are all referenced someplace in the program by calling
966 usevar() on them. [Some linkers delete symbols which are
967 never referenced. The space remains, but there's no way to
968 get a (symbolic) handle on the variable from the debugger.]
969
751a959b
EZ
9702000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
971
972 * gdb.base/printcmds.c: Add typedeffed arrays.
973
974 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
975 procedure to test arrays that are typedef'd.
976
73a93a32
JI
9772000-03-13 James Ingham <jingham@leda.cygnus.com>
978
979 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 980 the library directories.
73a93a32 981
fb40c209
AC
982Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
983
984 * configure.in (configdirs): Add sub directory gdb.mi.
985 * configure: Re-generate.
986
987 * gdb.mi: New directory.
beb998c6 988
ee4dd2c9
AC
9892000-02-25 Scott Bambrough <scottb@netwinder.org>
990
991 * gdb.base/long_long.exp: Correct test suite failure when printing
992 a long long value as a double on ARM platforms.
993
70f0cc22
JB
9942000-02-16 Jim Blandy <jimb@redhat.com>
995
996 * gdb.base/break.exp ("breakpoint line number"): Make sure the
997 default source file is set properly before running this test.
998
853819b8
EZ
9992000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1000
1001 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
1002 gdbtk/library directory, not in gdbtcl2.
1003
dfcd3bfb
JM
10042000-02-04 Jim Blandy <jimb@redhat.com>
1005
1006 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
1007 backslash from regexp pattern.
1008
1009 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
1010 procedure. Use it to run all the "continue to bp overloaded"
1011 tests. Note that this changes the names of the tests slightly.
1012 If the breakpoint hit message includes a hex PC value, because
1013 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
1014 from the real source code, still consider that a pass.
1015
1016 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
1017 XFAIL here if the breakpoint message contains a hex address. Note
1018 similar change on 1999-11-02.
1019
1020 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
1021
1022 * gdb.base/ptype.exp: Establish a default source file before
1023 calling get_debug_format.
1024
10252000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
1026
1027 * gdb.base/watchpoint.exp: Remove duplication of test messages.
1028
8b93c638
JM
10292000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
1030
1031 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
1032 of successive stepi commands -- while in the prologue we should see
1033 the function entry bracket.
1034
10352000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
1036
1037 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
1038 reach __change_mode() when stepping through the end of main().
1039
c5394b80
JM
10402000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
1041
1042 * gdb.base/default.exp: Fix expected pattern.
1043 * gdb.base/help.exp: Same.
1044
0d06e24b
JM
10452000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1046
1047 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
1048 Don't use xfail's because that affects only the following test.
beb998c6 1049
0d06e24b
JM
1050 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
1051 solaris or linux.
1052
1053 * gdb.base/selftest.exp: Update to reflect changes to main.c.
1054
dc96c6c7 10552000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 1056
beb998c6 1057 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
1058 "A syntax error" rather than "A parse error". Accept both.
1059
10602000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
1061
1062 * gdb.base/default.exp: Remove OS dependent string from "target
1063 remote" test.
1064 * gdb.base/help.exp: Same for "help target remote" test.
1065
c3f6f71d
JM
10662000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1067
1068 From Jim Kingdon <kingdon@redhat.com>:
1069
1070 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
1071 prompt (cleanup rather than necessity, but still might keep output
1072 from spilling to next test).
1073
10742000-01-02 Fred Fish <fnf@cygnus.com>
1075
1076 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
1077 AIX, which defines them in <sys/types.h>.
1078
ed9a39eb 10791999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 1080
ed9a39eb
JM
1081 * gdb.base/default.exp: Match arm* etc instead of arm in "info
1082 float" test.
1083
10841999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 1085
ed9a39eb 1086 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
1087
1088 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
1089 outermost frame disallowed".
1090
10911999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1092
1093 * gdb.base/setvar.exp: New tests for setting the value of a struct
1094 with a constant list.
1095
10961999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
1097
1098 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
1099 require the user to type a cast before setting the value of a struct.
1100
de57eccd
JM
11011999-12-06 Jim Blandy <jimb@cygnus.com>
1102
1103 * gdb.base/default.exp: Expect the new 'info float' command on
1104 all i386 platforms.
1105
1106 * gdb.threads/linux-dp.exp: Expand our ability to recognize
1107 LinuxThreads libraries that don't support debugging.
1108
c2d11a7d
JM
1109Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
1110
1111 * gdb.base/remote.c: Fill the buffer with truely random data.
1112 Change the buffer type to ``unsigned char'' to simplify size
1113 arithmetic.
1114
1115 * gdb.base/remote.exp: Reduce download numbers by one. Typical
1116 stub only handles 400-1 byte packets. Verify that the download
1117 worked.
1118
11191999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
1120
1121 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
1122 tests, using UNRESOLVED for the untested cases. Also, does not wait
1123 for a timeout if the prompt was received before a recognizable pattern.
1124
11251999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
1126
1127 * lib/gdb.exp (gdb_expect_list): Fix spelling.
1128
11291999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1130
1131 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
1132 watchpoints.
1133
11341999-11-24 Jason Merrill <jason@casey.cygnus.com>
1135
1136 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
1137
1138 * gdb.c++/local.exp: Be more flexible in recognizing local class
1139 name mangling. Don't allow horribly truncated method names.
1140 * gdb.c++/derivation.exp: Expect protected inheritance.
1141 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
1142 * gdb.c++/virtfunc.exp: Likewise.
1143 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
1144 when printing a nested enum.
1145
11461999-11-22 Jim Blandy <jimb@cygnus.com>
1147
1148 * gdb.base/step-test.exp: Properly await GDB's response to setting
1149 a breakpoint on the call to large_struct_by_value.
1150
1151 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
1152 just because we have debug info for the `start' function.
1153
11541999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
1155
1156 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
1157 "Unknown signal" messages, which indicate (on LinuxThreads) that
1158 GDB doesn't know how to debug threads on this system. This is
1159 better than hanging while philosopher 0 dumps chatter into gdb.log.
1160
11611999-11-18 Tom Tromey <tromey@cygnus.com>
1162
1163 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
1164
11651999-11-18 Fred Fish <fnf@cygnus.com>
1166
1167 * gdb.base/coremaker2.c: Add sample program for generating
1168 cores that is more self contained than coremaker.c. Eventually
1169 I'll add more code to this and tie it into the testsuite.
1170
4ce44c66
JM
11711999-11-12 Stan Shebs <shebs@andros.cygnus.com>
1172
1173 * gdb.base/dollar.exp: Remove, now in gdb.hp.
1174
11751999-11-10 Jimmy Guo <guo@cup.hp.com>
1176
1177 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
1178 from $srcdir/lib/.
1179 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
1180 and gdb.c++/.
1181
1182 * gdb.c++/derivation.exp: remove redundant get compiler info code.
1183
beb998c6 1184 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
1185 'continue with watch' test point.
1186
11871999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
1188
1189 Merged from p2linux-990323-branch:
beb998c6 1190
4ce44c66
JM
1191 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
1192
11cf8741
JM
1193Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
1194
1195 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
1196 {limit,fixed}''. Test ``set download-write-size''.
1197
1198Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
1199
1200 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
1201 gdb_expect_list.
1202
1203Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1204
1205 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
1206
12071999-11-03 Mark Salter <msalter@cygnus.com>
1208
1209 * gdb.base/break.exp: Fix "stub continue" pattern.
1210
12111999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
1212
1213 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
1214
12151999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
1216
1217 * gdb.base/display.exp ("finish"): Add timeout clause.
1218
1219 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
1220 plain prompt clause, so this doesn't have to time out in order to
1221 fail.
1222
1223 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
1224 breakpoint hit messages include an address.
1225
1226 * gdb.base/display.exp: Don't forget to escape parens in regular
1227 expressions. Unix regexp notatation sucks.
1228
12291999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1230
1231 * gdb.base/annota1.exp: Test for annotate-signalled: change output
1232 order for 'signalled' message.
1233
5c44784c
JM
12341999-11-01 Stan Shebs <shebs@andros.cygnus.com>
1235
1236 From Jimmy Guo <guo@cup.hp.com>:
1237 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
1238 * gdb.base/annota1.c: Add code for tests to work with.
1239
12401999-10-26 Frank Ch. Eigler <fche@cygnus.com>
1241
1242 * gdb.base/remote.exp: New test for remote downloading settings.
1243 * gdb.base/remote.c: New file with large .data.
1244
917317f4
JM
12451999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
1246
1247 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
1248 for LinuxThreads support, merged from the Code Fusion branch.
1249
1250Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
1251
1252 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
1253 containing exp_continue into a while within an expect. Don't
1254 attempt a start more than three times. Check return value from
1255 gdb_load.
beb998c6 1256
2df3850c
JM
1257Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
1258
1259 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
1260 a pass case.
1261
2acceee2
JM
12621999-10-01 Kevin Buettner <kevinb@cygnus.com>
1263
1264 * gdb.base/break.c (main): Added a statement that we can step
1265 off of.
1266 * gdb.base/break.exp: Added tests for setting a breakpoint
1267 at an offset and stepping onto a breakpoint.
1268
12691999-10-01 Fred Fish <fnf@cygnus.com>
1270
beb998c6 1271 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
1272 gdb output.
1273
c2c6d25f
JM
12741999-09-18 Jim Blandy <jimb@cris.red-bean.com>
1275
1276 * gdb.base/break.exp: Code locations are in hex, don't forget!
1277 (For HP-UX.)
1278
12791999-09-17 Stan Shebs <shebs@andros.cygnus.com>
1280
1281 * condbreak.exp: Use break.c as test program.
1282 * condbreak.c: Remove, redundant with break.c.
1283
12841999-09-15 Stan Shebs <shebs@andros.cygnus.com>
1285
1286 * config/monitor.exp (gdb_target_monitor): Disable X- and
1287 Z-packets if the target needs it.
1288
12891999-09-13 James Ingham <jingham@leda.cygnus.com>
1290
1291 * gdb.c++/overload.exp: Added tests for listing overloaded
1292 functions with function pointers in the arg, explicitly calling
1293 out the version you want.
1294
cff3e48b
JM
12951999-09-09 Stan Shebs <shebs@andros.cygnus.com>
1296
1297 * long_long.exp: Add variations of test cases that work for
1298 targets with 16-bit ints and 32-bit doubles.
1299
d4f3574e
SS
13001999-09-08 Stan Shebs <shebs@andros.cygnus.com>
1301
1302 * break.c (main): Compare a possibly-uninitialized argc with an
1303 unlikely value that fits in 16 bits.
1304
13051999-09-07 Stan Shebs <shebs@andros.cygnus.com>
1306
1307 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
1308 0xfeeb, don't want negative numbers if ints are 16 bits.
1309
1310 * lib/gdb.exp (skip_cplus_tests): New proc.
1311 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
1312 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
1313 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
1314 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
1315 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
1316 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
1317 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
1318 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
1319
1320 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
1321
1322Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
1323
1324 * gdb.base/corefile.exp (up): Allow a parameter to appear
1325 in the frame that we're going up to.
1326
1327 From Jim Blandy <jimb@cygnus.com>:
1328
1329 * gdb.base/default.exp (info float): Expect some output now.
1330
1331 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
1332 returning floating-point values to fail on the x86.
1333 * gdb.base/callfwmall.exp (do_function_calls): Same.
1334
1335 * gdb.base/list.exp (test_listsize): Correct expectations for
1336 listing line 1 with listsize 2. Also, listing a single line
1337 works now, as does listing three lines. [Kevin's note: There
1338 were a number of other cases fixed too where the expectations
1339 differed...]
1340
13411999-09-02 Stan Shebs <shebs@andros.cygnus.com>
1342
1343 * gdb.base/selftest.exp: Add case for when version prints as
1344 constant string instead of char pointer.
1345
104c1213
JM
13461999-08-25 Stan Shebs <shebs@andros.cygnus.com>
1347
1348 * gdb.base/ending-run.exp: Add Solaris case for what happens when
1349 stepping out of main.
1350
1351 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
1352 G++ used.
1353
1354 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
1355 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
1356
1357 * gdb.c++/ovldbreak.exp: Update match string in test that
1358 includes a warning of multiple breakpoints.
1359
13601999-08-24 Stan Shebs <shebs@andros.cygnus.com>
1361
1362 * gdb.base/display.exp: Improve precision of step-after-finish
1363 added yesterday.
1364
1365 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
1366 test.
1367
1368 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
1369 configs when using G++, not just hppa*.
1370
13711999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1372
1373 * gdb.base/async.c: New file.
1374 * gdb.base/async.exp: New file.
1375
1376Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
1377
1378 * gdb.base/break.exp: Tweak PA specific tests to properly handle
1379 PA64.
1380
53a5351d
JM
1381Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
1382
104c1213
JM
1383 * gdb.base/display.exp: "finish" can leave us mid-line on many
1384 targets, deal with it. Add a small constant to main, instead of
1385 1000 since main+1000 may not be a valid address in the target.
1386
53a5351d
JM
1387 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
1388 on hpux11.
1389
1390 * gdb.base/attach.exp: Handle another hpux11 error message variant
1391 when attaching to a process that does not exist.
1392
13931999-08-19 J.T. Conklin <jtc@redback.com>
1394
1395 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
1396 characters in 'continue to 1241' test.
1397
13981999-08-17 Stan Shebs <shebs@andros.cygnus.com>
1399
1400 * gdb.base/call-ar-st.exp: Add a shorter match case for the
1401 stop in print_long_arg_list, define and use a whitespace
1402 variable in print_small_structs test, add an XFAIL for Solaris.
1403 * gdb.base/dbx.exp: XFAIL func commands until somebody is
1404 interested enough to fix.
1405
7be570e7
JM
14061999-08-13 Keith Seitz <keiths@cygnus.com>
1407
1408 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
1409 (dbx_gdb_load): Remove. Use gdb_load instead, since that
1410 proc knows about targets other than the natives.
1411 (test_assign): Use "gdb_run_cmd" to "run" the target.
1412 Check that we've actually hit the breakpoint at main.
1413 When we attempt to assign a value to a local variable, check
1414 that the variable is in the current scope, i.e., don't use
1415 a test with an empty result.
1416
1417Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
1418
1419 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
1420 command.
1421
14221999-08-09 Stan Shebs <shebs@andros.cygnus.com>
1423
1424 From Jimmy Guo <guo@cup.hp.com> and others at HP:
1425 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
1426 gdb.compat, gdb.threads-hp.
1427 gdb.hp/configure, gdb.hp/configure.in: New files.
1428 gdb.hp/Makefile.in: Recurse into new subdirs.
1429 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
1430 gdb.hp/gdb.objdbg: New directory, tests for debugging info
1431 in object files.
1432 gdb.hp/tools: New directory, aux tools for HP-specific tests.
1433
96baa820
JM
14341999-08-05 Stan Shebs <shebs@andros.cygnus.com>
1435
1436 * gdb.base/display.exp: Help expect by putting a newline in the
1437 funky printf, remove a bogus p/a test.
1438
14391999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1440
1441 * gdb.base/display.exp: Make sure that when we say 'run', we are
1442 connected to the target. This is necessary when running not
1443 natively.
1444
14451999-08-03 Stan Shebs <shebs@andros.cygnus.com>
1446
1447 * gdb.base/step-test.exp: Removed some extraneous messages.
1448
1449 * gdb.base/long_long.exp: Don't run memory examination tests
1450 on little-endian targets (they will need a different set of
1451 results to match).
1452
14531999-08-02 Stan Shebs <shebs@andros.cygnus.com>
1454
1455 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
1456 until somebody decides to fix GDB.
1457
1458 * gdb.base/long_long.c: Stop compiler complaint by specifying long
1459 constant as "ULL".
1460 * gdb.base/long_long.exp: Loosen x/c test, add partial result
1461 matches for a couple x/2 commands.
1462
a0b3c4fd
JM
14631999-07-30 Stan Shebs <shebs@andros.cygnus.com>
1464
1465 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
1466 by merging in ref-types2 tests.
1467 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
1468
1469 From Jimmy Guo <guo@cup.hp.com> and others at HP:
1470 * gdb.c++/Makefile.in: Add standard actions.
1471 (EXECUTABLES): Rename from PROGS, update list.
1472 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
1473 from gdb.hp.
1474 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
1475 foo and bar locals.
1476 * gdb.c++/anon-union.exp: Fix tests to match.
1477 * gdb.c++/classes.exp: Run if HP compiler used, add extra
1478 expect matches to handle output variations.
1479 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
1480 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
1481 output, add HP alternatives for new and delete prints.
1482 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
1483 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
1484 * gdb.c++/demangle.exp: Use $style when reporting failure.
1485 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
1486 * gdb.c++/inherit.exp: Run if HP compiler used, add some
1487 match alternatives.
1488 * gdb.c++/local.exp: Add match alternatives or xfails for HP
1489 compilers.
1490 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
1491 * gdb.c++/method.exp: Add match alternatives.
1492 * gdb.c++/misc.cc: Add bool types.
1493 * gdb.c++/misc.exp: Add tests for bool types.
1494 * gdb.c++/overload.exp: Add xfails.
1495 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
1496 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
1497 add some more template parameter tests (only for HP currently).
1498 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
1499 * gdb.c++/virtfunc.cc: Add return type and value for main.
1500 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
1501 match alternatives.
beb998c6 1502
a0b3c4fd
JM
15031999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1504
1505 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
1506
15071999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
1508
1509 * gdb.base/signals.exp: Don't expect getting a backtrace from
1510 within a signal handler to fail on Linux.
1511
15121999-07-29 Stan Shebs <shebs@andros.cygnus.com>
1513
1514 From Jimmy Guo <guo@cup.hp.com> and others at HP:
1515 * lib/gdb.exp: Remove some gratuitious semicolons.
1516 (delete_breakpoints): Increase timeout.
1517 (gdb_expect): Add -notransfer option.
1518 (gdb_test): Use -notransfer option.
1519 (get_compiler_info): Add f77 case.
1520 (get_compiler): New proc, split out from gdb_preprocess, add f77
1521 case.
1522 (gdb_preprocess): Call get_compiler.
1523
1524 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
1525 * gdb.base/attach.exp, gdb.base/display.exp,
1526 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
1527 gdb.base/long_long.exp, gdb.base/printcmds.exp,
1528 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
1529 third arg to gdb_test.
1530 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
1531 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
1532 HP-UX xfails, add others.
1533 * gdb.base/completion.exp: Reflect name change of self-test.
1534 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
1535 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
1536 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
1537 HP failure number.
1538 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
1539 useless HP-UX 10.30 references.
1540 * gdb.base/maint.exp: Loosen matches.
1541 * gdb.base/pointers.c (main): Declare more_code.
1542 * gdb.base/pointers.exp: Match on output of a `next'.
1543 * gdb.base/structs.c: Add prototypes.
1544 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
1545 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
1546
15471999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1548
1549 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
1550 command.
1551
15521999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1553
1554 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
1555 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
1556
1557 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
1558 debug info. Deal with lack of signal hanlder info in stack.
1559
1560 From Jim Kingdon <kingdon@redhat.com>:
1561 * gdb.base/annota1.exp: If printf has debug info, deal with it.
1562
5a2468f5
JM
15631999-07-19 Stan Shebs <shebs@andros.cygnus.com>
1564
1565 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
1566 gdb.base/foll-vfork.exp: Don't run for crosses.
1567
adf40b2e
JM
1568Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
1569
1570 * gdb.base/configure.in: Check for gdbvars.exp instead of
1571 a1-selftest.exp.
1572 * gdb.base/configure: Re-generate.
1573
15741999-07-12 Stan Shebs <shebs@andros.cygnus.com>
1575
1576 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
1577 in trying to run first and name is too long.
1578
1579 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
1580 pointers2.c and pointers2.exp, respectively.
1581 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
1582 doschk happier.
1583
43e526b9
JM
15841999-07-08 Stan Shebs <shebs@andros.cygnus.com>
1585
1586 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
1587 callfuncs2.c and callfuncs2.exp.
1588
1589 * gdb.base/list.exp: Remove mistaken xfails.
1590 * gdb.base/list0.h: Add optional prototypes.
1591
9846de1b
JM
1592Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
1593
1594 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
1595 calling malloc.
1596 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
1597 * ptype.exp: Move test for get_debug_format to before its first
1598 use.
1599
16001999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1601
1602 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
1603 * gdb.base/annota2.cc, annota2.exp: Move from here.
1604 * gdb.c++/annota2.cc, annota2.exp: To here.
1605 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
1606
43ff13b4
JM
1607Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
1608
1609 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
1610 a consistent format.
1611
085dd6e6
JM
16121999-06-25 Stan Shebs <shebs@andros.cygnus.com>
1613
1614 From Jimmy Guo <guo@cup.hp.com> and others at HP:
1615 * lib/gdb.exp (get_compiler_info): Add detection for assorted
1616 HP compilers, also set the globals $true and $false.
1617
1618 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
1619 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
1620 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
1621 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
1622 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
1623 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
1624 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
1625 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
1626 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
1627 whatis.c} Add C++ compatible function definitions and return
1628 types, add includes for library functions.
1629 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
1630 * gdb.base/step-test.c (myglob): Rename from glob.
1631 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
1632 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
1633 files, move here from gdb.hp.
1634 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
1635 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
1636 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
1637 Adjust line numbers in regexps.
1638
1639 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
1640 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
1641 instead of 0/1.
1642
1643 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
1644 foll-vfork.exp: New files, move here from gdb.hp.
1645 * gdb.base/page.exp: New file, test of pagination command.
1646
1647 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
1648 recursion test.
1649 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
1650
1651 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
1652 gdb.base/solib.exp: Fix compiler invocation process.
1653
1654 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
1655 HP-UX 11, turn off overload resolution explicitly.
1656 * gdb.base/commands.exp: Set argument list explicitly, add
1657 watchpoint test.
1658 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
1659 them work.
1660 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
1661 expressions properly.
1662 * gdb.base/corefile.exp: Loosen the match slightly.
1663 * gdb.base/default.exp: Allow "Error accessing memory" message
1664 also.
1665 * gdb.base/display.exp: Skip over x/0 j if PA64.
1666 * gdb.base/funcargs.exp: Add xfails for HP-UX.
1667 * gdb.base/interrupt.exp: Ditto.
1668 * gdb.base/langs.exp: Add symbolic matches governed by compiler
1669 in use.
1670 * gdb.base/list.exp: Add xfails for HP-UX.
1671 * gdb.base/long_long.exp: Refine some of the numeric matches.
1672 * gdb.base/mips_pro.exp: Xfail on HP-UX.
1673 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
1674 * gdb.base/nodebug.exp: Succeed on more varieties of output.
1675 * gdb.base/opaque.exp: Remove some HP-UX xfails.
1676 * gdb.base/ptype.exp: Succeed on more varieties of output.
1677 * gdb.base/scope.exp: Add xfails for HP-UX.
1678 * gdb.base/sect-cmd.exp: Add more cases.
1679 * gdb.base/setvar.exp: Add xfails for HP-UX.
1680 * gdb.base/shlib-call.exp: Loosen some matches slightly.
1681 * gdb.base/signals.exp: Match on void symbolically.
1682 * gdb.base/step-test.exp: Add case for PA64.
1683 * gdb.base/term.exp: Add exit and restart.
1684 * gdb.base/twice.exp: Clean up after self.
1685 * gdb.base/varargs.exp: Disable overload resolution explicitly.
1686 * gdb.base/whatis.exp: Allow more ways to pass tests.
1687
1688 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
1689 no longer useful.
1690
1691Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
1692
1693 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
1694 list of patterns.
1695 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
1696 print_double_array(double_array)", "continuing to breakpoint
1697 1018", "print print_double_array(array_d)" and "continuing to
1698 1034" tests.
beb998c6 1699
085dd6e6
JM
17001999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
1701
1702 * Makefile.in: Add empty html and install-html targets.
1703
17041999-06-24 Stan Shebs <shebs@andros.cygnus.com>
1705
1706 * config/mt-*: Remove, these haven't been used since 1996.
1707
17081999-06-22 Stan Shebs <shebs@andros.cygnus.com>
1709
1710 * gdb.base/call-strs.c, gdb.base/ending-run.c,
1711 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
1712 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
1713
9e0b60a8
JM
17141999-06-18 Stan Shebs <shebs@andros.cygnus.com>
1715
1716 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
1717 simpler match case for the ptype of the big class.
1718
17191999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1720
1721 * gdb.exp: Fix test for gdb_prompt existence.
1722
17231999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1724
1725 * gdb.exp (gdb_test): Add fail after calls to perror.
1726
17271999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1728
1729 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
1730
17311999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1732
1733 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
1734
0f71a2f6
JM
1735Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
1736
1737 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
1738 malloc() is linked in.
1739
17401999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
1741
1742 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
1743 step at end.
1744
1745 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
1746
17471999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
1748
1749 * gdb.java/jv-print.exp: New file. (Our first Java test!)
1750
cce74817
JM
1751Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
1752
1753 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
1754 * gdb.base/mips_pro.exp: Likewise.
1755
17561999-06-02 Keith Seitz <keiths@cygnus.com>
1757
1758 * gdb.c++/templates.cc: Change all "new" operators to throw
1759 an exception.
1760 * gdb.c++/cplusfuncs.cc: Likewise.
1761
1762 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
1763
1764Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
1765
1766 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
1767 * gdb.base/ending-run.exp: When stepping out of main, accept a
1768 step into an arbitrary assembler file.
1769
392a587b
JM
17701999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1771
beb998c6 1772 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 1773 "breakpoint-invalid" to be printed.
beb998c6 1774 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
1775 number of "frames-invalid" and "breakpoint-invalid" to be printed.
1776 * gdb.base/annota2.cc: Initialize a.x to 0.
1777
9e086581
JM
17781999-05-17 Keith Seitz <keiths@cygnus.com>
1779
1780 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
1781 when "skip_float_tests" set.
1782 Ditto for "print print_double_array(array_d)", "print print_small_structs",
1783 "print print_ten_doubles", and "step into print_long_arg_list".
1784 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
1785 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
1786 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
1787 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
1788 "skip_float_tests" is set.
1789 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
1790 when "skip_float_tests" set.
beb998c6 1791
cd0fc7c3
SS
17921999-05-06 Keith Seitz <keiths@cygnus.com>
1793
1794 * gdb.base/annota2.cc: Include stdio.h.
1795
1796Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
1797
1798 * gdb.base/crossload.exp: Remove, this has been disabled ever
1799 since BFD stopped including all targets, and cross-GDB gets
1800 plenty of testing anyway.
1801 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
1802 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
1803 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
1804 * gdb.base/README: Remove, was doc for this.
1805 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
1806 needed.
1807
b83266a0
SS
18081999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1809
1810 * gdb.base/call-ar-st.exp: Fix one regular expression in test
1811 output.
1812
1813 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
1814 * gdb.base/annota2.exp: New file. More annotation tests.
1815 * gdb.base/annota1.c: New file. Source file for annota1.exp.
1816 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
1817
18181999-04-23 Angela Marie Thomas <angela@cygnus.com>
1819
1820 * config/cfdbug.exp: New file.
1821
7a292a7a
SS
18221999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
1823
1824 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
1825 Marcus Daniel's and Dale Hawkins's demangler crashes.
1826
1827 * gdb.c++/demangle.exp (test_gnu_style_demangling,
1828 test_lucid_style_demangling, test_arm_style_demangling,
1829 test_hp_style_demangling): Try Tom Tromey's core-dumping
1830 identifier under each demangling style.
1831
18321999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
1833
1834 * gdb.c++/demangle.exp: Include the current demangling style
1835 in all test names.
1836 (current_demangling_style): New global variable.
1837 (set_demangling_style, test_demangling_core, test_demangling,
1838 test_demangling_exact): New functions.
1839 (test_gnu_style_demangling, test_lucid_style_demangling,
1840 test_arm_style_demangling, test_hp_style_demangling): Use those,
1841 instead of calling gdb_test and gdb_test_exact directly.
1842 (catch_demangling_errors): New function, which reports errors
1843 signalled by the demangling test functions in an orderly way.
1844 (do_tests): Use catch_demangling_errors.
1845
18461999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
1847
1848 * gdb.base/signals.exp (test_handle_all_print): Use () for
1849 grouping in expressions, not {}.
1850
1851 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
1852 initialized yet.
1853
18541999-04-01 Stan Shebs <shebs@andros.cygnus.com>
1855
1856 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
1857 are listed.
1858
18591999-03-26 Stan Shebs <shebs@andros.cygnus.com>
1860
1861 * gdb.stabs/weird.exp: Test for CC being defined before
1862 looking at its value.
1863
18641999-03-25 Stan Shebs <shebs@andros.cygnus.com>
1865
1866 * gdb.base/call-ar-st.exp: Remove stray '#'.
1867 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
1868 "short int" and "long int".
1869 * gdb.c++/overload.cc: Cast the string added in the previous
1870 change, to mollify finicky HP compiler.
1871 * gdb.hp/reg-test.exp (testfile): Fix file name.
1872 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 1873
7a292a7a
SS
1874 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
1875 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
1876 alternate form of enum ptype.
1877
c906108c
SS
18781999-03-23 Stan Shebs <shebs@andros.cygnus.com>
1879
7a292a7a
SS
1880 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
1881 * gdb.hp/*.exp: Change all to run compiler probe only after
1882 passing skip_hp_tests, so as not to waste time on guaranteed
1883 failure.
1884
c906108c
SS
1885 * gdb.c++/overload.cc: Pass string instead of char addr, always
1886 init ccpfoo.
1887 * gdb.c++/templates.cc: Fix syntax error.
1888
7a292a7a
SS
1889Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1890
1891 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 1892 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
1893 command.
1894
18951999-03-18 James Ingham <jingham@cygnus.com>
1896
1897 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
1898
1899 * gdb.c++/method.exp: It was testing an uninitialized int on the
1900 stack and assuming it was positive.
1901
1902 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
1903
1904 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 1905 keep it from killing the rest of the tests.
7a292a7a
SS
1906 Use gdb_continue_to_end.
1907
1908 * gdb.base/sigall.exp: use gdb_continue_to_end.
1909
1910 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
1911
1912 * gdb.base/display.exp: use runto_main, not run.
1913
beb998c6
AC
1914 * gdb.base/default.exp: Check for the current error message in the
1915 r abbreviation test.
7a292a7a
SS
1916 Add strongarm to the targets that know info float.
1917
beb998c6 1918 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
1919 run which doesn't work with monitors.
1920
1921 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
1922
1923 * gdb.base/break.exp: use the gdb_continue_to_end proc.
1924
1925 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
1926 program. Traps the case (in Cygmon) when the program never really
1927 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
1928 more places, so I used my name. Sorry Mark...
1929
1930 * config/monitor.exp (gdb_target_monitor): added another
1931 target_info parameter: remotebinarydownload. This will set the
1932 remotebinarydownload flag if this is causing some boards trouble.
1933
19341999-03-18 Mark Salter <msalter@cygnus.com>
1935
1936 * lib/gdb.exp (continue_to_exit): New function.
1937
1938 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
1939 * gdb.base/ending-run.exp: Ditto.
1940 * gdb.base/step-test.exp: Ditto.
1941
19421999-03-16 Stan Shebs <shebs@andros.cygnus.com>
1943
1944 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
1945 (suggested by Art Haas <ahaas@neosoft.com>).
1946
19471999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
1948
1949 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
1950
1951Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
1952
1953 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
1954 descriptions of types (short unsigned int vs unsigned short, etc).
1955
19561999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
1957
1958 * gdb.base/call-strs.exp: Don't assume that `step' will step over
1959 a call to strlen; sometimes we do have sources.
1960
19611999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
1962
1963 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
1964 character, so GDB won't print garbage after its end.
beb998c6 1965
c906108c
SS
1966 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
1967 breakpoint there instead. Sometimes GCC emits memcpy to handle
1968 the large structures being passed by value, so we step into that
1969 instead of sum_array_print, which obscures what we're really testing.
1970 * gdb.base/step-test.exp: However, we do want a test that notices
1971 the bizarre steps into memcpy, so do that here. Add check for
1972 stepping into function calls that pass large structures by value.
1973 ("Is that a noun clause, or are you just happy to see me?")
1974 Remove all references to specific line numbers.
1975 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
1976 New type and function.
1977 (main): Call large_struct_by_value, passing it a large struct by value.
1978 * lib/gdb.exp (gdb_get_line_number): New function.
1979
1980 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
1981 more portable.
1982
7a292a7a
SS
19831999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
1984
c906108c
SS
1985 * lib/gdb.exp: Doc fixes.
1986
7a292a7a
SS
19871999-03-05 Nick Clifton <nickc@cygnus.com>
1988
beb998c6 1989 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
1990
19911999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
1992
c906108c
SS
1993 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
1994 commands. They're not germane to this test, and they don't work
1995 that way on remote targets.
1996
3fc11d3e
JM
19971999-03-01 James Ingham <jingham@cygnus.com>
1998
1999 * Changelog entries merged over from gdb development branch.
2000
3fc11d3e
JM
2001 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
2002
2003 * lib/gdb.exp (gdbtk_analyze_results): Generic function
2004 for outputting results of test run.
2005
2d4a1622 2006 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
2007
2008 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 2009
7a292a7a
SS
20101999-02-25 Felix Lee <flee@cygnus.com>
2011
2012 * lib/gdb.exp (debug_format): initialize
2013
c906108c
SS
20141999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
2015
2016 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
2017 * gdb.base/call-rt-st.c: Ditto.
2018
c906108c
SS
20191999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
2020
2021 * gdb.threads/pthreads.exp (horiz): New variable.
2022 (test_startup): Fix regexps that capture thread numbers.
2023
20241999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
2025
2026 * gdb.base/smoke.exp: Disambiguate two test case names (both
2027 called ``print'').
2028
2029Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
2030
2031 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
2032 compilation.
2033
20341999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
2035
2036 * gdb.base/miscexprs.exp: Change patterns to match GDB's
2037 actual output formatting.
2038 * gdb.base/smoke.exp: GDB removes leading 0's.
2039 * gdb.base/volatile.exp: Don't check type of remuneration;
2040 that variable is no longer defined in constvars.c.
2041 * gdb.base/step-test.c (main): Exit with explicit exit code.
2042 * gdb.base/step-test.exp: Remove two nexti checks--they are
2043 not portable.
2044
20451999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
2046
2047 * gdb.base/help.exp ("help delete display"): Fix test to match
2048 gdb's output.
2049
2050 * gdb.base/long_long.c (known_types): Initialize values to zero.
2051 * gdb.base/long_long.exp: Step one more line
2052 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 2053 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
2054 unique test case names.
2055
2056Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2057
beb998c6 2058 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
2059
2060 * gdb.c++/method.exp: Add missing close brace.
2061
20621999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
2063
2064 * gdb.base/maint.exp: Use 'set height 0' to disable page
2065 prompting, not 'set height 400'.
2066
2067 Fix a bunch of timeouts.
2068 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
2069 four separate tests, so expect doesn't take forever to match a ton
2070 of text against a regexp with lots of .* forms.
2071 ("maint print psymbols", "maint print symbols"): Make some of
2072 these greps more selective, so that expect doesn't try to wade
2073 through huge piles of output and time out.
2074
2075 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
2076
2077 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
2078 tests: one which doesn't expect shlib events to be reported, and
2079 another which does, but is XFAIL for all platforms other than
2080 HP/UX.
2081
2082 * gdb.base/break.exp: Teach the test suite that the `catch
2083 fork', `catch vfork', and `catch exec' commands produce error
2084 messages on platforms that don't provide these features.
2085
2086Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
2087
2088 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
2089 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
2090 (shortening names from solib_threshold.exp etc), won't run on
2091 anything but HP-UX for the foreseeable future.
2092 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
2093 reflect move.
2094
2095Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
2096
2097 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
2098 gdb.trace/Makefile.in (clean): Remove all test executables.
2099
2100Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
2101
2102 * gdb.base/shlib-call.exp: add test cases to verify that gdb
2103 successfully re-sets breakpoints in shared libraries.
2104 * gdb.base/shmain.c (main): return 0, don't fall off the end.
2105
2106Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2107
beb998c6
AC
2108 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
2109 and compiled w/o GCC.
c906108c
SS
2110
2111 * gdb.hp/watch-cmd.exp: ditto.
2112
2113 * gdb.hp/watch-hp.exp: ditto.
2114
2115 * gdb.hp/xdb1.exp: ditto.
2116
2117 * gdb.hp/xdb2.exp: ditto.
2118
2119 * gdb.hp/dbx.exp: ditto.
2120
2121Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
2122
2123 * constvars.c: Remove C++-isms.
2124 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
2125 with GCC.
2126
2127Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
2128
2129 The following changes are part of the HP merge.
2130
2131 * gdb.base/break.exp: new tests to verify that catchpoints for
2132 fork, vfork, and exec don't trigger inappropriately.
2133
2134 * gdb.base/opaque.exp: compile one file at a time, then link.
2135
2136 * gdb.base/signals.exp: be more restrictive about which hppa
2137 systems receive a setup_xfail. new tests.
2138
2139 * gdb.base/solib_threshold.build: new file.
2140 * gdb.base/solib_threshold.exp: new file.
2141 * gdb.base/solib_threshold.link_opts: new file.
2142 * gdb.base/solib_threshold.mk: new file.
2143 * gdb.base/gen_solib_threshold.c: new file.
2144
2145 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
2146 tests. New tests for enums inside classes.
2147
2148 * gdb.c++/compiler.cc: indicate support of template debugging.
2149
2150 * gdb.c++/demangle.exp: run hp style demangling tests.
2151
2152 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
2153 tests.
2154
2155 * gdb.c++/misc.cc: changes to support new tests.
2156
2157 * gdb.c++/templates.cc: changes to support HP's compiler; changes
2158 to support new tests.
2159
2160 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
2161 gcc, then skip these tests.
2162
2163Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
2164
2165 The following files are part of the HP merge; some had longer
2166 names at HP, but have been renamed to be no more than 14
2167 characters in length.
2168
2169 * gdb.hp/ambiguous.cc: new file.
2170 * gdb.hp/ambiguous.exp: new file.
2171 * gdb.hp/attach.exp: new file.
2172 * gdb.hp/attach2.exp: new file.
2173 * gdb.hp/classes-hp.exp: new file.
2174 * gdb.hp/ctti.exp: new file.
2175 * gdb.hp/ctti-add.cc: new file.
2176 * gdb.hp/ctti-add1.cc: new file.
2177 * gdb.hp/ctti-add2.cc: new file.
2178 * gdb.hp/ctti-add3.cc: new file.
2179 * gdb.hp/dbx.exp: new file.
2180 * gdb.hp/exception.cc: new file.
2181 * gdb.hp/exception.exp: new file.
2182 * gdb.hp/foll-exec.c: new file.
2183 * gdb.hp/foll-exec.exp: new file.
2184 * gdb.hp/foll-fork.c: new file.
2185 * gdb.hp/foll-fork.exp: new file.
2186 * gdb.hp/foll-vfork.c: new file.
2187 * gdb.hp/foll-vfork.exp: new file.
2188 * gdb.hp/inherit-hp.exp: new file.
2189 * gdb.hp/more-steps.exp: new file.
2190 * gdb.hp/namespace.cc: new file.
2191 * gdb.hp/namespace.exp: new file.
2192 * gdb.hp/optimize.exp: new file.
2193 * gdb.hp/pxdb.c: new file.
2194 * gdb.hp/pxdb.exp: new file.
2195 * gdb.hp/quicksort.exp: new file.
2196 * gdb.hp/reg-test.exp: new file.
2197 * gdb.hp/reg-test.s: new file.
2198 * gdb.hp/sized-enum.c: new file.
2199 * gdb.hp/sized-enum.exp: new file.
2200 * gdb.hp/start-stop.exp: new file.
2201 * gdb.hp/templ-hp.cc: new file.
2202 * gdb.hp/templ-hp.exp: new file.
2203 * gdb.hp/thr-lib.c: new file.
2204 * gdb.hp/thr-lib.exp: new file.
2205 * gdb.hp/thr-lib.h: new file.
2206 * gdb.hp/thr-liblib.c: new file.
2207 * gdb.hp/virtfun-hp.c: new file.
2208 * gdb.hp/virtfun-hp.exp: new file.
2209 * gdb.hp/watch-cmd.exp: new file.
2210 * gdb.hp/watch-hp.exp: new file.
2211 * gdb.hp/xdb1.exp: new file.
2212 * gdb.hp/xdb2.exp: new file.
2213 * gdb.hp/xdb3.exp: new file.
2214
2215Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
2216
2217 The following files are part of the HP merge; some had longer
2218 names at HP, but have been renamed to be no more than 14
2219 characters in length.
2220
2221 * gdb.base/ss.h: new file.
2222 * gdb.base/call-ar-st.c: new file.
2223 * gdb.base/call-ar-st.exp: new file.
2224 * gdb.base/call-rt-st.c: new file.
2225 * gdb.base/call-rt-st-exp: new file.
2226 * gdb.base/call-strs.exp: new file.
2227 * gdb.base/ena-dis-br.exp: new file.
2228 * gdb.base/environ.exp: new file.
2229 * gdb.base/long_long.exp: new file.
2230 * gdb.base/sect-cmd.exp: new file.
2231 * gdb.base/shlib-cl2.exp: new file.
2232 * gdb.base/smoke.exp: new file.
2233 * gdb.base/so-impl-ld.c: new file.
2234 * gdb.base/so-impl-ld.exp: new file.
2235 * gdb.base/so-indr-cl.c: new file.
2236 * gdb.base/so-indr-cl.exp: new file.
2237 * gdb.base/varargs.exp: new file.
2238 * gdb.base/volatile.exp: new file.
2239 * gdb.base/whatis-exp.exp: new file.
7a292a7a 2240 * gdb.base/display.exp: new file.
c906108c
SS
2241 * gdb.c++/derivation.exp: new file.
2242 * gdb.c++/local.exp: new file.
2243 * gdb.c++/member-ptr.exp: new file.
2244 * gdb.c++/overload.exp: new file.
2245 * gdb.c++/ovldbreak.exp: new file.
2246 * gdb.c++/ref-types.exp: new file.
2247 * gdb.c++/ref-types2.exp: new file.
2248 * gdb.c++/userdef.exp: new file.
beb998c6 2249
c906108c
SS
2250Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
2251
2252 * gdb.base/default.exp: Reflect wording change in remote.c.
2253
dc96c6c7 2254Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
2255
2256 * gdb.base/help.exp: Update to reflect current text.
2257
2258Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
2259
2260 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
2261 they're stack variables and contain garbage.
2262 * gdb.c++/anon-union.exp: new file.
2263
2264 The following changes were made by David Taylor
2265 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
2266 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
2267 in changes by HP.
2268
2269 * gdb.base/bitops.exp: new file.
2270 * gdb.base/default.exp: change expected messages for catch and
2271 info catch tests to reflect HP merge changes.
2272 * gdb.base/enable-disable-break.exp
2273 * gdb.base/ending-run.c: new file.
2274 * gdb.base/long_long.c: new file.
2275 * gdb.base/maint.exp: new file.
2276 * gdb.base/pointers2.exp: new file.
2277 * gdb.base/shlib-call2.exp: new file.
2278 * gdb.base/solib.exp: new file.
2279 * gdb.base/step-test.c: new file.
2280 * gdb.c++/anon-union.cc: new file.
2281 * gdb.c++/local.cc: new file.
2282 * gdb.c++/member-pointer.cc: new file.
2283 * gdb.c++/method.cc: new file.
2284 * gdb.c++/ref-types.cc: new file.
2285 * gdb.c++/ref-types2.cc: new file.
2286 * gdb.c++/userdef.cc: new file.
beb998c6 2287
c906108c
SS
2288 * gdb.base/scope.exp: compile one file at a time, then link.
2289 * gdb.base/langs.exp: ditto.
2290 * gdb.base/list.exp: ditto.
beb998c6 2291
c906108c
SS
2292Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
2293
2294 The following changes were made by David Taylor
2295 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
2296 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
2297 in changes by HP.
beb998c6 2298
c906108c
SS
2299 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
2300 skip tests. When compiling pass c++ flag to gdb_compile.
2301 * gdb.c++/
beb998c6 2302
c906108c
SS
2303 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
2304 test for on hppa*-*-hpux*; use args to see if c++ was specified.
2305 (skip_hp_tests): new function.
2306 (gdb_preprocess): new function.
2307
2308 * configure.in (hpdir): decide whether to configure gdb.hp.
2309 * configure: regenerated.
2310
2311 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
2312 to delete on clean.
2313 (EXECUTABLES): update to reflect new additions.
2314 * gdb.base/commands.exp: update message expected.
2315 * gdb.base/default.exp: add copyright notice.
2316 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
2317 * gdb.base/help.exp: update messages to reflect current text.
2318 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
2319 targets for recurse tests.
2320 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
2321 skip this file.
2322
2323 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
2324 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
2325 compilation.
2326 * gdb.c++/misc.exp: ditto.
2327 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
2328 run the tests. tell gdb_compile that it's a c++ compilation.
2329
2330 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 2331
c906108c
SS
2332 * gdb.base/all-bin.exp: new file.
2333 * gdb.base/arithmet.exp: new file.
2334 * gdb.base/assign.exp: new file.
2335 * gdb.base/completion.exp: new file.
2336 * gdb.base/cond-expr.exp: new file.
2337 * gdb.base/condbreak.exp: new file.
2338 * gdb.base/define.exp: new file.
2339 * gdb.base/dollar.exp: new file.
2340 * gdb.base/environment.exp: new file.
2341 * gdb.base/eval-skip.exp: new file.
2342 * gdb.base/jump.exp: new file.
2343 * gdb.base/logical.exp: new file.
2344 * gdb.base/pointers.exp: new file.
2345 * gdb.base/relational.exp: new file.
2346 * gdb.base/section_command.exp: new file.
2347 * gdb.base/whatis-expr.exp: new file.
2348
2349 * gdb.base/all-types.c: new file.
2350 * gdb.base/call-array-struct.c: new file.
2351 * gdb.base/call-return-struct.c: new file.
2352 * gdb.base/call-strings.c: new file.
2353 * gdb.base/callfuncs2.c: new file.
2354 * gdb.base/condbreak.c: new file.
2355 * gdb.base/constvars.c: new file.
2356 * gdb.base/display.c: new file.
2357 * gdb.base/int-type.c: new file.
2358 * gdb.base/jump.c: new file.
2359 * gdb.base/miscexprs.c: new file.
2360 * gdb.base/pointers.c: new file.
2361 * gdb.base/pointers2.c: new file.
2362 * gdb.base/shmain.c: new file.
2363 * gdb.base/shr1.c: new file.
2364 * gdb.base/shr2.c: new file.
2365 * gdb.base/solib.c: new file.
2366 * gdb.base/solib1.c: new file.
2367 * gdb.base/solib2.c: new file.
2368 * gdb.base/varargs.c: new file.
2369 * gdb.c++/derivation.cc: new file.
2370 * gdb.c++/overload.cc: new file.
2371 * gdb.c++/ovldbreak.cc: new file.
2372 * gdb.hp/attach.c: new file.
2373 * gdb.hp/attach2.c: new file.
2374 * gdb.hp/average.c: new file.
2375 * gdb.hp/compiler.c: new file.
2376 * gdb.hp/compiler.cc: new file.
2377 * gdb.hp/execd-program.c: new file.
2378 * gdb.hp/follow-exec.c: new file.
2379 * gdb.hp/follow-fork.c: new file.
2380 * gdb.hp/follow-vfork-and-exec.c: new file.
2381 * gdb.hp/misc-hp.cc: new file.
2382 * gdb.hp/more-steps.c: new file.
2383 * gdb.hp/optimize.c: new file.
2384 * gdb.hp/quicksort.c: new file.
2385 * gdb.hp/run-hp.c: new file.
2386 * gdb.hp/start-stop.c: new file.
2387 * gdb.hp/sum.c: new file.
2388 * gdb.hp/templates-hp.cc: new file.
2389 * gdb.hp/thread-local-in-lib.c: new file.
2390 * gdb.hp/thread-local-in-lib.h: new file.
2391 * gdb.hp/thread-local-in-lib.lib.c: new file.
2392 * gdb.hp/vforked-program.c: new file.
2393 * gdb.hp/virtfunc-hp.cc: new file.
2394 * gdb.hp/watchpoint-hp.c: new file.
2395 * gdb.hp/xdb.c: new file.
2396 * gdb.hp/xdb0.c: new file.
2397 * gdb.hp/xdb0.h: new file.
2398 * gdb.hp/xdb1.c: new file.
2399
2400Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
2401
2402 The following change was made by Edith Epstein
2403 <eepstein@cygnus.com> as part of a project to merge in changes
2404 originally made by HP; HP did not create ChangeLog entries.
2405
2406 * gdb.c++/demangle.exp: changed the expected output for some
2407 ARM-style mangling -- removed second reference to datatype.
2408 For example, maint demangle __dt__11T1__pt__2_cFv
2409 T1<char>::~T1<char>(void)
2410 becomes,
2411 maint demangle __dt__11T1__pt__2_cFv
2412 T1<char>::~T1(void)
2413
2414 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 2415
c906108c
SS
2416Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
2417
2418 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
2419 * gdb.trace/backtrace.exp: Likewise.
2420 * gdb.trace/circ.exp: Likewise.
2421 * gdb.trace/collection.exp: Likewise.
2422 * gdb.trace/deltrace.exp: Likewise.
2423 * gdb.trace/infotrace.exp: Likewise.
2424 * gdb.trace/limits.exp: Likewise.
2425 * gdb.trace/packetlen.exp: Likewise.
2426 * gdb.trace/passc-dyn.exp: Likewise.
2427 * gdb.trace/passcount.exp: Likewise.
2428 * gdb.trace/report.exp: Likewise.
2429 * gdb.trace/save-trace.exp: Likewise.
2430 * gdb.trace/tfind.exp: Likewise.
2431 * gdb.trace/tracecmd.exp: Likewise.
2432 * gdb.trace/while-dyn.exp: Likewise.
2433 * gdb.trace/while-stepping.exp: Likewise.
2434
24351998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
2436
2437 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
2438
2439Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
2440
2441 From Brendan Kehoe:
2442 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
2443 int return types.
2444
2445Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
2446
2447 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
2448 remote dos host testing right.
2449
2450Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
2451
2452 * gdb.base/corefile.exp: remove some xfails.
2453
2454Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
2455
2456 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
2457 have different timestamps.
2458
2459Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
2460
2461 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
2462 gdb.base/default.exp: Replace "exec" with "executable".
2463
2464Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
2465
2466 * gdb.base/default.exp: Change else if to elseif from previous
2467 delta.
2468
2469Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
2470
2471 * gdb.base/default.exp: Add brace missing from previous delta.
2472
2473Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
2474
2475 * gdb.base/default.exp: Support test for info float for all
2476 varieties of arm toolchain.
2477
dc96c6c7 2478Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
2479
2480 * gdb.trace/*.exp: remove "remote_download" command.
2481
dc96c6c7 2482Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
2483
2484 * gdb.trace/*.exp: remove -gdwarf from compile.
2485
2486Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
2487
2488 * gdb.trace/configure.in(AC_INIT): typo
2489 * gdb.trace/configure: regenerated
2490
dc96c6c7 2491Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
2492
2493 * config/m68k-emc.exp: New file.
2494 * lib/<emc-support.exp trace-support.exp}: New files.
2495 * configure.in: add new test directory gdb.trace.
2496 * gdb.trace/{configure configure.in Makefile.in}: New files.
2497 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
2498 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
2499 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
2500 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
2501 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
2502 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
2503 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 2504
dc96c6c7 2505Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
2506
2507 * gdb.c++/classes.exp: Change all regular expressions to match
2508 arbitrary combinations of newline/carriage-return, so that they
2509 will work equally well on Unix and Windows.
2510 * gdb.c++/inherit.exp: ditto.
2511 * gdb.c++/virtfunc.exp: ditto.
2512
25131998-08-11 Dawn Perchik <dawn@cygnus.com>
2514
2515 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
2516
c2d11a7d
JM
2517Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
2518
2519 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
2520 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
2521 to use a0-a3/d0-d3 as needed.
2522
2523Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
2524
2525 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
2526 * gdb.disasm/am33.exp: Corresponding changes.
2527
c906108c
SS
25281998-07-11 Felix Lee <flee@cygnus.com>
2529
2530 * gdb.base/callfuncs.exp: add cmp10 test.
2531 * gdb.base/callfuncs.c (cmp10): new function.
2532
2533Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
2534
beb998c6 2535 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
2536 into two parts to get around a synchronization problem in expect.
2537
3fc11d3e
JM
2538Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
2539
2540 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
2541
2542 * configure.in: Add options for gdbtk testsuite.
2543
2544 * configure: Regenerate.
2545
2546 * gdb.gdbtk: New directory to hold gdbtk tests.
2547
c906108c
SS
2548Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2549
2550 * gdb.fortran/types.exp: Escape brackets in expect patterns
2551 for test_float_literal_types_accepted tests.
2552 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
2553 before run test.
2554
c2d11a7d
JM
2555Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
2556
2557 * am33.exp: Just compile, do not link the testcase.
2558 * am33.s: Add ".am33" pseudoop to force am33 mode.
2559
c906108c
SS
25601998-06-25 Felix Lee <flee@cygnus.com>
2561
2562 * gdb.base/setshow.exp: make sure $pc is sane.
2563
2564 * gdb.stabs/weird.exp: split expect patterns properly.
2565
c2d11a7d
JM
2566Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
2567
2568 * gdb.disasm/am33.s: New disassembler testfile for the am33.
2569 * gdb.disasm/am33.exp: Run it.
2570
dc96c6c7 2571Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
2572
2573 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
2574 match processing (and eliminate spurious timeouts when running).
2575
dc96c6c7 2576Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
2577
2578 * gdb.base/signals.exp (test_handle_all_print): put back Mach
2579 exception test, but conditionalize it on target [mach | gnu].
2580
dc96c6c7 2581Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
2582
2583 * gdb.base/overlays.exp: fixup compile line for linker script.
2584
2585Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
2586
2587 * gdb.fortran/types.exp: don't guess at float size.
2588
2589Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
2590
2591 * gdb.base/exprs.exp: delete test that depends on int size.
2592
2593Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
2594
2595 * config/sim.exp: Removed checks for target triplets.
2596 (gdb_target_sim): Use gdb,target_sim_options.
2597
2598Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
2599
2600 * gdb.base/reread.exp: New file.
2601 * gdb.base/reread1.c: New file.
2602 * gdb.base/reread2.c: New file.
2603
2604Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
2605
2606 * config/sim.exp: Use 'target sim -sparclite' when running
2607 SPARClite programs.
2608
2609Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
2610
2611 * gdb.base/structs2.exp: New file.
2612 * gdb.base/structs2.c: New file.
2613
2614Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
2615
2616 * gdb.asm/common.inc: New file.
2617 * gdb.asm/d10v.inc: New file.
2618 * asm-source.exp: Pass -I's to gas to find .inc files.
2619 Update line numbers in expected output.
2620 * asmsrc1.s: Rewrite.
2621 * asmsrc2.s: Rewrite.
2622 * configure.in: Create arch.inc symlink.
2623 * configure: Regenerate.
2624 * Makefile.in (distclean): Delete arch.inc.
2625
2626Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
2627
2628 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
2629 (t_enum_value2): ditto
2630 (t_enum_value3): ditto
2631 (main): ditto
2632Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2633
2634 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
2635 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
2636 change.
2637 Use gdb_test instead of send_gdb/gdb_expect sequences.
2638
2639Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
2640
2641 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
2642 not void.
2643
2644Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
2645
2646 * gdb.base/branches.c: Code with lots of loops and
2647 subroutines. Used to test gdbs ability to single step through PC
2648 changes, especially to test mips-tdep.c:mips_next_pc
2649
2650Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
2651
2652 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
2653 more rigorous EGCS C++ error checking.
2654
2655Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2656
2657 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 2658 tests.
c906108c 2659 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 2660 function when asleep.
c906108c 2661 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
2662 for i*86 Linux and SVR4 signal handling problems.
2663 Remove linux xfail for `next to handler in signals_tests_1', fixed
2664 by recent infrun.c change.
c906108c 2665 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 2666 stack backtraces.
c906108c
SS
2667 Adjust expect pattern in `handle all print' test to match Apr 28 1997
2668 target.[ch] change.
2669
2670Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
2671
2672 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
2673 for a newline from gdb before continuing.
2674 (default_gdb_exit): Just look for y or n.
2675 (gdb_test): Detect abnormal exit from GDB running on DOS; if
2676 it does, fail the rests of the tests in the file.
2677
2678Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
2679
2680 * config/cygmon.exp: New file.
2681
2682Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
2683
2684 * gdb.base/list.exp: Fix problem with "list default lines around
2685 main" test on remote targets.
2686
2687 * gdb.base/scope.exp: Fix problem with filelocal_bss before
2688 run test on remote targets.
2689
2690Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
2691
2692 * gdb.asm: New directory.
2693 * configure.in: Configure it.
2694 * configure: Regenerate.
2695 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
2696 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
2697
2698Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
2699
2700 * config/mn10300-eval.exp: New file to support MN10300 eval board.
2701
dc96c6c7 2702Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 2703
c906108c
SS
2704 * gdb.base/overlays (several files): Merge the two overlay
2705 managers into one. Change variables (foox, barx, bazx, grbxx)
2706 back into ints but force them to load in their proper sections.
2707
2708Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
2709
2710 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
2711 on-chip insn memory and IMAP1 to upper 128k.
2712 (D10VCopy): Handle memory regions crossing 16k boundaries.
2713 (D10VCopy): Transfer data in 32 bit chunks.
2714
2715Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
2716
2717 * gdb.base/overlays.c (main): Exit normally when result is
2718 correct.
2719
2720 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
2721 map. Include space for printf in .text segment.
2722
2723 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
2724 updated d10v memory VMA/LMA map.
2725 (D10VCopy): Call D10VTranslate.
beb998c6 2726
c906108c
SS
2727Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
2728
2729 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
2730
2731 * gdb.base/bar.c (barx, bar): Change variable to small array so
2732 that it won't be put into the .sdata - small data -
2733 section. Update reference.
2734 * gdb.base/baz.c (bazx, baz): Ditto.
2735 * gdb.base/foo.c (foox, foo): Ditto.
2736 * gdb.base/grbx.c (grbxx, grbx): Ditto.
2737
2738 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
2739 to be arrays.
beb998c6 2740
dc96c6c7 2741Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 2742
c906108c
SS
2743 * gdb.base/overlays.exp: fix up and get working again.
2744 Add tests for backtraces from an overlay function.
beb998c6 2745
c906108c
SS
2746Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
2747
2748 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
2749 "calling function with watchpoint enabled".
2750
2751Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
2752
2753 * gdb.base/break.exp (test_next_with_recursion): Remove
2754 gdb_suppress_tests for d10v-*-*.
2755 * lib/gdb.exp (gdb_suppress_tests): Disable this function
2756 pending review of whether it is useful or not.
2757
2758Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
2759
2760 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
2761
2762Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
2763
2764 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
2765 * config/dve.exp: New file to support Densan boards.
2766
2767Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
2768
2769 * gdb.base/interrupt.exp: Document problem of simulators, signals,
2770 reads and BSD.
2771
2772Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
2773
2774 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
2775 response.
2776
2777 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
2778
2779Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
2780
2781 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
2782 test.
2783
2784 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
2785 target_sizeof_long and target_bigendian_p.
2786 (structs_by_value, structs_by_reference): Check values according
2787 to targets word size and endianess.
beb998c6 2788
c906108c
SS
2789Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
2790
2791 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
2792 output.
2793
2794Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
2795
2796 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
2797 Update test of set args help to match source change.
2798
2799Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
2800
2801 * gdb.base/default.exp: Expect help system output to be in
2802 alphabetical order.
2803 * gdb.base/help.exp: Ditto.
2804
2805Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
2806
2807 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
2808 "i*86-pc-linux-gnu*".
2809 * gdb.base/interrupt.exp: Ditto.
2810 * gdb.base/corefile.exp: Ditto.
2811
2812 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
2813 define vxworks when building the testcase.
2814
2815 * gdb.base/ptype.exp: Fix testnames to be unique.
2816 * gdb.base/radix.exp: Ditto.
2817 * gdb.base/term.exp: Ditto.
2818 * gdb.base/whatis.exp: Ditto.
2819 * gdb.c++/classes.exp: Ditto.
2820
2821Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
2822
2823 * gdb.base/callfuncs.exp: Fix indentation.
2824
2825 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
2826 suppress_flag has been set.
2827 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
2828 target feature.
2829
2830Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
2831
2832 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
2833 the testcase.
2834
2835 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
2836 set_debug_traps() and breakpoint().
2837 * gdb.c++/misc.cc (main): Ditto.
2838 * gdb.c++/templates.cc (main): Ditto.
2839 * gdb.c++/virtfunc.cc (main): Ditto.
2840
2841Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
2842
2843 * lib/gdb.exp(gdb_step_for_stub): New function.
2844 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
2845 exists, reload the executable and do a "continue" instead of
2846 doing a jump.
2847 (runto_main): Use gdb_step_for_stub.
beb998c6 2848
c906108c
SS
2849 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
2850 tests to have unique names.
2851 * gdb.base/callfuncs.exp: Ditto.
2852 * gdb.base/commands.exp: Ditto.
2853 * gdb.base/default.exp: Ditto.
2854 * gdb.base/help.exp: Ditto.
2855 * gdb.base/list.exp: Ditto.
2856 * gdb.base/opaque.exp: Ditto.
2857 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
2858 similar tests.
beb998c6 2859
c906108c
SS
2860 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
2861 * gdb.c++/cplusfuncs.cc: Ditto.
2862 * gdb.c++/virtfunc.cc: Ditto.
2863
2864 * config/monitor.exp: Keep track of the last file we saw, rather
2865 than trying to get the info from gdb.
2866
2867 * gdb.fortran/types.exp: Move comment to previous line.
2868
2869Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
2870
2871 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
2872 target mode.
2873
2874Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
2875
2876 From Bob Manson:
2877 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
2878 string from GDB when it connects.
2879
2880 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
2881
2882Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
2883
2884 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
2885 if we can't get a debug format from GDB (we may be testing an
2886 older GDB). Use a 10 second timeout when checking for the format.
2887
2888 * gdb.stabs/weird.exp: Fix quoting.
2889
2890 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
2891
2892Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
2893
2894 * config/arm-ice.exp: New file.
2895
2896Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
2897
2898 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
2899 until it has been modified to work with the new testsuite.
2900
99707966 2901 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
2902 testcase won't compile, cause all of the testcases in the file to
2903 fail instead.
2904
2905 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
2906 (gdb_clear_suppressed): New procedure.
2907 (gdb_stop_suppressing_tests): Only clear suppress_flag if
2908 it contains a positive value.
2909
2910Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
2911
2912 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
2913
2914 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
2915
2916Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
2917
2918 * lib/gdb.exp (setup_xfail_format): New function.
2919 (get_debug_format): New function to get debug format.
2920 (debug_format): New global variable to hold last value set
2921 by get_debug_format.
2922 * gdb.base/list.exp: Call get_debug_format and expect some
2923 tests to fail for DWARF 1 and COFF formats.
2924 * gdb.c++/ptype.exp: Ditto.
2925 * gdb.c++/classes.exp: Ditto.
2926 * gdb.c++/cplusfuncs.exp: Ditto.
2927 * gdb.c++/inherit.exp: Ditto.
2928 * gdb.c++/templates.exp: Ditto.
2929 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 2930
c906108c
SS
2931Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
2932
2933 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
2934 host doesn't have a currently-open connection.
2935
2936 * config/sparclet.exp: Cleanups and fixes to make it generic for
2937 any gdb stub target. Handle cases where gdb doesn't respond when
2938 interrupted in a sane fashion.
2939
2940 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
2941 same thing in a totally different way.
2942
2943 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
2944 setting "timeout".
2945 (gdb_start): We set the global gdb_prompt variable in
2946 default_gdb_init now.
2947
2948Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
2949
2950 * gdb.base/printcmds.exp: Fix "check for floating addition"
2951 regexp to accept results within approx +/- .01 of exact value.
2952 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
2953
2954Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
2955
2956 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
2957 properly.
2958 (gdb_expect): Add optional timeout parameter, and add timeout
2959 value to various calls.
2960 (gdb_suppress_tests): Only give one warning message per group.
2961
2962Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
2963
2964 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
2965 global variables. Handle getting a value for $timeout more
2966 gracefully.
2967
2968Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
2969
2970 * lib/gdb.exp: Close connection to remote host if gdb doesn't
2971 initialize.
2972 (default_gdb_init): New procedure; allow gdb_init to be overridden
2973 by a target configuration file.
2974 (gdb_expect): Pass the timeout to remote_expect.
2975
2976 * config/monitor.exp(gdb_load): Fix typo in regexp.
2977
2978Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
2979
2980 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
2981
2982Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
2983
2984 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
2985 here. Call gdb_target_exec before rebooting the target, to make
2986 sure the connection to the target is closed.
2987 (gdb_load): Pass the name of the executable to gdb_target_monitor.
2988 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
2989 Also detect "Timeout reading from remote" error.
2990
2991 * config/gdbserver.exp: Pass the executable being loaded to
2992 gdb_target_monitor. Don't call gdb_file_cmd here; let
2993 gdb_target_monitor do it.
2994
2995 * gdb.disasm/hppa.exp: Don't use exec_output.
2996
2997Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
2998
2999 * gdb.base/list.exp: If we're debugging a non-native target,
3000 try to set the pc register to point to the start of the
3001 program before doing the first list command.
3002
3003 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
3004 test_calls after restarting.
3005
3006 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
3007 reloading.
3008
3009 * gdb.base/watchpoint.exp: Fix typo.
3010
3011 * gdb.base/setshow.exp: Check for use_gdb_stub.
3012
3013 * gdb.base/break.exp: Fix continue until exit test for the gdb
3014 stub case.
3015 * gdb.base/langs.exp: Ditto.
3016
3017 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
3018 gdb_load_offset. If we weren't given a file to load, figure out
3019 what the current file is and use it.
3020
3021 * config/i386-bozo.exp: New file.
3022
3023Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
3024
3025 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
3026 feature.
3027
3028 * config/proelf.exp: New entry.
3029
3030Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
3031
3032 * lib/gdb.exp: Remove spurious .* patterns at the beginning
3033 of regexps.
3034
3035 * gdb.base/watchpoint.exp: Don't run the test_stepping
3036 tests if gdb can't call functions on the target.
3037
3038 * gdb.base/setshow.exp: Don't run the set prompt tests if
3039 the board has gdb_prompt set.
3040
3041Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
3042
3043 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
3044 * gdb.base/commands.exp: Likewise.
3045 * gdb.base/setshow.exp: Likewise.
3046
3047Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
3048
3049 * config/monitor.exp(gdb_start): Look for gdb_prompt target
3050 feature.
3051
3052 * config/i960.exp: New file.
3053
3054Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
3055
3056 * gdb.base/funcargs.exp: Check for gdb,short_int target
3057 feature instead of looking for explicit target triplets.
3058
dc96c6c7 3059Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 3060
beb998c6 3061 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
3062 "p 123DEADBEEF", to check parse_number.
3063 * top.c: change "to enable to enable" to "to enable" in a couple
3064 of help strings.
3065
3066Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
3067
3068 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
3069 on the mn10300.
beb998c6 3070
c906108c
SS
3071Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
3072
3073 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
3074 where the test executable is run with explicit args.
3075 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
3076
3077Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
3078
3079 * gdb.base/run.c: Use FAKEARGV to build test executable that
3080 does not require a command line arg, since most simulators
3081 don't currently support passing such an arg into the simulated
3082 program.
3083 * gdb.base/commands.exp: Change tests to insert the proper
3084 value as the arg to the first recursive factorial call. Change
3085 compilation line to define FAKEARGV at compile time.
3086
3087Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
3088
3089 * gdb.base/recurse.exp: Enable these tests for the mn10300.
3090 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
3091 function with watchpoint enabled" test.
3092
3093Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
3094
3095 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
3096 Don't call gdb_test when the command doesn't return to a gdb prompt.
3097
3098 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
3099 "Tests restarted" messages.
3100
3101Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
3102
3103 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
3104
dc96c6c7 3105Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
3106
3107 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
3108 for INFO SYMBOL; add help tests for OVERLAY commands.
3109 * gdb.base/default.exp: add tests for INFO SYMBOL command;
3110 add tests for OVERLAY commands
3111 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
3112 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
3113 * gdb.base/sigall.c: add usestubs code frag
3114 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 3115
c906108c
SS
3116Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
3117
3118 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
3119 failures.
3120 (gdb_stop_suppressing_tests): Note that tests have restarted.
3121
3122Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
3123
3124 * config/h8300.exp: New file.
3125
3126Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
3127
3128 * gdb.base/setshow.exp: Check for the existence of a
3129 feature, not its value.
3130
3131Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
3132
3133 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
3134
3135 * gdb.base/scope.exp: It's now init0(), not init().
3136
3137 * gdb.base/scope0.c: For now, change init() to be init0().
3138
3139 * config/monitor.exp: Use gdb_serial in preference to serial
3140 or netport.
3141
3142 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
3143 and it's not already set.
3144
3145Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
3146
3147 * gdb.base/setshow.exp: Only test the run command if the target
3148 isn't using a stub and if it supports argument passing.
3149
3150Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
3151
3152 * config/udi.exp(gdb_start): Make sure UDICONF is set
3153 properly before starting gdb.
3154
3155Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
3156
3157 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
3158 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
3159 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
3160
3161Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
3162
3163 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
3164 specialized code to reboot the board, use remote_reboot instead.
3165
3166 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
3167
3168 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
3169
3170 * config/monitor.exp: Make sure we disconnect from the target.
3171 Also, try a reboot/reload cycle instead of failing if the
3172 load fails.
3173
3174Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
3175
3176 * gdb.base/default.exp: Don't set match_max.
3177 * gdb.base/help.exp: Ditto.
3178 * gdb.base/list.exp: Ditto.
3179 * gdb.base/signals.exp: Ditto.
3180
3181 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
3182 set, use remote_ld to download the testcase instead of
3183 the GDB loader.
3184
3185Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
3186
3187 * config/vr5000.exp: New file.
3188
3189 * config/monitor.exp(gdb_target_monitor): Add pattern for
3190 "Ending remote" to detect errors in connecting.
3191
3192 * gdb.base/setshow.exp: Add .* within auto language test.
3193
3194 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
3195 target feature.
3196
3197 * config/monitor.exp(gdb_load): Check for a failure when loading,
3198 and reboot the board if necessary.
3199
3200 * gdb.base/setvar.exp(test_set): Handle multiple prints within
3201 a set of tests. Remove print.* from the patterns being checked.
3202
3203Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
3204
3205 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
3206 refer to gdb_spawn_id.
3207
3208 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
3209 longer used.
3210 * config/sparclet.exp: Ditto.
3211 * config/sparclet-old.exp: Ditto.
3212 * config/slite.exp: Ditto.
3213 * config/sim.exp: Ditto.
3214 * gdb.base/funcargs.exp: Ditto.
3215
3216 * lib/gdb.exp:Remove references to gdb_spawn_id.
3217 (gdb_expect): Move to remote.exp.
3218
3219Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
3220
3221 * config/monitor.exp: Detect the "Couldn't establish connection"
3222 message from GDB.
3223
3224Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
3225
3226 * gdb.base/bitfields.exp: Use runto instead of explicit
3227 gdb_run_cmd/gdb_expect sequences.
3228
3229 * gdb.base/break.exp(text_next_with_recursion): Add match for
3230 gdb_expect call.
3231
3232 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
3233 We also need to handle the "A program is being debugged already"
3234 prompt from gdb. Use gdb_test to set the baud rate.
3235
3236 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
3237 to 20000. Really. I mean it.
3238
3239Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
3240
3241 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
3242 fails. If suppress_flag is set, skip perror message about not
3243 being able to send to GDB.
3244 (send_gdb): If suppress_flag is set, don't try to send commands to
3245 GDB.
3246 (gdb_expect): If suppress_flag is set, always fail immediately.
3247 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
3248 (gdb_init): Call gdb_stop_suppressing_tests.
3249 (default_gdb_exit): Ditto.
3250 (default_gdb_start): Ditto.
3251
3252 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
3253 gdb_stop_suppressing_tests as appropriate.
3254 * gdb.base/break.exp: Ditto.
3255 * gdb.base/callfuncs.exp: Ditto.
3256 * gdb.base/commands.exp: Ditto.
3257 * gdb.base/exprs.exp: Ditto.
3258 * gdb.base/funcargs.exp: Ditto.
3259 * gdb.base/list.exp: Ditto.
3260 * gdb.base/recurse.exp: Ditto.
3261 * gdb.base/scope.exp: Ditto.
3262 * gdb.base/structs.exp: Ditto.
3263 * gdb.c++/inherit.exp: Ditto.
3264
3265Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
3266
3267 * config/vr4300.exp: New file.
3268
99707966
MC
3269 * gdb.*/*.exp: Call gdb_expect instead of expect.
3270
3271 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
3272
3273Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
3274
3275 * lib/gdb.exp(gdb_init): New function.
3276
3277 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
3278 for each individual variable set.
3279
3280 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
3281 name.
3282
3283 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
3284
3285 * gdb.base/scope.exp: Use gdb_test.
3286
3287 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
3288 aborting; the testsuite driver will do that for us (see
3289 gdb_finish). Also, use gdb_test in a few more places.
3290
3291Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
3292
3293 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
3294
3295Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
3296
3297 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
3298 and "add_tests" are not at the same address.
3299
3300Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
3301
3302 * gdb.base/ptype.exp: Use gdb_test.
3303
3304Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
3305
3306 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
3307 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
3308 left in. No longer expect them to fail.
3309
3310 * gdb.stabs/*.mt; Deleted, no longer used.
3311 * gdb.stabs/configure.in: Remove references to target makefile
3312 frags.
3313 * gdb.stabs/configure: Rebuilt.
3314
3315 * gdb.disasm/*.mt: Deleted, no longer used.
3316 * gdb.disasm/configure.in: Remove references to target makefile
3317 frags. Use "sh3.s" as the unique filename for this directory.
3318 * gdb.disasm/configure: Rebuilt.
3319
3320 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
3321 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
3322 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
3323
3324Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
3325
3326 * config/udi.exp: Use mondfe,name instead of remote_host.
3327
3328Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
3329
3330 * gdb.base/watchpoint.exp: Don't expect a failure when calling
3331 a function with a watchpoint enabled on the mn10200.
3332
3333 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
3334 before trying to create it!
3335
3336Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
3337
3338 * config/vx.exp: Use hostname instead of netport.
3339
3340 * config/vxworks.exp: New file.
3341
3342 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
3343
3344 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
3345 gdb before assuming everything worked. Send a ^C if a timeout
3346 occurs.
3347
3348 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
3349 $gdb_spawn_id directly.
3350 (gdb_run_cmd): Try _start as well as start. Use the target feature
3351 gdb,start_symbol as the symbol to start from when jumping.
3352
3353Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
3354
3355 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
3356 redundant) test.
3357
3358 * gdb.base/recurse.exp: Relax final value test for 'b' so that
3359 it doesn't lose for 16bit integer systems.
3360
3361Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
3362
3363 * gdb.fortran/types.exp: If the target doesn't support "double"
3364 data types, then expect "real" types to only be 4 bytes.
3365
3366 * gdb.c++/virtfunc.exp: Expect failure for virtual function
3367 call tests if the target doesn't support inferior function calls.
3368
3369 * gdb.base/printcmds.exp: Allow minor deviation in FP values
3370 in printf tests.
3371
3372Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
3373
3374 * gdb.base/help.exp: Disable "help set", "help show", and
3375 "help support". Simplify regexp for "help stack".
3376
3377 * gdb.base/default.exp: Set match_max to 5000 and the timeout
3378 to 60 seconds. Temporarily set match_max to 15000 around the
3379 "info copying" test.
3380
3381 * gdb.base/nodebug.exp: Don't try to do an inferior function
3382 call if the target doesn't support them.
3383 * gdb.base/printcmds.exp: Likewise.
3384 * gdb.base/setvar.exp: Likewise.
3385 * gdb.base/structs.exp: Likewise.
3386 * gdb.c++/templates.exp: Likewise.
3387 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
3388
3389 * gdb.base/recurse.exp: Enable for the mn10200.
3390
3391 * configure.in: Do configure gdb.stabs directory for *-*-elf
3392 targets.
3393 * configure: Rebuilt.
3394
3395 * gdb.base/break.exp: Check for gdb,noresults before testing
3396 exit status and/or results from the target.
3397 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
3398 * lib/gdb.exp: Remove old (now bogus) initialization of
3399 noinferior, noargs, noresults and nosignals.
3400
3401Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
3402
3403 * config/sh.exp: New file.
3404
3405 * config/slite.exp: Try to connect multiple times to the board
3406 before rebooting. Only send a "monitor run" if need_monitor_run
3407 is set.
3408
3409 * gdb.base/break.exp: Don't do the "stub continue" test if
3410 the target has gdb_stub set.
3411
3412 * gdb.base/callfuncs.exp: Increase the timeout.
3413
3414 * gdb.base/interrupt.exp: Don't even try to compile the testcase
3415 if the target has gdb,noinferiorio set.
3416
3417 * gdb.base/list.exp: Increase match_max to 10000 characters.
3418
3419 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
3420
3421 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
3422 target.
3423
3424 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
3425
3426Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
3427
3428 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
3429 trying to delete the copy of gdb. Catch the file delete so we
3430 don't die if the delete fails; also, the file should be copied to
3431 the host, not to the build.
3432
3433Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
3434
3435 * lib/gdb.exp(gdb_test): Surround the result pattern with
3436 parenthesis in case it contains multiple regexps separated
3437 with |.
3438
3439 * gdb.base/watchpoint.exp: Use gdb_test.
3440 * gdb.base/default.exp: Ditto.
3441
3442Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
3443
99707966 3444 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 3445
c906108c
SS
3446 * gdb.base/scope.exp: Use gdb_test.
3447 * gdb.c++/classes.exp: Ditto.
3448 * gdb.c++/inherit.exp: Ditto.
3449
3450Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
3451
3452 * gdb.base/crossload.exp: Don't use execute_anywhere, use
3453 remote_exec instead.
3454 * gdb.base/corefile.exp: Don't be ridiculous.
3455 * gdb.base/*.c: Add missing stub invocations.
3456
3457Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
3458
3459 * config/slite.exp: Miscellaneous fixes.
3460
3461 * lib/gdb.exp: Fix runto.
3462
3463 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
3464 the target.
3465
3466 * gdb.base/watchpoint.exp: Fix regexp.
3467
3468 * lib/gdb.exp(default_gdb_exit): Add a catch to the
3469 close and wait commands, as the descriptor may now be
3470 invalid. Always call "remote_close host".
3471
3472Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
3473
3474 Major rewrite for testsuite revision.
beb998c6 3475
c906108c
SS
3476 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
3477 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
3478 instead of relying on spawn_id to always contain a valid
3479 spawn id.
3480 (get_compiler_info): New procedure to build the ${binfile}.ci
3481 file, instead of replicating this in N different places.
3482 (gdb_compile): New procedure.
beb998c6 3483
c906108c
SS
3484 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
3485 appropriate arguments) instead of compile. Use gdb_test in a lot
3486 more places. Use send_gdb instead of send. Always run gdb_start
3487 at the start of a testcase, as this is no longer done magically.
3488
3489 config/*-gdb.exp: Rename without the -gdb suffix.
3490
3491 config/mips.exp: Use remote_close instead of exit_remote_shell.
3492 config/monitor.exp: Use target_info instead of looking at
3493 baud, timeout, etc.
3494 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
3495
3496Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3497
3498 * gdb.c++/templates.exp (test_ptype_of_templates),
3499 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
3500 Update expect patterns for destructors and assignment operators
3501 to match corresponding c-typeprint.c changes.
3502 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
3503 to destructor breakpoint test, GDB should be able to set the
3504 destructor breakpoint without specifying arguments.
3505
3506Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
3507
3508 * gdb.threads/pthreads.exp: Change result for failure to compile due
3509 to lack of pthreads runtime support from an error to simply an
3510 unsupported test, per dejagnu standards.
3511
3512Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3513
3514 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
3515 where GDB exits to reduce pattern match time.
3516 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
3517
3518 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
3519
dc96c6c7 3520Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
3521
3522 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
3523 * gdb.base/default.exp: ditto.
3524 * gdb.base/nodebug.exp: ditto.
3525 * gdb.base/printcmds.exp: ditto.
3526 * gdb.base/ptype.exp: ditto.
3527 * gdb.base/setvar.exp: ditto.
3528 * gdb.base/structs.exp: ditto.
3529 * gdb.base/setshow.c: Guard against uninitialized values of argc.
3530
3531Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
3532
3533 * configure, */configure: Rebuild with autoconf 2.12.
3534
3535Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
3536
3537 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
3538 use new i*86-pc-linux*-gnu quads.
3539 * gdb.base/corefile.exp: Ditto.
3540 * gdb.base/signals.exp: Ditto.
3541 * gdb.base/sigall.exp: Ditto.
3542 * gdb.base/interrupt.exp: Ditto.
3543
3544 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
3545 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
3546 RedHat 4.0.
beb998c6 3547
c906108c
SS
3548 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
3549 linux. This allows the test case to at least compile on latest
3550 linux, but still not run due to missing the threads runtime library.
3551
3552Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3553
3554 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
3555 directory to search gdb directory. Accept and step over conditional
3556 stack alignment code. Consume $prompt in failure cases.
3557 Reset timeout to $oldtimeout instead of some arbitrary value.
3558 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
3559 timeout problems with infinite stack backtraces.
3560 * gdb.base/ptype.exp (ptype struct link, union tu_link):
3561 Accept function parameters for linkfunc member.
3562
3563Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
3564
3565 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
3566 (CXXFLAGS): Remove, unreferenced.
3567 (B_OPTIONS): Add for -B options and add code to initialize with
3568 previous -B options and also add -B option to pick up cross compiled
3569 runtime.
3570 (TARGET_INCLUDES): Add for -I options and add code to initialize when
3571 doing cross compiles.
3572 (target_alias): Declare global.
3573 (xgcc): Set variable to full path of gcc in build tree. Use findfile
3574 to verify that gcc exists in build tree, and if so set CC to that
3575 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 3576
c906108c
SS
3577Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
3578
3579 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
3580 ptype test for anonymous union. Fixup testcase to match
3581 current gcc debug output.
3582
3583Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
3584
3585 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
3586 force argument to an unsigned long type.
3587
3588Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
3589
3590 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
3591 tests and anonymous union print/ptype tests.
3592 * gdb.base/list.exp (test_forward-search): Increase timeout by
3593 5 minutes for the "search extremely long line" case.
3594 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
3595 completely optional and that the pass/fail messages use the command as
3596 the message if that third arg is a null string.
3597 (gdb_test_exact): Arrange that a null string pattern means match a
3598 null string output rather than any output, which might include random
3599 errors.
3600 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
3601 backtrace test.
3602 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
3603 always failing and failure is now exposed by gdb.exp changes.
3604
3605Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
3606
3607 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
3608 weren't being noted.
3609
3610Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3611
3612 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
3613 * gdb.stabs/weird.exp: Remove v_comb xfails.
3614
dc96c6c7 3615Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
3616
3617 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
3618 list.exp scope.exp watchpoint.exp]
3619 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 3620
dc96c6c7 3621Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
3622
3623 * config/monitor.exp: Increase download timeout to 1000 seconds.
3624
dc96c6c7 3625Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
3626
3627 * config/m32r.exp: Increase timeout to 120 seconds.
3628
3629Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
3630
3631 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
3632 and accept older ordering as obsolescent gcc or gdb.
3633 * gdb.c++/templates.exp: Ditto.
3634 * gdb.c++/virtfunc.exp: Ditto.
3635
3636Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
3637
3638 * gdb.base/coremaker.c: Add code to mmap some data so we
3639 can check that it ends up in the core file.
3640 * gdb.base/corefile.exp: Add test to read mmapped data
3641 from core file.
3642
dc96c6c7 3643Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
3644
3645 * config/m32r.exp: New file.
3646
3647Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
3648
3649 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
3650 that cflags can contains -gstabs, and work correctly for other tests.
3651
dc96c6c7 3652Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
3653
3654 * gdb.base/setshow.exp: New file, tests show and set.
3655 * gdb.base/setshow.c: New file, tests show and set.
3656 * gdb.base/help.exp: Add test for help set|show annotate.
3657 * gdb.base/default.exp: Add test for set|show annotate.
3658
3659Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
3660
3661 * testsuite/gdb.base/break.exp: Make backtrace from factorial
3662 errors unique.
3663 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
3664 explicitly.
3665
3666Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
3667
3668 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
3669 and width commands. This is done elsewhere.
3670 * (gdb_start): Don't call gdb_start_sim here. That's already
3671 done in gdb_load. This fixes lots of failures in default.exp.
3672
3673Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
3674
3675 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
3676 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
3677 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
3678 in the same we we treat other failures (since it may be an expected
3679 condition), rather than as an error.
3680 * gdb.base/signals.exp (test_handle_all_print): Revert back to
3681 old test format.
3682
3683Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
3684
3685 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
3686 (distclean maintainer-clean realclean): No need to remove files
3687 twice. Nuke the duplicates.
3688 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 3689 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
3690 Remove config.h along with other config files.
3691
3692Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
3693
3694 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
3695 "p func1 ()" and note that rests of tests are skipped.
3696 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
3697 setup_xfails for "print func2::coremaker_local".
3698 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
3699 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
3700 affected by the previous run test.
3701 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
3702 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
3703 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
3704 "pass int powerset tuple" and "pass modeless int powerset tuple".
3705 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
3706 "real write 4" and "real write 8".
3707 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
3708 setup_xfails for "print vs1 after tuple assign 2",
3709 "print \$i after tuple assign 2", and
3710 "print vs2 after tuple assign 2".
3711 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
3712 meaningful error message and return -1 so the caller can
3713 suppress further tests and avoid a cascade of errors.
beb998c6 3714
c906108c
SS
3715Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
3716
3717 * gdb.base/a1-selftest.exp: Tweak tests to account for new
3718 format for printing version.
3719 * gdb.base/default.exp: Ditto.
3720 * gdb.base/interrupt.exp: Fix problem with cascade of
3721 errors if child process dies while calling a function.
beb998c6 3722
c906108c
SS
3723Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
3724
3725 * Makefile.in (VPATH): Add
3726 * Makefile.in (Makefile, config.status): Fix rules so things get
3727 remade when necessary.
3728
3729Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
3730
3731 * Makefile.in (just-check): Add path to sibling expect dir
3732 to environment variable specified by RPATH_ENVVAR.
3733
3734Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
3735
3736 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
3737 (just-check): Add shared library paths for libstdc++, tk,
3738 tcl, bfd, and opcodes to the environment variable specified
3739 in RPATH_ENVVAR.
3740 * configure.in: Add support to recognize --enable-shared flag
3741 and generate correct value for RPATH_ENVVAR.
3742 * configure: Regenerated with autoconf.
3743
3744Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
3745
3746 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
3747 include all osf versions.
3748 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
3749 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
3750 when target is linux. When failing to build pthreads test
3751 executable, give more meaningful message.
3752 * gdb.threads/pthreads.c: Hpux also uses old definition of second
3753 arg for pthread_create.
beb998c6 3754
c906108c
SS
3755Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
3756
3757 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
3758 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
3759 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
3760 and -lpthreads (everybody else).
3761 (test_startup): Fail gracefully if threads are not supported.
3762 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
3763 "p/c array_index("abcdef",2)" when not gcc compiled.
3764 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
3765 "print func2::coremaker_local" when not gcc compiled.
3766 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
3767 "ptype on opaque struct tagname (statically)",
3768 "ptype on opaque struct tagname (dynamically) 1", and
3769 "ptype on opaque struct tagname (dynamically) 2"
3770 for not compiled with gcc.
3771 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
3772 backtrace when compiled with gcc.
beb998c6 3773 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
3774 than always return success.
3775
3776Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
3777
3778 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
3779
3780Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
3781
3782 * gdb.base/structs.exp: Undo last change.
3783
3784Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
3785
3786 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
3787 encapsulate all the steps/nexts done during self test, starting
3788 at main, and makes them less sensitive to optimization issues.
3789 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
3790 signal handler" test.
3791 * gdb.threads/pthreads.exp: Only run this for native configs.
3792 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
3793 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
3794 tests.
3795 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
3796 for "runto test_calls(void)" test.
beb998c6 3797
c906108c
SS
3798Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
3799
3800 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
3801 and don't expect address info in breakpoint confirmations.
3802
3803Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
3804
3805 * gdb.base/list.exp (test_forward_search): Increase timeout
3806 temporarily by 60 seconds for searching extremely long line,
3807 and then reset to old value when done. Increase expect input
3808 buffer to 10000.
3809
3810Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
3811
3812 * gdb.base/list.exp (test_forward_search): Fix to handle very
3813 long source line without overflowing expect's input buffer.
3814
3815Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
3816
3817 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
3818 "buffer_full".
3819
3820 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
3821 "buffer_full".
3822
3823 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
3824 "buffer_full".
3825
3826 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
3827 "buffer_full".
3828
3829Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
3830
3831 * configure.in (configdirs): Add gdb.threads.
3832 * configure: Regenerated with autoconf.
3833 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
3834 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
3835 * gdb.threads/configure: New, generated with autoconf.
beb998c6 3836
c906108c
SS
3837Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
3838
3839 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
3840
3841Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
3842
3843 * gdb.base/signals.exp (test_handle_all_print): Test separately for
3844 each signal's status in the output of "handle all print".
3845 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
3846 the \r\n sequence that immediately precedes the gdb prompt.
3847 * gdb.base/a1-selftest.exp: Save original timeout and restore
3848 after test.
3849
3850Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
3851
3852 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
3853 symbol.
3854
3855Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
3856
3857 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
3858
3859Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
3860
3861 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
3862 timeout by 60 seconds.
3863
3864Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
3865
3866 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
3867 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
3868 error return.
3869
3870Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
3871
3872 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
3873 gdb initialization, also report how long dejagnu waited. Restore
3874 old timeout before doing error return. Temporarily increase timeout
3875 by 3 minutes to allow for slow startups over heavy NFS use.
3876
3877Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
3878
3879 * lib/gdb.exp: Report timeout value for verbosity level 2.
3880 * config/gdbserver.exp: Ditto.
3881 * config/hppro.exp: Ditto.
3882 * config/mips-gdb.exp: Ditto.
3883 * config/monitor.exp: Ditto.
3884 * config/netware.exp: Ditto.
3885 * config/sim-gdb.exp: Ditto.
3886 * config/slite-gdb.exp: Ditto.
3887 * config/udi-gdb.exp: Ditto.
3888 * config/unix-gdb.exp: Ditto.
3889 * config/vx-gdb.exp: Ditto.
3890 * gdb.base/a1-selftest.exp: Ditto.
3891 * gdb.base/a2-run.exp: Ditto.
3892 * gdb.base/break.exp: Ditto.
3893 * gdb.base/corefile.exp: Ditto.
3894 * gdb.base/list.exp: Ditto.
3895 * gdb.base/recurse.exp: Ditto.
3896 * gdb.base/scope.exp: Ditto.
3897 * gdb.base/signals.exp: Ditto.
3898
3899Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
3900
3901 * gdb.threads/Makefile.in (docdir): Removed.
3902
3903Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
3904
3905 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 3906 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 3907 @srcdir@.
beb998c6 3908 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
3909 autoconf 2.5 or higher.
3910 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
3911
3912Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
3913
3914 * configure: Regenerated.
3915 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
3916 avoid name clashes with SunOS headers.
3917
3918Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
3919
3920 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
3921
3922Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
3923
3924 * gdb.base/callfuncs.exp: Finish last change -- make sure the
3925 prototype information ends up in the compiler info file.
3926
3927Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
3928
3929 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
3930 attempting to regenerate it. Eliminate use of a temporary file
3931 and just generate the info file directly. Source it immediately,
3932 for consistency of use.
3933 * gdb.base/corefile.exp: Ditto
3934 * gdb.base/exprs.exp: Ditto.
3935 * gdb.base/funcargs.exp: Ditto.
3936 * gdb.base/langs.exp: Ditto.
3937 * gdb.base/list.exp: Ditto.
3938 * gdb.base/mips_pro.exp: Ditto.
3939 * gdb.base/nodebug.exp: Ditto.
3940 * gdb.base/opaque.exp: Ditto.
3941 * gdb.base/ptype.exp: Ditto.
3942 * gdb.base/scope.exp: Ditto.
3943 * gdb.base/setvar.exp: Ditto.
3944 * gdb.base/signals.exp: Ditto.
3945 * gdb.base/whatis.exp: Ditto.
3946 * gdb.c++/templates.exp: Ditto.
3947 * gdb.c++/virtfunc.exp: Ditto.
3948 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
3949 whether or not to add -lstdc++ to the compile command line args.
3950
3951Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3952
3953 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
3954 it got fixed by the recent lookup_minimal_symbol_by_pc change.
3955 Increase timeout, a lot of single stepping might be needed if the
3956 target has no hardware watchpoints.
3957
3958Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
3959
3960 * gdb.base/break.exp: Ignore compiler warnings when compiling
3961 break.c.
3962 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
3963 * gdb.base/default.exp: Add h8300 xfails. Handle messages
3964 from remote-sim.
3965 * gdb.base/exprs.exp: Add h8300 xfails.
3966 * gdb.base/funcargs.exp: Likewise.
3967 * gdb.base/nodebug.exp: Likewise.
3968 * gdb.base/printcmds.exp: Likewise.
3969 * gdb.base/ptype.exp: Likewise.
3970 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
3971 h8300 xfails.
beb998c6 3972 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
3973 on the h8300.
3974 * gdb.base/funcargs.c: Explicitly make last constant argument to
3975 call_after_alloca_subr an unsigned long type.
3976 * gdb.base/return.c: Include stdio.h.
3977
3978Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3979
3980 * config/abug.exp: New file for the older Motorola Bug monitor
3981 that runs on the mvme13x series VME boards.
3982 * config/monitor.exp: Use the new config array for target settings
3983 if they exist.
3984
3985Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
3986
3987 * sim-gdb.exp: Make the SH simulator allocate less space when
3988 it is targeted.
3989
3990Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
3991
3992 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
3993 test.
3994
3995Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
3996
3997 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
3998 "rs6000-*-*" for "list function in include file" when gcc compiled.
3999 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
4000 for "p ctable1[120]".
4001 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
4002 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
4003 Remove setup_xfail for "rs6000-*-*" for
4004 "print 'scope0.c'::filelocal before run".
4005 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
4006 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
4007 since some compilers don't allow both options to be given
4008 on the same command line. Create object file and move it.
beb998c6 4009
c906108c
SS
4010Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
4011
4012 * gdb.base/corefile.exp: Always regenerate the core file, since
4013 we always regenerate the coremaker program. Detect special case
4014 where registers cannot be read from core file.
beb998c6 4015
c906108c
SS
4016Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
4017
4018 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4019 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
4020 * gdb.c++/templates.exp: Only match on basename of file since
4021 some formats like xcoff don't encode directory information.
4022 * gdb.stabs/weird.exp: Use the right sed script for powerpc
4023 and rs6000 AIX xcoff targets.
4024 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
4025 * configure: Regenerate.
4026 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
4027 here, rather than in distclean.
beb998c6 4028
c906108c
SS
4029Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
4030
4031 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
4032 defined, and use it to compile the test case with -O2. The
4033 native compilation still uses no optimization.
4034 * gdb.base/mips_pro.c: Remove inline assembly code since
4035 it is compiled PIC by default, which results in assembler
4036 warnings that make the testsuite think the compilation
4037 was unsuccessful.
4038
4039Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
4040
4041 * gdb.c++/misc.exp: Add note to message for
4042 "print s.a for foo struct" that this is a known gcc 2.7.2
4043 and earlier bug.
4044
4045Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
4046
4047 * gdb.base/break.exp: Fix pattern for matching "Delete all
4048 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
4049 setup_xfail for deleting all breakpoints test. Fix various
4050 timeout messages to include "(timeout)".
4051 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
4052 for "p t_float_values2(3.14159,float_val2)".
4053 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
4054 for "continue to call2g" when gcc compiled.
4055 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
4056 "up to foo in langs.exp", "show language at foo in langs.exp",
4057 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
4058 and "show language at fsub in langs.exp".
4059 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
4060 "list line 1 in include file", "list message for lines past EOF",
4061 "list function in include file", "list list0.h:foo", and
4062 "list filename:function; nonexistant function".
4063 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
4064 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
4065 and "ptype t_char_array" to be for native cc only.
beb998c6 4066
c906108c
SS
4067Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
4068
beb998c6 4069 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
4070 setup_xfail for "print coremaker_bss", "print coremaker_ro",
4071 "print func2::coremaker_local", and "backtrace in corefile.exp".
4072
4073Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
4074
4075 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
4076 "bt in signals.exp". This problem only appears when running
4077 the testsuite, and then only intermittently.
4078
4079Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
4080
4081 * gdb.base/return.exp (return_tests): Differentiate between
4082 two tests of continuing.
4083
4084Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
4085
4086 * */Makefile.in (maintainer-clean): Remove config.log.
4087 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
4088 * gdb.c++/Makefile.in (PROGS): Add inherit.
4089 (clean): Remove *.ci.
4090
4091Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
4092
4093 * gdb.c++/misc.cc: Add test code from Mike Stump.
4094 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
4095
4096Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
4097
4098 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
4099 to "alpha-*-osf2*" and add comment.
4100 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
4101 setup_xfail for "step over execarg initialization" and
4102 "step over corearg initialization".
4103 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
4104 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
4105 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
4106 gcc compiled for "print coremaker_bss", "print coremaker_ro",
4107 "print func2::coremaker_local", and "backtrace in corefile.exp".
4108 * gdb.base/signals.exp: Build and source signals.ci.
4109 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
4110 to be for gcc only.
4111 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 4112
c906108c
SS
4113Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4114
4115 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
4116 Feb 3 procfs.c change.
4117
4118Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
4119
4120 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
4121
4122Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
4123
4124 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
4125 from dejagnu's apparent default of 10 seconds, which gives random
4126 results when running the tests over NFS on moderately loaded systems.
4127 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
4128
4129Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
4130
4131 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
4132 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
4133 result reports.
4134
4135Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
4136
4137 * configure.in (CY_AC_PATH_TCLH): Remove.
4138 * configure: Regenerate.
4139
4140Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
4141
4142 * gdb.c++/Makefile.in (clean): Add missing '{'.
4143
4144Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
4145
4146 * lib/gdb.exp: Provide a default value for noinferior.
4147
4148 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
4149 Load libgloss.exp.
4150
4151Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
4152
4153 * gdb.disasm/hppa.exp: Compile directly into an executable, use
4154 the executable, not the .o to run the tests from.
4155
4156Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
4157
4158 * gdb.base/break.exp: Don't test for program exit or exit status
4159 if $noresults if nonzero.
4160 * gdb.base/langs.exp: Likewise.
4161 * gdb.base/watchpoint.exp: Likewise.
4162
4163 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
4164 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
4165 trying to compile the testcase.
4166
4167Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
4168
4169 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
4170 * gdb.base/signals.exp (continue to handler): Likewise.
4171
4172Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
4173
4174 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
4175
4176 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
4177
4178Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
4179
4180 * gdb.base/corefile.exp: Recognize "not found" as failure
4181 when trying to determine if a core file was generated.
4182 If no core file was generate the first time, try again without
4183 the ulimit -c to work around braindamaged shells.
4184
4185Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
4186
4187 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
4188 [] tests with "test" and enclose string in quotes.
4189 * gdb.stabs/configure: Rebuild
beb998c6 4190
c906108c
SS
4191Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
4192
4193 Changes in sync with expect:
4194 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
4195 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
4196 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
4197 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
4198 argument to AC_REQUIRE.
4199 * configure: Regenerated.
4200
4201Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
4202
4203 * gdb.base/corefile.exp: When generating a core, discard any
4204 error messages about ulimit not found and the "core dumped"
4205 message from the shell that runs the coredumper.
4206
4207Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
4208
4209 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
4210
4211 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
4212 which sed script to run. Expect failure for v_comb test
4213 on PA targets too.
beb998c6 4214
c906108c
SS
4215Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
4216
4217 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
4218 "print func2::coremaker_local" and for "backtrace in corefile.exp"
4219
4220Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
4221
4222 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
4223 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
4224 "sparc-sun-solaris*" xfails for "p v_comb".
4225 * lib/gdb.exp (default_gdb_start): Fix typo.
4226 * gdb.base/corefile.exp: Allow "Core was generated by ..."
4227 messages to not include the full program name that caused
4228 the core dump since some systems (such as solaris) apparently
4229 truncate this path to about 80 characters.
4230 When generating a core file first try increasing the core file
4231 size limit to unlimited since some systems may default it to
4232 zero, and it is harmless to try it. Move the test for failing
4233 to generate a core file to where it will actually get executed.
4234 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
4235 new gdb result from g++ debug info improvements and make old
4236 pattern obsolescent. Also account for size_t differences
4237 (may be int or long).
4238 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
4239 initialization before function call is placed in the delay slot
4240 and thus appears to be skipped over by commands such as "next".
4241
4242Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
4243
4244 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
4245
4246Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
4247
4248 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
4249 input source file; fix code to compile test to deal with this
4250 convention.
4251 * gdb.c++/*.exp: Likewise.
4252
4253Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
4254
4255 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
4256 "bt in signals.exp".
4257
4258Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
4259
4260 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
4261 "step over execarg initialization" and
4262 "step over corearg initialization".
4263
4264Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
4265
4266 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
4267 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
4268
4269Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
4270
4271 From Rob Savoye (rob@poseidon.cygnus.com)
4272 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
4273 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
4274 configure.in}, gdb.disasm/{Makefile.in, configure.in},
4275 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
4276 configure.in}: Major reworking for autoconfig.
4277 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
4278 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
4279 New files.
4280 * config/unix-gdb.exp: Make GDB global.
4281 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
4282 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
4283 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
4284 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
4285 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
4286 term.exp, twice.exp, watchpoint.exp, whatis.exp},
4287 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
4288 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
4289 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
4290 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
4291 pr-8136.exp, result.exp, string.exp, tuples.exp},
4292 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
4293 to returns as necessary, arrange for test to compile own testcase
4294 executable.
4295 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 4296
c906108c
SS
4297Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
4298
4299 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
4300 clear_xfail at end of test which might not call either pass or fail.
4301 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
4302 "backtrace through signal handler".
4303
4304Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4305
4306 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
4307 continuing from a job control stop signal.
4308 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
4309
4310Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
4311
4312 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
4313 * gdb.base/corefile.exp: Likewise.
4314 * gdb.base/funcargs.exp: Likewise.
4315
4316Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
4317
4318 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
4319 * config/monitor.exp: Add support for setting baud rate.
4320
4321Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
4322
4323 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
4324 i*86-*-linux* xfails for "backtrace through signal handler".
4325 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
4326 "print func2::coremaker_local".
4327 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
4328 alpha-dec-osf2* xfail for
4329 "delete all breakpoints when none".
4330
4331Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
4332
4333 * gdb.base/break.exp: Change test that deletes all breakpoints
4334 when no user breakpoints are installed. A post 4.15 change
4335 causes gdb to no longer prompt in this case.
4336
4337Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
4338
4339 * gdb.base/return.exp (return_tests): Change xfail for test
4340 "correct value returned double test" to stop xfailing at
4341 Solaris 2.5. Apparently the bug has been fixed.
4342
4343Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
4344
4345 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
4346 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
4347
4348Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
4349
4350 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
4351 * gdb.disasm/hppa.s: Corresponding changes.
4352
4353Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
4354
4355 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
4356 makefile fragment.
4357 * config/mt-hpux: Deleted.
4358
4359Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
4360
beb998c6 4361 * Many files: When warning about suppressed tests due to a
c906108c
SS
4362 nonexistant test binary, avoid incrementing the warning count.
4363
4364Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
4365
4366 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 4367
c906108c
SS
4368Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4369
4370 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
4371 "sparc-*-solaris2*".
4372
4373Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4374
4375 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
4376 Add global and local variables and initialize them.
4377 * gdb.base/corefile.exp: Test correct mapping of corefile sections
4378 by printing variables. Remove rs6000 and powerpc xfails, BFD now
4379 extracts the file name and terminating signal from the core file.
4380 * TODO: Remove note about tests for correct mapping of corefile.
4381 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
4382 from optimizing it away.
4383 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
4384 handles common blocks.
4385
4386Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
4387
4388 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
4389 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
4390
4391Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
4392
4393 * Makefile.in (maintainer-clean): New target, synonym for
4394 realclean.
4395 * gdb.base/Makefile.in (maintainer-clean): Likewise.
4396 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
4397 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
4398 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
4399 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
4400 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
4401
4402Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
4403
4404 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
4405 xfails when not gcc compiled for "print foo::funclocal".
4406 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
4407 "print foo::funclocal at foo",
4408 "print 'scope1.c'::foo::funclocal at foo",
4409 "print foo::funclocal_bss at foo",
4410 "print 'scope1.c'::foo::funclocal_bss at foo",
4411 "print foo::funclocal_ro at foo",
4412 "print 'scope1.c'::foo::funclocal_ro at foo",
4413 "print bar::funclocal at foo" and
4414 "print 'scope1.c'::bar::funclocal at foo".
4415 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
4416 gcc compiled for "print foo::funclocal at bar".
4417 Expand all messages to ensure that they identify that
4418 the test is at bar().
4419 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
4420 gcc compiled for:
4421 "ptype on opaque struct pointer (statically)",
4422 "ptype on opaque struct tagname (statically)",
4423 "ptype on opaque struct pointer (dynamically) 1",
4424 "ptype on opaque struct tagname (dynamically) 1",
4425 "ptype on opaque struct pointer (dynamically) 2" and
4426 "ptype on opaque struct tagname (dynamically) 2
4427 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
4428 gcc compiled for:
4429 "p datalocal"
4430 "whatis datalocal",
4431 "ptype datalocal",
4432 "p bsslocal",
4433 "whatis bsslocal", and
4434 "ptype bsslocal".
4435 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
4436 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
4437 when not gcc compiled.
4438 * gdb.base/funcargs.exp (float_and_integral_args): Add
4439 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
4440 compiled.
4441 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
4442 "backtrace from call6a" when not gcc compiled.
4443 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
4444 "backtrace from call7a" when not gcc compiled.
4445 * gdb.base/callfuncs.exp (do_function_calls):
4446 Add "hppa*-*-hpux*" xfail when not gcc compiled for
4447 "p t_char_array_values(char_array_val2,char_array_val1)",
4448 "p t_char_array_values(char_array_val1,char_array_val2)",
4449 "p t_char_array_values("carray 1","carray 2")",
4450 "p t_char_array_values("carray 1",char_array_val2)",
4451 "p t_char_array_values(char_array_val1,"carray 2")",
4452 "p sum_args(1,{2})",
4453 "p sum_args(2,{2,3})",
4454 "p sum_args(3,{2,3,4})",
4455 "p sum_args(4,{2,3,4,5})"
4456 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
4457 "backtrace in corefile.exp" when not gcc compiled.
4458
4459Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4460
4461 * gdb.base/signals.exp: Rewrite `handle all print' test as
4462 a procedure. Accept blanks or TABs as whitespace, increase
4463 timeout and expect input buffer size for the large output
4464 from the command. Remove "i*86-*-bsdi2.0" xfail.
4465
4466Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4467
4468 * gdb.base/setvar.exp: Add new testcases for truncation when
4469 assigning invalid values to bitfields.
4470
4471Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
4472
beb998c6 4473 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
4474 mips-sgi-irix* xfail for
4475 "call inferior func with struct - returns char *"
4476 and fix test so that an optional (unsigned char *) cast is
4477 accepted in the result.
4478
4479Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
4480
4481 * gdb.base/funcargs.exp (float_and_integral_args): Remove
4482 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
4483 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
4484 * gdb.base/signals.exp: Remove duplicate "handle all print" test
4485 that accidentally got checked in.
4486
4487Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
4488
beb998c6 4489 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
4490 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
4491 compiled test.
4492 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
4493 Add mips-sgi-irix5* xfail for not gcc compiled.
4494 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
4495 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
4496 "p top", "whatis top", "p middle", and "whatis middle".
4497 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
4498 "whatis signed char" for not gcc compiled.
4499 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
4500 "set variable signed char=-1 (-1)" and
4501 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
4502 * gdb.base/funcargs.exp (float_and_integral_args):
4503 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
4504 Add mips-sgi-irix* xfail when not gcc compiled for
4505 "continue to call2b".
4506 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
4507 "continue to call2g".
4508 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
4509 "backtrace from call6a"
4510 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
4511 "backtrace from call7k".
4512 Add mips-sgi-irix5* xfail when not gcc compiled for
4513 "backtrace from call7a".
4514 (localvars_after_alloca): Fix gdb_test cmds for
4515 "print * after runto ...".
4516 Remove rs6000-*-* xfails for
4517 "print i after runto localvars_after_alloca" and
4518 "print l after runto localvars_after_alloca"
4519 for all compilers.
4520 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
4521 when not compiled with gcc, for:
4522 "print signed char == (minus)",
4523 "print signed char != (minus)",
4524 "print signed char < (minus)",
4525 "print signed char > (minus)".
4526 * gdb.base/callfuncs.exp (do_function_calls):
4527 Add mips-sgi-irix* xfail, when compiled with native compiler, for
4528 "call inferior func with struct - returns char *".
beb998c6 4529 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
4530 "correct value returned double test" to include Solaris 2.4.
4531 * gdb.base/funcargs.exp (float_and_integral_args):
4532 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 4533
c906108c
SS
4534Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4535
4536 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
4537 enumeration bitfields if compiling with GNU C.
4538 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
4539 to empty' prompt.
4540
4541Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
4542
4543 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
4544 test for PRO targets.
4545
4546 * gdb.base/funcargs.exp: Avoid ever setting more than 8
4547 breakpoints in the inferior at any given time by making
4548 two groups of breakpoints for call2*, call6* and call7*
4549 tests.
4550
4551Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4552
4553 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
4554 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
4555 from optimizing it away.
4556 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
4557 "call inferior func with struct".
4558
4559Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
4560
4561 * configure.in: Only configure gdb.chill for particular targets.
4562
4563Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
4564
4565 * gdb.base/Makefile.in: Add action to .c.o transformation
4566 rule that generates a .ci file for each .o file and remove
4567 explicit .c.o rules except for callfuncs.o.
4568 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
4569 generates a .ci file for each .o file and remove explicit
4570 .cc.o rules.
4571 (clean): Remove *.tmp *.ci files.
4572 (EXECUTABLES): Remove templ-info.exp.
4573 * gdb.base/compiler.c: New file.
4574 * gdb.c++/compiler.cc: New file
4575 * gdb.base/scope.exp: Source gdb.base/scope.ci.
4576 Change rs6000-*-* xfail for
4577 "print 'scope0.c'::filelocal_ro" and
4578 "print 'scope1.c'::filelocal" and
4579 "print 'scope1.c'::filelocal_bss" and
4580 "print 'scope1.c'::filelocal_ro" and
4581 "print 'scope1.c'::foo::funclocal" and
4582 "print 'scope1.c'::foo::funclocal_ro" and
4583 "print 'scope1.c'::bar::funclocal" and
4584 "print 'scope0.c'::filelocal_ro" and
4585 "print 'scope1.c'::filelocal at foo" and
4586 "print 'scope1.c'::filelocal_bss at foo" and
4587 "print 'scope1.c'::filelocal_ro at foo" and
4588 "print 'scope1.c'::foo::funclocal at foo" and
4589 "print 'scope1.c'::foo::funclocal_bss at foo" and
4590 "print 'scope1.c'::foo::funclocal_ro at foo" and
4591 "print 'scope1.c'::bar::funclocal at foo" and
4592 "print 'scope0.c'::filelocal_ro" and
4593 "print 'scope1.c'::filelocal" and
4594 "print 'scope1.c'::filelocal_bss" and
4595 "print 'scope1.c'::filelocal_ro" and
4596 "print 'scope1.c'::foo::funclocal" and
4597 "print 'scope1.c'::foo::funclocal_bss" and
4598 "print 'scope1.c'::foo::funclocal_ro" and
4599 "print 'scope1.c'::bar::funclocal" and
4600 "print 'scope1.c'::bar::funclocal_bss"
4601 to only be xfail'd when not compiled with gcc.
beb998c6 4602 Add rs6000-*-* xfail for
c906108c
SS
4603 "print 'scope0.c'::filelocal_bss before run"
4604 when compiled with gcc.
4605 (test_at_main): Add rs6000-*-* xfail for
4606 "print filelocal_ro in test_at_main"
4607 when compiled with gcc.
4608 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 4609 Add rs6000-*-aix* xfail for
c906108c
SS
4610 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
4611 "ptype t_char_array", not compiled with gcc.
4612 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
4613 xfail for "list foo (in include file)" when gcc compiled.
4614 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
4615 (integral_args): Add rs6000-*-* xfail for
4616 "run to call0a" if not compiled with gcc.
4617 (unsigned_integral_args): Add rs6000-*-* xfail for
4618 "run to call1a" if not compiled with gcc.
4619 (float_and_integral_args): Add rs6000-*-* xfail for
4620 "run to call2a" if not compiled with gcc and for
4621 "continue to call2b" for any compiler.
4622 Add rs6000-*-* xfail to
4623 "print f1 after run to call2a" for gcc compiled.
4624 (discard_and_shuffle): Add rs6000-*-* xfail for
4625 "run to call6a".
4626 (shuffle_round_robin): Add rs6000-*-* xfail for
4627 "backtrace from call7a" if not compiled with gcc.
4628 Add rs6000-*-* xfail for
4629 "backtrace from call7b" if compiled with gcc.
4630 (call_after_alloca): Add rs6000-*-* xfail for
4631 "print c in call_after_alloca" and
4632 "print s in call_after_alloca" and
4633 "backtrace from call_after_alloca_subr"
4634 if not compiled with gcc.
4635 (localvars_in_indirect_call): Add rs6000-*-* xfail for
4636 "print c in localvars_in_indirect_call" and
4637 "print c in localvars_in_indirect_call" and
4638 "backtrace in indirectly called function" and
4639 "stepping into indirectly called function"
4640 if not compiled with gcc.
4641 (localvars_after_alloca): Add rs6000-*-* xfail for
4642 "print c after runto localvars_after_alloca" and
4643 "print s after runto localvars_after_alloca" and
4644 "print i after runto localvars_after_alloca" and
4645 "print l after runto localvars_after_alloca"
4646 for all compilers.
4647 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
4648 than whatis-info.exp.
4649 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
4650 than opaque-info.exp.
4651 Setup rs6000-*-* xfail for
beb998c6 4652 "ptype on opaque struct pointer (statically)" and
c906108c
SS
4653 "ptype on opaque struct pointer (dynamically)" when
4654 not compiled with gcc.
4655 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
4656 rather than callf-info.exp.
4657 (do_function_calls): Add clear_xfail for rs6000-*-* for
4658 "p t_float_values2(3.14159,float_val2)". Seems to work
4659 fine there, both with xlc and gcc. Need to find out what
4660 it is doing right and fix other platforms.
4661 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
4662 "call inferior func with struct - returns int",
4663 "call inferior func with struct - returns long",
4664 "call inferior func with struct - returns float",
4665 "call inferior func with struct - returns double",
4666 "call inferior func with struct - returns char *",
4667 but only if not gcc compiled (presumes xlc compiled).
4668 Change rs6000-*-* xfails for
4669 "call inferior func with struct - returns char" and
4670 " call inferior func with struct - returns short" to only
4671 xfail if not using gcc.
4672 (clean mostlyclean): Remove *.ci and *.tmp files.
4673 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
4674 than templ-info.exp.
4675 * gdb.base/langs.exp: Source gdb.base/langs.ci.
4676 Add rs6000-*-* xfail for "up to foo in langs.exp"
4677 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
4678 when not gcc compiled.
beb998c6 4679
c906108c
SS
4680Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
4681
4682 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
4683 * gdb.base/corefile.exp: Likewise.
4684 * gdb.base/list.exp: Likewise.
4685 * gdb.base/scope.exp: Likewise.
4686 * gdb.base/siganls.exp: Likewise.
4687
4688 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
4689 compiler output.
4690 * gdb.base/whatis.exp: Likewise.
4691
4692Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
4693
4694 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
4695 failure (opcode table has been fixed to match reality).
4696
4697Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
4698
4699 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
4700 "call inferior func with struct - returns char",
4701 "call inferior func with struct - returns short"
4702
4703 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
4704 "print 'scope0.c'::filelocal at main",
4705 "print 'scope0.c'::filelocal_bss in test_at_main",
4706 "print 'scope0.c'::filelocal at foo",
4707 "print 'scope0.c'::filelocal_bss in test_at_foo",
4708 "print 'scope0.c'::filelocal at bar",
4709 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 4710
c906108c
SS
4711 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
4712 in source file 1". This bug seems to have been fixed with both
4713 gcc and native cc (was native assembler bug?).
4714
4715Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
4716
4717 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
4718 "backtrace through signal handler" to "i*86-*-sysv4*".
4719 * gdb.base/signals.exp: Add xfail for "'next' behaved as
4720 continue" case. Add "known SVR4 bug" to fail message.
4721 Add "i*86-*-bsdi2.0" xfail for "handle all print".
4722 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
4723 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
4724 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
4725 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
4726 "up to foo in langs.exp", "show language at foo in
4727 langs.exp", "up to cppsub_ in langs.exp", "show
4728 language at cppsub_ in langs.exp", "up to fsub in
4729 langs.exp", and "show language at fsub in langs.exp".
4730 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
4731 "bactrace in corefile.exp".
4732 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
4733 "call inferior function with struct - returns float" and
4734 "call inferior function with struct - returns double".
beb998c6 4735
c906108c
SS
4736Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
4737
4738 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
4739 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
4740 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
4741 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
4742
4743Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
4744
4745 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
4746 (or overriden) "CHILL" macro rather then bare "gcc".
4747 Also look for ../../gcc/xgcc since that is what we will
4748 actually need, not "Makefile". Remove following assignment
4749 of CHILL to CHILL_FOR_TARGET because that results in
4750 recursive definition.
4751
4752Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
4753
4754 * gdb.base/corefile.exp: Change xfail for backtrace in
4755 corefile.exp from linuxaout to all linux.
4756 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
4757 cases where we miss the breakpoint at the signal handler
4758 for some reason. Setup xfail for linuxoldld/linuxaout and
4759 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
4760 hitting SIGURG breakpoint.
4761 * gdb.base/signals.exp: Setup xfail for "next" acting like
4762 continue to add linuxoldld. Setup xfail for all linux for
4763 "next to handler in signals_tests_1", "backtrace in
4764 signals_tests_1", "continue to func1", "pass SIGUSR1",
4765 and continue to handler".
4766
4767Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
4768
4769 * Update all FSF addresses except those in COPYING* files.
4770
4771Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
4772
4773 * gdb.base/a2-run.exp: Change messages to be more explicit about
4774 the status of args, and quote binfile in results.
4775
4776Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
4777
4778 * gdb.base/callfuncs.exp: Add tests for passing structs to
4779 inferior functions and return various types.
4780 * gdb.base/callfuncs.c: Add functions to receive a struct
4781 and return a member of the struct, in various types.
4782
4783Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4784
4785 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
4786
4787Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
4788
4789 * config/vxworks29k.exp: New file, sources vxworks.exp.
4790
4791Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
4792
4793 * config/gdbremote.exp: New file. Testing framework using
4794 gdbserver.
4795
4796Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
4797
4798 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
4799 "call function when asleep" and "send end of file".
4800 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
4801 for "backtrace in corefile.exp".
4802 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
4803 for "backtrace through signal handler".
4804 * gdb.base/corefile.exp: Make sure we actually generate a core file
4805 before trying the core tests. Some systems allow the user to suppress
4806 generation of core files and default to that (linux for example).
4807 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
4808 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
4809
4810Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
4811
4812 * gdb.threads: New directory with some crude multi-threaded
4813 gdb tests (step.exp and step2.exp).
4814 * config/mt-lynx (STEP_EXECUTABLE): Define.
4815 (THREADFLAGS): Define.
4816
4817Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
4818
4819 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
4820
4821 * gdb.base/signals.exp: Disable whole file for lynx until
4822 further notice.
4823
4824 * gdb.base/signals.exp: xfail test where "next" acts like
4825 "continue" for lynx.
4826
4827 * gdb.base/interrupt.exp: xfail test for calling function while
4828 inferior is asleep for lynx.
4829
4830 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
4831 than one cr-lf after each command.
4832
4833Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4834
4835 * configure.in: Reinstate setting of stabsdirs variable, fix
4836 typo in setting up configdirs for native builds.
4837
4838 * gdb.base/return.exp: Fix typo in return double test.
4839 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
4840 compiler from optimizing them away.
4841
4842Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
4843
4844 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
4845 sequences to be echo'd by gdb when using gdb_test.
4846 * gdb.chill/chexp.exp: Likewise.
4847 * gdb.fortran/exprs.exp: Likewise
4848
4849Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
4850
4851 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
4852 after the inferior gdb has started.
4853
4854 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
4855 after each command.
4856 * gdb.base/funcargs.exp: Likewise.
4857 * gdb.base/gdbvars.exp: Likewise.
4858 * gdb.base/interrupt.exp: Likewise.
4859 * gdb.base/list.exp: Likewise.
4860 * gdb.base/watchpoint.exp: Likewise.
4861 * gdb.c++/demangle.exp: Likewise.
4862 * gdb.c++/inherit.exp: Likewise.
4863 * gdb.chill/chexp.exp: Likewise.
4864 * gdb.fortran/exprs.exp: Likewise.
4865
4866 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
4867 test if we can't handle IO to/from the inferior.
4868
4869 * gdb.c++/misc.exp: Always check for a program already being
4870 started after sending a "run" command to gdb.
4871
4872 * gdb.base/twice.exp: Start with a fresh gdb.
4873
4874 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
4875 only depend on gdb's expression code, not the chill runtime.
4876
4877 * gdb.base/return.c: Put return values into variables so we
4878 can have gdb print them rather than depending on the program
4879 to print them.
4880 * gdb.base/return.exp: Corresponding changes.
4881
4882 * lib/gdb.exp: Provide default value for noinferiorio.
4883 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
4884 the inferior.
4885
4886 * gdb.base/break.exp: Always check for a program already being
4887 started after sending a "run" command to gdb.
4888 (text_next_with_recursion): Don't check the output from the
4889 program's printf statement. Instead just make sure the program
4890 exited.
4891
4892 * gdb.base/commands.exp: Protect tests which need arguments with
4893 $noargs conditionals.
4894
4895Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4896
4897 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
4898 of structure member arrays to match gdb/valops.c:value_addr change.
4899
4900Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
4901
4902 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
4903 cases.
4904
4905Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
4906
4907 * configure.in (configdirs): Remove gdb.chill from default list
4908 of subdirs and then add it back in only if doing a native build.
4909 The current chill compiler does not yet work in any cross build.
4910 * Revert all signal changes from Jul 6.
4911 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
4912 for sh-hms targets, allowing these tests to link, with no other
4913 changes. Testing is suppressed by setting "nosignals" in site.exp.
4914
4915Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
4916
4917 * configure.in (signaldirs): Define and add to configdirs for all
4918 targets except some specific ones that are known to not support signals.
4919 Also clean up formatting.
4920 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
4921 (signals, sigall): Remove rules to build.
4922 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
4923 Moved to new gdb.signals directory.
4924 * gdb.signals: New test directory.
4925 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
4926 signals.c signals.exp}: New or moved files.
4927
4928Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
4929
4930 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
4931
4932Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
4933
4934 * gdb.base/return.exp: Xfail `return double' test failure
4935 on at least Solaris 2.3 and handle future/past versions on
4936 a case by case basis as appropriate. Also update message
4937 to include i*86 failures.
4938
4939Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4940
4941 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
4942
4943 * lib/gdb.exp: Fix comment which erroneously identified
4944 gdb_file_cmd as gdb_load (the 19 May change was in fact to
4945 gdb_file_cmd not gdb_load).
4946 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
4947
4948 * gdb.base/setvar.exp: Make test names consistent between pass and
4949 fail cases. Use gdb_test more.
4950
4951Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4952
4953 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
4954
4955Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4956
4957 * gdb.base/help.exp: Fix expected help string for `show commands'.
4958
4959Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
4960
4961 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
4962
4963 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
4964 of a text section.
4965
4966Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
4967
4968 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
4969 that loop eventually terminates. Fix Connection refused logic so
4970 that testsuite will expire nicely.
4971
4972Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
4973
4974 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
4975 config/rom68k.exp: New tcl glue for the appropriate monitors.
4976 These all just end up calling monitor.exp.
4977 * config/monitor.exp (gdb_target_monitor): Handle `Connection
4978 refused' by retrying. Cleanup some timeout issues.
4979 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
4980 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
4981 callers don't have to set/restore global timeout variable.
4982
4983 * The following set of changes centralizes management of the global
4984 timeout variable. This way, it can be set in one target dependent
4985 place instead of dozens of places scattered throughout the test suite.
4986 If you need to lengthen a timeout, then you should either set timeout
4987 in one of the config/{target}.exp files, or multiply it by a factor.
4988 Setting it to an absolute value is always going to lose for some
4989 targets.
4990 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
4991 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
4992 * gdb.base/funcargs.exp: Don't set timeout.
4993 * gdb.base/list.exp (test_forward_search): Only use local timeout.
4994 * gdb.base/printcmds.exp (test_print_string_constants
4995 test_print_array_constants): Don't set timeout.
4996 * gdb.base/ptype.exp: Don't set timeout.
4997 * gdb.base/recurse.exp: Don't set timeout.
4998 * gdb.base/return.exp: Don't set timeout.
4999 * gdb.base/watchpoint.exp: Don't set timeout.
5000 * gdb.c++/classes.exp (do_tests): Don't set timeout.
5001 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
5002
5003Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
5004
5005 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
5006
5007Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5008
5009 * lib/gdb.exp: Disable chill tests for irix5.
5010
5011Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5012
5013 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
5014 each test pass or fail.
5015
5016Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5017
5018 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
5019 xlc not gcc.
5020
5021Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
5022
5023 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
5024
5025Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
5026
5027 * config/est.exp: Fix copyright and comments. Remove dead code.
5028 Use targetname, serialport and baud variables instead of fixed
5029 constants.
5030 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
5031 * config/cpu32bug.exp: New file to support cpu32bug monitors.
5032
5033Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5034
5035 * gdb.base/watchpoint.exp: Don't run
5036 test_watchpoint_triggered_in_syscall for sunos.
5037
5038Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5039
5040 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
5041 they don't seem to exist. Do include stdio.h.
5042
5043Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5044
5045 * gdb.base/a1-selftest.exp: Add alpha xfail.
5046
5047Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5048
5049 * gdb.base/watchpoint.c (main): Prompt before calling read().
5050 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
5051 Revise accordingly. Remove cruft about sending "123" several
5052 times, until it gets noticed. Clean up the "print buf[0]" stuff
5053 so that it passes or fails, and waits for prompts in the usual way.
5054
5055Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5056
5057 * gdb.base/recurse.exp: Fix comment.
5058
5059 * TODO: Remove item about printing variables in nodebug.exp. Add
5060 item about enabling tests which are only run on some targets.
5061
5062 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
5063 fail, make test names unique, use new gdb_test convention
5064 regarding pattern, use gdb_test more, etc.).
5065
5066 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
5067 fail, make test names unique, etc.).
5068
5069Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5070
5071 * gdb.base/nodebug.c: Change return type of top and middle to
5072 short.
5073 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
5074 are fixed by the recent mdebugread.c changes. Allow `short ()'
5075 as type for top and middle.
5076
5077Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5078
5079 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
5080 nearly as I can tell, the whole thing was an accident in Stu's
5081 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
5082 to replace a send/expect pair with gdb_test, but ended up only
5083 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
5084 of 30 Mar 1995 took care of it, but left this vestigial comment
5085 which I am now nuking.
5086
5087Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5088
5089 * gdb.base/break.exp: Look for different line number for
5090 breakpoint at main depending on usestubs.
5091
5092Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5093
5094 * gdb.base/list.exp: Adjust some alternate expect patterns to
5095 match recent list0.c change. Add alternate expect pattern for
5096 output from `list default lines around main' for optimizing
5097 compilers.
5098
5099Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5100
5101 * lib/gdb.exp: If nosignals is not set, set it to 0.
5102
5103Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
5104
5105 * config/slite-gdb.exp: Responds to load symbol table prompt.
5106 * gdb.base/break.exp: Adjust line number, fix rerun.
5107 * gdb.base/langs0.c: Add #ifdef usestubs.
5108
5109Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
5110
5111 * gdb.base/list.exp: Adjust line contents after adding new lines in
5112 list0.c. Also fix a syntax error.
5113
5114 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
5115 * gdb.base/break.exp: ditto.
5116 * gdb.base/list.exp: ditto.
5117 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
5118 * gdb.base/run.c: ditto.
5119 * gdb.base/list0.c: ditto.
5120 * gdb.base/funcargs.c: ditto.
5121
5122Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
5123
5124 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
5125 $targetname, $serialport and $baud instead of hardwired variables.
5126 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
5127 target doesn't support signals.
5128
5129Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
5130
5131 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
5132
5133Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5134
5135 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
5136 Don't rely on the value of an auto variable before it has been
5137 initialized. Use gdb_test more.
5138
5139Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5140
5141 * lib/gdb.exp (default_gdb_version): A version number must start
5142 with a digit, but other than that contains all characters up to
5143 the first whitespace character.
5144
5145Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5146
5147 * gdb.base/commands.exp (breakpoint_command_test): New tests.
5148
5149Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5150
5151 * gdb.c++/*.exp: Warn if executable does not exist. The original
5152 reason for skipping the warning was that configure.in sometimes
5153 intentionally skipped building the executables but the tcl code
5154 had no way of knowing. That (a) was always bogus with respect to
5155 error handling, (b) is no longer true (right now there is no way
5156 to skip C++ tests).
5157
5158 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
5159
5160Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5161
5162 * gdb.base/list.exp: Add expect patterns for output from
5163 SunPRO compiled executables.
5164 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
5165 types.
5166
5167Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5168
5169 * gdb.base/break.exp (test_next_with_recursion): Accept any line
5170 number (we are already testing that the correct source line text
5171 gets printed).
5172
5173 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
5174 that is what is intended, but something needed to be done to get
5175 sunos4 native working again.
5176
5177 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
5178
5179 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
5180 apparently went with a (very) old xfail.
5181
5182Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
5183
5184 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
5185 runto_main is a proc in gdb.exp that will do 'step' for target use
5186 stubs.
5187 * gdb.base/exprs.exp: ditto.
5188 * gdb.base/interrupt.exp: ditto.
5189 * gdb.base/opaque.exp: ditto.
5190 * gdb.base/printcmds.exp: ditto.
5191 * gdb.base/ptype.exp: ditto.
5192 * gdb.base/scope.exp: ditto.
5193 * gdb.base/setvar.exp: ditto.
5194 * gdb.base/signals.exp: ditto.
5195 * gdb.base/twice.exp: ditto.
5196 * gdb.c++/classes.exp: ditto.
5197 * gdb.c++/inherit.exp: ditto.
5198 * gdb.c++/templates.exp: ditto.
5199 * gdb.base/break.exp: no run and hit main for stubs. Change line
5200 numbers for breakpoints and info breakpoint.
5201 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
5202 breakpoint().
5203 * gdb.base/callfuncs.c: ditto.
5204 * gdb.base/exprs: ditto.
5205 * gdb.base/interrupt.c: ditto.
5206 * gdb.base/opaque0.c: ditto.
5207 * gdb.base/printcmds.c: ditto.
5208 * gdb.base/ptype.c: ditto.
5209 * gdb.base/scope0.c: ditto.
5210 * gdb.base/setvar.c: ditto.
5211 * gdb.base/signals.c: ditto.
5212 * gdb.base/twice.c: ditto.
5213 * gdb.c++/misc.cc: ditto.
5214 * gdb.c++/templates.cc: ditto.
5215
5216Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5217
5218 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
5219
5220 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
5221 somewhere between `read' and `main.c'. I'm pretty sure the
5222 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
5223 and it isn't particularly useful.
5224
5225 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
5226
5227Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5228
5229 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
5230
5231Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
5232
5233 * config/mt-slite: add LIBS and -nostdlib.
5234 * config/slite-gdb.exp: add this new file to support sparclite target.
5235
5236Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
5237
5238 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
5239
5240 * gdb.base/a2-run.exp: Change argument to istarget from
5241 "*-*-vxworks" to "*-*-vxworks*".
5242 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
5243
5244Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
5245
5246 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
5247 will not runto main but do a 'step' to step out of breakpoint().
5248 * config/mt-slite: add -Dusestubs.
5249
5250Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5251
5252 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
5253 instead of just @.
5254
5255 * gdb.base/signals.exp: Add test for "handle all print".
5256 * TODO: Remove "handle all print". Also remove item about
5257 checking copyright date (I don't like the idea of a spurious FAIL
5258 based on when we run the tests).
5259
5260 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
5261 for SunOS4 (reason for failure not investigated). Remove
5262 redundant test for $binfile.
5263
5264 * gdb.base/nodebug.c (array_index): Call malloc.
5265
5266 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
5267
5268Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
5269
5270 * gdb.base/recurse.exp: Update gdb_test invocation to use new
5271 conventions and slightly simplify the matching regexp.
5272
5273Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5274
5275 * gdb.base/break.exp: Update gdb_test invocation to use new
5276 convention.
5277
5278 * lib/gdb.exp: If noargs is not set, set it to 0.
5279
5280 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
5281 tests unique.
5282
5283 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
5284
5285Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5286
5287 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
5288 one argument of type "<non-float parameter>".
5289
5290Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
5291
5292 * config/rom68k.exp: New file to support Motorola IDP board.
5293 * gdb.base/a2-run.exp: Skip this file if noargs is set.
5294 * gdb.base/break.c: Change things around so that this program
5295 doesn't depend upon args. This is necessary to make remote
5296 targets work (in general, they can't take args).
5297 * gdb.base/break.exp: Don't try to send args to program. Don't
5298 expect output. Also, replace lots of code with gdb_test.
5299
5300Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5301
5302 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
5303 printing of '\'' (which is what the comment says we are testing,
5304 even though we were not), not '''.
5305 (test_integer_literals_rejected): Test that printing ''' is an error.
5306
5307 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
5308 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
5309 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
5310 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
5311 Use gdb_test not test_print_accept.
5312 * lib/gdb.exp: Remove test_print_accept.
5313
5314 * gdb.base/signals.exp (signal_tests_1): Make pass message
5315 consistent with fail message.
5316
5317 * gdb.base/whatis.exp: Remove xfails for printing char vs.
5318 unsigned char; the bug (PR 1821) is fixed.
5319
5320 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
5321
5322 * gdb.base/scope.exp (test_at_localscopes): Call pass for
5323 successful tests--makes xfailing them work right.
5324
5325Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5326
5327 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
5328 only \r\n, not .*. The test can pass .* as the last thing in
5329 $pattern if that is what it wants. In addition to providing this
5330 flexibility, this change should speed up pattern matching in cases
5331 where the pattern already ended with .* (there were a number of
5332 them). This change also helps catch bad patterns--in the old
5333 scheme the typo "char \*" instead of "char \\*" would pass. Now
5334 it is caught.
5335 * Many .exp files: Update callers.
5336
5337 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
5338 clearer and does not spuriously match multiple ('s. Likewise for
5339 ) and *.
5340
5341 * gdb.base/nodebug.exp: Test ability to call a function and pass
5342 it a string (even with no debugging info).
5343
5344 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
5345 "p '\'", which is the same as "p ''" once tcl gets done with
5346 quoting, to "p '\\'", which I suspect is what is intended (one
5347 backslash gets sent to GDB).
5348
5349 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
5350
5351Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5352
5353 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
5354 1817) was fixed literally years ago.
5355
5356Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5357
5358 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
5359 test, it causes stepping out of call_after_alloca_subr with
5360 optimizing compilers.
5361 (localvars_in_indirect_call): Consume GDB prompt if `finish'
5362 fails.
5363
5364 * gdb.c++/templates.exp: Source templ-info.exp only if
5365 the templates executable exists.
5366
5367 * gdb.c++/misc.cc (class Contains_static_instance,
5368 class Contains_nested_static_instance),
5369 gdb.c++/classes.exp (test_static_members): Test printing of
5370 a class that contains a static instance of the class.
5371
5372Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5373
5374 * gdb.base/langs2.c (cppsub_): Don't prototype.
5375 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
5376 only, I believe).
5377
5378Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5379
5380 * lib/gdb.exp (skip_chill_tests): New procedure.
5381
5382 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
5383
5384Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
5385
5386 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
5387 each expect pattern. Cuts runtime from 12 to about 4 seconds.
5388
5389Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5390
5391 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
5392
5393 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
5394 disassemble 8, not 16, instructions for part 4.
5395
5396 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
5397 support the latter anymore.
5398
5399 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
5400 -DNO_PROTOTYPES.
5401 * gdb.base/callfuncs.c: Control use of prototypes based on
5402 NO_PROTOTYPES, not __STDC__.
5403 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
5404 t_float_values2 tests if prototypes in use.
5405
5406 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
5407 t_double_values): When checking differences against DELTA, check
5408 that difference is within the range (-DELTA,DELTA), not just
5409 (-infinity,DELTA).
5410
5411Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
5412
5413 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
5414 'file' command firts, then 'target', then 'load', this is due to gdb
5415 target set up.
5416 * config/mips-gdb.exp: Fix a couple regular exp bugs.
5417
5418Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
5419
5420 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
5421 FP load/store variants.
5422 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
5423
5424Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
5425
5426 * gdb.base/term.exp: Do not give a warning if not native, it is
5427 not an abnormal condition.
5428
5429Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
5430
5431 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
5432 t_char_array".
5433
5434Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
5435
5436 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
5437 are getting the version number.
5438
5439 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
5440 if not native, it is not an abnormal condition.
5441
5442Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5443
5444 * lib/gdb.exp: Just use "file exists", rather than undocumented
5445 dejagnu procedure "findfile".
5446
5447Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5448
5449 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
5450 (LDFLAGS): Set to -Xlinker -Ur.
5451
5452 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
5453 Removed, these values are set by lib/gdb.exp.
5454
5455 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
5456
5457Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5458
5459 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
5460 of replicating gdb startup code.
5461
5462 * config/mt-vxworks (LDFLAGS): Set to -r.
5463 (CFLAGS_FOR_TARGET): Removed.
5464
5465 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
5466 (gdb) and gdb for vxworks uses (vxgdb).
5467
5468 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
5469 executable is not in the tree and host != target, use sed and
5470 program_transform_name to determine the gdb name used by the
5471 target.
5472
5473 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
5474 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
5475
5476Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5477
5478 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
5479 floats, chars, and shorts where there are ANSI-style function
5480 definitions.
5481
5482 * gdb.base/langs.exp, gdb.base/langs*: New test.
5483 * gdb.base/Makefile.in: Build it.
5484 * TODO: Remove item about checking that C names don't get C++
5485 demangling applied; this test tests it.
5486
5487Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5488
5489 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
5490 went with the const70 xfail. The xfail went away a year ago.
5491
5492 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
5493
5494 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
5495 for hp300.
5496
5497 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
5498
5499 * gdb.base/a1-selftest.exp: Don't run on hp300.
5500
5501Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5502
5503 * Makefile.in (site.exp): Set host_alias and target_alias as well
5504 as host_triplet and target_triplet.
5505
5506Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5507
5508 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
5509
5510 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
5511 places as other ecoff systems).
5512
5513 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
5514 ultrix.
5515
5516Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5517
5518 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
5519 remove them.
5520 * gdb.base/nodebug.exp: Accept "function" in addition to "text
5521 variable and "variable" in addition to "data variable".
5522 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
5523
5524 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
5525 2.
5526 * gdb.base/list1.c (long_line): Add additional statement at start
5527 of function.
5528 * gdb.base/list.exp (test_forward_search): Update line number to
5529 reflect new statement.
5530
5531Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5532
5533 * gdb.base/signals.exp: Reinitialize searched source directories
5534 after gdb_start call.
5535
5536Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
5537
5538 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
5539 * gdb.stabs/Makefile.in: Likewise.
5540
5541 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
5542 change. Instead split the tests into smaller pieces.
5543 * gdb.disasm/hppa.s: Corresponding changes.
5544
5545Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5546
5547 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
5548 Quote ^C when passing it to stty. For some shells ^ is a pipe.
5549
5550 * gdb.base/funcargs.exp: Modify many tests so that every test
5551 either passes or fails. Make some test names unique.
5552
5553Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5554
5555 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
5556 Call stty to set interrupt character.
5557
5558 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
5559 for HP assembler versus GNU assembler based on actual behavior of
5560 $(CC), rather than assuming that $(AS) is always the GNU assembler.
5561
5562 * TODO: Suggest a few more stepping tests.
5563
5564Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
5565
5566 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
5567 restart GDB for h8300 after a continue.
5568 (return): Add pattern to match a29k-udi behavior.
5569 * gdb.base/nodebug.exp: Remove obsolete comment.
5570 * gdb.base/regs.exp: New file, testing of register displays.
5571 * gdb.base/return.exp: Fix typo in reference to $objdir.
5572 * gdb.base/whatis.exp: Always start with a fresh GDB.
5573
5574Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5575
5576 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
5577 higher, these tests generate a lot of output.
5578
5579Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5580
5581 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
5582 code following the catch silently ignored some errors; without the
5583 catch they should be thrown like any other tcl error. Also, the
5584 catch used "" instead of {} which meant all the callers who wanted
5585 to include one of the characters "[]$ had to quote it an extra time.
5586 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
5587 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
5588 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
5589 Remove extra quoting.
5590
5591Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
5592
5593 * gdb.base/commands.exp: Make test names unique; every test either
5594 passes or fails. Update some comments.
5595
5596 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
5597
5598Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5599
5600 The following fixes a FAIL caused by the fact that the alpha stabs
5601 configuration didn't use the ".if alpha" code in weird.def.
5602 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
5603 bit pointer, so the 32 bit version works even on the alpha.
5604 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
5605 Remove the stuff which allowed us to have separate versions for
5606 alpha and everything else.
5607
5608 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
5609 regexp which "info func operator\[\](" is supposed to match. Fix
5610 string to send to GDB. Note that GDB still doesn't work right. Add a
5611 new test for "info func .perator\[\](" which GDB does handle correctly.
5612
5613 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
5614
5615Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5616
5617 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
5618 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
5619 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
5620 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
5621 it makes the tests harder to understand and confuses test-o-matic.
5622 The preferred style is that each test provides a PASS or a FAIL,
5623 and has a unique message (e.g. "continue #54" not just "continue")
5624 which is the same for the pass and the fail.
5625 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
5626 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
5627 to lib/gdb.exp.
5628 * gdb.base/printcmds.exp: Use test_print_accept. Remove
5629 prt_accept which was basically the same thing. Likewise for
5630 test_print_reject and prt_reject.
5631 * lib/gdb.exp (test_print_reject): Add some more error message
5632 patterns to match from the former printcmds.exp (prt_reject).
5633 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
5634 One defect of the passcount stuff is that some of it failed to
5635 report XPASS where appropriate.
5636 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
5637 stuff before and after arg in expected pattern.
5638 (test_paddr_operator_functions): Re-do test without print_addr_of;
5639 this is the only test which seems to want extra stuff there.
5640
5641Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
5642
5643 * gdb.base/nodebug.exp: Update new tests to reflect improved
5644 wording of gdb output.
5645
5646 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
5647 and "ptype" work on variables in files compiled without -g.
5648 Replaces commented out "maint print msymbol" tests.
5649
5650Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
5651
5652 * gdb.base/setvar.c (dummy): Call malloc.
5653
5654 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
5655 losing with the irix4 sed.
5656
5657 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
5658 ALRM" on irix4.
5659
5660Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
5661
5662 * TODO: Remove items about corefile.exp testing new exec-file and
5663 backtrace; both are now done. Add items about printing enums.
5664
5665Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
5666
5667 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
5668 "get signal $thissig" test fails.
5669
5670 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
5671
5672Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
5673
5674 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
5675 compiler warning with dec alpha compiler.
5676
5677 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
5678 extra \n from gdb_test call (this explains why the prompt test
5679 that I removed yesterday was there).
5680 (user_defined_command_test): Remove extra \n and prompt test.
5681
5682 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
5683 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
5684 doesn't exist.
5685 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
5686 Also remove alpha workaround, which turns out to be because
5687 SIGABRT == SIGLOST.
5688
5689 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
5690
5691 * gdb.base/help.exp: Don't test "help show".
5692
5693Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
5694
5695 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
5696 "set print address" is on.
5697 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
5698 pass prompt to gdb_test; gdb_test already looks for the prompt.
5699
5700 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
5701
5702 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
5703 was a vestige of the manual TESTSTRATEGY, and the purpose of it
5704 was to make sure that gdb can read a core file. But (a) the "read
5705 the corefile" part didn't make it to a1-selftest.exp, we just
5706 delete the corefile after creating it, and (b) we test reading
5707 corefiles in corefile.exp anyway. Also, this test left around a
5708 xgdb process on Solaris.
5709
5710 * gdb.base/corefile.exp: Also test backtrace.
5711
5712Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
5713
5714 * gdb.base/commands.exp: Test a simple user defined command with
5715 arguments and if/while statements; verify the full user command is
5716 printed by "show user".
5717
5718 * gdb.base/commands.exp: Test if/while commands as part of a
5719 breakpoint command list; verify they appear in breakpoint
5720 information.
5721
5722Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
5723
5724 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
5725 than by dividing by zero.
5726
5727Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
5728
5729 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
5730 performing an inferior call with watchpoints enabled.
5731 * gdb.base/watchpoint.c (main): Delete second unnecessary read
5732 call.
5733
5734Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
5735
5736 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
5737 of "file" command.
5738
5739 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
5740 Add additional pattern for when "int operator int(void);" appears
5741 in a different order.
5742
5743Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
5744
5745 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
5746
5747 * gdb.base/help.exp: Replace most of docstrings for "info signals"
5748 and "signal" with ".*".
5749
5750Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5751
5752 * TODO: Add note about "handle all nostop".
5753
5754 * gdb.base/{sigall.c, sigall.exp}: New test.
5755 * gdb.base/Makefile.in: Add it.
5756
5757Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
5758
5759 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
5760 when invoking GDB, suppresses any windowing interface.
5761
5762Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
5763
5764 * config/sim-gdb: New file, simulator testing support.
5765
5766Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
5767
5768 * gdb.base/interrupt.exp: Test calling func1 twice.
5769
5770Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
5771
5772 * gdb.base/list.exp (test_forward_search): Set timeout higher
5773 when we'll be getting lots of output from gdb.
5774
5775 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
5776 "init_malloc" to after the expect statement. Run it if that
5777 regexp is taken, but also for two others which happen if source
5778 cannot be found.
5779
5780Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5781
5782 * gdb.base/printcmds.exp: New test, for printing register before
5783 program is running.
5784
5785Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5786
5787 * gdb.base/list.exp: Correct some alternate expect patterns
5788 to reflect changes in list1.c.
5789
5790Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5791
5792 * TODO: Add item regarding large frames.
5793
5794 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
5795
5796 * TODO: Remove item about enabling return.exp; it
5797 is enabled. Suggest a few more "return" tests.
5798
5799Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5800
5801 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
5802 anonymous unions.
5803
5804Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5805
5806 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
5807 and pr-5646.o, so "make" is the same as "make all", not "make
5808 pr-4975.o".
5809
5810Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
5811
5812 * gdb.base/list.exp: Adjust expectations to reflect changes in
5813 list1.c.
5814 (test_forward_search): New test proc.
5815 * gdb.base/list1.c (long_line): New function, has long source line.
5816
5817Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
5818
5819 * gdb.base/a1-selftest.exp: Change initial stepping to know about
5820 additional line of code that was added.
5821
5822Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
5823
5824 * gdb.disasm/hppa.s: Break the large branching tests into smaller
5825 tests so as not to overflow expect's input buffers.
5826 * gdb.disasm/hppa.exp: Corresponding changes.
5827
5828Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5829
5830 Beginnings of template debugging tests.
5831 * gdb.c++/templ-info.cc: New file to test for template
5832 debugging capability of the compiler.
5833 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
5834 templ-info.cc.
5835 * gdb.c++/templates.cc: Add explicit template instantiations
5836 to enable compiling with -fno-implicit-templates. Add destructor
5837 and 'value' method to T5 class for template tests.
5838 * gdb.c++/templates.exp: Add testcases for printing of template
5839 types, setting breakpoints on template methods and calling a
beb998c6 5840 template method.
c906108c
SS
5841
5842Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
5843
5844 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
5845 branch target since some assemblers (gas-2.5) may emit a
5846 relocation for the branch instead of resolving it in the
5847 assembler.
5848
5849Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5850
5851 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
5852 through signal handler.
5853
5854Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
5855
5856 * configure.in (*-*-netware): Use config/mt-netware.
5857
5858 * config/mt-netware: New file.
5859 * config/mt-i386-netware: Removed, separate configs for different
5860 netware architectures are no longer needed now that we have
5861 --with-headers.
5862
5863Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5864
5865 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
5866 by the recent changes to use ANSI C arithmetic conversions.
5867
5868Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5869
5870 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
5871 bug involving using inferior_pid to figure out whether to select a
5872 frame.
5873
5874Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
5875
5876 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
5877 match the current disassembler output.
5878
5879Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
5880
5881 * gdb.fortran/exprs.exp: Expect VOID instead of void.
5882 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
5883 types, expect "int" as type of integer values (for now).
5884
5885Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
5886
5887 * gdb.base/commands.exp: New tests for if/while commands.
5888
5889Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
5890
5891 * lib/gdb.exp (runto): Replace sub-pattern for hex value
5892 by .*, since hex values have different syntax in Chill mode.
5893
5894Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5895
5896 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
5897 linefeed from expect pattern for repeated types with indices > 9.
5898
5899Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
5900
5901 First part of Fortran test suite.
5902 * gdb.fortran: New directory.
5903 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
5904
5905Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5906
5907 * gdb.base/default.exp: Update expect pattern for load command
5908 without arguments.
5909
5910Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
5911
5912 * configure.in: Change i386 to i[345]86.
5913 * gdb.base/configure.in: Likewise.
5914 * gdb.c++/configure.in: Likewise.
5915 * gdb.chill/configure.in: Likewise.
5916
5917Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
5918
5919 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
5920 patterns, since that is not a valid context for comments.
5921
5922Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
5923
5924 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
5925 repeated types and repeated types with indices > 9.
5926
5927Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
5928
5929 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
5930 2417; old bug has been fixed.
5931
5932Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
5933
5934 * gdb.base/interrupt.exp: When trying to wake up the inferior,
5935 send the newline ourselves instead of assuming gdb_test will do
5936 so when passed an empty input string.
5937
5938 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
5939 stabs testcode.
5940
5941Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
5942
5943 * lib/gdb.exp (gdb_test): Don't send anything if the first
5944 argument is an empty string. This makes cases where we want to
5945 match output that is already in expect's buffers (for example,
5946 matching a breakpoint after gdb_run_cmd has been called) work
5947 reliably.
5948
5949Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
5950
5951 * config/netware.exp: New file.
5952
5953Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
5954
5955 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
5956 the -B and -L prefixes so we can find the debugging stub.
5957
5958 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
5959 there and we are using the gcc from the tree.
5960
5961 * gdb.base/types.c: Removed.
5962
5963 * gdb.base/configure.in: Look for makefile fragments in ../config.
5964 Recognize i386-*-netware.
5965 * gdb.c++/configure.in: Likewise.
5966
5967Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5968
5969 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
5970 the correct TCL syntax.
5971
5972Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
5973
5974 * gdb.base/opaque.exp: use runto instead of messing around with
5975 breakpoints. Simplify by using gdb_test.
5976
5977 * gdb.base/bitfields.exp: restart between tests on netware targets
5978 because breakpoints aren't relocated after target death. Run
5979 processes to completion.
5980
5981 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
5982
5983Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
5984
5985 * Makefile.in: Remove extra tabs that confuse some versions
5986 of "make". Use the newly built gdb to test with by default,
5987 rather than the first one in the tester's search path.
5988
5989Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
5990
5991 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
5992
5993 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
5994 condition help.
5995
5996Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
5997
5998 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
5999
6000 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
6001 running.
6002 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
6003 * gdb.base/funcargs.exp: Likewise.
6004
6005 * gdb.base/bitfields.exp: Simplify by using gdb_test.
6006 * gdb.base/funcargs.exp: Likewise.
6007
6008 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
6009 message is "".
6010
6011Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
6012
6013 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
6014 return,signals,twice}.exp: Handle non-existant binaries
6015 consistantly.
6016
6017 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
6018 * gdb.base/Makefile.in: Don't try to generate a core dump, we
6019 might testing a cross development system.
6020
6021Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
6022
6023 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
6024 runtest script is relative to ${srcdir}, not ${rootdir}.
6025
6026Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
6027
6028 * gdb.base/signals.exp: Allow for optionality of breakpoint
6029 address.
6030
6031Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6032
6033 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
6034
6035Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
6036
6037 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
6038 for size_t definition.
6039 * gdb.c++/templates.cc: Likewise
6040
6041 * config/mt-i386-netware: New file.
6042
6043 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
6044 defined.
6045
6046 * gdb.base/Makefile.in: Added support for systems that name core
6047 files by appending "core" to the program name.
6048 * gdb.base/a1-selftest.exp: Likewise.
6049
6050Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6051
6052 * gdb.base/return.exp: Add comment and message for `return double'
6053 test failure on Sparc Solaris.
6054
6055Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
6056
6057 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
6058
6059Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6060
6061 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
6062 from optimizing them away.
6063 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
6064 patterns to include default constructors and assignment operators,
6065 to match gcc versions beyond 2.5.8. Accept any cplus demangling
6066 character in the output of the virtual base pointer.
6067
6068Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6069
6070 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
6071 expression match in print_addr_of to avoid unintented matches.
6072 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
6073 versions up to 2.5.8.
6074
6075Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6076
6077 * gdb.base/list.exp: Tweak alternate pattern for listing of an
6078 included file to run under newer versions of expect.
6079 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
6080 consecutive >'s in templates to accomodate recent cplus-dem.c change.
6081 Remove xfail for the virtual table of BDDHookV.
6082
6083Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
6084
6085 * lib/gdb.exp (string_to_regexp): Set a default result.
6086 (default_gdb_start): Fix misleading message.
6087
6088Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
6089
6090 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
6091 Remove all CC, etc definitions.
6092 * config/mt-hpux: New file.
6093 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
6094 (CFLAGS, LDFLAGS): Define.
6095 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
6096
6097 * Makefile.in (site.exp): Don't insert host_os, etc.
6098 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
6099 (distclean): Check existence of subdir.
6100 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
6101 * gdb.base/Makefile.in: General cleanup and simplification.
6102 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
6103 to build executables. Use default rule to build .o files.
6104 (EXPECT, RUNTEST, CC): Fix relative pathname.
6105 (site.exp): Don't insert host_os, etc.
6106 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
6107 and/or SIGUSR1 defined.
6108 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
6109 * gdb.c++/Makefile.in: General cleanup and simplification.
6110 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
6111 (CFLAGS): Remove.
6112 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
6113
6114Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
6115
6116 * gdb.base/recurse.exp: Misc changes to get tests running again
6117 after Kung's changes to the watchpoint code.
6118 * gdb.base/watchpoint.exp: Likewise.
6119
6120Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
6121
6122 * lib/gdb.exp (string_to_regexp): Convert {\} also.
6123
6124Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
6125
6126 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
6127 * lib/gdb.exp (default_gdb_start): Define.
6128 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
6129 gdb.base/funcargs.exp, gdb.base/opaque.exp,
6130 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
6131 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
6132 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
6133 Don't call gdb_target_udi in between tests.
6134
6135Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6136
6137 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
6138 (which was basically just a local version of the same thing). In
6139 addition to avoiding duplication, gdb_test_exact is faster.
6140 * lib/gdb.exp (gdb_test_exact): Fix typo.
6141
6142 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
6143 don't give an error.
6144
6145 * gdb.base/term.exp: Call delete_breakpoints before starting.
6146
6147 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
6148 (t10): Add comment.
6149
6150Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
6151
6152 Reorganization of the GDB Test Suite.
6153
6154 * gdb.base: New directory, contains all the basic tests.
6155 * gdb.c++: New directory, tests specific to C++.
6156 * gdb.chill: New directory, tests specific to Chill.
6157 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
6158 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
6159 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
6160 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
6161 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
6162 t30-31 to chill).
6163 * */gdbme.*: Rename to match appropriate expect scripts.
6164 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
6165 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
6166 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
6167 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
6168 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
6169 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
6170 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
6171 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
6172 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
6173 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
6174 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
6175 gdb.c++/virtfunc.cc: New names of C++ files.
6176 * gdb.chill/chillvars.ch: New name of Chill file.
6177 * gdb.base/configure.in, gdb.c++/configure.in,
6178 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
6179 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
6180 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
6181 * configure.in (configdirs): Update to reflect directory changes.
6182 (target_abbrev): No longer define for any configuration.
6183 * Makefile.in: Cosmetic improvements to header comments.
6184
6185Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
6186
6187 Various changes to gdb.t31:
6188
6189 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
6190 * gdbme.ch: Make all key-words and predefineds be upper-case.
6191 * chillvars.exp: Expect key-words and predefinds in upper-case.
6192
6193 * chillvars.exp: Use gdb_test_exact many places.
6194 Change expected output for arrays (which now includes index labels).
6195
6196 * pr-5020.exp, gdme.ch (module PR_5020):
6197 New test, for PR-5020.
6198
6199Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
6200
6201 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
6202 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
6203
6204Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
6205
6206 * Makefile.in: Fix bit-rot in definitions of CHILL,
6207 CHILL_FOR_TARGET and Chill_LIB.
6208 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
6209 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
6210 CHILL, and CHILL_LIB.
6211
6212Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
6213
6214 * Revert the previous changes. Please see Rob's directory
6215 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
6216
6217Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
6218
6219 * Makefile.in, configure.in, config/mips-gdb.exp,
6220 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
6221 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
6222 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
6223 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
6224 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
6225 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
6226 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
6227 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
6228 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
6229 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
6230 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
6231 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
6232 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
6233 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
6234 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
6235 changes from 94Q1.
6236
6237Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
6238
6239 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
6240 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
6241 Rob's new testing fragments.
6242
6243Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
6244
6245 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
6246 lib/gdb.exp: Replace error proc calls with perror.
6247
6248Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
6249
6250 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
6251 version also, match on casted version strings, and match on
6252 gdb startup case where the line numbers might be messed up.
6253
6254Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
6255
6256 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
6257 (CFLAGS): Delete it from here.
6258
6259Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
6260
6261 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
6262
6263Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
6264
6265 * Makefile.in (RUNTEST): Default to just "runtest".
6266
6267Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6268
6269 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
6270 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
6271 the code has been restructured.
6272
6273Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6274
6275 * gdb.t00/default.exp (set write): Allow any number of \r and/or
6276 \n, not just one of each.
6277
6278 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
6279 /bin/cc gives a warning if you do.
6280
6281Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
6282
beb998c6 6283 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
6284 __t10ListS_link1ZUiRCUiPT0
6285
6286Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6287
6288 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
6289 on local variables in recursive functions.
6290
6291 * gdb.t07/Makefile.in: Build the new test.
6292
6293Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6294
6295 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
6296 directly. Instead compare the return values from actual calls.
6297
6298Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
6299
6300 * Makefile.in (check): Set TCL_LIBRARY for runtest.
6301
6302Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6303
6304 * From Peter Schauer with minor modifications.
6305 * gdb.t15/return.exp (return_tests): Handle targets where "return"
6306 stops in mid-line in the caller. Add xfail for returning a float
6307 value on X86 targets.
6308
6309Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6310
6311 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
6312 to avoid expect lossage.
6313 (fmem_LRbug_tests): Likewise.
6314 * gdb.disasm/hppa.s: Corresponding changes.
6315
6316 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
6317 conditions to work with latest dejagnu/expect.
6318
6319 * gdb.t15/funcargs.exp (finish from indirect call): No longer
6320 expected to fail on the PA.
6321 (backtrace in call with trampolines): Explicitly require main
6322 to be frame #1 (no trampolines should show up in backtrace).
6323
6324 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
6325 "continue -expect".
6326 * gdb.t06/break.exp: Likewise.
6327 * gdb.t07/watchpoint.exp: Likewise.
6328 * gdb.t13/bitfields.exp: Likewise.
6329 * gdb.t15/{funcargs,return}.exp: Likewise.
6330 * gdb.stabs/weird.exp: Likewise.
6331 * config/{mips,udi}-gdb.exp: Likewise.
6332
6333 * hppa.sed: Enclose comments within a sed command to avoid
6334 losing with the old OSF1 sed.
6335
6336Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6337
6338 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
6339 sequent dynix.
6340 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
6341 * gdb.t15/funcargs.exp: Conditionally step again to really
6342 finish from marker_call_with_trampolines. Handle the case where
6343 the first step from within call_with_trampolines already steps
6344 us back to main.
6345 * gdb.t15/gdbme.c: Add comment to closing brace of
6346 call_with_trampolines for funcargs.exp.
6347
6348Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6349
beb998c6 6350 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
6351 Fix typo(s).
6352
6353Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6354
6355 * gdb.t07/gdbme.c: More code for watchpoint testing.
6356
6357 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
6358 "Hardware watchpoint" throughout file.
6359 (test_watchpoint_triggered_in_syscall): New test.
6360 (test_complex_watchpoint): New test.
6361
6362Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6363
6364 * gdbme.c (call_with_trampolines): New function to try and step
6365 into. Tests trampoline problems on the PA.
6366
6367 * funcargs.exp (localvars_in_indirect_call): No longer expect
6368 stepping into indirect call to fail on PAs.
6369 (test_stepping_over_trampolines): New test.
6370
6371Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6372
6373 * TODO: Add suggestions for static member function tests, and
6374 completion tests.
6375
6376Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6377
6378 * TODO: Add suggestions for "p/a" tests.
6379
6380 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
6381 (default_gdb_exit): Replace all the hair with sending "quit" to
6382 the process with a simple close.
6383
6384Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6385
6386 * TODO: Add suggestions for shared library tests.
6387
6388Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6389
6390 * TODO: Add suggestions for x/s tests.
6391
6392Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6393
6394 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
6395 "enable once", and "enable breakpoints once" with ".*".
6396
6397Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6398
6399 * TODO: Add suggestions about structure passing tests.
6400
6401Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6402
6403 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
6404 the primary1 test, use work around if __GNUC__ < 2.
6405 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
6406 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
6407 Test for bad output rather than waiting for timeout. Issue
6408 second continue only if first continue failed.
6409
6410Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6411
6412 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
6413 operator[] test with gdb_test because the old code didn't seem to
6414 be getting the quoting right with the new dejagnu.
6415
6416Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
6417
6418 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
6419 one from the path.
6420 * Makefile.in: Use a fresh expect if there is one, use runtest
6421 from the src tree if there is one.
beb998c6 6422
c906108c
SS
6423Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6424
6425 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
6426 next over recursive call. Revise the tests from that point on
6427 (which had been skipped) to match GDB's actual (correct) output.
6428
6429 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
6430 with next over a breakpoint whose condition is false.
6431
6432 * gdb.t00/help.exp: Comment out "help set print" tests just like
6433 (and for same reason as) "help set" test.
6434
6435Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6436
6437 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
6438 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
6439
6440Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6441
6442 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
6443 necessary gdb_target_udi.
6444
6445 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
6446
6447 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
6448 1838 and 2417; they are fixed.
6449
6450 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
6451 gdb.t03/ptype.exp (ptype structure, ptype union):
6452 Remove xfails; the test is looser than when the xfails were added.
6453
6454 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
6455 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
6456
6457 * gdb.t01/run.exp: Only run shell test if isnative.
6458
6459 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
6460 since "run" automatically loads if necessary. Call gdb_target_udi
6461 after the "file" since "file" kills any execution target.
6462
6463 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
6464 GDB. GDB doesn't work that way (not anymore at least) on UDI.
6465 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
6466 argument for UDI.
6467
6468Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6469
6470 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
6471
6472 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
6473
6474Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6475
6476 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
6477 properly quoting regexps. This makes the second argument to
6478 demangle a fixed string, which matches the callers, instead of a
6479 shell-style pattern which is what the previous implementation
6480 used. Update some of the callers.
6481
6482Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6483
6484 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
6485 (comib_nullified_tests): Fix typo.
6486 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
6487 strings. No longer expected to fail.
6488
6489 * gdb.disasm/hppa.s (addib_tests): Fix typo.
6490 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
6491 strings. No longer expected to fail.
6492
6493 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
6494 string. No longer expected to fail.
6495
6496Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6497
6498 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
6499 No longer expected to fail.
6500
6501 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
6502 string. No longer expected to fail.
6503
6504Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6505
6506 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
6507 only in the names (I probably got most of them). I was even
6508 generous with some which differed in underscores in names, and
6509 probably missed a few, and I *still* was able to remove almost a
6510 third of the file with almost no impact on testsuite coverage.
6511
6512Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6513
6514 * gdb.t00/default.exp: Match udi_attach error message as well as
6515 the one from child_attach.
6516
6517 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
6518
6519 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
6520
6521 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
6522 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
6523
6524 * Move test with enums and partial symbols back to
6525 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
6526 Reverts the change of 26 May 93. Per today's change to
6527 stabs.texinfo, the behavior that weird.exp was expecting was
6528 unreasonable; what is important is that the compiler+gdb get
6529 things right, which happens with a recent gcc. Also fix the test
6530 to deal with native compilers which put out the stab gdb can't
6531 deal with.
6532
6533Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6534
6535 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
6536 in the names. The main thing these accomplish is to slow things down.
6537 Many more such duplicates surely remain.
6538
6539 * gdb.t00/help.exp: Comment out "help support" test just like
6540 (and for same reason as) "help set" test.
6541
6542Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
6543
6544 * gdb.t06/break.exp: Remove setup_xfails for
6545 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
6546 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
6547 about known bug in gcc to include up through 2.5.8.
6548 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
6549 well as "_vb$".
6550 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
6551 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
6552 with latest gcc and gdb.
6553 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
6554 well as "_vb$".
6555
6556Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6557
6558 * configure.in (hppa*-*-*): Also configure and build stabs-only
6559 tests.
6560
6561Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6562
6563 * gdb.t10/hppa.mt: A makefile fragment for the PA.
6564 * gdb.t10/configure.in (hppa*-*-*): Use it.
6565
6566Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6567
6568 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
6569
6570Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6571
6572 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
6573 versions prior to 1.13.5.
6574
6575Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6576
6577 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
6578 the prompt is at the start of a line.
6579
6580Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6581
6582 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
6583 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
6584 in the copr tests now.
6585 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
6586 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
6587 expected to fail.
6588
6589Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
6590
6591 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
6592 gdb.t31/chillvars.exp, lib/gdb.exp:
6593 Tweak to run under either version of expect.
6594 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
6595 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
6596 * gdb.t11/list.exp: Remove extraneous whitespace.
6597
6598Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6599
6600 * gdb.t16/printcmds.exp (test_print_strings): Accept
6601 "(unsigned char *) " before the string.
6602
6603 * TODO: Add notes about printing of fancy types and GDB expressions.
6604
6605Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
6606
6607 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
6608 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 6609 if doing mips-idt-ecoff.
c906108c
SS
6610
6611Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
6612
6613 * Most .exp files: Tweak to run under either version of expect.
6614
6615Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6616
6617 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
6618 xfails; I'm not sure why they are failing, but not because of PR 1806.
6619
6620Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
6621
6622 * config/unix-gdb.exp: Remove gdb_unload cause it's already
6623 defined in lib/gdb.exp.
6624
6625Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6626
6627 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
6628 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
6629 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
6630 have to be typeless.
6631
6632Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6633
6634 * TODO: Add suggestion for copyright year test.
6635
6636Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
6637
6638 * configure.in (*-*-lynxos*): Add stabs tests.
6639
6640Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6641
6642 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
6643 so insert a tab before any assembler directive in column zero.
6644
6645 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
6646 stores.
6647 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
6648 stores.
6649 (fpu_short_memory_tests): Likewise.
6650
6651Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6652
6653 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
6654 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
6655 .stabs directives in comments.
6656
6657Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6658
6659 * TODO: New file, describing tests we could write.
6660 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
6661
6662Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6663
6664 * gdb.t06/signals.exp: Add kludge to force re-sync.
6665
6666 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
6667 to xgdb instead of gdb, get out of gdb.
6668
6669Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
6670
6671 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
6672 for info.
6673
6674Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6675
6676 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
6677 * gdb.stabs/configure.in (hppa*-*-*): Use it.
6678 * gdb.stabs/hppa.sed: New sed script for the PA.
6679
6680Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6681
6682 * gdb.stabs: Re-write weird.def and configuration to use sed
6683 instead of cpp. sed is portable and POSIX; cpp is neither.
6684
6685Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6686
6687 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
6688
6689Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6690
6691 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
6692
6693Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6694
6695 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
6696 "_vb$".
6697 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
6698 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
6699
6700Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6701
6702 * lib/gdb.exp: Comment out code which depends on non-existent
6703 `transform' procedure.
6704
6705Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
6706
6707 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
6708 * lib/gdb.exp: Transform tool name.
6709 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
6710 1.1's new error handling system.
6711
6712Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6713
6714 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
6715
6716Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6717
6718 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
6719 They made pattern matching so slow that timeouts happened on
6720 heavily loaded systems. Now any output from "show print" which
6721 gets us back to the GDB prompt is a PASS.
6722
6723Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
6724
6725 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
6726
6727Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6728
6729 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
6730
6731 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
6732 It is not from PR 3220.
6733
6734Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6735
6736 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
6737 just started failing because they depended on the order the
6738 subcommands are presented, or exact docstring text. This kind of
6739 test is a pain and has minimal benefit.
6740
6741Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6742
6743 * gdb.t09/corefile.exp: At end of test, use "core" command with
6744 no arguments.
6745
6746Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
6747
6748 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
6749 17}/Makefile.in: Make it possible to run the testsuite with Sun
6750 make and CC = cross gcc by adding explicit build rules for .o
6751 files.
6752
6753Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6754
6755 * gdb.t15/funcargs.exp: Don't put comments on same line as
6756 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 6757
c906108c
SS
6758Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6759
6760 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
6761
6762Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
6763
6764 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
6765 * gdb.t20/inherit.exp: remove three dumplicate entries.
6766
6767Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6768
6769 * gdb.t06/break.exp: For "next over recursive call", fail on any
6770 incorrect output, not just on "factorial (value=2)".
6771
6772Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6773
6774 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
6775 working now. Add an xfail if accesing a bss variable causes
6776 a memory error if the target is not yet run.
6777
6778Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6779
6780 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
6781 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
6782 name of __st* demangling (2 strings). Did Kung really get the
6783 more than 95 others right without testing them?
6784
6785Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
6786
6787 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
6788
6789Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
6790
6791 * configure.in (configdirs): Add gdb.disasm
6792 * gdb.disasm: New directory for GDB disassembler tests.
6793 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
6794
6795Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6796
6797 * gdb.t00/help.exp: Don't test "help set".
6798
6799 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
6800 from within expect statements. None of these happen anymore and
6801 they cause regressions to be silently unnoticed.
6802
6803 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
6804 messages) about known failures with gcc cygnus-2.4.5-930417.
6805
6806 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
6807 comp-info.exp so it gets built if it doesn't exist.
6808
6809 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
6810 it is no longer used.
6811 * gdb.t13/comp-info.c: Removed.
6812
6813Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
6814
6815 * gdb.t06/signals.exp: Add xfail for sun3.
6816
6817Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6818
6819 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
6820 relevant because ^C doesn't get sent but failure can be reproduced
6821 interactively).
6822
6823Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6824
6825 * gdb.stabs/alpha.mt: New configuration file for alpha.
6826 * gdb.stabs/configure.in: Use it.
6827 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
6828 sharing with alpha.mt, redefine long to word via preprocessor.
6829 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
6830 for alpha.
6831 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
6832 native cc.
6833 * gdb.t00/teststrategy.exp: Change expect string so that we
6834 consume the `(xgdb)' from the command echo and from the gdb prompt.
6835 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
6836 gdb currently compares all values as long, so this failure probably
6837 applies to any configuration where LONGEST is bigger than a target int.
6838 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
6839 with gcc.
6840 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
6841 to handle opaque pointers, gcc is.
6842 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
6843 as first argument. Include <sys/types.h> and change all operator
6844 new definitions to use size_t.
6845 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
6846 now that we use size_t.
6847
6848Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6849
6850 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
6851 a long or float array cast all array members to the same type.
6852 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
6853 with 64 bit longs.
6854 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
6855 on alpha.
6856 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
6857
6858Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6859
6860 * gdb.t24 (demangle.exp): Constructors of templates have names like
6861 vector<int>::vector(int) not vector<int>::vector<int>(int). See
6862 section 14.6 of the ARM.
6863
6864 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
6865 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
6866 accomplish little and slow down the testsuite.
6867
6868 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
6869 Accept spaces various places.
6870
6871Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6872
6873 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
6874 with watchpoint enabled.
6875
6876 * Makefile.in: Remove definition of CC and remove the second
6877 definition of CXX (the "CXX = gcc" one remains). These definitions
6878 were causing backquotes to be expanded within backquotes, which
6879 doesn't work.
6880
6881Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
6882
6883 * gdb.t17/callfuncs.exp: Add "return 0" to end.
6884
6885Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6886
6887 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
6888 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
6889 by mips cc and contains no stabs entries.
6890
6891Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
6892
6893 * config/vx-gdb.exp: Use fake device to load files rather than
6894 NFS.
6895 * lib/gdb.exp: New proc to do "file" command.
6896 * config/unix-gdb.exp: Use new "file" proc.
6897
6898Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
6899
6900 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
6901 Rework board rebooting slightly.
6902 (gdb_exit): Don't exit from the remote shell; there isn't one.
6903 * gdb.stabs/weird.exp: If a program is being debugged already,
6904 kill it.
6905 * gdb.t04/setvar.exp: Stop and restart gdb.
6906 * gdb.t05/expr.exp: Likewise.
6907 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
6908 restart gdb and reload the program.
6909 * gdb.t08/opaque.exp: Likewise.
6910 * gdb.t12/scope.exp: Likewise.
6911 * gdb.t13/bitfields.exp: Likewise.
6912 * gdb.t15/funcargs.exp: Likewise.
6913 * gdb.t20/classes.exp: Likewise.
6914 * gdb.t03/ptype.exp: Increase timeout.
6915 * gdb.t16/printcmds.exp (test_print_string_constants,
6916 test_print_array_constants): Likewise.
6917 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
6918 * gdb.t20/classes.exp (do_tests): Likewise.
6919 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
6920
6921Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
6922
6923 * gdb.stabs: Renamed *wierd* to *weird*.
6924
6925Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
6926
6927 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
6928 for timeout. Add "known gcc 2.4.5 bug" to failure message.
6929
6930Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
6931
6932 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
6933 (do_tests): Remove xfail for whatis on one_var and two_var.
6934
6935Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
6936
6937 * Makefile.in: Made cross building work better by adding
6938 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
6939
6940Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6941
6942 * gdb.t15/{return.c,return.exp,Makefile.in}:
6943 New test, currently commented out.
6944
6945Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
6946
6947 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
6948 still running and removes the leftover named socket so GDb can do
6949 clean restarts.
6950
6951Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
6952
6953 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
6954 console, not GDB.
6955 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
6956 cross testing works better with "make check"
6957 * config/unix-gdb: Use default procedures for exit and version.
6958 * config/vx-gdb.exp: Cleaned up and massaged back to working order
6959 with the newest VxWorks.
6960
6961Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6962
6963 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
6964 old form.
6965
6966 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
6967 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
6968
6969 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
6970
6971 * config/unix-gdb.exp: Remove this version of gdb_exit
6972 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
6973 Rob says he'll look at it when he gets back to testing boards.
6974
6975Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
6976
6977 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
6978 an expected fail for certain ptype commands.
6979
6980 * gdb.t20/classes.exp: Update expected results of "ptype class
6981 Base1" to account for the constructor that now appears in the type.
6982
6983Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
6984
6985 * configure.in (configdirs): Restore gdb.t04, which mysteriously
6986 disappeared from list.
6987 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
6988 "alldone" proc with call to cleanup and exit.
6989 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
6990 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
6991 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
6992 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
6993 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
6994 "alldone" proc with simple returns that suppress remaining
6995 tests. The alldone proc went away many months ago.
6996
6997Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6998
6999 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
7000
7001 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
7002
7003Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7004
7005 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
7006 as vax gdb will display them.
7007
7008Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7009
7010 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
7011 optimizers.
7012
7013 * scope.exp: Change "bad value for localval" messages so each one
7014 is unique.
7015
7016 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
7017 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
7018
7019 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
7020
7021Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7022
7023 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
7024 doesn't exist (due to optimization).
7025
7026Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7027
7028 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
7029 contains \r because the filename is long.
7030
7031 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
7032 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
7033
7034Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7035
7036 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
7037 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
7038 Ultrix.
7039 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
7040 int tests.
7041 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
7042
7043Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
7044
7045 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
7046
7047 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 7048 to match does not match the passing case but still matches the
c906108c
SS
7049 failing case.
7050
7051Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7052
7053 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
7054
7055Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
7056
7057 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
7058 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
7059 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
7060 Remove various versions of gdb_exit.
7061 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
7062 gdb_exit.
7063 * config/unix-gdb.exp: gdb_exit remains here, and should override
7064 the generic version, since it's doing a lot of wierd stuff that
7065 the other versions aren't. FIXME, fold it in, or abandon this
7066 version.
7067
7068Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7069
7070 * gdb.t24/demangle.exp: Add tests for PR 3220.
7071
7072Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7073
7074 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
7075
7076Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
7077
7078 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
7079 "i386-*-*". Works for i486 as well.
7080
7081 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
7082 bug, and expand domain of xfail to all SVR4 systems, since the
7083 actual problem is likely to be in generic SVR4 /proc support.
7084
7085Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7086
7087 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
7088
7089Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
7090
7091 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
7092 xfails for other systems. Match a missing 'Continuing.' as an
7093 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
7094
7095 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
7096 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
7097 Only issue warning for missing executables if -all option is used.
7098
7099 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
7100 file if -all option is used. It's like an unpredictable XFAIL.
7101
7102Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7103
7104 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
7105 for dynamically linked binaries.
7106
7107 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
7108
7109Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7110
7111 * gdb.t20/inherit.exp: Change message for "print tagless struct"
7112 to state that this is a known bug in old versions of g++.
7113
7114Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7115
7116 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
7117 while waiting for `Continuing'.
7118
7119Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
7120
7121 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
7122 in text, data, and bss.
7123 * gdb.t10/nodebug.c: Add local and global test variables for
7124 initialized and uninitialized data.
7125
7126Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7127
7128 * config/unix-gdb.exp (gdb_exit): Add "wait".
7129
7130Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7131
7132 * gdb.t06/signals.exp: xfail the continue from the handler for all
7133 targets.
7134
7135 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
7136 function with watchpoints enabled, the i386 call dummy starts with
7137 a call.
7138
7139 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
7140 386 bsd names its corefiles.
7141
7142Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
7143
7144 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
7145 compilers don't grok it.
7146 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
7147 with small octal ints rather than character constants, which
7148 are signed and might not fit if first promoted to int.
7149
7150Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
7151
7152 * gdb.t09/Makefile.in (clean): Remove corefile.
7153
7154Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7155
7156 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
7157
7158Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7159 and Jim Kingdon (kingdon@cygnus.com)
7160
7161 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
7162 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
7163 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
7164
7165Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7166
7167 * gdb.t17/interrupt.exp: Add xfail for hppa.
7168
7169Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7170
7171 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
7172 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
7173 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
7174 to determine signed-ness of bitfields and use the result to setup
7175 the xfail.
7176 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
7177 * gdb.t15/funcargs.exp: Use them to step until the second indirect
7178 call line is reached if necessary.
7179
7180Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7181
7182 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
7183
7184Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7185
7186 * gdb.t06/break.exp: Also test `clear' command.
7187
7188Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
7189
7190 * gdb.t00/teststrategy.exp: Remove extra quote.
7191
7192 * gdb.t07/watchpoint.exp: Change xfail for calling function with
7193 watchpoint enabled to be for all non-68k machines.
7194
7195 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
7196
7197Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7198
7199 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
7200 targets use aout.mt instead of ecoff.mt as gas understands
7201 standard aout format.
7202
7203Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
7204
7205 * lib/gdb.exp (runto): Don't insist that function we are running to
7206 was compiled with -g.
7207
7208 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
7209
7210 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
7211 to get back into the read system call.
7212 Accept leading newline in case where we woke it up.
7213
7214Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7215
7216 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
7217 to make the stabs test work on ecoff systems using gcc and -with-stabs.
7218 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
7219 enable ecoff configuration.
7220
7221Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7222
7223 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
7224
7225Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7226
7227 * gdb.t16/printcmds.exp: Add another printf test.
7228
7229Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
7230
7231 * configure.in: If configured -with-stabs on any target, add
7232 stabsdirs to configdirs.
7233
7234Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7235
7236 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
7237 fun" so pattern does not match the command itself.
7238
7239Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7240
7241 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
7242
7243Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7244
7245 * gdb.t17/interrupt.exp: Test for more things.
7246
7247Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7248
7249 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
7250 compiler arranges the code and line numbers.
7251
7252 * gdb.t17/interrupt.exp: Don't send \n after ^C.
7253
7254Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7255
7256 * gdb.t00/help.exp: Increase expect input buffer size.
7257
7258Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7259
7260 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
7261
7262 * gdb.t07/watchpoint.exp: Add xfail for hppa.
7263
7264 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
7265
7266 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
7267 [0-9]*, not just [0-9].
7268
7269Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7270
7271 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
7272
7273 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
7274
7275Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7276
7277 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
7278
7279Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7280
7281 * gdb.t06/signals.c: Add xfails for sun3.
7282
7283 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
7284
7285 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
7286 test_stepping tests.
7287
7288Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7289
7290 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
7291
7292 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
7293
7294 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
7295 rather than actually putting it through cpp twice.
7296
7297 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
7298
7299Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
7300
7301 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
7302 no longer needed.
7303
7304Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7305
7306 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
7307
7308 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
7309 C++ features prints as "struct", make it a pass, not an xfail.
7310
7311Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7312
7313 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
7314 Don't require VA to print as "class" rather than "struct".
7315
7316Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
7317
7318 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
7319
7320Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7321
7322 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
7323
7324Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7325
7326 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
7327 order.
7328
7329Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7330
7331 * gdb.t16/printcmds.exp: Add printf tests.
7332
7333 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
7334
7335 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
7336
7337Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
7338
7339 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
7340 pass counts, to counteract any existing or future setup_xfails.
7341
7342Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7343
7344 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
7345 {BEGIN,END}_COMMON for common block instead of STAB.
7346 * gdb.stabs/wierd.exp: Add xfail for rs6000.
7347
7348 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
7349 intp_var should be N_GSYM not N_LSYM.
7350 wierd-aout.S: Use a label for the value of the N_SO.
7351 wierd.def: Remove all backslashes.
7352 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
7353
7354Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7355
7356 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
7357 get the expected next to inheritance3.
7358
7359Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7360
7361 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
7362 now that gcc-2.4 gets it right.
7363
7364Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7365
7366 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
7367
7368 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
7369 generating comp-info.exp which works for cross-compilation.
7370
7371Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
7372
7373 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
7374 "*-*-sysv4.*".
7375
7376Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
7377
7378 * gdb.t01/run.exp: Start with a fresh gdb.
7379 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
7380 SVR4.x.
7381
7382Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
7383
7384 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
7385 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
7386 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
7387 Makefile.in (distclean, realclean): Remove gdbme.c from list of
7388 things to remove.
7389
7390Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
7391
7392 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
7393 test cases from bug reports.
7394
7395Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
7396
7397 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
7398 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
7399 avoid spurious xfails.
7400 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
7401 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
7402 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
7403
7404Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
7405
7406 * gdb.t00/teststrategy.exp: Rework to provide more useful
7407 description of each test, fix problem with systems that define
7408 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
7409 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
7410 results for "next over recursive call" so timeouts aren't taken
7411 by error.
7412
7413Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
7414
7415 * gdb.t12/scope.exp: Test printing of variables before run.
7416
7417 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
7418 printed in wrong order due to sorting.
7419
7420Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
7421
7422 * gdb.t00/teststrategy.exp: Fix expected results for printing
7423 user entered string constant. Is array of char, prints with no
7424 address.
7425
7426 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
7427 commands.
7428 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
7429 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
7430 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
7431 of struct of char arrays.
7432 * gdb.t00/radix.exp: New tests for radix commands.
7433
7434Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
7435
7436 * gdb.t16/printcmd.exp: Print a variable before running program
7437 (with xfail for AIX).
7438
7439Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
7440
7441 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
7442
7443 * gdb.t16/printcmd.exp: Don't print variables before running program.
7444
7445 * gdb.t06/break.exp: Don't require envp argument to main.
7446
7447 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
7448
7449 * gdb.t02/whatis.exp, gdb.t11/list.exp:
7450 Add xfails for rs6000.
7451
7452 * gdb.t02/whatis.exp: Change other tests not to re-test something
7453 we already tested.
7454
7455 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
7456 each type used has a variable of that type.
7457
7458Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
7459
7460 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
7461
7462Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7463
7464 * configure.in: change srctrigger to be a file, not a directory
7465
7466Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
7467
7468 * configure.in (mips-idt-ecoff*): Added trailing '*'.
7469
7470 * gdb.t11/list.exp: Fixed a couple of typos.
7471
7472Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
7473
7474 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
7475 is fixed and PR is closed.
7476 * gdb.t16 (gdbme.c): Add simple test string variable.
7477 * gdb.t16 (printcmds.exp): Add tests with simple test string
7478 variable, primarily for boundaries on "set print elements".
7479
7480Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
7481
7482 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
7483 Make leading 0's optional and don't expect a tab in the middle
7484 of the number.
7485
7486 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
7487
7488 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
7489 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
7490 don't end command passed to gdb_test with newline.
7491
7492 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
7493 signed keyword away, don't expect signed bitfields to be signed.
7494
7495 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
7496 printing with only as many 1's as are in the field as well as printing
7497 with 32 1's (see comment).
7498
7499Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
7500
7501 * gdb.t00/default.exp: Start with a fresh gdb.
7502 * configure.in (configdirs): Remove gdb.t31 until the chill
7503 compiler works again. It no longer is able to find chillrt0
7504 since it isn't in libchill.a anymore.
7505 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
7506 wierd.o, make more modular.
7507 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
7508 spurious newlines that caused problems.
7509
7510Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7511
7512 * Move test with enums and partial symbols from gdb.t03/ptype.exp
7513 to gdb.stabs/wierd.exp since GCC has worked around the bug.
7514 gdb.stabs/wierd.{exp,def}: Many new tests.
7515
7516 * gdb.t00/default.exp: update info line for new message.
7517
7518 * gdb.t02/{whatis.exp,gdbme.c}:
7519 Test that "char *" doesn't print as "caddr_t".
7520
7521Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7522
7523 * gdb.t00/help.exp: Use .* in place of some help messages which
7524 just changed.
7525 gdb.t00/default.exp: Update "info frame" test for new message.
7526 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
7527 Remove some xfails
7528
7529Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7530
7531 * gdb.t03/{gdbme.c,ptype.exp}:
7532 Add tests for typedef'd struct and union without tags.
7533 Also check "whatis" on a variable of a typedef'd enum without a tag.
7534
7535 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
7536 PRMS 1823; the bug still exists but isn't reproduced by this test
7537 anymore), and remove rs6000 XFAIL (the bug is fixed).
7538
7539 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
7540 duplicated from whatis.exp. For those that are left, accept
7541 "long", "long int", or "int" for long variables (whatis.exp already
7542 has an XFAIL for "int", so no need to fail it here).
7543
7544 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
7545 Deal with GCC's names for types now that GDB uses the compiler's names.
7546
7547 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
7548 setup_xfail's for sunos4. If we #defined the signed keyword away,
7549 don't expect GDB to know that char it is signed.
7550
7551 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
7552
7553Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
7554
7555 * configure.in (configdirs): Add gdb.t24 for C++ tests that
7556 should work on any system, regardless of debugging format.
7557 * gdb.t21/demangle.exp: Move to gdb.t24.
7558 * gdb.t24/demangle.exp: Move from gdb.t21.
7559 * gdb.t24/{Makefile.in, configure.in}: New files.
7560
7561Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7562
7563 * configure.in: Do gdb.stabs and C++ tests only for stabs.
7564 * gdb.stabs: New directory.
7565
7566Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7567
7568 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
7569 not just "Quit anyway?".
7570
7571Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
7572
7573 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
7574 that all setup_xfails are immediately followed by clear_xfails.
7575
7576Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
7577
7578 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
7579 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
7580 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
7581 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
7582 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
7583 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
7584 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
7585 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
7586 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
7587 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
7588 gdb.t31/chillvars.exp, lib/gdb.exp:
7589 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
7590 bug-gdb@prep.ai.mit.edu.
7591
7592Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
7593
7594 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
7595 with 0.0, not integer 0.
7596
7597Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
7598
7599 * gdb.t06/break.exp: Update for "Kill the program" message change.
7600
7601Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
7602
7603 * Makefile.in (GDBFLAGS): Set to -nx.
7604 * Makefile.in (site.exp): Use GDBFLAGS.
7605
7606Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
7607
7608 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
7609 Makefiles.
7610 (check): depend on just-check.
7611 (just-check): added so that tests can be run without a noop
7612 build pass.
7613
7614Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
7615
7616 Switch to using configure's configdirs.
7617 * Makefile.in (Makefile): add configure.in dependency.
7618 (SUBDIRS): removed redundant assignment.
7619 * configure.in: switch subdirs assignment to configdirs.
7620 * gdb.t*/configure.in: new files.
7621
7622Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
7623
7624 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
7625 works.
7626
7627Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
7628
7629 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
7630 in explicit rules. Apparently this is not supported by some makes.
7631
7632Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
7633
7634 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
7635
7636Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7637
7638 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
7639 disappeared.
7640
7641Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
7642
7643 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
7644
7645Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
7646
7647 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
7648 watchpoint problem that is now fixed.
7649 * gdb.t30/chexp.exp: Remove setup_xfail for printing
7650 uninitialized convenience variables.
7651 * gdb.t31/chillvars.exp: Fix expected patterns for printing
7652 structures.
7653
7654Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7655
7656 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
7657 which causes expect to get out of sync with gdb on long output
7658 from help set.
7659 * gdb.t09/corefile.exp: Make expected pattern for core file
7660 failing signal and frame output format less sun specific.
7661
7662Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
7663
7664 * gdb.t31/chillvars.exp: Add and remove initial dummy
7665 breakpoint, so that symbol table is forced in.
7666 (Needed at least on Sunos4, though it seems not SVR4.)
7667 * gdb.t31/chillvars.exp: Update for changed output format.
7668
7669Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
7670
7671 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
7672
7673Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
7674
7675 * Makefile.in: Added --srcdir when invoking runtest, removed the
7676 need for a local config file. (optional now)
7677
7678Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
7679
7680 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
7681 failure count used to force early termination. Add some more
7682 expected failures for gnu style demangling.
7683
7684Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7685
7686 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
7687 pmi variable from gdb.t20/gdbme to get optimized away.
7688 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
7689 Check for written corefile upon timeout _and_ eof.
7690
7691Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7692
7693 * config/unix-gdb.exp: Add missing return 0.
7694
7695Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7696
7697 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
7698 test termination.
7699
7700Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
7701
7702 * configure.in (subdirs): Put back gdb.t17 which mysteriously
7703 disappeared.
7704
7705Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
7706
7707 * gdb.t10/crossload.exp: Disable the i860-elf test until such
7708 time as i860 support works.
7709
beb998c6 7710 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
7711 "backtrace 100\r" rather than just "backtrace\r", to match last
7712 change.
7713
7714Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
7715
7716 * config/udi-gdb.exp (gdb_exit): Remove close command.
7717 (gdb_target_udi): New procedure to set the UDI target.
7718 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
7719 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
7720 Added waits for prompts after several question responses. Added
7721 some more responses used by a29k-amd-udi-gdb.
7722 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
7723 pass different arguments, restart UDI connection after program
7724 completion.
7725 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
7726 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
7727 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
7728 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
7729 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
7730 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
7731 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
7732 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
7733 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
7734 after program completion.
7735 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
7736 compiled with a SELECT_VECS setting.
7737 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
7738 infinite recursion.
7739
7740 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
7741 Added checks for COFF results, and made them expected failures for
7742 all targets. It would be better to make them expected failures
7743 for COFF targets only.
7744
7745Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
7746
7747 * Makefile.in: add null dvi target, don't bother to recurse
7748 through test directories for info and install-info; rename
7749 $(datadir) to be dejagnu instead of deja-gnu
7750
7751Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
7752
7753 * gdb.t31/gdbme.ch: Re-enable code that previously caused
7754 compiler to coredump.
7755 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
7756 code.
7757
7758Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
7759
7760 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
7761 coredump.
7762 * gdb.t31/chillvars.exp: Comment out tests that depend on that
7763 code.
7764
7765Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
7766
7767 * gdb.t03/ptype.exp: tests for return code from gdb_test.
7768 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
7769 which in a shell. Deletes xgdb when done.
7770 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
7771 Tests the return from the "set height" or "set width" commands.
7772 Added a few return codes where needed.
7773
7774Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
7775
7776 * Makefile.in (SUBDIRS): Add gdb.t17.
7777 * configure.in (subdirs): Add gdb.t17.
7778 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
7779 files to test gdb's calling of functions in the inferior with
7780 the correct arguments and gdb's ability to retrieve any
7781 result returned.
7782
7783Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
7784
7785 * config/unix-gdb.exp (gdb_exit): Remove close commands that
7786 may be called after gdb goes away. Previous versions of expect
7787 needed these to avoid file descriptor leaks, but they cause
7788 errors with the current revision of expect.
7789 * gdb.t00/gdbvars.exp: Use -re on expected output after
7790 setting sevenbit-strings.
7791 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
7792 to set sevenbit-strings consistent across tests.
7793 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
7794 set sevenbit-strings consistent across tests.
7795
7796Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
7797
7798 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
7799 expected output to match current "expect" expectations.
7800
7801Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
7802
7803 * gdb.t00/default.exp: Change expected output for default "source"
7804 command, to match new gdb behavior which requires a filename to
7805 source.
7806
7807Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
7808
7809 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
7810 expected fail for i486-*-* that misses the marker2 function.
7811 * gdb.t10/crossload.exp (bfddefault): Allow successful
7812 recognition of a format to pass even if no symbols are found.
7813 Explicitly catch failures where the format is not recognized
7814 or is ambiguous, and add the reason to the fail message.
7815 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
7816 the cause is and invalid target and add reason to failure message.
7817 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
7818 elf32-i386, elf32-sparc, and elf32-i860.
7819 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
7820 Set up expected failure for 'filename'::variable scope resolution,
7821 which is now apparently broken on all targets.
7822 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
7823 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
7824 gdb.t23/templates.exp: Change failure for missing binfile into
7825 just a warning.
7826 gdb.t21/demangle.exp: Change all cfront references to 'arm'
7827 references.
7828
7829Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
7830
7831 * gdb.t00/default.exp: Add expected output for default "source"
7832 command, to match new gdb behavior.
7833 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
7834
7835Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
7836
7837 * config/*-gdb.exp: returns an error, rather than exiting on
7838 internal errors.
7839
7840Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
7841
7842 * gdb.t03/gdbme.c: Add pointer to struct variable.
7843 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
7844 referencing struct members.
7845
7846Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
7847
7848 * configure.in (mips-idt-ecoff): New target.
7849 * config/mips-gdb.exp: New file for remote board using MIPS remote
7850 debugging protocol.
7851
7852 * Redid configuration scheme. Removed gdb.t*/configure.in.
7853 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
7854 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
7855 distclean targets. Built executables via .o files. Adjusted
7856 tests to account for source files in $(srcdir) rather than
7857 $(objdir).
7858 * lib/gdb.exp (runto): Don't expect () after the function name,
7859 because it may have arguments.
7860
7861Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
7862
7863 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
7864 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
7865 expected failures for mips-idt-* and mips-sgi-*.
7866 * gdb.t00/default.exp (attach): Kill process if requested.
7867 * gdb.t00/help.exp (help target core, help target): Accept a gdb
7868 that does not read core files.
7869 * gdb.t01/run.exp: Removed checks for exit status code.
7870 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
7871 it is linked in.
7872 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
7873 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
7874 appropriate, rather than doing it by hand.
7875 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
7876 execution.
7877 * gdb.t10/crossload.exp: Kill existing program if needed.
7878 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
7879 appropriate, rather than doing it by hand. Always increase
7880 timeout for this test, not just for VxWorks.
7881
7882Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
7883
7884 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
7885 of Chill STRUCT types and STRUCT values.
7886 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
7887 than "char".
7888 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 7889 struct2): New struct definitions and initializations to test
c906108c
SS
7890 simple Chill STRUCT types.
7891
7892Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
7893
7894 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
7895 the null byte at the end of strings.
7896 * gdb.t00/default.exp: Make show version insensitive to copyright
7897 date.
7898 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
7899 to avoid dependencies on target char signedness.
7900 * gdb.t16/printcmds.exp: Update expected results for explicitly
7901 unsigned char.
7902 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
7903 now work.
7904 * gdb.t21/demangle.exp: Add many more patterns for template
7905 demangling, most of them being expected failures.
7906 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
7907 string we are matching for, to match on the whole string.
7908 * gdb.t21/demangle.exp: Add many new test strings to demangle,
7909 and fix a whole bunch that had incorrect expected output but were
7910 passing anyway because of the bug in "proc demangle".
7911 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
7912 type.
7913 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
7914
7915Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
7916
7917 * gdb/testsuite: made modifications to testcases, etc., to allow
7918 them to work properly given the reorganization of deja-gnu and the
7919 relocation of the testcases from deja-gnu to a "tool" subdirectory.
7920
7921Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
7922
7923 * gdb/testsuite: Initial creation of gdb/testsuite.
7924 Migrated dejagnu testcases and support files for testing nm to
7925 gdb/testsuite from deja-gnu. These files were moved "as is"
7926 with no modifications. This migration is part of a major overhaul
7927 of dejagnu. The modifications to these testcases, etc., which
7928 will allow them to work with the new version of dejagnu will be
7929 made in a future update.
7930\f
7931Local Variables:
7932mode: indented-text
7933left-margin: 8
7934fill-column: 74
7935version-control: never
7936End:
This page took 0.47763 seconds and 4 git commands to generate.