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