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