Commit | Line | Data |
---|---|---|
1aca8eb7 ND |
1 | 2000-11-17 Nick Duffek <nsd@redhat.com> |
2 | ||
3 | * gdb.base/display.exp: Don't kill running stub. Add "again" to | |
4 | the second kill and detach messages. | |
5 | ||
93076499 ND |
6 | 2000-11-17 Nick Duffek <nsd@redhat.com> |
7 | ||
8 | * configure.in: Add AC_EXEEXT. | |
9 | * configure: Regenerate. | |
10 | * Makefile.in (just-check): Export EXEEXT. | |
11 | * lib/gdb.exp ($EXEEXT): Import from environment. | |
12 | * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't | |
13 | expect "maint dump-me" on Cygwin. | |
14 | * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append | |
15 | $EXEEXT. | |
16 | ||
30e87cd3 ND |
17 | 2000-11-17 Nick Duffek <nsd@redhat.com> |
18 | ||
19 | * gdb.base/break.exp: Test backtrace and finish from called | |
20 | function on all platforms, not just HP-UX. | |
21 | ||
08e706b1 MS |
22 | 2000-11-03 Michael Snyder <msnyder@cleaver.cygnus.com> |
23 | ||
24 | * config/monitor.exp (gdb_target_cmd): Abstracts some of the | |
25 | code from gdb_target_monitor, so it can be used independantly | |
26 | for gdbserver. Also comment out an unnecessary PUTS. | |
27 | ||
958a4e4c MS |
28 | 2000-11-03 Michael Snyder <msnyder@cleaver.cygnus.com> |
29 | ||
30 | * gdb.base/a2-run.exp: Use gdb_skip_stdio_test. | |
31 | * gdb.base/corefile.exp: Expect the message "Program is being | |
32 | debugged already" when we send the "corefile" command, since | |
33 | the preceeding gdb_load may have connected gdb to a remote target. | |
34 | * gdb.base/display.exp: Disable hardware watchpoints if new | |
35 | board info variable "no_hardware_watchpoints" is true. | |
36 | Replace single-letter commands with more readable ones. | |
37 | * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints | |
38 | if new board info variable "no_hardware_watchpoints" is true. | |
39 | * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests | |
40 | to see if stdio (printf) testing is possible. | |
41 | * gdb.base/watchpoint.exp: Disable hardware watchpoints if new | |
42 | board info variable "no_hardware_watchpoints" is true. Use new | |
43 | proc "gdb_skip_stdio_tests" to see if printf tests are possible. | |
44 | ||
39124dea FN |
45 | 2000-11-13 Fernando Nasser <fnasser@redhat.com> |
46 | ||
47 | From Orjan Friberg <orjanf@axis.com>: | |
48 | * gdb.base/printcmds.exp: Escape curly braces followed by a number | |
49 | in array print pattern match. | |
50 | ||
a9e2e984 FN |
51 | 2000-11-09 Fernando Nasser <fnasser@redhat.com> |
52 | ||
53 | * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh | |
54 | spelling "cancelled" to U.S. spelling "canceled" to match changes | |
55 | made to gdb. | |
56 | * gdb.c++/ovldbreak.exp: Ditto. | |
57 | ||
c7db355b PS |
58 | 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> |
59 | ||
60 | * gdb.base/callfuncs.c (main): Moved to end of file, call | |
61 | t_double_values to initialize the FPU before inferior calls are made. | |
62 | * gdb.base/callfuncs.exp: Test for register preservation after calling | |
63 | inferior functions. Add tests for continuining, finishing and | |
64 | returning from a stop in a call dummy. | |
65 | ||
42f5c13f MS |
66 | 2000-10-24 Michael Snyder <msnyder@cleaver.cygnus.com> |
67 | ||
68 | * gdb.base/commands.exp: Break up long lines, and re-indent. | |
69 | ||
ae0323a8 MS |
70 | 2000-10-19 Michael Snyder <msnyder@cleaver.cygnus.com> |
71 | ||
72 | * config/gdbserver.exp: Rewritten from the ground up, to make it | |
73 | compatible with the current dejagnu tree, and to make it work with | |
74 | the new "gdbserver" in libremote. | |
75 | ||
13a5e3b8 MS |
76 | 2000-10-16 Michael Snyder <msnyder@cleaver.cygnus.com> |
77 | ||
78 | * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support. | |
79 | * gdb.base/varargs.exp: Skip entire test if no printf support. | |
80 | * gdb.base/ending-run.exp (Step to return): Skip if no printf supt. | |
81 | * gdb.base/shlib-call.exp: Skip several tests if no printf support. | |
82 | ||
83 | 2000-10-13 Michael Snyder <msnyder@cleaver.cygnus.com> | |
84 | ||
85 | * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if | |
86 | no floating point support. | |
87 | (gdb_skip_stdio_test): New proc. Skip test if no stdio support. | |
88 | * gdb.base/call-ar-st.exp: Use above procs to skip tests. | |
89 | * gdb.base/call-rt-st.exp: Ditto. | |
90 | * gdb.base/call-strs.exp: Ditto. | |
91 | ||
bac5fc66 JG |
92 | 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com> |
93 | ||
94 | * gdb.base/sizeof.c: include <stdio.h>. | |
95 | ||
96 | * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to | |
97 | 'finish', otherwise uncaptured gdb_prompt would potentially | |
98 | throw remaining test points out of sync. | |
99 | ||
b22a6027 SB |
100 | 2000-07-26 Scott Bambrough <scottb@netwinder.org> |
101 | ||
102 | * gdb.base/recurse.exp: Run tests for all targets. | |
103 | * gdb.base/so-impl-ld.exp: Added wildcard to handle the | |
104 | gnu-oldld case on ARM. | |
105 | * gdb.base/watchpoint.exp (test_stepping): Clear xfail | |
106 | for ARM targets. | |
107 | ||
d8231941 AG |
108 | Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com> |
109 | ||
110 | * gdb.java/configure.in (AC_INIT): Use jmisc.exp. | |
111 | * gdb.java/configure: Rebuild. | |
112 | ||
8caabe69 AG |
113 | Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com> |
114 | ||
115 | * gdb.java/jv-exp.exp: New file. | |
116 | ||
9d273ca3 AG |
117 | Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com> |
118 | ||
119 | * configure: Rebuilt. | |
120 | * configure.in (configdirs): Add gdb.java. | |
121 | * gdb.java/jmisc.java: New file. | |
122 | * gdb.java/jmisc.exp: New file. | |
123 | * gdb.java/Makefile.in: New file. | |
124 | * gdb.java/configure: Rebuilt. | |
125 | * gdb.java/configure.in: New file. | |
126 | * lib/java.exp: New file. | |
127 | ||
4f823a66 AC |
128 | Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com> |
129 | ||
130 | * gdb.base/exprs.exp: Test casts to a pointer including over and | |
131 | underflow. | |
132 | ||
2391e11d AC |
133 | Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com> |
134 | ||
135 | * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB | |
136 | and the compilers sizes. | |
137 | ||
54602222 ND |
138 | 2000-07-09 Nick Duffek <nsd@redhat.com> |
139 | ||
140 | * gdb.c++/misc.cc (class ClassParam, class_param): Define. | |
141 | (use_methods): New function. | |
142 | (main): Call use_methods(). | |
143 | * gdb.c++/classes.exp (test_method_param_class): New procedure. | |
144 | (do_tests): Call test_method_param_class. | |
145 | ||
2bec0572 ND |
146 | 2000-07-09 Nick Duffek <nsd@redhat.com> |
147 | ||
148 | * gdb.c++/classes.exp (test_nonexistant_members): Fix name | |
149 | spelling. | |
150 | (test_enums): New procedure. Move enum tests from end of script | |
151 | to here. Set breakpoint on function name instead of line number. | |
152 | * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions. | |
153 | (enums2): New marker function. | |
154 | (enums1): New function. | |
155 | (main): Call enums1(). Move enum tests to enums1(). | |
156 | ||
78492fde AC |
157 | Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com> |
158 | ||
159 | * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to | |
160 | compile/link program. Update line numbers. | |
161 | * gdb.asm/d10v.inc: Define ``startup''. | |
162 | * gdb.asm/asmsrc1.s: Add definition of _start. | |
163 | ||
49a2cef8 AC |
164 | Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com> |
165 | ||
166 | * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns. | |
167 | ||
3e6c8688 EZ |
168 | 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
169 | ||
170 | * gdb.base/maint.exp: Add 'maint print architecture' item to output | |
171 | of 'help maint print' command. | |
172 | ||
9ff5cbe9 AC |
173 | Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com> |
174 | ||
175 | * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that | |
176 | they use gdb_expect_list. | |
177 | ||
17c579bd AC |
178 | Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com> |
179 | ||
180 | * gdb.base/commands.exp: Use ``set remote | |
181 | memory-read-packet-size'' instead of ``set endian big'' to test | |
182 | long commands. | |
183 | ||
e6d71bf3 DB |
184 | 2000-06-03 Daniel Berlin <dan@cgsoftware.com> |
185 | ||
186 | * gdb.c++/templates.exp (do_tests): Make all of these work under | |
187 | g++, and stop skipping them. | |
188 | ||
189 | * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it | |
190 | work under g++. | |
191 | ||
e5f9ba7b MS |
192 | * gdb.c++/misc.cc: Fix ambiguous initialization with correct |
193 | initialization. | |
194 | ||
7346e70f MS |
195 | 2000-06-02 Michael Snyder <msnyder@seadog.cygnus.com> |
196 | ||
197 | * gdb.base/annota1.exp (run until main breakpoint): Loosen up | |
198 | the regular expression: accept an (almost) arbitrary sequence of | |
199 | "frames-invalid" and "breakpoints-invalid" messages both before | |
200 | and after the "starting" message. | |
201 | ||
e5f9ba7b MS |
202 | 2000-06-02 Michael Snyder <msnyder@seadog.cygnus.com> |
203 | ||
204 | * gdb.c++/local.exp: This test has never been known to work with g++. | |
e6d71bf3 | 205 | |
0a791409 MS |
206 | 2000-05-18 Michael Snyder <msnyder@seadog.cygnus.com> |
207 | ||
208 | * gdb.base/annota1.exp (annotate-signal-handler-caller): | |
209 | Relax the regular expression a little, make it pass on Solaris 8. | |
210 | ||
8216cda9 KB |
211 | 2000-05-12 Kevin Buettner <kevinb@redhat.com> |
212 | ||
213 | * gdb.base/step-test.exp: On IA-64 targets, when stepping out of | |
214 | a call, do not require that gdb stop on the line after the call. | |
215 | Instead, it is permissible for gdb to stop on the line of the | |
216 | call itself. | |
217 | ||
1a570b2f MS |
218 | 2000-05-12 Michael Snyder <msnyder@.cygnus.com> |
219 | ||
220 | * gdb.base/break.exp (bp on small function, optimized file): | |
221 | Add a second pass pattern. The behavior differs here between stabs | |
222 | and dwarf for one-line functions. Stabs preserves two line symbols | |
223 | (one before the prologue and one after) with the same line number, | |
224 | but dwarf regards these as duplicates and discards one of them. | |
225 | Therefore the address after the prologue (where the breakpoint is) | |
226 | has no exactly matching line symbol, and GDB reports the breakpoint | |
227 | as if it were in the middle of a line rather than at the beginning. | |
228 | ||
89cb06a2 MS |
229 | 2000-05-08 Michael Snyder <msnyder@seadog.cygnus.com> |
230 | ||
231 | * gdb.base/interrupt.exp: Make "pass" message say "send" | |
232 | rather than "send_gdb" (for consistancy). | |
233 | ||
7d418785 AC |
234 | Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com> |
235 | ||
236 | From 2000-04-28 Andreas Jaeger <aj@suse.de>: | |
237 | * gdb.c++/templates.cc: Properly check for GCC version number. | |
238 | * lib/compiler.cc: Likewise | |
239 | ||
e919ea79 MS |
240 | 2000-04-28 Michael Snyder <msnyder@seadog.cygnus.com> |
241 | ||
242 | * gdb.base/break.exp: When compiled with -O2 optimization, | |
243 | gdb may not stop at the first line of main, due to code motion. | |
244 | ||
1960c400 MS |
245 | 2000-04-26 Michael Snyder <msnyder@seadog.cygnus.com> |
246 | ||
247 | * gdb.base/call-ar-st.exp: Bail out if target is sparclet. | |
248 | This test depends on parsing the printf output from the target. | |
249 | Since the sparclet stub doesn't do stdio, this will never work. | |
250 | * gdb.base/call-rt-st.exp: ditto. | |
251 | * gdb.base/call-strs: ditto. | |
252 | ||
b84b7669 MS |
253 | 2000-04-24 Michael Snyder <msnyder@seadog.cygnus.com> |
254 | ||
255 | * gdb.base/miscexprs.exp: make sizeof long array test portable. | |
256 | ||
257 | * gdb.base/ending-run.exp: After connecting to a remote target, | |
258 | but before running, the target will appear to be in a random | |
259 | location. Specify both a file and a line for breakpoints. | |
260 | Also, the function that calls main may be called 'init' | |
261 | rather than 'start'. | |
262 | ||
a5a51225 EZ |
263 | 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
264 | ||
265 | * gdb.base/help.exp: Update output for add-symbol-file command. | |
266 | ||
7930cc7c FN |
267 | 2000-04-10 Fernando Nasser <fnasser@cygnus.com> |
268 | ||
269 | From Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | |
270 | * gdb.base/structs2.c: Support platforms defaulting to a unsigned char. | |
271 | ||
23e37ab1 C |
272 | 2000-04-07 J.T. Conklin <jtc@redback.com> |
273 | ||
e93c542c C |
274 | * gdb.base/call-ar-st.exp: Relax patterns matching tab characters. |
275 | ||
23e37ab1 C |
276 | * gdb.base/funcargs.exp: Relax patterns matching pointers to char. |
277 | ||
591b8fa3 PDM |
278 | Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be> |
279 | ||
280 | * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point | |
281 | values that can be represented exactly. | |
282 | * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match | |
283 | above change, and to not check against the directory part of the source | |
284 | file name. | |
285 | (step into print_long_arg_list): Likewise. | |
286 | (print print_small_structs from print_long_arg_list): Likewise. | |
287 | (print print_long_arg_list): Likewise. | |
288 | ||
7a495180 EZ |
289 | 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
290 | ||
30b53638 | 291 | * gdb.base/printcmds.c: Terminate char array ctable2 with 0. |
7a495180 | 292 | |
beb998c6 AC |
293 | Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com> |
294 | ||
295 | * ChangeLog, gdb.base/commands.exp: Revert whitespace changes. | |
296 | ||
1c689132 DB |
297 | 2000-03-25 Daniel Berlin <dan@cgsoftware.com> |
298 | ||
299 | * gdb.base/commands.exp (deprecated_command_test): Add test for | |
300 | deprecate with no arguments. | |
301 | ||
c1790a9d JL |
302 | 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk> |
303 | ||
304 | * gdb.base/break.exp: Add new test for setting breakpoints on | |
305 | optimized code so we can test breakpoints work even when function | |
306 | prologues may be optimized away | |
307 | ||
003ba290 FN |
308 | 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com> |
309 | ||
310 | From David Whedon <dwhedon@gordian.com> | |
311 | * gdb.base/commands.exp : Added command deprecator tests. | |
312 | ||
6837a0a2 DB |
313 | 2000-03-22 Daniel Berlin <dan@cgsoftware.com> |
314 | ||
315 | * gdb.base/help.exp: Added test for new apropos command. | |
316 | ||
b9593231 KB |
317 | 2000-03-21 Kevin Buettner <kevinb@redhat.com> |
318 | ||
319 | * gdb.base/pointers.c (usevar): New function. | |
320 | (main): Make sure that global variables v_int_pointer2, rptr, | |
321 | and y are all referenced someplace in the program by calling | |
322 | usevar() on them. [Some linkers delete symbols which are | |
323 | never referenced. The space remains, but there's no way to | |
324 | get a (symbolic) handle on the variable from the debugger.] | |
325 | ||
751a959b EZ |
326 | 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
327 | ||
328 | * gdb.base/printcmds.c: Add typedeffed arrays. | |
329 | ||
330 | * gdb.base/printcmds.exp (test_print_typedef_arrays): New | |
331 | procedure to test arrays that are typedef'd. | |
332 | ||
73a93a32 JI |
333 | 2000-03-13 James Ingham <jingham@leda.cygnus.com> |
334 | ||
335 | * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all | |
beb998c6 | 336 | the library directories. |
73a93a32 | 337 | |
fb40c209 AC |
338 | Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com> |
339 | ||
340 | * configure.in (configdirs): Add sub directory gdb.mi. | |
341 | * configure: Re-generate. | |
342 | ||
343 | * gdb.mi: New directory. | |
beb998c6 | 344 | |
ee4dd2c9 AC |
345 | 2000-02-25 Scott Bambrough <scottb@netwinder.org> |
346 | ||
347 | * gdb.base/long_long.exp: Correct test suite failure when printing | |
348 | a long long value as a double on ARM platforms. | |
349 | ||
70f0cc22 JB |
350 | 2000-02-16 Jim Blandy <jimb@redhat.com> |
351 | ||
352 | * gdb.base/break.exp ("breakpoint line number"): Make sure the | |
353 | default source file is set properly before running this test. | |
354 | ||
853819b8 EZ |
355 | 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
356 | ||
357 | * lib/gdb.exp: Tell the testsuite that now gdbtk is in the | |
358 | gdbtk/library directory, not in gdbtcl2. | |
359 | ||
dfcd3bfb JM |
360 | 2000-02-04 Jim Blandy <jimb@redhat.com> |
361 | ||
362 | * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous | |
363 | backslash from regexp pattern. | |
364 | ||
365 | * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New | |
366 | procedure. Use it to run all the "continue to bp overloaded" | |
367 | tests. Note that this changes the names of the tests slightly. | |
368 | If the breakpoint hit message includes a hex PC value, because | |
369 | GCC's Dwarf 2 line info doesn't help us distinguish the prologue | |
370 | from the real source code, still consider that a pass. | |
371 | ||
372 | * gdb.base/condbreak.exp ("run until breakpoint at marker2"): | |
373 | XFAIL here if the breakpoint message contains a hex address. Note | |
374 | similar change on 1999-11-02. | |
375 | ||
376 | * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02. | |
377 | ||
378 | * gdb.base/ptype.exp: Establish a default source file before | |
379 | calling get_debug_format. | |
380 | ||
381 | 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
382 | ||
383 | * gdb.base/watchpoint.exp: Remove duplication of test messages. | |
384 | ||
8b93c638 JM |
385 | 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com> |
386 | ||
387 | * gdb.base/step-test.exp: Fix the steps to enter a callee by means | |
388 | of successive stepi commands -- while in the prologue we should see | |
389 | the function entry bracket. | |
390 | ||
391 | 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
392 | ||
393 | * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we | |
394 | reach __change_mode() when stepping through the end of main(). | |
395 | ||
c5394b80 JM |
396 | 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com> |
397 | ||
398 | * gdb.base/default.exp: Fix expected pattern. | |
399 | * gdb.base/help.exp: Same. | |
400 | ||
0d06e24b JM |
401 | 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
402 | ||
403 | * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX. | |
404 | Don't use xfail's because that affects only the following test. | |
beb998c6 | 405 | |
0d06e24b JM |
406 | * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux, |
407 | solaris or linux. | |
408 | ||
409 | * gdb.base/selftest.exp: Update to reflect changes to main.c. | |
410 | ||
411 | 2000-01-07 Michael Snyder <msnyder@cleaver.cygnus.com> | |
412 | ||
beb998c6 | 413 | * gdb.base/display.exp: Some yacc parsers like to say |
0d06e24b JM |
414 | "A syntax error" rather than "A parse error". Accept both. |
415 | ||
416 | 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
417 | ||
418 | * gdb.base/default.exp: Remove OS dependent string from "target | |
419 | remote" test. | |
420 | * gdb.base/help.exp: Same for "help target remote" test. | |
421 | ||
c3f6f71d JM |
422 | 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
423 | ||
424 | From Jim Kingdon <kingdon@redhat.com>: | |
425 | ||
426 | * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the | |
427 | prompt (cleanup rather than necessity, but still might keep output | |
428 | from spilling to next test). | |
429 | ||
430 | 2000-01-02 Fred Fish <fnf@cygnus.com> | |
431 | ||
432 | * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on | |
433 | AIX, which defines them in <sys/types.h>. | |
434 | ||
ed9a39eb | 435 | 1999-12-16 Stan Shebs <shebs@andros.cygnus.com> |
c4093a6a | 436 | |
ed9a39eb JM |
437 | * gdb.base/default.exp: Match arm* etc instead of arm in "info |
438 | float" test. | |
439 | ||
440 | 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
c4093a6a | 441 | |
ed9a39eb | 442 | * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message. |
c4093a6a JM |
443 | |
444 | * gdb.base/break.exp: Add missing anchor to reg exp on "finish from | |
445 | outermost frame disallowed". | |
446 | ||
447 | 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
448 | ||
449 | * gdb.base/setvar.exp: New tests for setting the value of a struct | |
450 | with a constant list. | |
451 | ||
452 | 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
453 | ||
454 | * gdb.base/setvar.exp: Remove pair os tests that expected gdb to | |
455 | require the user to type a cast before setting the value of a struct. | |
456 | ||
de57eccd JM |
457 | 1999-12-06 Jim Blandy <jimb@cygnus.com> |
458 | ||
459 | * gdb.base/default.exp: Expect the new 'info float' command on | |
460 | all i386 platforms. | |
461 | ||
462 | * gdb.threads/linux-dp.exp: Expand our ability to recognize | |
463 | LinuxThreads libraries that don't support debugging. | |
464 | ||
c2d11a7d JM |
465 | Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com> |
466 | ||
467 | * gdb.base/remote.c: Fill the buffer with truely random data. | |
468 | Change the buffer type to ``unsigned char'' to simplify size | |
469 | arithmetic. | |
470 | ||
471 | * gdb.base/remote.exp: Reduce download numbers by one. Typical | |
472 | stub only handles 400-1 byte packets. Verify that the download | |
473 | worked. | |
474 | ||
475 | 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
476 | ||
477 | * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern | |
478 | tests, using UNRESOLVED for the untested cases. Also, does not wait | |
479 | for a timeout if the prompt was received before a recognizable pattern. | |
480 | ||
481 | 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
482 | ||
483 | * lib/gdb.exp (gdb_expect_list): Fix spelling. | |
484 | ||
485 | 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
486 | ||
487 | * gdb.base/watchpoint.exp: Add tests cases for the hit count of | |
488 | watchpoints. | |
489 | ||
490 | 1999-11-24 Jason Merrill <jason@casey.cygnus.com> | |
491 | ||
492 | * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'. | |
493 | ||
494 | * gdb.c++/local.exp: Be more flexible in recognizing local class | |
495 | name mangling. Don't allow horribly truncated method names. | |
496 | * gdb.c++/derivation.exp: Expect protected inheritance. | |
497 | * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers. | |
498 | * gdb.c++/virtfunc.exp: Likewise. | |
499 | * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope | |
500 | when printing a nested enum. | |
501 | ||
502 | 1999-11-22 Jim Blandy <jimb@cygnus.com> | |
503 | ||
504 | * gdb.base/step-test.exp: Properly await GDB's response to setting | |
505 | a breakpoint on the call to large_struct_by_value. | |
506 | ||
507 | * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail | |
508 | just because we have debug info for the `start' function. | |
509 | ||
510 | 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com> | |
511 | ||
512 | * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the | |
513 | "Unknown signal" messages, which indicate (on LinuxThreads) that | |
514 | GDB doesn't know how to debug threads on this system. This is | |
515 | better than hanging while philosopher 0 dumps chatter into gdb.log. | |
516 | ||
517 | 1999-11-18 Tom Tromey <tromey@cygnus.com> | |
518 | ||
519 | * gdb.trace/deltrace.exp: Updated test to reflect new error text. | |
520 | ||
521 | 1999-11-18 Fred Fish <fnf@cygnus.com> | |
522 | ||
523 | * gdb.base/coremaker2.c: Add sample program for generating | |
524 | cores that is more self contained than coremaker.c. Eventually | |
525 | I'll add more code to this and tie it into the testsuite. | |
526 | ||
4ce44c66 JM |
527 | 1999-11-12 Stan Shebs <shebs@andros.cygnus.com> |
528 | ||
529 | * gdb.base/dollar.exp: Remove, now in gdb.hp. | |
530 | ||
531 | 1999-11-10 Jimmy Guo <guo@cup.hp.com> | |
532 | ||
533 | * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc | |
534 | from $srcdir/lib/. | |
535 | * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/ | |
536 | and gdb.c++/. | |
537 | ||
538 | * gdb.c++/derivation.exp: remove redundant get compiler info code. | |
539 | ||
beb998c6 | 540 | * gdb.base/commands.exp: add '$gdb_prompt $' anchor to |
4ce44c66 JM |
541 | 'continue with watch' test point. |
542 | ||
543 | 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com> | |
544 | ||
545 | Merged from p2linux-990323-branch: | |
beb998c6 | 546 | |
4ce44c66 JM |
547 | * lib/gdb.exp (gdb_continue_to_breakpoint): New function. |
548 | ||
11cf8741 JM |
549 | Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com> |
550 | ||
551 | * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized | |
552 | {limit,fixed}''. Test ``set download-write-size''. | |
553 | ||
554 | Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
555 | ||
556 | * gdb.base/funcargs.exp: Rewrite stack traceback checks using | |
557 | gdb_expect_list. | |
558 | ||
559 | Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
560 | ||
561 | * lib/gdb.exp (gdb_expect_list): Return a success/fail indication. | |
562 | ||
563 | 1999-11-03 Mark Salter <msalter@cygnus.com> | |
564 | ||
565 | * gdb.base/break.exp: Fix "stub continue" pattern. | |
566 | ||
567 | 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com> | |
568 | ||
569 | * gdb.base/shlib-call.exp ("next to shr1"): Fix test name. | |
570 | ||
571 | 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com> | |
572 | ||
573 | * gdb.base/display.exp ("finish"): Add timeout clause. | |
574 | ||
575 | * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add | |
576 | plain prompt clause, so this doesn't have to time out in order to | |
577 | fail. | |
578 | ||
579 | * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the | |
580 | breakpoint hit messages include an address. | |
581 | ||
582 | * gdb.base/display.exp: Don't forget to escape parens in regular | |
583 | expressions. Unix regexp notatation sucks. | |
584 | ||
585 | 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
586 | ||
587 | * gdb.base/annota1.exp: Test for annotate-signalled: change output | |
588 | order for 'signalled' message. | |
589 | ||
5c44784c JM |
590 | 1999-11-01 Stan Shebs <shebs@andros.cygnus.com> |
591 | ||
592 | From Jimmy Guo <guo@cup.hp.com>: | |
593 | * gdb.base/annota1.exp: Add tests for annotate ignore count change. | |
594 | * gdb.base/annota1.c: Add code for tests to work with. | |
595 | ||
596 | 1999-10-26 Frank Ch. Eigler <fche@cygnus.com> | |
597 | ||
598 | * gdb.base/remote.exp: New test for remote downloading settings. | |
599 | * gdb.base/remote.c: New file with large .data. | |
600 | ||
917317f4 JM |
601 | 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com> |
602 | ||
603 | * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite | |
604 | for LinuxThreads support, merged from the Code Fusion branch. | |
605 | ||
606 | Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com> | |
607 | ||
608 | * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect | |
609 | containing exp_continue into a while within an expect. Don't | |
610 | attempt a start more than three times. Check return value from | |
611 | gdb_load. | |
beb998c6 | 612 | |
2df3850c JM |
613 | Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com> |
614 | ||
615 | * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with | |
616 | a pass case. | |
617 | ||
2acceee2 JM |
618 | 1999-10-01 Kevin Buettner <kevinb@cygnus.com> |
619 | ||
620 | * gdb.base/break.c (main): Added a statement that we can step | |
621 | off of. | |
622 | * gdb.base/break.exp: Added tests for setting a breakpoint | |
623 | at an offset and stepping onto a breakpoint. | |
624 | ||
625 | 1999-10-01 Fred Fish <fnf@cygnus.com> | |
626 | ||
beb998c6 | 627 | * gdb.base/help.exp (help add-symbol-file): Update to match current |
2acceee2 JM |
628 | gdb output. |
629 | ||
c2c6d25f JM |
630 | 1999-09-18 Jim Blandy <jimb@cris.red-bean.com> |
631 | ||
632 | * gdb.base/break.exp: Code locations are in hex, don't forget! | |
633 | (For HP-UX.) | |
634 | ||
635 | 1999-09-17 Stan Shebs <shebs@andros.cygnus.com> | |
636 | ||
637 | * condbreak.exp: Use break.c as test program. | |
638 | * condbreak.c: Remove, redundant with break.c. | |
639 | ||
640 | 1999-09-15 Stan Shebs <shebs@andros.cygnus.com> | |
641 | ||
642 | * config/monitor.exp (gdb_target_monitor): Disable X- and | |
643 | Z-packets if the target needs it. | |
644 | ||
645 | 1999-09-13 James Ingham <jingham@leda.cygnus.com> | |
646 | ||
647 | * gdb.c++/overload.exp: Added tests for listing overloaded | |
648 | functions with function pointers in the arg, explicitly calling | |
649 | out the version you want. | |
650 | ||
cff3e48b JM |
651 | 1999-09-09 Stan Shebs <shebs@andros.cygnus.com> |
652 | ||
653 | * long_long.exp: Add variations of test cases that work for | |
654 | targets with 16-bit ints and 32-bit doubles. | |
655 | ||
d4f3574e SS |
656 | 1999-09-08 Stan Shebs <shebs@andros.cygnus.com> |
657 | ||
658 | * break.c (main): Compare a possibly-uninitialized argc with an | |
659 | unlikely value that fits in 16 bits. | |
660 | ||
661 | 1999-09-07 Stan Shebs <shebs@andros.cygnus.com> | |
662 | ||
663 | * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of | |
664 | 0xfeeb, don't want negative numbers if ints are 16 bits. | |
665 | ||
666 | * lib/gdb.exp (skip_cplus_tests): New proc. | |
667 | * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp, | |
668 | gdb.c++/anon-union.exp, gdb.c++/classes.exp, | |
669 | gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp, | |
670 | gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp, | |
671 | gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp, | |
672 | gdb.c++/overload.exp, gdb.c++/ovldbreak.exp, | |
673 | gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp, | |
674 | gdb.c++/virtfunc.exp: Use it to skip over C++ tests. | |
675 | ||
676 | * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently. | |
677 | ||
678 | Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com> | |
679 | ||
680 | * gdb.base/corefile.exp (up): Allow a parameter to appear | |
681 | in the frame that we're going up to. | |
682 | ||
683 | From Jim Blandy <jimb@cygnus.com>: | |
684 | ||
685 | * gdb.base/default.exp (info float): Expect some output now. | |
686 | ||
687 | * gdb.base/callfuncs.exp (do_function_calls): We no longer expect | |
688 | returning floating-point values to fail on the x86. | |
689 | * gdb.base/callfwmall.exp (do_function_calls): Same. | |
690 | ||
691 | * gdb.base/list.exp (test_listsize): Correct expectations for | |
692 | listing line 1 with listsize 2. Also, listing a single line | |
693 | works now, as does listing three lines. [Kevin's note: There | |
694 | were a number of other cases fixed too where the expectations | |
695 | differed...] | |
696 | ||
697 | 1999-09-02 Stan Shebs <shebs@andros.cygnus.com> | |
698 | ||
699 | * gdb.base/selftest.exp: Add case for when version prints as | |
700 | constant string instead of char pointer. | |
701 | ||
104c1213 JM |
702 | 1999-08-25 Stan Shebs <shebs@andros.cygnus.com> |
703 | ||
704 | * gdb.base/ending-run.exp: Add Solaris case for what happens when | |
705 | stepping out of main. | |
706 | ||
707 | * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if | |
708 | G++ used. | |
709 | ||
710 | * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed | |
711 | always, expect ptype InnerLocal::NestedInnerLocal to fail always. | |
712 | ||
713 | * gdb.c++/ovldbreak.exp: Update match string in test that | |
714 | includes a warning of multiple breakpoints. | |
715 | ||
716 | 1999-08-24 Stan Shebs <shebs@andros.cygnus.com> | |
717 | ||
718 | * gdb.base/display.exp: Improve precision of step-after-finish | |
719 | added yesterday. | |
720 | ||
721 | * gdb.base/signals.exp: Add extra wildcard to "handle all print" | |
722 | test. | |
723 | ||
724 | * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all | |
725 | configs when using G++, not just hppa*. | |
726 | ||
727 | 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
728 | ||
729 | * gdb.base/async.c: New file. | |
730 | * gdb.base/async.exp: New file. | |
731 | ||
732 | Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com) | |
733 | ||
734 | * gdb.base/break.exp: Tweak PA specific tests to properly handle | |
735 | PA64. | |
736 | ||
53a5351d JM |
737 | Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com) |
738 | ||
104c1213 JM |
739 | * gdb.base/display.exp: "finish" can leave us mid-line on many |
740 | targets, deal with it. Add a small constant to main, instead of | |
741 | 1000 since main+1000 may not be a valid address in the target. | |
742 | ||
53a5351d JM |
743 | * gdb.base/dollar.exp: Do not run for PA processors in wide mode |
744 | on hpux11. | |
745 | ||
746 | * gdb.base/attach.exp: Handle another hpux11 error message variant | |
747 | when attaching to a process that does not exist. | |
748 | ||
749 | 1999-08-19 J.T. Conklin <jtc@redback.com> | |
750 | ||
751 | * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace | |
752 | characters in 'continue to 1241' test. | |
753 | ||
754 | 1999-08-17 Stan Shebs <shebs@andros.cygnus.com> | |
755 | ||
756 | * gdb.base/call-ar-st.exp: Add a shorter match case for the | |
757 | stop in print_long_arg_list, define and use a whitespace | |
758 | variable in print_small_structs test, add an XFAIL for Solaris. | |
759 | * gdb.base/dbx.exp: XFAIL func commands until somebody is | |
760 | interested enough to fix. | |
761 | ||
7be570e7 JM |
762 | 1999-08-13 Keith Seitz <keiths@cygnus.com> |
763 | ||
764 | * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd. | |
765 | (dbx_gdb_load): Remove. Use gdb_load instead, since that | |
766 | proc knows about targets other than the natives. | |
767 | (test_assign): Use "gdb_run_cmd" to "run" the target. | |
768 | Check that we've actually hit the breakpoint at main. | |
769 | When we attempt to assign a value to a local variable, check | |
770 | that the variable is in the current scope, i.e., don't use | |
771 | a test with an empty result. | |
772 | ||
773 | Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
774 | ||
775 | * gdb.base/maint.exp: Add test of ``maintenance internal-error'' | |
776 | command. | |
777 | ||
778 | 1999-08-09 Stan Shebs <shebs@andros.cygnus.com> | |
779 | ||
780 | From Jimmy Guo <guo@cup.hp.com> and others at HP: | |
781 | gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp, | |
782 | gdb.compat, gdb.threads-hp. | |
783 | gdb.hp/configure, gdb.hp/configure.in: New files. | |
784 | gdb.hp/Makefile.in: Recurse into new subdirs. | |
785 | gdb.hp/gdb.defects: New directory, tests for HP bug reports. | |
786 | gdb.hp/gdb.objdbg: New directory, tests for debugging info | |
787 | in object files. | |
788 | gdb.hp/tools: New directory, aux tools for HP-specific tests. | |
789 | ||
96baa820 JM |
790 | 1999-08-05 Stan Shebs <shebs@andros.cygnus.com> |
791 | ||
792 | * gdb.base/display.exp: Help expect by putting a newline in the | |
793 | funky printf, remove a bogus p/a test. | |
794 | ||
795 | 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
796 | ||
797 | * gdb.base/display.exp: Make sure that when we say 'run', we are | |
798 | connected to the target. This is necessary when running not | |
799 | natively. | |
800 | ||
801 | 1999-08-03 Stan Shebs <shebs@andros.cygnus.com> | |
802 | ||
803 | * gdb.base/step-test.exp: Removed some extraneous messages. | |
804 | ||
805 | * gdb.base/long_long.exp: Don't run memory examination tests | |
806 | on little-endian targets (they will need a different set of | |
807 | results to match). | |
808 | ||
809 | 1999-08-02 Stan Shebs <shebs@andros.cygnus.com> | |
810 | ||
811 | * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests | |
812 | until somebody decides to fix GDB. | |
813 | ||
814 | * gdb.base/long_long.c: Stop compiler complaint by specifying long | |
815 | constant as "ULL". | |
816 | * gdb.base/long_long.exp: Loosen x/c test, add partial result | |
817 | matches for a couple x/2 commands. | |
818 | ||
a0b3c4fd JM |
819 | 1999-07-30 Stan Shebs <shebs@andros.cygnus.com> |
820 | ||
821 | * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk | |
822 | by merging in ref-types2 tests. | |
823 | * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove. | |
824 | ||
825 | From Jimmy Guo <guo@cup.hp.com> and others at HP: | |
826 | * gdb.c++/Makefile.in: Add standard actions. | |
827 | (EXECUTABLES): Rename from PROGS, update list. | |
828 | * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here | |
829 | from gdb.hp. | |
830 | * gdb.c++/anon-union.cc: Don't use anonymous struct, make | |
831 | foo and bar locals. | |
832 | * gdb.c++/anon-union.exp: Fix tests to match. | |
833 | * gdb.c++/classes.exp: Run if HP compiler used, add extra | |
834 | expect matches to handle output variations. | |
835 | * gdb.c++/cplusfuncs.cc: Make operator -> return foo *. | |
836 | * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in | |
837 | output, add HP alternatives for new and delete prints. | |
838 | * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc, | |
839 | gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp. | |
840 | * gdb.c++/demangle.exp: Use $style when reporting failure. | |
841 | * gdb.c++/derivation.exp: Add some xfails if GCC-compiled. | |
842 | * gdb.c++/inherit.exp: Run if HP compiler used, add some | |
843 | match alternatives. | |
844 | * gdb.c++/local.exp: Add match alternatives or xfails for HP | |
845 | compilers. | |
846 | * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*. | |
847 | * gdb.c++/method.exp: Add match alternatives. | |
848 | * gdb.c++/misc.cc: Add bool types. | |
849 | * gdb.c++/misc.exp: Add tests for bool types. | |
850 | * gdb.c++/overload.exp: Add xfails. | |
851 | * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar. | |
852 | * gdb.c++/templates.exp: Run if HP compiler used, add some xfails, | |
853 | add some more template parameter tests (only for HP currently). | |
854 | * gdb.c++/userdef.exp: Add xfails for hppa*-*-*. | |
855 | * gdb.c++/virtfunc.cc: Add return type and value for main. | |
856 | * gdb.c++/virtfunc.exp: Run if HP compiler used, add some | |
857 | match alternatives. | |
beb998c6 | 858 | |
a0b3c4fd JM |
859 | 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
860 | ||
861 | * gdb.base/display.exp: Fix output of 'p/a &&j' test. | |
862 | ||
863 | 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com> | |
864 | ||
865 | * gdb.base/signals.exp: Don't expect getting a backtrace from | |
866 | within a signal handler to fail on Linux. | |
867 | ||
868 | 1999-07-29 Stan Shebs <shebs@andros.cygnus.com> | |
869 | ||
870 | From Jimmy Guo <guo@cup.hp.com> and others at HP: | |
871 | * lib/gdb.exp: Remove some gratuitious semicolons. | |
872 | (delete_breakpoints): Increase timeout. | |
873 | (gdb_expect): Add -notransfer option. | |
874 | (gdb_test): Use -notransfer option. | |
875 | (get_compiler_info): Add f77 case. | |
876 | (get_compiler): New proc, split out from gdb_preprocess, add f77 | |
877 | case. | |
878 | (gdb_preprocess): Call get_compiler. | |
879 | ||
880 | * gdb.base/Makefile.in (EXECUTABLES): Update the list. | |
881 | * gdb.base/attach.exp, gdb.base/display.exp, | |
882 | gdb.base/ending-run.exp, gdb.base/gdbvars.exp, | |
883 | gdb.base/long_long.exp, gdb.base/printcmds.exp, | |
884 | gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in | |
885 | third arg to gdb_test. | |
886 | * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions. | |
887 | * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some | |
888 | HP-UX xfails, add others. | |
889 | * gdb.base/completion.exp: Reflect name change of self-test. | |
890 | * gdb.base/condbreak.exp, gdb.base/corefile.exp, | |
891 | gdb.base/foll-exec.exp, gdb.base/interrupt.exp, | |
892 | gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note | |
893 | HP failure number. | |
894 | * gdb.base/foll-vfork.exp: Loosen matches slightly, remove | |
895 | useless HP-UX 10.30 references. | |
896 | * gdb.base/maint.exp: Loosen matches. | |
897 | * gdb.base/pointers.c (main): Declare more_code. | |
898 | * gdb.base/pointers.exp: Match on output of a `next'. | |
899 | * gdb.base/structs.c: Add prototypes. | |
900 | * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference. | |
901 | * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11. | |
902 | ||
903 | 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
904 | ||
905 | * gdb.base/list.exp: Add tests for repeating 'list <linenum>' | |
906 | command. | |
907 | ||
908 | 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
909 | ||
910 | * gdb.c++/annota2.exp: Fix delete breakpoint query testcase. | |
911 | Fix run to main failures. Watchpoint can be hardware watchpoint. | |
beb998c6 AC |
912 | |
913 | * gdb.base/annota1.exp: Clean up some more, in case printf has | |
a0b3c4fd JM |
914 | debug info. Deal with lack of signal hanlder info in stack. |
915 | ||
916 | From Jim Kingdon <kingdon@redhat.com>: | |
917 | * gdb.base/annota1.exp: If printf has debug info, deal with it. | |
918 | ||
5a2468f5 JM |
919 | 1999-07-19 Stan Shebs <shebs@andros.cygnus.com> |
920 | ||
921 | * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp, | |
922 | gdb.base/foll-vfork.exp: Don't run for crosses. | |
923 | ||
adf40b2e JM |
924 | Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com> |
925 | ||
926 | * gdb.base/configure.in: Check for gdbvars.exp instead of | |
927 | a1-selftest.exp. | |
928 | * gdb.base/configure: Re-generate. | |
929 | ||
930 | 1999-07-12 Stan Shebs <shebs@andros.cygnus.com> | |
931 | ||
932 | * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point | |
933 | in trying to run first and name is too long. | |
934 | ||
935 | * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of | |
936 | pointers2.c and pointers2.exp, respectively. | |
937 | * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes | |
938 | doschk happier. | |
939 | ||
43e526b9 JM |
940 | 1999-07-08 Stan Shebs <shebs@andros.cygnus.com> |
941 | ||
942 | * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from | |
943 | callfuncs2.c and callfuncs2.exp. | |
944 | ||
945 | * gdb.base/list.exp: Remove mistaken xfails. | |
946 | * gdb.base/list0.h: Add optional prototypes. | |
947 | ||
9846de1b JM |
948 | Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com> |
949 | ||
950 | * gdb.base/setvar.exp: Increase the time-out on tests indirectly | |
951 | calling malloc. | |
952 | * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto. | |
953 | * ptype.exp: Move test for get_debug_format to before its first | |
954 | use. | |
955 | ||
956 | 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
957 | ||
958 | * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable. | |
959 | * gdb.base/annota2.cc, annota2.exp: Move from here. | |
960 | * gdb.c++/annota2.cc, annota2.exp: To here. | |
961 | * gdb.c++/Makefile.in (PROGS): Add annota2 executable. | |
962 | ||
43ff13b4 JM |
963 | Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com> |
964 | ||
965 | * lib/gdb.exp (gdb_expect_list): Output one message per pattern in | |
966 | a consistent format. | |
967 | ||
085dd6e6 JM |
968 | 1999-06-25 Stan Shebs <shebs@andros.cygnus.com> |
969 | ||
970 | From Jimmy Guo <guo@cup.hp.com> and others at HP: | |
971 | * lib/gdb.exp (get_compiler_info): Add detection for assorted | |
972 | HP compilers, also set the globals $true and $false. | |
973 | ||
974 | * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c, | |
975 | call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c, | |
976 | coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c, | |
977 | jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c, | |
978 | long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c, | |
979 | printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c, | |
980 | scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c, | |
981 | sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c, | |
982 | solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c, | |
983 | whatis.c} Add C++ compatible function definitions and return | |
984 | types, add includes for library functions. | |
985 | * gdb.base/ptype.c (my_false, my_true): Use instead of false/true. | |
986 | * gdb.base/step-test.c (myglob): Rename from glob. | |
987 | * gdb.base/attach.c, attach2.c, average.c, execd-prog.c, | |
988 | foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New | |
989 | files, move here from gdb.hp. | |
990 | * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp, | |
991 | commands.exp, condbreak.exp, define.exp, ena-dis-br.exp, | |
992 | ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp: | |
993 | Adjust line numbers in regexps. | |
994 | ||
995 | * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp, | |
996 | miscexprs.exp, pointers.exp, relational.exp: Use $true and $false | |
997 | instead of 0/1. | |
998 | ||
999 | * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp, | |
1000 | foll-vfork.exp: New files, move here from gdb.hp. | |
1001 | * gdb.base/page.exp: New file, test of pagination command. | |
1002 | ||
1003 | * gdb.base/watchpoint.c (recurser): New function, for watchpoint | |
1004 | recursion test. | |
1005 | * gdb.base/watchpoint.exp: Add more test cases for watchpoints. | |
1006 | ||
1007 | * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp, | |
1008 | gdb.base/solib.exp: Fix compiler invocation process. | |
1009 | ||
1010 | * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for | |
1011 | HP-UX 11, turn off overload resolution explicitly. | |
1012 | * gdb.base/commands.exp: Set argument list explicitly, add | |
1013 | watchpoint test. | |
1014 | * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make | |
1015 | them work. | |
1016 | * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the | |
1017 | expressions properly. | |
1018 | * gdb.base/corefile.exp: Loosen the match slightly. | |
1019 | * gdb.base/default.exp: Allow "Error accessing memory" message | |
1020 | also. | |
1021 | * gdb.base/display.exp: Skip over x/0 j if PA64. | |
1022 | * gdb.base/funcargs.exp: Add xfails for HP-UX. | |
1023 | * gdb.base/interrupt.exp: Ditto. | |
1024 | * gdb.base/langs.exp: Add symbolic matches governed by compiler | |
1025 | in use. | |
1026 | * gdb.base/list.exp: Add xfails for HP-UX. | |
1027 | * gdb.base/long_long.exp: Refine some of the numeric matches. | |
1028 | * gdb.base/mips_pro.exp: Xfail on HP-UX. | |
1029 | * gdb.base/miscexprs.exp: Add PA2.0 case for array size test. | |
1030 | * gdb.base/nodebug.exp: Succeed on more varieties of output. | |
1031 | * gdb.base/opaque.exp: Remove some HP-UX xfails. | |
1032 | * gdb.base/ptype.exp: Succeed on more varieties of output. | |
1033 | * gdb.base/scope.exp: Add xfails for HP-UX. | |
1034 | * gdb.base/sect-cmd.exp: Add more cases. | |
1035 | * gdb.base/setvar.exp: Add xfails for HP-UX. | |
1036 | * gdb.base/shlib-call.exp: Loosen some matches slightly. | |
1037 | * gdb.base/signals.exp: Match on void symbolically. | |
1038 | * gdb.base/step-test.exp: Add case for PA64. | |
1039 | * gdb.base/term.exp: Add exit and restart. | |
1040 | * gdb.base/twice.exp: Clean up after self. | |
1041 | * gdb.base/varargs.exp: Disable overload resolution explicitly. | |
1042 | * gdb.base/whatis.exp: Allow more ways to pass tests. | |
1043 | ||
1044 | * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove, | |
1045 | no longer useful. | |
1046 | ||
1047 | Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
1048 | ||
1049 | * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a | |
1050 | list of patterns. | |
1051 | * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print | |
1052 | print_double_array(double_array)", "continuing to breakpoint | |
1053 | 1018", "print print_double_array(array_d)" and "continuing to | |
1054 | 1034" tests. | |
beb998c6 | 1055 | |
085dd6e6 JM |
1056 | 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com) |
1057 | ||
1058 | * Makefile.in: Add empty html and install-html targets. | |
1059 | ||
1060 | 1999-06-24 Stan Shebs <shebs@andros.cygnus.com> | |
1061 | ||
1062 | * config/mt-*: Remove, these haven't been used since 1996. | |
1063 | ||
1064 | 1999-06-22 Stan Shebs <shebs@andros.cygnus.com> | |
1065 | ||
1066 | * gdb.base/call-strs.c, gdb.base/ending-run.c, | |
1067 | gdb.base/step-test.c: Include stdlib.h and string.h as needed. | |
1068 | * gdb.c++/member-ptr.exp: Skip over these tests if using G++. | |
1069 | ||
9e0b60a8 JM |
1070 | 1999-06-18 Stan Shebs <shebs@andros.cygnus.com> |
1071 | ||
1072 | * gdb.c++/overload.exp: XFAIL everything if using G++, add a | |
1073 | simpler match case for the ptype of the big class. | |
1074 | ||
1075 | 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
1076 | ||
1077 | * gdb.exp: Fix test for gdb_prompt existence. | |
1078 | ||
1079 | 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
1080 | ||
1081 | * gdb.exp (gdb_test): Add fail after calls to perror. | |
1082 | ||
1083 | 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
1084 | ||
1085 | * gdb.exp (gdb_test): Accept variations of Undefined command messages. | |
1086 | ||
1087 | 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
1088 | ||
1089 | * gdb.exp (gdb_test): Fix anchors on gdb_expect statement. | |
1090 | ||
0f71a2f6 JM |
1091 | Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com> |
1092 | ||
1093 | * gdb.base/call-strs.c (link_malloc): New function. Ensure that | |
1094 | malloc() is linked in. | |
1095 | ||
1096 | 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com> | |
1097 | ||
1098 | * gdb.base/ending-run.exp: Make sure we fail and do not timeout at | |
1099 | step at end. | |
1100 | ||
1101 | * gdb.base/annota1.exp: Increase match_max to prevent timeout. | |
1102 | ||
1103 | 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com> | |
1104 | ||
1105 | * gdb.java/jv-print.exp: New file. (Our first Java test!) | |
1106 | ||
cce74817 JM |
1107 | Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com) |
1108 | ||
1109 | * gdb.base/a1-selftest.exp: Remove bogus hppa xfail. | |
1110 | * gdb.base/mips_pro.exp: Likewise. | |
1111 | ||
1112 | 1999-06-02 Keith Seitz <keiths@cygnus.com> | |
1113 | ||
1114 | * gdb.c++/templates.cc: Change all "new" operators to throw | |
1115 | an exception. | |
1116 | * gdb.c++/cplusfuncs.cc: Likewise. | |
1117 | ||
1118 | * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2. | |
1119 | ||
1120 | Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com> | |
1121 | ||
1122 | * gdb.base/condbreak.exp: Use rerun_to_main to start the program. | |
1123 | * gdb.base/ending-run.exp: When stepping out of main, accept a | |
1124 | step into an arbitrary assembler file. | |
1125 | ||
392a587b JM |
1126 | 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
1127 | ||
beb998c6 | 1128 | * gdb.base/annota1.exp: Allow any number of "frames-invalid" and |
392a587b | 1129 | "breakpoint-invalid" to be printed. |
beb998c6 | 1130 | * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any |
392a587b JM |
1131 | number of "frames-invalid" and "breakpoint-invalid" to be printed. |
1132 | * gdb.base/annota2.cc: Initialize a.x to 0. | |
1133 | ||
9e086581 JM |
1134 | 1999-05-17 Keith Seitz <keiths@cygnus.com> |
1135 | ||
1136 | * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)" | |
1137 | when "skip_float_tests" set. | |
1138 | Ditto for "print print_double_array(array_d)", "print print_small_structs", | |
1139 | "print print_ten_doubles", and "step into print_long_arg_list". | |
1140 | Don't assume we can step into "print_long_arg_list": we could step into memcpy. | |
1141 | * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests" | |
1142 | is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)". | |
1143 | * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when | |
1144 | "skip_float_tests" is set. | |
1145 | * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" | |
1146 | when "skip_float_tests" set. | |
beb998c6 | 1147 | |
cd0fc7c3 SS |
1148 | 1999-05-06 Keith Seitz <keiths@cygnus.com> |
1149 | ||
1150 | * gdb.base/annota2.cc: Include stdio.h. | |
1151 | ||
1152 | Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com> | |
1153 | ||
1154 | * gdb.base/crossload.exp: Remove, this has been disabled ever | |
1155 | since BFD stopped including all targets, and cross-GDB gets | |
1156 | plenty of testing anyway. | |
1157 | * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u, | |
1158 | gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u, | |
1159 | gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove. | |
1160 | * gdb.base/README: Remove, was doc for this. | |
1161 | * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer | |
1162 | needed. | |
1163 | ||
b83266a0 SS |
1164 | 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
1165 | ||
1166 | * gdb.base/call-ar-st.exp: Fix one regular expression in test | |
1167 | output. | |
1168 | ||
1169 | * gdb.base/annota1.exp: New file. Annotation level 2 tests. | |
1170 | * gdb.base/annota2.exp: New file. More annotation tests. | |
1171 | * gdb.base/annota1.c: New file. Source file for annota1.exp. | |
1172 | * gdb.base/annota2.cc: New file. Source file for annota2.exp. | |
1173 | ||
1174 | 1999-04-23 Angela Marie Thomas <angela@cygnus.com> | |
1175 | ||
1176 | * config/cfdbug.exp: New file. | |
1177 | ||
7a292a7a SS |
1178 | 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com> |
1179 | ||
1180 | * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for | |
1181 | Marcus Daniel's and Dale Hawkins's demangler crashes. | |
1182 | ||
1183 | * gdb.c++/demangle.exp (test_gnu_style_demangling, | |
1184 | test_lucid_style_demangling, test_arm_style_demangling, | |
1185 | test_hp_style_demangling): Try Tom Tromey's core-dumping | |
1186 | identifier under each demangling style. | |
1187 | ||
1188 | 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com> | |
1189 | ||
1190 | * gdb.c++/demangle.exp: Include the current demangling style | |
1191 | in all test names. | |
1192 | (current_demangling_style): New global variable. | |
1193 | (set_demangling_style, test_demangling_core, test_demangling, | |
1194 | test_demangling_exact): New functions. | |
1195 | (test_gnu_style_demangling, test_lucid_style_demangling, | |
1196 | test_arm_style_demangling, test_hp_style_demangling): Use those, | |
1197 | instead of calling gdb_test and gdb_test_exact directly. | |
1198 | (catch_demangling_errors): New function, which reports errors | |
1199 | signalled by the demangling test functions in an orderly way. | |
1200 | (do_tests): Use catch_demangling_errors. | |
1201 | ||
1202 | 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com> | |
1203 | ||
1204 | * gdb.base/signals.exp (test_handle_all_print): Use () for | |
1205 | grouping in expressions, not {}. | |
1206 | ||
1207 | * gdb.base/smoke.exp: Test value of x, not y. The latter isn't | |
1208 | initialized yet. | |
1209 | ||
1210 | 1999-04-01 Stan Shebs <shebs@andros.cygnus.com> | |
1211 | ||
1212 | * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods | |
1213 | are listed. | |
1214 | ||
1215 | 1999-03-26 Stan Shebs <shebs@andros.cygnus.com> | |
1216 | ||
1217 | * gdb.stabs/weird.exp: Test for CC being defined before | |
1218 | looking at its value. | |
1219 | ||
1220 | 1999-03-25 Stan Shebs <shebs@andros.cygnus.com> | |
1221 | ||
1222 | * gdb.base/call-ar-st.exp: Remove stray '#'. | |
1223 | * gdb.base/miscexprs.exp: Allow "short" and "long" as well as | |
1224 | "short int" and "long int". | |
1225 | * gdb.c++/overload.cc: Cast the string added in the previous | |
1226 | change, to mollify finicky HP compiler. | |
1227 | * gdb.hp/reg-test.exp (testfile): Fix file name. | |
1228 | * gdb.stabs/weird.exp: Don't try to run if HP compiler in use. | |
beb998c6 | 1229 | |
7a292a7a SS |
1230 | * gdb.c++/misc.cc (main): Initialize obj_with_enum. |
1231 | * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow | |
1232 | alternate form of enum ptype. | |
1233 | ||
c906108c SS |
1234 | 1999-03-23 Stan Shebs <shebs@andros.cygnus.com> |
1235 | ||
7a292a7a SS |
1236 | * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument. |
1237 | * gdb.hp/*.exp: Change all to run compiler probe only after | |
1238 | passing skip_hp_tests, so as not to waste time on guaranteed | |
1239 | failure. | |
1240 | ||
c906108c SS |
1241 | * gdb.c++/overload.cc: Pass string instead of char addr, always |
1242 | init ccpfoo. | |
1243 | * gdb.c++/templates.cc: Fix syntax error. | |
1244 | ||
7a292a7a SS |
1245 | Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com> |
1246 | ||
1247 | * gdb.base/commands.exp: Add test for correct position of '>' | |
beb998c6 | 1248 | when issuing the 'commands' command after a 'while' or 'if' |
7a292a7a SS |
1249 | command. |
1250 | ||
1251 | 1999-03-18 James Ingham <jingham@cygnus.com> | |
1252 | ||
1253 | * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end | |
1254 | ||
1255 | * gdb.c++/method.exp: It was testing an uninitialized int on the | |
1256 | stack and assuming it was positive. | |
1257 | ||
1258 | * gdb.base/watchpoint.exp: Use gdb_continue_to_end. | |
1259 | ||
1260 | * gdb.base/step-test.exp: Catch a case where finish is broken and | |
beb998c6 | 1261 | keep it from killing the rest of the tests. |
7a292a7a SS |
1262 | Use gdb_continue_to_end. |
1263 | ||
1264 | * gdb.base/sigall.exp: use gdb_continue_to_end. | |
1265 | ||
1266 | * gdb.base/ena-dis-br.exp: use gdb_continue_to_end. | |
1267 | ||
1268 | * gdb.base/display.exp: use runto_main, not run. | |
1269 | ||
beb998c6 AC |
1270 | * gdb.base/default.exp: Check for the current error message in the |
1271 | r abbreviation test. | |
7a292a7a SS |
1272 | Add strongarm to the targets that know info float. |
1273 | ||
beb998c6 | 1274 | * gdb.base/condbreak.exp: Use the gdb_run command rather than just |
7a292a7a SS |
1275 | run which doesn't work with monitors. |
1276 | ||
1277 | * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test. | |
1278 | ||
1279 | * gdb.base/break.exp: use the gdb_continue_to_end proc. | |
1280 | ||
1281 | * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a | |
beb998c6 AC |
1282 | program. Traps the case (in Cygmon) when the program never really |
1283 | exits. Same as Mark's continue_to_exit, but I had put it in a lot | |
7a292a7a SS |
1284 | more places, so I used my name. Sorry Mark... |
1285 | ||
1286 | * config/monitor.exp (gdb_target_monitor): added another | |
1287 | target_info parameter: remotebinarydownload. This will set the | |
1288 | remotebinarydownload flag if this is causing some boards trouble. | |
1289 | ||
1290 | 1999-03-18 Mark Salter <msalter@cygnus.com> | |
1291 | ||
1292 | * lib/gdb.exp (continue_to_exit): New function. | |
1293 | ||
1294 | * gdb.base/ena-dis-br.exp: Clean up for remote targets. | |
1295 | * gdb.base/ending-run.exp: Ditto. | |
1296 | * gdb.base/step-test.exp: Ditto. | |
1297 | ||
1298 | 1999-03-16 Stan Shebs <shebs@andros.cygnus.com> | |
1299 | ||
1300 | * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly | |
1301 | (suggested by Art Haas <ahaas@neosoft.com>). | |
1302 | ||
1303 | 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com> | |
1304 | ||
1305 | * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*. | |
1306 | ||
1307 | Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com> | |
1308 | ||
1309 | * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate | |
1310 | descriptions of types (short unsigned int vs unsigned short, etc). | |
1311 | ||
1312 | 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com> | |
1313 | ||
1314 | * gdb.base/call-strs.exp: Don't assume that `step' will step over | |
1315 | a call to strlen; sometimes we do have sources. | |
1316 | ||
1317 | 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com> | |
c906108c SS |
1318 | |
1319 | * gdb.base/call-ar-st.c (main): Terminate char_array with a null | |
1320 | character, so GDB won't print garbage after its end. | |
beb998c6 | 1321 | |
c906108c SS |
1322 | * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a |
1323 | breakpoint there instead. Sometimes GCC emits memcpy to handle | |
1324 | the large structures being passed by value, so we step into that | |
1325 | instead of sum_array_print, which obscures what we're really testing. | |
1326 | * gdb.base/step-test.exp: However, we do want a test that notices | |
1327 | the bizarre steps into memcpy, so do that here. Add check for | |
1328 | stepping into function calls that pass large structures by value. | |
1329 | ("Is that a noun clause, or are you just happy to see me?") | |
1330 | Remove all references to specific line numbers. | |
1331 | * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value): | |
1332 | New type and function. | |
1333 | (main): Call large_struct_by_value, passing it a large struct by value. | |
1334 | * lib/gdb.exp (gdb_get_line_number): New function. | |
1335 | ||
1336 | * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be | |
1337 | more portable. | |
1338 | ||
7a292a7a SS |
1339 | 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com> |
1340 | ||
c906108c SS |
1341 | * lib/gdb.exp: Doc fixes. |
1342 | ||
7a292a7a SS |
1343 | 1999-03-05 Nick Clifton <nickc@cygnus.com> |
1344 | ||
beb998c6 | 1345 | * gdb.base/a2-run.exp: Add expected fails for strongarm-coff. |
7a292a7a SS |
1346 | |
1347 | 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com> | |
1348 | ||
c906108c SS |
1349 | * gdb.base/display.exp: Don't exercise the "detach" and "kill" |
1350 | commands. They're not germane to this test, and they don't work | |
1351 | that way on remote targets. | |
1352 | ||
3fc11d3e JM |
1353 | 1999-03-03 James Ingham <jingham@cygnus.com> |
1354 | ||
1355 | * browser.test: Fixed up to match the new function browser. | |
1356 | This is not done yet... | |
1357 | ||
beb998c6 AC |
1358 | * srcwin.test: Check for errors when the bbox is called for a text |
1359 | item that is not on screen (so bbox is ""). Return something more | |
3fc11d3e JM |
1360 | useful. |
1361 | ||
1362 | 1999-03-01 James Ingham <jingham@cygnus.com> | |
1363 | ||
1364 | * Changelog entries merged over from gdb development branch. | |
1365 | ||
1366 | 1999-01-12 Martin Hunt <hunt@cygnus.com> | |
1367 | ||
1368 | * gdb.gdbtk/srcwin.test: Add a bunch of tests for the source | |
1369 | window filename and function comboboxes. Add in stack tests. | |
1370 | ||
1371 | 1999-01-11 Martin Hunt <hunt@cygnus.com> | |
1372 | ||
1373 | * gdb.gdbtk/srcwin.test: New file. Source Window tests. | |
1374 | * gdb.gdbtk/srcwin.exp: New file. Source Window tests. | |
1375 | ||
1376 | Wed Jan 6 09:22:52 1999 Keith Seitz <keiths@cygnus.com> | |
1377 | ||
1378 | * gdb.gdbtk/c_variable.test (c_variable-1.9): Add new | |
1379 | test to check for creation of a variable that is really a type. | |
1380 | (c_variable-7.81): Use "output" instead of "print" to get PC. | |
1381 | Include missing bits of test. | |
1382 | ||
1383 | * gdb.gdbtk/cpp_variable.test (cpp_variable-1.6): Default format | |
1384 | is now "natural", not "hexadecimal" | |
1385 | (cpp_variable-2.22): Ditto. | |
1386 | (cpp_variable-2.24): Force format to hex before getting value. | |
1387 | ||
1388 | * gdb.gdbtk/cpp_variable.exp: Supply missing arg to gdbtk_analyze_results. | |
1389 | ||
1390 | Tue Jan 5 12:40:52 1999 Keith Seitz <keiths@cygnus.com> | |
1391 | ||
1392 | * gdb.gdbtk/c_variable.c, c_variable.test, c_variable.exp: New C | |
1393 | language tests for variable object interface. | |
1394 | ||
1395 | * gdb.gdbtk/cpp_variable.h, cpp_variable.cc, cpp_variable.test, | |
1396 | cpp_variable.exp: New C++ language tests for variable object | |
1397 | interface. | |
1398 | ||
1399 | * gdb.gdbtk/Makefile.in (EXECUTABLES): Add c_variable and cpp_variable. | |
1400 | ||
1401 | Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com> | |
1402 | ||
1403 | * lib/gdb.exp (gdbtk_analyze_results): Generic function | |
1404 | for outputting results of test run. | |
1405 | ||
1406 | * gdb.gdbtk/defs (gdbtk_test): Handle xpass and xfail. | |
1407 | (gdbtk_test_error): New proc which handles error aborts. | |
1408 | ||
1409 | * gdb.gdbtk/console.exp: Use gdbtk_analyze_results. | |
1410 | Check if we have a valid DISPLAY before running. | |
1411 | * gdb.gdbtk/browser.exp: Ditto. | |
1412 | ||
1413 | 1998-12-07 Martin M. Hunt <hunt@cygnus.com> | |
1414 | ||
1415 | * lib/gdb.exp (gdbtk_start): Fix path for itcl library. | |
1416 | * gdb.gdbtk/browser.test: Change "manage open" to ManagedWin::open. | |
1417 | * gdb.gdbtk/console.test: Same. | |
1418 | * gdb.gdbtk/*: Update from devo. | |
1419 | ||
1420 | Fri Jul 24 14:57:19 1998 Keith Seitz <keiths@cygnus.com> | |
1421 | ||
1422 | * gdb.gdbtk/Makefile.in: Add new example program "stack". | |
1423 | * gdb.gdbtk/browser.test,browser.exp: Add browser window | |
1424 | tests. | |
1425 | * gdb.gdbtk/stack1.c,stack2.c: Test case for browser window. | |
1426 | ||
7a292a7a SS |
1427 | 1999-02-25 Felix Lee <flee@cygnus.com> |
1428 | ||
1429 | * lib/gdb.exp (debug_format): initialize | |
1430 | ||
c906108c SS |
1431 | 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com) |
1432 | ||
1433 | * gdb.base/call-ar-st.c: Include string.h, not strings.h. | |
1434 | * gdb.base/call-rt-st.c: Ditto. | |
1435 | ||
c906108c SS |
1436 | 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com> |
1437 | ||
1438 | * gdb.threads/pthreads.exp (horiz): New variable. | |
1439 | (test_startup): Fix regexps that capture thread numbers. | |
1440 | ||
1441 | 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com) | |
1442 | ||
1443 | * gdb.base/smoke.exp: Disambiguate two test case names (both | |
1444 | called ``print''). | |
1445 | ||
1446 | Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com> | |
1447 | ||
1448 | * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC | |
1449 | compilation. | |
1450 | ||
1451 | 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com) | |
1452 | ||
1453 | * gdb.base/miscexprs.exp: Change patterns to match GDB's | |
1454 | actual output formatting. | |
1455 | * gdb.base/smoke.exp: GDB removes leading 0's. | |
1456 | * gdb.base/volatile.exp: Don't check type of remuneration; | |
1457 | that variable is no longer defined in constvars.c. | |
1458 | * gdb.base/step-test.c (main): Exit with explicit exit code. | |
1459 | * gdb.base/step-test.exp: Remove two nexti checks--they are | |
1460 | not portable. | |
1461 | ||
1462 | 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com) | |
1463 | ||
1464 | * gdb.base/help.exp ("help delete display"): Fix test to match | |
1465 | gdb's output. | |
1466 | ||
1467 | * gdb.base/long_long.c (known_types): Initialize values to zero. | |
1468 | * gdb.base/long_long.exp: Step one more line | |
1469 | so 'dec' is initialized in "get to known place". GDB removes | |
beb998c6 | 1470 | leading zeros. Explicitly ask for hex formatting. Use |
c906108c SS |
1471 | unique test case names. |
1472 | ||
1473 | Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
1474 | ||
beb998c6 | 1475 | * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement. |
c906108c SS |
1476 | |
1477 | * gdb.c++/method.exp: Add missing close brace. | |
1478 | ||
1479 | 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com> | |
1480 | ||
1481 | * gdb.base/maint.exp: Use 'set height 0' to disable page | |
1482 | prompting, not 'set height 400'. | |
1483 | ||
1484 | Fix a bunch of timeouts. | |
1485 | * gdb.base/maint.exp ("maint print objfiles"): Break this up into | |
1486 | four separate tests, so expect doesn't take forever to match a ton | |
1487 | of text against a regexp with lots of .* forms. | |
1488 | ("maint print psymbols", "maint print symbols"): Make some of | |
1489 | these greps more selective, so that expect doesn't try to wade | |
1490 | through huge piles of output and time out. | |
1491 | ||
1492 | * gdb.base/maint.exp ("maint print msymbols"): Fix pattern. | |
1493 | ||
1494 | * gdb.base/maint.exp ("maint info breakpoints"): Split into two | |
1495 | tests: one which doesn't expect shlib events to be reported, and | |
1496 | another which does, but is XFAIL for all platforms other than | |
1497 | HP/UX. | |
1498 | ||
1499 | * gdb.base/break.exp: Teach the test suite that the `catch | |
1500 | fork', `catch vfork', and `catch exec' commands produce error | |
1501 | messages on platforms that don't provide these features. | |
1502 | ||
1503 | Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com> | |
1504 | ||
1505 | * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp, | |
1506 | so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base | |
1507 | (shortening names from solib_threshold.exp etc), won't run on | |
1508 | anything but HP-UX for the foreseeable future. | |
1509 | * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to | |
1510 | reflect move. | |
1511 | ||
1512 | Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com> | |
1513 | ||
1514 | * gdb.base/Makefile.in, gdb.c++/Makefile.in, | |
1515 | gdb.trace/Makefile.in (clean): Remove all test executables. | |
1516 | ||
1517 | Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com> | |
1518 | ||
1519 | * gdb.base/shlib-call.exp: add test cases to verify that gdb | |
1520 | successfully re-sets breakpoints in shared libraries. | |
1521 | * gdb.base/shmain.c (main): return 0, don't fall off the end. | |
1522 | ||
1523 | Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
1524 | ||
beb998c6 AC |
1525 | * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform |
1526 | and compiled w/o GCC. | |
c906108c SS |
1527 | |
1528 | * gdb.hp/watch-cmd.exp: ditto. | |
1529 | ||
1530 | * gdb.hp/watch-hp.exp: ditto. | |
1531 | ||
1532 | * gdb.hp/xdb1.exp: ditto. | |
1533 | ||
1534 | * gdb.hp/xdb2.exp: ditto. | |
1535 | ||
1536 | * gdb.hp/dbx.exp: ditto. | |
1537 | ||
1538 | Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com> | |
1539 | ||
1540 | * constvars.c: Remove C++-isms. | |
1541 | * constvars.exp: Use gdb_test everywhere, add xfails if compiled | |
1542 | with GCC. | |
1543 | ||
1544 | Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com> | |
1545 | ||
1546 | The following changes are part of the HP merge. | |
1547 | ||
1548 | * gdb.base/break.exp: new tests to verify that catchpoints for | |
1549 | fork, vfork, and exec don't trigger inappropriately. | |
1550 | ||
1551 | * gdb.base/opaque.exp: compile one file at a time, then link. | |
1552 | ||
1553 | * gdb.base/signals.exp: be more restrictive about which hppa | |
1554 | systems receive a setup_xfail. new tests. | |
1555 | ||
1556 | * gdb.base/solib_threshold.build: new file. | |
1557 | * gdb.base/solib_threshold.exp: new file. | |
1558 | * gdb.base/solib_threshold.link_opts: new file. | |
1559 | * gdb.base/solib_threshold.mk: new file. | |
1560 | * gdb.base/gen_solib_threshold.c: new file. | |
1561 | ||
1562 | * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the | |
1563 | tests. New tests for enums inside classes. | |
1564 | ||
1565 | * gdb.c++/compiler.cc: indicate support of template debugging. | |
1566 | ||
1567 | * gdb.c++/demangle.exp: run hp style demangling tests. | |
1568 | ||
1569 | * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the | |
1570 | tests. | |
1571 | ||
1572 | * gdb.c++/misc.cc: changes to support new tests. | |
1573 | ||
1574 | * gdb.c++/templates.cc: changes to support HP's compiler; changes | |
1575 | to support new tests. | |
1576 | ||
1577 | * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using | |
1578 | gcc, then skip these tests. | |
1579 | ||
1580 | Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com> | |
1581 | ||
1582 | The following files are part of the HP merge; some had longer | |
1583 | names at HP, but have been renamed to be no more than 14 | |
1584 | characters in length. | |
1585 | ||
1586 | * gdb.hp/ambiguous.cc: new file. | |
1587 | * gdb.hp/ambiguous.exp: new file. | |
1588 | * gdb.hp/attach.exp: new file. | |
1589 | * gdb.hp/attach2.exp: new file. | |
1590 | * gdb.hp/classes-hp.exp: new file. | |
1591 | * gdb.hp/ctti.exp: new file. | |
1592 | * gdb.hp/ctti-add.cc: new file. | |
1593 | * gdb.hp/ctti-add1.cc: new file. | |
1594 | * gdb.hp/ctti-add2.cc: new file. | |
1595 | * gdb.hp/ctti-add3.cc: new file. | |
1596 | * gdb.hp/dbx.exp: new file. | |
1597 | * gdb.hp/exception.cc: new file. | |
1598 | * gdb.hp/exception.exp: new file. | |
1599 | * gdb.hp/foll-exec.c: new file. | |
1600 | * gdb.hp/foll-exec.exp: new file. | |
1601 | * gdb.hp/foll-fork.c: new file. | |
1602 | * gdb.hp/foll-fork.exp: new file. | |
1603 | * gdb.hp/foll-vfork.c: new file. | |
1604 | * gdb.hp/foll-vfork.exp: new file. | |
1605 | * gdb.hp/inherit-hp.exp: new file. | |
1606 | * gdb.hp/more-steps.exp: new file. | |
1607 | * gdb.hp/namespace.cc: new file. | |
1608 | * gdb.hp/namespace.exp: new file. | |
1609 | * gdb.hp/optimize.exp: new file. | |
1610 | * gdb.hp/pxdb.c: new file. | |
1611 | * gdb.hp/pxdb.exp: new file. | |
1612 | * gdb.hp/quicksort.exp: new file. | |
1613 | * gdb.hp/reg-test.exp: new file. | |
1614 | * gdb.hp/reg-test.s: new file. | |
1615 | * gdb.hp/sized-enum.c: new file. | |
1616 | * gdb.hp/sized-enum.exp: new file. | |
1617 | * gdb.hp/start-stop.exp: new file. | |
1618 | * gdb.hp/templ-hp.cc: new file. | |
1619 | * gdb.hp/templ-hp.exp: new file. | |
1620 | * gdb.hp/thr-lib.c: new file. | |
1621 | * gdb.hp/thr-lib.exp: new file. | |
1622 | * gdb.hp/thr-lib.h: new file. | |
1623 | * gdb.hp/thr-liblib.c: new file. | |
1624 | * gdb.hp/virtfun-hp.c: new file. | |
1625 | * gdb.hp/virtfun-hp.exp: new file. | |
1626 | * gdb.hp/watch-cmd.exp: new file. | |
1627 | * gdb.hp/watch-hp.exp: new file. | |
1628 | * gdb.hp/xdb1.exp: new file. | |
1629 | * gdb.hp/xdb2.exp: new file. | |
1630 | * gdb.hp/xdb3.exp: new file. | |
1631 | ||
1632 | Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com> | |
1633 | ||
1634 | The following files are part of the HP merge; some had longer | |
1635 | names at HP, but have been renamed to be no more than 14 | |
1636 | characters in length. | |
1637 | ||
1638 | * gdb.base/ss.h: new file. | |
1639 | * gdb.base/call-ar-st.c: new file. | |
1640 | * gdb.base/call-ar-st.exp: new file. | |
1641 | * gdb.base/call-rt-st.c: new file. | |
1642 | * gdb.base/call-rt-st-exp: new file. | |
1643 | * gdb.base/call-strs.exp: new file. | |
1644 | * gdb.base/ena-dis-br.exp: new file. | |
1645 | * gdb.base/environ.exp: new file. | |
1646 | * gdb.base/long_long.exp: new file. | |
1647 | * gdb.base/sect-cmd.exp: new file. | |
1648 | * gdb.base/shlib-cl2.exp: new file. | |
1649 | * gdb.base/smoke.exp: new file. | |
1650 | * gdb.base/so-impl-ld.c: new file. | |
1651 | * gdb.base/so-impl-ld.exp: new file. | |
1652 | * gdb.base/so-indr-cl.c: new file. | |
1653 | * gdb.base/so-indr-cl.exp: new file. | |
1654 | * gdb.base/varargs.exp: new file. | |
1655 | * gdb.base/volatile.exp: new file. | |
1656 | * gdb.base/whatis-exp.exp: new file. | |
7a292a7a | 1657 | * gdb.base/display.exp: new file. |
c906108c SS |
1658 | * gdb.c++/derivation.exp: new file. |
1659 | * gdb.c++/local.exp: new file. | |
1660 | * gdb.c++/member-ptr.exp: new file. | |
1661 | * gdb.c++/overload.exp: new file. | |
1662 | * gdb.c++/ovldbreak.exp: new file. | |
1663 | * gdb.c++/ref-types.exp: new file. | |
1664 | * gdb.c++/ref-types2.exp: new file. | |
1665 | * gdb.c++/userdef.exp: new file. | |
beb998c6 | 1666 | |
c906108c SS |
1667 | Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com> |
1668 | ||
1669 | * gdb.base/default.exp: Reflect wording change in remote.c. | |
1670 | ||
1671 | Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cleaver.cygnus.com> | |
1672 | ||
1673 | * gdb.base/help.exp: Update to reflect current text. | |
1674 | ||
1675 | Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com> | |
1676 | ||
1677 | * gdb.c++/anon-union.cc: make foo and bar global, otherwise | |
1678 | they're stack variables and contain garbage. | |
1679 | * gdb.c++/anon-union.exp: new file. | |
1680 | ||
1681 | The following changes were made by David Taylor | |
1682 | <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and | |
1683 | Edith Epstein <eepstein@cygnus.com> as part of a project to merge | |
1684 | in changes by HP. | |
1685 | ||
1686 | * gdb.base/bitops.exp: new file. | |
1687 | * gdb.base/default.exp: change expected messages for catch and | |
1688 | info catch tests to reflect HP merge changes. | |
1689 | * gdb.base/enable-disable-break.exp | |
1690 | * gdb.base/ending-run.c: new file. | |
1691 | * gdb.base/long_long.c: new file. | |
1692 | * gdb.base/maint.exp: new file. | |
1693 | * gdb.base/pointers2.exp: new file. | |
1694 | * gdb.base/shlib-call2.exp: new file. | |
1695 | * gdb.base/solib.exp: new file. | |
1696 | * gdb.base/step-test.c: new file. | |
1697 | * gdb.c++/anon-union.cc: new file. | |
1698 | * gdb.c++/local.cc: new file. | |
1699 | * gdb.c++/member-pointer.cc: new file. | |
1700 | * gdb.c++/method.cc: new file. | |
1701 | * gdb.c++/ref-types.cc: new file. | |
1702 | * gdb.c++/ref-types2.cc: new file. | |
1703 | * gdb.c++/userdef.cc: new file. | |
beb998c6 | 1704 | |
c906108c SS |
1705 | * gdb.base/scope.exp: compile one file at a time, then link. |
1706 | * gdb.base/langs.exp: ditto. | |
1707 | * gdb.base/list.exp: ditto. | |
beb998c6 | 1708 | |
c906108c SS |
1709 | Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com> |
1710 | ||
1711 | The following changes were made by David Taylor | |
1712 | <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and | |
1713 | Edith Epstein <eepstein@cygnus.com> as part of a project to merge | |
1714 | in changes by HP. | |
beb998c6 | 1715 | |
c906108c SS |
1716 | * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc, |
1717 | skip tests. When compiling pass c++ flag to gdb_compile. | |
1718 | * gdb.c++/ | |
beb998c6 | 1719 | |
c906108c SS |
1720 | * lib/gdb.exp (get_compiler_info): new, optional argument -- args; |
1721 | test for on hppa*-*-hpux*; use args to see if c++ was specified. | |
1722 | (skip_hp_tests): new function. | |
1723 | (gdb_preprocess): new function. | |
1724 | ||
1725 | * configure.in (hpdir): decide whether to configure gdb.hp. | |
1726 | * configure: regenerated. | |
1727 | ||
1728 | * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things | |
1729 | to delete on clean. | |
1730 | (EXECUTABLES): update to reflect new additions. | |
1731 | * gdb.base/commands.exp: update message expected. | |
1732 | * gdb.base/default.exp: add copyright notice. | |
1733 | * gdb.base/funcargs.exp (timeout): if hpux, increase timeout. | |
1734 | * gdb.base/help.exp: update messages to reflect current text. | |
1735 | * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled | |
1736 | targets for recurse tests. | |
1737 | * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then | |
1738 | skip this file. | |
1739 | ||
1740 | * gdb.c++/Makefile.in (PROGS): update to reflect new executables. | |
1741 | * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++ | |
1742 | compilation. | |
1743 | * gdb.c++/misc.exp: ditto. | |
1744 | * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't | |
1745 | run the tests. tell gdb_compile that it's a c++ compilation. | |
1746 | ||
1747 | * gdb.threads/pthreads.exp: fix typo in message. | |
beb998c6 | 1748 | |
c906108c SS |
1749 | * gdb.base/all-bin.exp: new file. |
1750 | * gdb.base/arithmet.exp: new file. | |
1751 | * gdb.base/assign.exp: new file. | |
1752 | * gdb.base/completion.exp: new file. | |
1753 | * gdb.base/cond-expr.exp: new file. | |
1754 | * gdb.base/condbreak.exp: new file. | |
1755 | * gdb.base/define.exp: new file. | |
1756 | * gdb.base/dollar.exp: new file. | |
1757 | * gdb.base/environment.exp: new file. | |
1758 | * gdb.base/eval-skip.exp: new file. | |
1759 | * gdb.base/jump.exp: new file. | |
1760 | * gdb.base/logical.exp: new file. | |
1761 | * gdb.base/pointers.exp: new file. | |
1762 | * gdb.base/relational.exp: new file. | |
1763 | * gdb.base/section_command.exp: new file. | |
1764 | * gdb.base/whatis-expr.exp: new file. | |
1765 | ||
1766 | * gdb.base/all-types.c: new file. | |
1767 | * gdb.base/call-array-struct.c: new file. | |
1768 | * gdb.base/call-return-struct.c: new file. | |
1769 | * gdb.base/call-strings.c: new file. | |
1770 | * gdb.base/callfuncs2.c: new file. | |
1771 | * gdb.base/condbreak.c: new file. | |
1772 | * gdb.base/constvars.c: new file. | |
1773 | * gdb.base/display.c: new file. | |
1774 | * gdb.base/int-type.c: new file. | |
1775 | * gdb.base/jump.c: new file. | |
1776 | * gdb.base/miscexprs.c: new file. | |
1777 | * gdb.base/pointers.c: new file. | |
1778 | * gdb.base/pointers2.c: new file. | |
1779 | * gdb.base/shmain.c: new file. | |
1780 | * gdb.base/shr1.c: new file. | |
1781 | * gdb.base/shr2.c: new file. | |
1782 | * gdb.base/solib.c: new file. | |
1783 | * gdb.base/solib1.c: new file. | |
1784 | * gdb.base/solib2.c: new file. | |
1785 | * gdb.base/varargs.c: new file. | |
1786 | * gdb.c++/derivation.cc: new file. | |
1787 | * gdb.c++/overload.cc: new file. | |
1788 | * gdb.c++/ovldbreak.cc: new file. | |
1789 | * gdb.hp/attach.c: new file. | |
1790 | * gdb.hp/attach2.c: new file. | |
1791 | * gdb.hp/average.c: new file. | |
1792 | * gdb.hp/compiler.c: new file. | |
1793 | * gdb.hp/compiler.cc: new file. | |
1794 | * gdb.hp/execd-program.c: new file. | |
1795 | * gdb.hp/follow-exec.c: new file. | |
1796 | * gdb.hp/follow-fork.c: new file. | |
1797 | * gdb.hp/follow-vfork-and-exec.c: new file. | |
1798 | * gdb.hp/misc-hp.cc: new file. | |
1799 | * gdb.hp/more-steps.c: new file. | |
1800 | * gdb.hp/optimize.c: new file. | |
1801 | * gdb.hp/quicksort.c: new file. | |
1802 | * gdb.hp/run-hp.c: new file. | |
1803 | * gdb.hp/start-stop.c: new file. | |
1804 | * gdb.hp/sum.c: new file. | |
1805 | * gdb.hp/templates-hp.cc: new file. | |
1806 | * gdb.hp/thread-local-in-lib.c: new file. | |
1807 | * gdb.hp/thread-local-in-lib.h: new file. | |
1808 | * gdb.hp/thread-local-in-lib.lib.c: new file. | |
1809 | * gdb.hp/vforked-program.c: new file. | |
1810 | * gdb.hp/virtfunc-hp.cc: new file. | |
1811 | * gdb.hp/watchpoint-hp.c: new file. | |
1812 | * gdb.hp/xdb.c: new file. | |
1813 | * gdb.hp/xdb0.c: new file. | |
1814 | * gdb.hp/xdb0.h: new file. | |
1815 | * gdb.hp/xdb1.c: new file. | |
1816 | ||
1817 | Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com> | |
1818 | ||
1819 | The following change was made by Edith Epstein | |
1820 | <eepstein@cygnus.com> as part of a project to merge in changes | |
1821 | originally made by HP; HP did not create ChangeLog entries. | |
1822 | ||
1823 | * gdb.c++/demangle.exp: changed the expected output for some | |
1824 | ARM-style mangling -- removed second reference to datatype. | |
1825 | For example, maint demangle __dt__11T1__pt__2_cFv | |
1826 | T1<char>::~T1<char>(void) | |
1827 | becomes, | |
1828 | maint demangle __dt__11T1__pt__2_cFv | |
1829 | T1<char>::~T1(void) | |
1830 | ||
1831 | (test_hp_style_demangling): new hp specific demangling test cases. | |
beb998c6 | 1832 | |
c906108c SS |
1833 | Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com) |
1834 | ||
1835 | * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c | |
1836 | * gdb.trace/backtrace.exp: Likewise. | |
1837 | * gdb.trace/circ.exp: Likewise. | |
1838 | * gdb.trace/collection.exp: Likewise. | |
1839 | * gdb.trace/deltrace.exp: Likewise. | |
1840 | * gdb.trace/infotrace.exp: Likewise. | |
1841 | * gdb.trace/limits.exp: Likewise. | |
1842 | * gdb.trace/packetlen.exp: Likewise. | |
1843 | * gdb.trace/passc-dyn.exp: Likewise. | |
1844 | * gdb.trace/passcount.exp: Likewise. | |
1845 | * gdb.trace/report.exp: Likewise. | |
1846 | * gdb.trace/save-trace.exp: Likewise. | |
1847 | * gdb.trace/tfind.exp: Likewise. | |
1848 | * gdb.trace/tracecmd.exp: Likewise. | |
1849 | * gdb.trace/while-dyn.exp: Likewise. | |
1850 | * gdb.trace/while-stepping.exp: Likewise. | |
1851 | ||
1852 | 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com> | |
1853 | ||
1854 | * gdb.base/restore.exp, gdb.base/restore.c: New tests. | |
1855 | ||
1856 | Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com> | |
1857 | ||
1858 | From Brendan Kehoe: | |
1859 | * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required | |
1860 | int return types. | |
1861 | ||
1862 | Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com> | |
1863 | ||
1864 | * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do | |
1865 | remote dos host testing right. | |
1866 | ||
1867 | Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com> | |
1868 | ||
1869 | * gdb.base/corefile.exp: remove some xfails. | |
1870 | ||
1871 | Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
1872 | ||
1873 | * gdb.base/reread.exp: Sleep 1 - ensures that the two executables | |
1874 | have different timestamps. | |
1875 | ||
1876 | Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
1877 | ||
1878 | * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp, | |
1879 | gdb.base/default.exp: Replace "exec" with "executable". | |
1880 | ||
1881 | Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
1882 | ||
1883 | * gdb.base/default.exp: Change else if to elseif from previous | |
1884 | delta. | |
1885 | ||
1886 | Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com> | |
1887 | ||
1888 | * gdb.base/default.exp: Add brace missing from previous delta. | |
1889 | ||
1890 | Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com> | |
1891 | ||
1892 | * gdb.base/default.exp: Support test for info float for all | |
1893 | varieties of arm toolchain. | |
1894 | ||
1895 | Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cleaver.cygnus.com> | |
1896 | ||
1897 | * gdb.trace/*.exp: remove "remote_download" command. | |
1898 | ||
1899 | Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cleaver.cygnus.com> | |
1900 | ||
1901 | * gdb.trace/*.exp: remove -gdwarf from compile. | |
1902 | ||
1903 | Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com> | |
1904 | ||
1905 | * gdb.trace/configure.in(AC_INIT): typo | |
1906 | * gdb.trace/configure: regenerated | |
1907 | ||
1908 | Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cleaver.cygnus.com> | |
1909 | ||
1910 | * config/m68k-emc.exp: New file. | |
1911 | * lib/<emc-support.exp trace-support.exp}: New files. | |
1912 | * configure.in: add new test directory gdb.trace. | |
1913 | * gdb.trace/{configure configure.in Makefile.in}: New files. | |
1914 | * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files. | |
1915 | * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files. | |
1916 | * gdb.trace/{collection.c collection.exp tfind.exp }: New files. | |
1917 | * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files. | |
1918 | * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files. | |
1919 | * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files. | |
1920 | * gdb.trace/{while-dyn.exp while-stepping.exp}: New files. | |
beb998c6 | 1921 | |
c906108c SS |
1922 | Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cleaver.cygnus.com> |
1923 | ||
1924 | * gdb.c++/classes.exp: Change all regular expressions to match | |
1925 | arbitrary combinations of newline/carriage-return, so that they | |
1926 | will work equally well on Unix and Windows. | |
1927 | * gdb.c++/inherit.exp: ditto. | |
1928 | * gdb.c++/virtfunc.exp: ditto. | |
1929 | ||
1930 | 1998-08-11 Dawn Perchik <dawn@cygnus.com> | |
1931 | ||
1932 | * gdb.base/setshow.exp: Fix error introduced by call to runto_main. | |
1933 | ||
c2d11a7d JM |
1934 | Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com) |
1935 | ||
1936 | * gdb.disasm/am33.s: Add tests for autoincrement instructions. | |
1937 | * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15 | |
1938 | to use a0-a3/d0-d3 as needed. | |
1939 | ||
1940 | Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com) | |
1941 | ||
1942 | * gdb.disasm/am33.s: Add 4 operand mul and mulu tests. | |
1943 | * gdb.disasm/am33.exp: Corresponding changes. | |
1944 | ||
c906108c SS |
1945 | 1998-07-11 Felix Lee <flee@cygnus.com> |
1946 | ||
1947 | * gdb.base/callfuncs.exp: add cmp10 test. | |
1948 | * gdb.base/callfuncs.c (cmp10): new function. | |
1949 | ||
1950 | Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com> | |
1951 | ||
beb998c6 | 1952 | * gdb.base/commands.exp: Break up infrun_breakpoint_command_test |
c906108c SS |
1953 | into two parts to get around a synchronization problem in expect. |
1954 | ||
3fc11d3e JM |
1955 | Sun Jun 28 22:34:34 1998 Martin M. Hunt <hunt@cygnus.com> |
1956 | ||
1957 | * gdb.gdbtk/simple.c (main): Make main return an | |
1958 | int so compiler will stop complaining. | |
1959 | ||
1960 | Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com> | |
1961 | ||
1962 | * lib/gdb.exp (gdbtk_start): Add startup for gdbtk. | |
1963 | ||
1964 | * configure.in: Add options for gdbtk testsuite. | |
1965 | ||
1966 | * configure: Regenerate. | |
1967 | ||
1968 | * gdb.gdbtk: New directory to hold gdbtk tests. | |
1969 | ||
1970 | * gdb.gdbtk/console.{exp, test}: New console window tests. | |
1971 | ||
7a292a7a | 1972 | |
c906108c SS |
1973 | Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> |
1974 | ||
1975 | * gdb.fortran/types.exp: Escape brackets in expect patterns | |
1976 | for test_float_literal_types_accepted tests. | |
1977 | * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss | |
1978 | before run test. | |
1979 | ||
c2d11a7d JM |
1980 | Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com) |
1981 | ||
1982 | * am33.exp: Just compile, do not link the testcase. | |
1983 | * am33.s: Add ".am33" pseudoop to force am33 mode. | |
1984 | ||
c906108c SS |
1985 | 1998-06-25 Felix Lee <flee@cygnus.com> |
1986 | ||
1987 | * gdb.base/setshow.exp: make sure $pc is sane. | |
1988 | ||
1989 | * gdb.stabs/weird.exp: split expect patterns properly. | |
1990 | ||
c2d11a7d JM |
1991 | Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com) |
1992 | ||
1993 | * gdb.disasm/am33.s: New disassembler testfile for the am33. | |
1994 | * gdb.disasm/am33.exp: Run it. | |
1995 | ||
c906108c SS |
1996 | Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cleaver.cygnus.com> |
1997 | ||
1998 | * gdb.base/funcargs.exp: simplify expect strings to ease pattern | |
1999 | match processing (and eliminate spurious timeouts when running). | |
2000 | ||
2001 | Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cleaver.cygnus.com> | |
2002 | ||
2003 | * gdb.base/signals.exp (test_handle_all_print): put back Mach | |
2004 | exception test, but conditionalize it on target [mach | gnu]. | |
2005 | ||
2006 | Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cleaver.cygnus.com> | |
2007 | ||
2008 | * gdb.base/overlays.exp: fixup compile line for linker script. | |
2009 | ||
2010 | Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com> | |
2011 | ||
2012 | * gdb.fortran/types.exp: don't guess at float size. | |
2013 | ||
2014 | Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com> | |
2015 | ||
2016 | * gdb.base/exprs.exp: delete test that depends on int size. | |
2017 | ||
2018 | Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com> | |
2019 | ||
2020 | * config/sim.exp: Removed checks for target triplets. | |
2021 | (gdb_target_sim): Use gdb,target_sim_options. | |
2022 | ||
2023 | Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com> | |
2024 | ||
2025 | * gdb.base/reread.exp: New file. | |
2026 | * gdb.base/reread1.c: New file. | |
2027 | * gdb.base/reread2.c: New file. | |
2028 | ||
2029 | Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com> | |
2030 | ||
2031 | * config/sim.exp: Use 'target sim -sparclite' when running | |
2032 | SPARClite programs. | |
2033 | ||
2034 | Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com> | |
2035 | ||
2036 | * gdb.base/structs2.exp: New file. | |
2037 | * gdb.base/structs2.c: New file. | |
2038 | ||
2039 | Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com> | |
2040 | ||
2041 | * gdb.asm/common.inc: New file. | |
2042 | * gdb.asm/d10v.inc: New file. | |
2043 | * asm-source.exp: Pass -I's to gas to find .inc files. | |
2044 | Update line numbers in expected output. | |
2045 | * asmsrc1.s: Rewrite. | |
2046 | * asmsrc2.s: Rewrite. | |
2047 | * configure.in: Create arch.inc symlink. | |
2048 | * configure: Regenerate. | |
2049 | * Makefile.in (distclean): Delete arch.inc. | |
2050 | ||
2051 | Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com> | |
2052 | ||
2053 | * callfuncs.c (t_enum_value1) : Cleanup return value warnings | |
2054 | (t_enum_value2): ditto | |
2055 | (t_enum_value3): ditto | |
2056 | (main): ditto | |
2057 | Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> | |
2058 | ||
2059 | * gdb.base/break.exp: Remove xfail for `deleting all breakpoints | |
2060 | when none' unexpected prompt case, fixed by breakpoint.c:delete_command | |
2061 | change. | |
2062 | Use gdb_test instead of send_gdb/gdb_expect sequences. | |
2063 | ||
2064 | Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com) | |
2065 | ||
2066 | * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int, | |
2067 | not void. | |
2068 | ||
2069 | Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com> | |
2070 | ||
2071 | * gdb.base/branches.c: Code with lots of loops and | |
2072 | subroutines. Used to test gdbs ability to single step through PC | |
2073 | changes, especially to test mips-tdep.c:mips_next_pc | |
2074 | ||
2075 | Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com> | |
2076 | ||
2077 | * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass | |
2078 | more rigorous EGCS C++ error checking. | |
2079 | ||
2080 | Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
2081 | ||
2082 | * gdb.base/help.exp: Clean up `help set args' and `help show args' | |
beb998c6 | 2083 | tests. |
c906108c | 2084 | * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling |
beb998c6 | 2085 | function when asleep. |
c906108c | 2086 | * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment |
beb998c6 AC |
2087 | for i*86 Linux and SVR4 signal handling problems. |
2088 | Remove linux xfail for `next to handler in signals_tests_1', fixed | |
2089 | by recent infrun.c change. | |
c906108c | 2090 | Limit backtrace to 10 frames to avoid timeout problems with infinite |
beb998c6 | 2091 | stack backtraces. |
c906108c SS |
2092 | Adjust expect pattern in `handle all print' test to match Apr 28 1997 |
2093 | target.[ch] change. | |
2094 | ||
2095 | Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com> | |
2096 | ||
2097 | * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait | |
2098 | for a newline from gdb before continuing. | |
2099 | (default_gdb_exit): Just look for y or n. | |
2100 | (gdb_test): Detect abnormal exit from GDB running on DOS; if | |
2101 | it does, fail the rests of the tests in the file. | |
2102 | ||
2103 | Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com> | |
2104 | ||
2105 | * config/cygmon.exp: New file. | |
2106 | ||
2107 | Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com> | |
2108 | ||
2109 | * gdb.base/list.exp: Fix problem with "list default lines around | |
2110 | main" test on remote targets. | |
2111 | ||
2112 | * gdb.base/scope.exp: Fix problem with filelocal_bss before | |
2113 | run test on remote targets. | |
2114 | ||
2115 | Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com> | |
2116 | ||
2117 | * gdb.asm: New directory. | |
2118 | * configure.in: Configure it. | |
2119 | * configure: Regenerate. | |
2120 | * gdb.asm/{Makefile.in,configure.in,configure}: New files. | |
2121 | * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files. | |
2122 | ||
2123 | Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com> | |
2124 | ||
2125 | * config/mn10300-eval.exp: New file to support MN10300 eval board. | |
2126 | ||
2127 | Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cleaver.cygnus.com) | |
beb998c6 | 2128 | |
c906108c SS |
2129 | * gdb.base/overlays (several files): Merge the two overlay |
2130 | managers into one. Change variables (foox, barx, bazx, grbxx) | |
2131 | back into ints but force them to load in their proper sections. | |
2132 | ||
2133 | Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
2134 | ||
2135 | * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of | |
2136 | on-chip insn memory and IMAP1 to upper 128k. | |
2137 | (D10VCopy): Handle memory regions crossing 16k boundaries. | |
2138 | (D10VCopy): Transfer data in 32 bit chunks. | |
2139 | ||
2140 | Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
2141 | ||
2142 | * gdb.base/overlays.c (main): Exit normally when result is | |
2143 | correct. | |
2144 | ||
2145 | * gdb.base/d10v.ld: Update LMAs to reflect current d10v address | |
2146 | map. Include space for printf in .text segment. | |
2147 | ||
2148 | * gdb.base/d10vovly.c (D10VTranslate): New function, handle | |
2149 | updated d10v memory VMA/LMA map. | |
2150 | (D10VCopy): Call D10VTranslate. | |
beb998c6 | 2151 | |
c906108c SS |
2152 | Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com> |
2153 | ||
2154 | * gdb.base/m32rovly.c: Force variable _novlys into .data section. | |
2155 | ||
2156 | * gdb.base/bar.c (barx, bar): Change variable to small array so | |
2157 | that it won't be put into the .sdata - small data - | |
2158 | section. Update reference. | |
2159 | * gdb.base/baz.c (bazx, baz): Ditto. | |
2160 | * gdb.base/foo.c (foox, foo): Ditto. | |
2161 | * gdb.base/grbx.c (grbxx, grbx): Ditto. | |
2162 | ||
2163 | * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx | |
2164 | to be arrays. | |
beb998c6 | 2165 | |
c906108c | 2166 | Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cleaver.cygnus.com) |
beb998c6 | 2167 | |
c906108c SS |
2168 | * gdb.base/overlays.exp: fix up and get working again. |
2169 | Add tests for backtraces from an overlay function. | |
beb998c6 | 2170 | |
c906108c SS |
2171 | Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com> |
2172 | ||
2173 | * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for | |
2174 | "calling function with watchpoint enabled". | |
2175 | ||
2176 | Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com> | |
2177 | ||
2178 | * gdb.base/break.exp (test_next_with_recursion): Remove | |
2179 | gdb_suppress_tests for d10v-*-*. | |
2180 | * lib/gdb.exp (gdb_suppress_tests): Disable this function | |
2181 | pending review of whether it is useful or not. | |
2182 | ||
2183 | Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com> | |
2184 | ||
2185 | * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards. | |
2186 | ||
2187 | Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com> | |
2188 | ||
2189 | * gdb.base/break.exp: Increase timeout for slow TX39 boards. | |
2190 | * config/dve.exp: New file to support Densan boards. | |
2191 | ||
2192 | Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com> | |
2193 | ||
2194 | * gdb.base/interrupt.exp: Document problem of simulators, signals, | |
2195 | reads and BSD. | |
2196 | ||
2197 | Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com> | |
2198 | ||
2199 | * config/monitor.exp: Be a bit less picky about the "Remote debugging" | |
2200 | response. | |
2201 | ||
2202 | * gdb.c++/misc.exp: Call runto_main instead of doint it manually. | |
2203 | ||
2204 | Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com> | |
2205 | ||
2206 | * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace | |
2207 | test. | |
2208 | ||
2209 | * gdb.base/funcargs.exp: Query GDB for target_sizeof_int, | |
2210 | target_sizeof_long and target_bigendian_p. | |
2211 | (structs_by_value, structs_by_reference): Check values according | |
2212 | to targets word size and endianess. | |
beb998c6 | 2213 | |
c906108c SS |
2214 | Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com> |
2215 | ||
2216 | * gdb.base/langs.exp: For "continue to exit" ignore any trailing | |
2217 | output. | |
2218 | ||
2219 | Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com> | |
2220 | ||
2221 | * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp: | |
2222 | Update test of set args help to match source change. | |
2223 | ||
2224 | Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com) | |
2225 | ||
2226 | * gdb.base/default.exp: Expect help system output to be in | |
2227 | alphabetical order. | |
2228 | * gdb.base/help.exp: Ditto. | |
2229 | ||
2230 | Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com> | |
2231 | ||
2232 | * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to | |
2233 | "i*86-pc-linux-gnu*". | |
2234 | * gdb.base/interrupt.exp: Ditto. | |
2235 | * gdb.base/corefile.exp: Ditto. | |
2236 | ||
2237 | * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set, | |
2238 | define vxworks when building the testcase. | |
2239 | ||
2240 | * gdb.base/ptype.exp: Fix testnames to be unique. | |
2241 | * gdb.base/radix.exp: Ditto. | |
2242 | * gdb.base/term.exp: Ditto. | |
2243 | * gdb.base/whatis.exp: Ditto. | |
2244 | * gdb.c++/classes.exp: Ditto. | |
2245 | ||
2246 | Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com> | |
2247 | ||
2248 | * gdb.base/callfuncs.exp: Fix indentation. | |
2249 | ||
2250 | * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if | |
2251 | suppress_flag has been set. | |
2252 | (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub | |
2253 | target feature. | |
2254 | ||
2255 | Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com> | |
2256 | ||
2257 | * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled | |
2258 | the testcase. | |
2259 | ||
2260 | * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for | |
2261 | set_debug_traps() and breakpoint(). | |
2262 | * gdb.c++/misc.cc (main): Ditto. | |
2263 | * gdb.c++/templates.cc (main): Ditto. | |
2264 | * gdb.c++/virtfunc.cc (main): Ditto. | |
2265 | ||
2266 | Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com> | |
2267 | ||
2268 | * lib/gdb.exp(gdb_step_for_stub): New function. | |
2269 | (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it | |
2270 | exists, reload the executable and do a "continue" instead of | |
2271 | doing a jump. | |
2272 | (runto_main): Use gdb_step_for_stub. | |
beb998c6 | 2273 | |
c906108c SS |
2274 | * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain |
2275 | tests to have unique names. | |
2276 | * gdb.base/callfuncs.exp: Ditto. | |
2277 | * gdb.base/commands.exp: Ditto. | |
2278 | * gdb.base/default.exp: Ditto. | |
2279 | * gdb.base/help.exp: Ditto. | |
2280 | * gdb.base/list.exp: Ditto. | |
2281 | * gdb.base/opaque.exp: Ditto. | |
2282 | * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple | |
2283 | similar tests. | |
beb998c6 | 2284 | |
c906108c SS |
2285 | * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls. |
2286 | * gdb.c++/cplusfuncs.cc: Ditto. | |
2287 | * gdb.c++/virtfunc.cc: Ditto. | |
2288 | ||
2289 | * config/monitor.exp: Keep track of the last file we saw, rather | |
2290 | than trying to get the info from gdb. | |
2291 | ||
2292 | * gdb.fortran/types.exp: Move comment to previous line. | |
2293 | ||
2294 | Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com> | |
2295 | ||
2296 | * config/sparclet.exp: Detect gratuitous change to sparclet gdb | |
2297 | target mode. | |
2298 | ||
2299 | Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com> | |
2300 | ||
2301 | From Bob Manson: | |
2302 | * config/monitor.exp (gdb_target_monitor): Look for "Connected to" | |
2303 | string from GDB when it connects. | |
2304 | ||
2305 | * lib/gdb.exp: Look for $TOOL_EXECUTABLE. | |
2306 | ||
2307 | Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com> | |
2308 | ||
2309 | * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail | |
2310 | if we can't get a debug format from GDB (we may be testing an | |
2311 | older GDB). Use a 10 second timeout when checking for the format. | |
2312 | ||
2313 | * gdb.stabs/weird.exp: Fix quoting. | |
2314 | ||
2315 | * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c. | |
2316 | ||
2317 | Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com> | |
2318 | ||
2319 | * config/arm-ice.exp: New file. | |
2320 | ||
2321 | Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com> | |
2322 | ||
2323 | * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled | |
2324 | until it has been modified to work with the new testsuite. | |
2325 | ||
2326 | * gdb.*/*.exp: Instead of causing 1 unresolved test when the | |
2327 | testcase won't compile, cause all of the testcases in the file to | |
2328 | fail instead. | |
2329 | ||
2330 | * lib/gdb.exp(gdb_suppress_entire_file): New procedure. | |
2331 | (gdb_clear_suppressed): New procedure. | |
2332 | (gdb_stop_suppressing_tests): Only clear suppress_flag if | |
2333 | it contains a positive value. | |
2334 | ||
2335 | Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com> | |
2336 | ||
2337 | * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature. | |
2338 | ||
2339 | * gdb.c++/virtfunc.exp: Remove setting of libs variable. | |
2340 | ||
2341 | Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com> | |
2342 | ||
2343 | * lib/gdb.exp (setup_xfail_format): New function. | |
2344 | (get_debug_format): New function to get debug format. | |
2345 | (debug_format): New global variable to hold last value set | |
2346 | by get_debug_format. | |
2347 | * gdb.base/list.exp: Call get_debug_format and expect some | |
2348 | tests to fail for DWARF 1 and COFF formats. | |
2349 | * gdb.c++/ptype.exp: Ditto. | |
2350 | * gdb.c++/classes.exp: Ditto. | |
2351 | * gdb.c++/cplusfuncs.exp: Ditto. | |
2352 | * gdb.c++/inherit.exp: Ditto. | |
2353 | * gdb.c++/templates.exp: Ditto. | |
2354 | * gdb.c++/virtfunc.exp: Ditto. | |
beb998c6 | 2355 | |
c906108c SS |
2356 | Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com> |
2357 | ||
2358 | * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote | |
2359 | host doesn't have a currently-open connection. | |
2360 | ||
2361 | * config/sparclet.exp: Cleanups and fixes to make it generic for | |
2362 | any gdb stub target. Handle cases where gdb doesn't respond when | |
2363 | interrupted in a sane fashion. | |
2364 | ||
2365 | * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the | |
2366 | same thing in a totally different way. | |
2367 | ||
2368 | * config/monitor.exp: Pass in timeouts to gdb_expect instead of | |
2369 | setting "timeout". | |
2370 | (gdb_start): We set the global gdb_prompt variable in | |
2371 | default_gdb_init now. | |
2372 | ||
2373 | Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com> | |
2374 | ||
2375 | * gdb.base/printcmds.exp: Fix "check for floating addition" | |
2376 | regexp to accept results within approx +/- .01 of exact value. | |
2377 | * lib/gdb.exp (gdb_test): Remove unused expect_out global decl. | |
2378 | ||
2379 | Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com> | |
2380 | ||
2381 | * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init | |
2382 | properly. | |
2383 | (gdb_expect): Add optional timeout parameter, and add timeout | |
2384 | value to various calls. | |
2385 | (gdb_suppress_tests): Only give one warning message per group. | |
2386 | ||
2387 | Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com> | |
2388 | ||
2389 | * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as | |
2390 | global variables. Handle getting a value for $timeout more | |
2391 | gracefully. | |
2392 | ||
2393 | Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com> | |
2394 | ||
2395 | * lib/gdb.exp: Close connection to remote host if gdb doesn't | |
2396 | initialize. | |
2397 | (default_gdb_init): New procedure; allow gdb_init to be overridden | |
2398 | by a target configuration file. | |
2399 | (gdb_expect): Pass the timeout to remote_expect. | |
2400 | ||
2401 | * config/monitor.exp(gdb_load): Fix typo in regexp. | |
2402 | ||
2403 | Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com> | |
2404 | ||
2405 | * gdb.base/funcargs.exp: Remove spurious suppress tests call. | |
2406 | ||
2407 | Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com> | |
2408 | ||
2409 | * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd | |
2410 | here. Call gdb_target_exec before rebooting the target, to make | |
2411 | sure the connection to the target is closed. | |
2412 | (gdb_load): Pass the name of the executable to gdb_target_monitor. | |
2413 | Don't call gdb_file_cmd here; let gdb_target_monitor do it. | |
2414 | Also detect "Timeout reading from remote" error. | |
2415 | ||
2416 | * config/gdbserver.exp: Pass the executable being loaded to | |
2417 | gdb_target_monitor. Don't call gdb_file_cmd here; let | |
2418 | gdb_target_monitor do it. | |
2419 | ||
2420 | * gdb.disasm/hppa.exp: Don't use exec_output. | |
2421 | ||
2422 | Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com> | |
2423 | ||
2424 | * gdb.base/list.exp: If we're debugging a non-native target, | |
2425 | try to set the pc register to point to the start of the | |
2426 | program before doing the first list command. | |
2427 | ||
2428 | * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run | |
2429 | test_calls after restarting. | |
2430 | ||
2431 | * lib/gdb.exp(gdb_run_cmd): Send jump command again after | |
2432 | reloading. | |
2433 | ||
2434 | * gdb.base/watchpoint.exp: Fix typo. | |
2435 | ||
2436 | * gdb.base/setshow.exp: Check for use_gdb_stub. | |
2437 | ||
2438 | * gdb.base/break.exp: Fix continue until exit test for the gdb | |
2439 | stub case. | |
2440 | * gdb.base/langs.exp: Ditto. | |
2441 | ||
2442 | * config/monitor.exp(gdb_load): Handle gdb_sect_offset and | |
2443 | gdb_load_offset. If we weren't given a file to load, figure out | |
2444 | what the current file is and use it. | |
2445 | ||
2446 | * config/i386-bozo.exp: New file. | |
2447 | ||
2448 | Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com> | |
2449 | ||
2450 | * lib/gdb.exp(gdb_expect): Look for gdb,timeout target | |
2451 | feature. | |
2452 | ||
2453 | * config/proelf.exp: New entry. | |
2454 | ||
2455 | Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com> | |
2456 | ||
2457 | * lib/gdb.exp: Remove spurious .* patterns at the beginning | |
2458 | of regexps. | |
2459 | ||
2460 | * gdb.base/watchpoint.exp: Don't run the test_stepping | |
2461 | tests if gdb can't call functions on the target. | |
2462 | ||
2463 | * gdb.base/setshow.exp: Don't run the set prompt tests if | |
2464 | the board has gdb_prompt set. | |
2465 | ||
2466 | Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com) | |
2467 | ||
2468 | * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs". | |
2469 | * gdb.base/commands.exp: Likewise. | |
2470 | * gdb.base/setshow.exp: Likewise. | |
2471 | ||
2472 | Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com> | |
2473 | ||
2474 | * config/monitor.exp(gdb_start): Look for gdb_prompt target | |
2475 | feature. | |
2476 | ||
2477 | * config/i960.exp: New file. | |
2478 | ||
2479 | Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com> | |
2480 | ||
2481 | * gdb.base/funcargs.exp: Check for gdb,short_int target | |
2482 | feature instead of looking for explicit target triplets. | |
2483 | ||
2484 | Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cleaver.cygnus.com> | |
2485 | ||
beb998c6 | 2486 | * gdb.base/printcmds.exp: add a couple more tests a la |
c906108c SS |
2487 | "p 123DEADBEEF", to check parse_number. |
2488 | * top.c: change "to enable to enable" to "to enable" in a couple | |
2489 | of help strings. | |
2490 | ||
2491 | Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com) | |
2492 | ||
2493 | * gdb.base/callfuncs.exp: Mark some tests as expected to fail | |
2494 | on the mn10300. | |
beb998c6 | 2495 | |
c906108c SS |
2496 | Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com> |
2497 | ||
2498 | * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases | |
2499 | where the test executable is run with explicit args. | |
2500 | * gdb.base/default.exp: Handle arm-*-coff case for "info float". | |
2501 | ||
2502 | Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com> | |
2503 | ||
2504 | * gdb.base/run.c: Use FAKEARGV to build test executable that | |
2505 | does not require a command line arg, since most simulators | |
2506 | don't currently support passing such an arg into the simulated | |
2507 | program. | |
2508 | * gdb.base/commands.exp: Change tests to insert the proper | |
2509 | value as the arg to the first recursive factorial call. Change | |
2510 | compilation line to define FAKEARGV at compile time. | |
2511 | ||
2512 | Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com) | |
2513 | ||
2514 | * gdb.base/recurse.exp: Enable these tests for the mn10300. | |
2515 | * gdb.base/watchpoint.exp: Don't expect a failure for an "calling | |
2516 | function with watchpoint enabled" test. | |
2517 | ||
2518 | Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com> | |
2519 | ||
2520 | * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall): | |
2521 | Don't call gdb_test when the command doesn't return to a gdb prompt. | |
2522 | ||
2523 | * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous | |
2524 | "Tests restarted" messages. | |
2525 | ||
2526 | Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com) | |
2527 | ||
2528 | * gdb.disasm/mn10300.exp: Fix buglets in "other" tests. | |
2529 | ||
2530 | Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cleaver.cygnus.com> | |
2531 | ||
2532 | * gdb.base/help.exp: update help msg for INFO ADDR; add help test | |
2533 | for INFO SYMBOL; add help tests for OVERLAY commands. | |
2534 | * gdb.base/default.exp: add tests for INFO SYMBOL command; | |
2535 | add tests for OVERLAY commands | |
2536 | * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h | |
2537 | d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays. | |
2538 | * gdb.base/sigall.c: add usestubs code frag | |
2539 | * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R. | |
beb998c6 | 2540 | |
c906108c SS |
2541 | Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com> |
2542 | ||
2543 | * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent | |
2544 | failures. | |
2545 | (gdb_stop_suppressing_tests): Note that tests have restarted. | |
2546 | ||
2547 | Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com> | |
2548 | ||
2549 | * config/h8300.exp: New file. | |
2550 | ||
2551 | Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com> | |
2552 | ||
2553 | * gdb.base/setshow.exp: Check for the existence of a | |
2554 | feature, not its value. | |
2555 | ||
2556 | Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com> | |
2557 | ||
2558 | * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion. | |
2559 | ||
2560 | * gdb.base/scope.exp: It's now init0(), not init(). | |
2561 | ||
2562 | * gdb.base/scope0.c: For now, change init() to be init0(). | |
2563 | ||
2564 | * config/monitor.exp: Use gdb_serial in preference to serial | |
2565 | or netport. | |
2566 | ||
2567 | * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host | |
2568 | and it's not already set. | |
2569 | ||
2570 | Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com> | |
2571 | ||
2572 | * gdb.base/setshow.exp: Only test the run command if the target | |
2573 | isn't using a stub and if it supports argument passing. | |
2574 | ||
2575 | Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com> | |
2576 | ||
2577 | * config/udi.exp(gdb_start): Make sure UDICONF is set | |
2578 | properly before starting gdb. | |
2579 | ||
2580 | Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com) | |
2581 | ||
2582 | * gdb.disasm/mn10300.s: New test file for mn10300 disassembler. | |
2583 | * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests. | |
2584 | * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning. | |
2585 | ||
2586 | Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com> | |
2587 | ||
2588 | * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use | |
2589 | specialized code to reboot the board, use remote_reboot instead. | |
2590 | ||
2591 | * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp. | |
2592 | ||
2593 | * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS. | |
2594 | ||
2595 | * config/monitor.exp: Make sure we disconnect from the target. | |
2596 | Also, try a reboot/reload cycle instead of failing if the | |
2597 | load fails. | |
2598 | ||
2599 | Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com> | |
2600 | ||
2601 | * gdb.base/default.exp: Don't set match_max. | |
2602 | * gdb.base/help.exp: Ditto. | |
2603 | * gdb.base/list.exp: Ditto. | |
2604 | * gdb.base/signals.exp: Ditto. | |
2605 | ||
2606 | * config/monitor.exp(gdb_load): If gdb,use_standard_load is | |
2607 | set, use remote_ld to download the testcase instead of | |
2608 | the GDB loader. | |
2609 | ||
2610 | Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com> | |
2611 | ||
2612 | * config/vr5000.exp: New file. | |
2613 | ||
2614 | * config/monitor.exp(gdb_target_monitor): Add pattern for | |
2615 | "Ending remote" to detect errors in connecting. | |
2616 | ||
2617 | * gdb.base/setshow.exp: Add .* within auto language test. | |
2618 | ||
2619 | * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command | |
2620 | target feature. | |
2621 | ||
2622 | * config/monitor.exp(gdb_load): Check for a failure when loading, | |
2623 | and reboot the board if necessary. | |
2624 | ||
2625 | * gdb.base/setvar.exp(test_set): Handle multiple prints within | |
2626 | a set of tests. Remove print.* from the patterns being checked. | |
2627 | ||
2628 | Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com> | |
2629 | ||
2630 | * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't | |
2631 | refer to gdb_spawn_id. | |
2632 | ||
2633 | * config/m32r-stub.exp: Remove references to gdb_spawn_id, no | |
2634 | longer used. | |
2635 | * config/sparclet.exp: Ditto. | |
2636 | * config/sparclet-old.exp: Ditto. | |
2637 | * config/slite.exp: Ditto. | |
2638 | * config/sim.exp: Ditto. | |
2639 | * gdb.base/funcargs.exp: Ditto. | |
2640 | ||
2641 | * lib/gdb.exp:Remove references to gdb_spawn_id. | |
2642 | (gdb_expect): Move to remote.exp. | |
2643 | ||
2644 | Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com> | |
2645 | ||
2646 | * config/monitor.exp: Detect the "Couldn't establish connection" | |
2647 | message from GDB. | |
2648 | ||
2649 | Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com> | |
2650 | ||
2651 | * gdb.base/bitfields.exp: Use runto instead of explicit | |
2652 | gdb_run_cmd/gdb_expect sequences. | |
2653 | ||
2654 | * gdb.base/break.exp(text_next_with_recursion): Add match for | |
2655 | gdb_expect call. | |
2656 | ||
2657 | * config/monitor.exp(gdb_target_monitor): Calling exit loses big. | |
2658 | We also need to handle the "A program is being debugged already" | |
2659 | prompt from gdb. Use gdb_test to set the baud rate. | |
2660 | ||
2661 | * lib/gdb.exp(gdb_init): Increase the default expect buffer size | |
2662 | to 20000. Really. I mean it. | |
2663 | ||
2664 | Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com> | |
2665 | ||
2666 | * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb | |
2667 | fails. If suppress_flag is set, skip perror message about not | |
2668 | being able to send to GDB. | |
2669 | (send_gdb): If suppress_flag is set, don't try to send commands to | |
2670 | GDB. | |
2671 | (gdb_expect): If suppress_flag is set, always fail immediately. | |
2672 | (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions. | |
2673 | (gdb_init): Call gdb_stop_suppressing_tests. | |
2674 | (default_gdb_exit): Ditto. | |
2675 | (default_gdb_start): Ditto. | |
2676 | ||
2677 | * gdb.base/bitfields.exp: Call gdb_suppress_tests and | |
2678 | gdb_stop_suppressing_tests as appropriate. | |
2679 | * gdb.base/break.exp: Ditto. | |
2680 | * gdb.base/callfuncs.exp: Ditto. | |
2681 | * gdb.base/commands.exp: Ditto. | |
2682 | * gdb.base/exprs.exp: Ditto. | |
2683 | * gdb.base/funcargs.exp: Ditto. | |
2684 | * gdb.base/list.exp: Ditto. | |
2685 | * gdb.base/recurse.exp: Ditto. | |
2686 | * gdb.base/scope.exp: Ditto. | |
2687 | * gdb.base/structs.exp: Ditto. | |
2688 | * gdb.c++/inherit.exp: Ditto. | |
2689 | ||
2690 | Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com> | |
2691 | ||
2692 | * config/vr4300.exp: New file. | |
2693 | ||
2694 | * gdb.*/*.exp: Call gdb_expect instead of expect. | |
beb998c6 | 2695 | |
c906108c SS |
2696 | * lib/gdb.exp(gdb_expect): New function. |
2697 | ||
2698 | Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com> | |
2699 | ||
2700 | * lib/gdb.exp(gdb_init): New function. | |
2701 | ||
2702 | * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL | |
2703 | for each individual variable set. | |
2704 | ||
2705 | * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique | |
2706 | name. | |
2707 | ||
2708 | * gdb.base/help.exp: Fix the syntax of a few gdb_test calls. | |
2709 | ||
2710 | * gdb.base/scope.exp: Use gdb_test. | |
2711 | ||
2712 | * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're | |
2713 | aborting; the testsuite driver will do that for us (see | |
2714 | gdb_finish). Also, use gdb_test in a few more places. | |
2715 | ||
2716 | Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com> | |
2717 | ||
2718 | * gdb.base/help.exp: Fix syntax of "help info all-registers" test. | |
2719 | ||
2720 | Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com) | |
2721 | ||
2722 | * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main" | |
2723 | and "add_tests" are not at the same address. | |
2724 | ||
2725 | Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com> | |
2726 | ||
2727 | * gdb.base/ptype.exp: Use gdb_test. | |
2728 | ||
2729 | Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com) | |
2730 | ||
2731 | * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns. | |
2732 | * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally | |
2733 | left in. No longer expect them to fail. | |
2734 | ||
2735 | * gdb.stabs/*.mt; Deleted, no longer used. | |
2736 | * gdb.stabs/configure.in: Remove references to target makefile | |
2737 | frags. | |
2738 | * gdb.stabs/configure: Rebuilt. | |
2739 | ||
2740 | * gdb.disasm/*.mt: Deleted, no longer used. | |
2741 | * gdb.disasm/configure.in: Remove references to target makefile | |
2742 | frags. Use "sh3.s" as the unique filename for this directory. | |
2743 | * gdb.disasm/configure: Rebuilt. | |
2744 | ||
2745 | * gdb.disasm/mn10200.s: New test file for mn10200 disassembler. | |
2746 | * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests. | |
2747 | * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning. | |
2748 | ||
2749 | Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com> | |
2750 | ||
2751 | * config/udi.exp: Use mondfe,name instead of remote_host. | |
2752 | ||
2753 | Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com) | |
2754 | ||
2755 | * gdb.base/watchpoint.exp: Don't expect a failure when calling | |
2756 | a function with a watchpoint enabled on the mn10200. | |
2757 | ||
2758 | * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist | |
2759 | before trying to create it! | |
2760 | ||
2761 | Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com> | |
2762 | ||
2763 | * config/vx.exp: Use hostname instead of netport. | |
2764 | ||
2765 | * config/vxworks.exp: New file. | |
2766 | ||
2767 | * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id. | |
2768 | ||
2769 | * config/monitor.exp(gdb_target_monitor): Look for a prompt from | |
2770 | gdb before assuming everything worked. Send a ^C if a timeout | |
2771 | occurs. | |
2772 | ||
2773 | * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use | |
2774 | $gdb_spawn_id directly. | |
2775 | (gdb_run_cmd): Try _start as well as start. Use the target feature | |
2776 | gdb,start_symbol as the symbol to start from when jumping. | |
2777 | ||
2778 | Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com) | |
2779 | ||
2780 | * gdb.base/exprs.exp: Delete bogus/incorrect (and probably | |
2781 | redundant) test. | |
2782 | ||
2783 | * gdb.base/recurse.exp: Relax final value test for 'b' so that | |
2784 | it doesn't lose for 16bit integer systems. | |
2785 | ||
2786 | Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com) | |
2787 | ||
2788 | * gdb.fortran/types.exp: If the target doesn't support "double" | |
2789 | data types, then expect "real" types to only be 4 bytes. | |
2790 | ||
2791 | * gdb.c++/virtfunc.exp: Expect failure for virtual function | |
2792 | call tests if the target doesn't support inferior function calls. | |
2793 | ||
2794 | * gdb.base/printcmds.exp: Allow minor deviation in FP values | |
2795 | in printf tests. | |
2796 | ||
2797 | Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com) | |
2798 | ||
2799 | * gdb.base/help.exp: Disable "help set", "help show", and | |
2800 | "help support". Simplify regexp for "help stack". | |
2801 | ||
2802 | * gdb.base/default.exp: Set match_max to 5000 and the timeout | |
2803 | to 60 seconds. Temporarily set match_max to 15000 around the | |
2804 | "info copying" test. | |
2805 | ||
2806 | * gdb.base/nodebug.exp: Don't try to do an inferior function | |
2807 | call if the target doesn't support them. | |
2808 | * gdb.base/printcmds.exp: Likewise. | |
2809 | * gdb.base/setvar.exp: Likewise. | |
2810 | * gdb.base/structs.exp: Likewise. | |
2811 | * gdb.c++/templates.exp: Likewise. | |
2812 | * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff. | |
2813 | ||
2814 | * gdb.base/recurse.exp: Enable for the mn10200. | |
2815 | ||
2816 | * configure.in: Do configure gdb.stabs directory for *-*-elf | |
2817 | targets. | |
2818 | * configure: Rebuilt. | |
2819 | ||
2820 | * gdb.base/break.exp: Check for gdb,noresults before testing | |
2821 | exit status and/or results from the target. | |
2822 | * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise. | |
2823 | * lib/gdb.exp: Remove old (now bogus) initialization of | |
2824 | noinferior, noargs, noresults and nosignals. | |
2825 | ||
2826 | Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com> | |
2827 | ||
2828 | * config/sh.exp: New file. | |
2829 | ||
2830 | * config/slite.exp: Try to connect multiple times to the board | |
2831 | before rebooting. Only send a "monitor run" if need_monitor_run | |
2832 | is set. | |
2833 | ||
2834 | * gdb.base/break.exp: Don't do the "stub continue" test if | |
2835 | the target has gdb_stub set. | |
2836 | ||
2837 | * gdb.base/callfuncs.exp: Increase the timeout. | |
2838 | ||
2839 | * gdb.base/interrupt.exp: Don't even try to compile the testcase | |
2840 | if the target has gdb,noinferiorio set. | |
2841 | ||
2842 | * gdb.base/list.exp: Increase match_max to 10000 characters. | |
2843 | ||
2844 | * gdb.base/sigall.exp: Check for gdb,nosignals on the target. | |
2845 | ||
2846 | * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the | |
2847 | target. | |
2848 | ||
2849 | * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs. | |
2850 | ||
2851 | Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com> | |
2852 | ||
2853 | * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before | |
2854 | trying to delete the copy of gdb. Catch the file delete so we | |
2855 | don't die if the delete fails; also, the file should be copied to | |
2856 | the host, not to the build. | |
2857 | ||
2858 | Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com> | |
2859 | ||
2860 | * lib/gdb.exp(gdb_test): Surround the result pattern with | |
2861 | parenthesis in case it contains multiple regexps separated | |
2862 | with |. | |
2863 | ||
2864 | * gdb.base/watchpoint.exp: Use gdb_test. | |
2865 | * gdb.base/default.exp: Ditto. | |
2866 | ||
2867 | Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com> | |
2868 | ||
2869 | * gdb.*/*.exp: Replace $prompt with $gdb_prompt. | |
beb998c6 | 2870 | |
c906108c SS |
2871 | * gdb.base/scope.exp: Use gdb_test. |
2872 | * gdb.c++/classes.exp: Ditto. | |
2873 | * gdb.c++/inherit.exp: Ditto. | |
2874 | ||
2875 | Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com> | |
2876 | ||
2877 | * gdb.base/crossload.exp: Don't use execute_anywhere, use | |
2878 | remote_exec instead. | |
2879 | * gdb.base/corefile.exp: Don't be ridiculous. | |
2880 | * gdb.base/*.c: Add missing stub invocations. | |
2881 | ||
2882 | Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com> | |
2883 | ||
2884 | * config/slite.exp: Miscellaneous fixes. | |
2885 | ||
2886 | * lib/gdb.exp: Fix runto. | |
2887 | ||
2888 | * gdb.base/signals.exp: Check for a gdb,nosignals feature of | |
2889 | the target. | |
2890 | ||
2891 | * gdb.base/watchpoint.exp: Fix regexp. | |
2892 | ||
2893 | * lib/gdb.exp(default_gdb_exit): Add a catch to the | |
2894 | close and wait commands, as the descriptor may now be | |
2895 | invalid. Always call "remote_close host". | |
2896 | ||
2897 | Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com> | |
2898 | ||
2899 | Major rewrite for testsuite revision. | |
beb998c6 | 2900 | |
c906108c SS |
2901 | * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS, |
2902 | TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id | |
2903 | instead of relying on spawn_id to always contain a valid | |
2904 | spawn id. | |
2905 | (get_compiler_info): New procedure to build the ${binfile}.ci | |
2906 | file, instead of replicating this in N different places. | |
2907 | (gdb_compile): New procedure. | |
beb998c6 | 2908 | |
c906108c SS |
2909 | gdb.*/*.exp: Use gdb_compile and get_compiler_info (with |
2910 | appropriate arguments) instead of compile. Use gdb_test in a lot | |
2911 | more places. Use send_gdb instead of send. Always run gdb_start | |
2912 | at the start of a testcase, as this is no longer done magically. | |
2913 | ||
2914 | config/*-gdb.exp: Rename without the -gdb suffix. | |
2915 | ||
2916 | config/mips.exp: Use remote_close instead of exit_remote_shell. | |
2917 | config/monitor.exp: Use target_info instead of looking at | |
2918 | baud, timeout, etc. | |
2919 | config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id. | |
2920 | ||
2921 | Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
2922 | ||
2923 | * gdb.c++/templates.exp (test_ptype_of_templates), | |
2924 | gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union): | |
2925 | Update expect patterns for destructors and assignment operators | |
2926 | to match corresponding c-typeprint.c changes. | |
2927 | * gdb.c++/templates.exp (test_template_breakpoints): Revert change | |
2928 | to destructor breakpoint test, GDB should be able to set the | |
2929 | destructor breakpoint without specifying arguments. | |
2930 | ||
2931 | Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com> | |
2932 | ||
2933 | * gdb.threads/pthreads.exp: Change result for failure to compile due | |
2934 | to lack of pthreads runtime support from an error to simply an | |
2935 | unsupported test, per dejagnu standards. | |
2936 | ||
2937 | Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
2938 | ||
2939 | * lib/gdb.exp (gdb_test): Simplify expect pattern for the case | |
2940 | where GDB exits to reduce pattern match time. | |
2941 | (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*. | |
2942 | ||
2943 | * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails. | |
2944 | ||
2945 | Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cleaver.cygnus.com> | |
2946 | ||
2947 | * gdb.base/callfuncs.exp: Turn on function call tests for h8300. | |
2948 | * gdb.base/default.exp: ditto. | |
2949 | * gdb.base/nodebug.exp: ditto. | |
2950 | * gdb.base/printcmds.exp: ditto. | |
2951 | * gdb.base/ptype.exp: ditto. | |
2952 | * gdb.base/setvar.exp: ditto. | |
2953 | * gdb.base/structs.exp: ditto. | |
2954 | * gdb.base/setshow.c: Guard against uninitialized values of argc. | |
2955 | ||
2956 | Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com> | |
2957 | ||
2958 | * configure, */configure: Rebuild with autoconf 2.12. | |
2959 | ||
2960 | Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com> | |
2961 | ||
2962 | * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to | |
2963 | use new i*86-pc-linux*-gnu quads. | |
2964 | * gdb.base/corefile.exp: Ditto. | |
2965 | * gdb.base/signals.exp: Ditto. | |
2966 | * gdb.base/sigall.exp: Ditto. | |
2967 | * gdb.base/interrupt.exp: Ditto. | |
2968 | ||
2969 | * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail | |
2970 | "i*86-*-linux" for "signal SIGUSR1". Now works, at least with | |
2971 | RedHat 4.0. | |
beb998c6 | 2972 | |
c906108c SS |
2973 | * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is |
2974 | linux. This allows the test case to at least compile on latest | |
2975 | linux, but still not run due to missing the threads runtime library. | |
2976 | ||
2977 | Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
2978 | ||
2979 | * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source | |
2980 | directory to search gdb directory. Accept and step over conditional | |
2981 | stack alignment code. Consume $prompt in failure cases. | |
2982 | Reset timeout to $oldtimeout instead of some arbitrary value. | |
2983 | * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid | |
2984 | timeout problems with infinite stack backtraces. | |
2985 | * gdb.base/ptype.exp (ptype struct link, union tu_link): | |
2986 | Accept function parameters for linkfunc member. | |
2987 | ||
2988 | Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com> | |
2989 | ||
2990 | * lib/gdb.exp (CFLAGS): Remove, unreferenced. | |
2991 | (CXXFLAGS): Remove, unreferenced. | |
2992 | (B_OPTIONS): Add for -B options and add code to initialize with | |
2993 | previous -B options and also add -B option to pick up cross compiled | |
2994 | runtime. | |
2995 | (TARGET_INCLUDES): Add for -I options and add code to initialize when | |
2996 | doing cross compiles. | |
2997 | (target_alias): Declare global. | |
2998 | (xgcc): Set variable to full path of gcc in build tree. Use findfile | |
2999 | to verify that gcc exists in build tree, and if so set CC to that | |
3000 | gcc and to use B_OPTIONS and TARGET_INCLUDES. | |
beb998c6 | 3001 | |
c906108c SS |
3002 | Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com> |
3003 | ||
3004 | * gdb.c++/inherit.exp (test_print_anon_union): Reenable | |
3005 | ptype test for anonymous union. Fixup testcase to match | |
3006 | current gcc debug output. | |
3007 | ||
3008 | Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com) | |
3009 | ||
3010 | * gdb.base/funcargs.c: Use cast rather than "UL" suffix to | |
3011 | force argument to an unsigned long type. | |
3012 | ||
3013 | Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com> | |
3014 | ||
3015 | * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype | |
3016 | tests and anonymous union print/ptype tests. | |
3017 | * gdb.base/list.exp (test_forward-search): Increase timeout by | |
3018 | 5 minutes for the "search extremely long line" case. | |
3019 | * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is | |
3020 | completely optional and that the pass/fail messages use the command as | |
3021 | the message if that third arg is a null string. | |
3022 | (gdb_test_exact): Arrange that a null string pattern means match a | |
3023 | null string output rather than any output, which might include random | |
3024 | errors. | |
3025 | * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for | |
3026 | backtrace test. | |
3027 | * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was | |
3028 | always failing and failure is now exposed by gdb.exp changes. | |
3029 | ||
3030 | Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com> | |
3031 | ||
3032 | * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that | |
3033 | weren't being noted. | |
3034 | ||
3035 | Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
3036 | ||
3037 | * gdb.base/corefile.exp: Consume $prompt in mmap fail cases. | |
3038 | * gdb.stabs/weird.exp: Remove v_comb xfails. | |
3039 | ||
3040 | Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cleaver.cygnus.com> | |
3041 | ||
3042 | * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp | |
3043 | list.exp scope.exp watchpoint.exp] | |
3044 | Make all timeout error msgs explicitly say "(timeout)". | |
beb998c6 | 3045 | |
c906108c SS |
3046 | Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cleaver.cygnus.com> |
3047 | ||
3048 | * config/monitor.exp: Increase download timeout to 1000 seconds. | |
3049 | ||
3050 | Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cleaver.cygnus.com> | |
3051 | ||
3052 | * config/m32r.exp: Increase timeout to 120 seconds. | |
3053 | ||
3054 | Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com> | |
3055 | ||
3056 | * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering | |
3057 | and accept older ordering as obsolescent gcc or gdb. | |
3058 | * gdb.c++/templates.exp: Ditto. | |
3059 | * gdb.c++/virtfunc.exp: Ditto. | |
3060 | ||
3061 | Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com> | |
3062 | ||
3063 | * gdb.base/coremaker.c: Add code to mmap some data so we | |
3064 | can check that it ends up in the core file. | |
3065 | * gdb.base/corefile.exp: Add test to read mmapped data | |
3066 | from core file. | |
3067 | ||
3068 | Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cleaver.cygnus.com> | |
3069 | ||
3070 | * config/m32r.exp: New file. | |
3071 | ||
3072 | Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com) | |
3073 | ||
3074 | * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so | |
3075 | that cflags can contains -gstabs, and work correctly for other tests. | |
3076 | ||
3077 | Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cleaver.cygnus.com> | |
3078 | ||
3079 | * gdb.base/setshow.exp: New file, tests show and set. | |
3080 | * gdb.base/setshow.c: New file, tests show and set. | |
3081 | * gdb.base/help.exp: Add test for help set|show annotate. | |
3082 | * gdb.base/default.exp: Add test for set|show annotate. | |
3083 | ||
3084 | Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com) | |
3085 | ||
3086 | * testsuite/gdb.base/break.exp: Make backtrace from factorial | |
3087 | errors unique. | |
3088 | * testsuite/gdb.base/nodebug.exp: Whack out all -g options | |
3089 | explicitly. | |
3090 | ||
3091 | Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com) | |
3092 | ||
3093 | * config/sim-gdb.exp (gdb_target_sim): Remove setting of height | |
3094 | and width commands. This is done elsewhere. | |
3095 | * (gdb_start): Don't call gdb_start_sim here. That's already | |
3096 | done in gdb_load. This fixes lots of failures in default.exp. | |
3097 | ||
3098 | Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com> | |
3099 | ||
3100 | From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>: | |
3101 | * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load. | |
3102 | * lib/gdb.exp (gdb_test): Treat failures due to program exiting | |
3103 | in the same we we treat other failures (since it may be an expected | |
3104 | condition), rather than as an error. | |
3105 | * gdb.base/signals.exp (test_handle_all_print): Revert back to | |
3106 | old test format. | |
3107 | ||
3108 | Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com> | |
3109 | ||
3110 | * Makefile.in (clean mostlyclean): Also remove chill *.grt files. | |
3111 | (distclean maintainer-clean realclean): No need to remove files | |
3112 | twice. Nuke the duplicates. | |
3113 | * gdb.base/Makefile.in (EXECUTABLES): Add "structs". | |
beb998c6 | 3114 | * gdb.threads/Makefile.in (distclean maintainer-clean realclean): |
c906108c SS |
3115 | Remove config.h along with other config files. |
3116 | ||
3117 | Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com> | |
3118 | ||
3119 | * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for | |
3120 | "p func1 ()" and note that rests of tests are skipped. | |
3121 | * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux* | |
3122 | setup_xfails for "print func2::coremaker_local". | |
3123 | Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp". | |
3124 | * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't | |
3125 | affected by the previous run test. | |
3126 | * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for | |
3127 | "print array () ubyte (foo)" and "print/x array () byte (\$i)" | |
3128 | * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for | |
3129 | "pass int powerset tuple" and "pass modeless int powerset tuple". | |
3130 | * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for | |
3131 | "real write 4" and "real write 8". | |
3132 | * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux* | |
3133 | setup_xfails for "print vs1 after tuple assign 2", | |
3134 | "print \$i after tuple assign 2", and | |
3135 | "print vs2 after tuple assign 2". | |
3136 | * lib/gdb.exp (gdb_test): When a gdb aborts, print a more | |
3137 | meaningful error message and return -1 so the caller can | |
3138 | suppress further tests and avoid a cascade of errors. | |
beb998c6 | 3139 | |
c906108c SS |
3140 | Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com> |
3141 | ||
3142 | * gdb.base/a1-selftest.exp: Tweak tests to account for new | |
3143 | format for printing version. | |
3144 | * gdb.base/default.exp: Ditto. | |
3145 | * gdb.base/interrupt.exp: Fix problem with cascade of | |
3146 | errors if child process dies while calling a function. | |
beb998c6 | 3147 | |
c906108c SS |
3148 | Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com> |
3149 | ||
3150 | * Makefile.in (VPATH): Add | |
3151 | * Makefile.in (Makefile, config.status): Fix rules so things get | |
3152 | remade when necessary. | |
3153 | ||
3154 | Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com> | |
3155 | ||
3156 | * Makefile.in (just-check): Add path to sibling expect dir | |
3157 | to environment variable specified by RPATH_ENVVAR. | |
3158 | ||
3159 | Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com> | |
3160 | ||
3161 | * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@. | |
3162 | (just-check): Add shared library paths for libstdc++, tk, | |
3163 | tcl, bfd, and opcodes to the environment variable specified | |
3164 | in RPATH_ENVVAR. | |
3165 | * configure.in: Add support to recognize --enable-shared flag | |
3166 | and generate correct value for RPATH_ENVVAR. | |
3167 | * configure: Regenerated with autoconf. | |
3168 | ||
3169 | Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com> | |
3170 | ||
3171 | * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to | |
3172 | include all osf versions. | |
3173 | * gdb.threads/pthreads.exp: Expand "run to main" xfail to include | |
3174 | all osf versions. Add -D_MIT_POSIX_THREADS to compilation command | |
3175 | when target is linux. When failing to build pthreads test | |
3176 | executable, give more meaningful message. | |
3177 | * gdb.threads/pthreads.c: Hpux also uses old definition of second | |
3178 | arg for pthread_create. | |
beb998c6 | 3179 | |
c906108c SS |
3180 | Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com> |
3181 | ||
3182 | * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2, | |
3183 | PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations. | |
3184 | * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris) | |
3185 | and -lpthreads (everybody else). | |
3186 | (test_startup): Fail gracefully if threads are not supported. | |
3187 | * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for | |
3188 | "p/c array_index("abcdef",2)" when not gcc compiled. | |
3189 | * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for | |
3190 | "print func2::coremaker_local" when not gcc compiled. | |
3191 | * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for | |
3192 | "ptype on opaque struct tagname (statically)", | |
3193 | "ptype on opaque struct tagname (dynamically) 1", and | |
3194 | "ptype on opaque struct tagname (dynamically) 2" | |
3195 | for not compiled with gcc. | |
3196 | * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for | |
3197 | backtrace when compiled with gcc. | |
beb998c6 | 3198 | * lib/gdb.exp (runto_main): Return result of "runto main" rather |
c906108c SS |
3199 | than always return success. |
3200 | ||
3201 | Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com> | |
3202 | ||
3203 | * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*". | |
3204 | ||
3205 | Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com) | |
3206 | ||
3207 | * gdb.base/structs.exp: Undo last change. | |
3208 | ||
3209 | Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com> | |
3210 | ||
3211 | * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to | |
3212 | encapsulate all the steps/nexts done during self test, starting | |
3213 | at main, and makes them less sensitive to optimization issues. | |
3214 | Add "hppa*-*-hpux*" to setup_xfail for "backtrace through | |
3215 | signal handler" test. | |
3216 | * gdb.threads/pthreads.exp: Only run this for native configs. | |
3217 | * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*" | |
3218 | setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8" | |
3219 | tests. | |
3220 | gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail | |
3221 | for "runto test_calls(void)" test. | |
beb998c6 | 3222 | |
c906108c SS |
3223 | Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com> |
3224 | ||
3225 | * gdb.base/term.exp: Set 7-bit strings, address off, width to 0, | |
3226 | and don't expect address info in breakpoint confirmations. | |
3227 | ||
3228 | Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com> | |
3229 | ||
3230 | * gdb.base/list.exp (test_forward_search): Increase timeout | |
3231 | temporarily by 60 seconds for searching extremely long line, | |
3232 | and then reset to old value when done. Increase expect input | |
3233 | buffer to 10000. | |
3234 | ||
3235 | Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com> | |
3236 | ||
3237 | * gdb.base/list.exp (test_forward_search): Fix to handle very | |
3238 | long source line without overflowing expect's input buffer. | |
3239 | ||
3240 | Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com> | |
3241 | ||
3242 | * config/slite-gdb.exp (gdb_start): Use "full_buffer", not | |
3243 | "buffer_full". | |
3244 | ||
3245 | * config/nind-gdb.exp (gdb_start): Use "full_buffer", not | |
3246 | "buffer_full". | |
3247 | ||
3248 | * config/mips-gdb.exp (gdb_start): Use "full_buffer", not | |
3249 | "buffer_full". | |
3250 | ||
3251 | * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not | |
3252 | "buffer_full". | |
3253 | ||
3254 | Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com> | |
3255 | ||
3256 | * configure.in (configdirs): Add gdb.threads. | |
3257 | * configure: Regenerated with autoconf. | |
3258 | * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New. | |
3259 | * gdb.threads/{Makefile.in, configure.in}: Complete rewrites. | |
3260 | * gdb.threads/configure: New, generated with autoconf. | |
beb998c6 | 3261 | |
c906108c SS |
3262 | Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com> |
3263 | ||
3264 | * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n. | |
3265 | ||
3266 | Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com> | |
3267 | ||
3268 | * gdb.base/signals.exp (test_handle_all_print): Test separately for | |
3269 | each signal's status in the output of "handle all print". | |
3270 | * lib/gdb.exp (gdb_test): Document that the pattern must NOT include | |
3271 | the \r\n sequence that immediately precedes the gdb prompt. | |
3272 | * gdb.base/a1-selftest.exp: Save original timeout and restore | |
3273 | after test. | |
3274 | ||
3275 | Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com) | |
3276 | ||
3277 | * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE | |
3278 | symbol. | |
3279 | ||
3280 | Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com> | |
3281 | ||
3282 | * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'. | |
3283 | ||
3284 | Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com> | |
3285 | ||
3286 | * gdb.base/signals.exp (test_handle_all_print): Temporarily increase | |
3287 | timeout by 60 seconds. | |
3288 | ||
3289 | Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com> | |
3290 | ||
3291 | * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec. | |
3292 | * config/netware.exp (gdb_run_cmd): Restore old timeout before doing | |
3293 | error return. | |
3294 | ||
3295 | Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com> | |
3296 | ||
3297 | * lib/gdb.exp (default_gdb_start): When reporting a timeout during | |
3298 | gdb initialization, also report how long dejagnu waited. Restore | |
3299 | old timeout before doing error return. Temporarily increase timeout | |
3300 | by 3 minutes to allow for slow startups over heavy NFS use. | |
3301 | ||
3302 | Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com> | |
3303 | ||
3304 | * lib/gdb.exp: Report timeout value for verbosity level 2. | |
3305 | * config/gdbserver.exp: Ditto. | |
3306 | * config/hppro.exp: Ditto. | |
3307 | * config/mips-gdb.exp: Ditto. | |
3308 | * config/monitor.exp: Ditto. | |
3309 | * config/netware.exp: Ditto. | |
3310 | * config/sim-gdb.exp: Ditto. | |
3311 | * config/slite-gdb.exp: Ditto. | |
3312 | * config/udi-gdb.exp: Ditto. | |
3313 | * config/unix-gdb.exp: Ditto. | |
3314 | * config/vx-gdb.exp: Ditto. | |
3315 | * gdb.base/a1-selftest.exp: Ditto. | |
3316 | * gdb.base/a2-run.exp: Ditto. | |
3317 | * gdb.base/break.exp: Ditto. | |
3318 | * gdb.base/corefile.exp: Ditto. | |
3319 | * gdb.base/list.exp: Ditto. | |
3320 | * gdb.base/recurse.exp: Ditto. | |
3321 | * gdb.base/scope.exp: Ditto. | |
3322 | * gdb.base/signals.exp: Ditto. | |
3323 | ||
3324 | Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) | |
3325 | ||
3326 | * gdb.threads/Makefile.in (docdir): Removed. | |
3327 | ||
3328 | Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) | |
3329 | ||
3330 | * configure.in (AC_PREREQ): autoconf 2.5 or higher. | |
beb998c6 | 3331 | * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to |
c906108c | 3332 | @srcdir@. |
beb998c6 | 3333 | * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ): |
c906108c SS |
3334 | autoconf 2.5 or higher. |
3335 | * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt. | |
3336 | ||
3337 | Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com> | |
3338 | ||
3339 | * configure: Regenerated. | |
3340 | * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to | |
3341 | avoid name clashes with SunOS headers. | |
3342 | ||
3343 | Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com) | |
3344 | ||
3345 | * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++. | |
3346 | ||
3347 | Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com) | |
3348 | ||
3349 | * gdb.base/callfuncs.exp: Finish last change -- make sure the | |
3350 | prototype information ends up in the compiler info file. | |
3351 | ||
3352 | Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com> | |
3353 | ||
3354 | * gdb.base/callfuncs.exp: Remove the compiler info file prior to | |
3355 | attempting to regenerate it. Eliminate use of a temporary file | |
3356 | and just generate the info file directly. Source it immediately, | |
3357 | for consistency of use. | |
3358 | * gdb.base/corefile.exp: Ditto | |
3359 | * gdb.base/exprs.exp: Ditto. | |
3360 | * gdb.base/funcargs.exp: Ditto. | |
3361 | * gdb.base/langs.exp: Ditto. | |
3362 | * gdb.base/list.exp: Ditto. | |
3363 | * gdb.base/mips_pro.exp: Ditto. | |
3364 | * gdb.base/nodebug.exp: Ditto. | |
3365 | * gdb.base/opaque.exp: Ditto. | |
3366 | * gdb.base/ptype.exp: Ditto. | |
3367 | * gdb.base/scope.exp: Ditto. | |
3368 | * gdb.base/setvar.exp: Ditto. | |
3369 | * gdb.base/signals.exp: Ditto. | |
3370 | * gdb.base/whatis.exp: Ditto. | |
3371 | * gdb.c++/templates.exp: Ditto. | |
3372 | * gdb.c++/virtfunc.exp: Ditto. | |
3373 | * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide | |
3374 | whether or not to add -lstdc++ to the compile command line args. | |
3375 | ||
3376 | Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
3377 | ||
3378 | * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*", | |
3379 | it got fixed by the recent lookup_minimal_symbol_by_pc change. | |
3380 | Increase timeout, a lot of single stepping might be needed if the | |
3381 | target has no hardware watchpoints. | |
3382 | ||
3383 | Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com) | |
3384 | ||
3385 | * gdb.base/break.exp: Ignore compiler warnings when compiling | |
3386 | break.c. | |
3387 | * gdb.base/callfuncs.exp: Don't run these tests on the h8300. | |
3388 | * gdb.base/default.exp: Add h8300 xfails. Handle messages | |
3389 | from remote-sim. | |
3390 | * gdb.base/exprs.exp: Add h8300 xfails. | |
3391 | * gdb.base/funcargs.exp: Likewise. | |
3392 | * gdb.base/nodebug.exp: Likewise. | |
3393 | * gdb.base/printcmds.exp: Likewise. | |
3394 | * gdb.base/ptype.exp: Likewise. | |
3395 | * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add | |
3396 | h8300 xfails. | |
beb998c6 | 3397 | * gdb.base/return.exp: Handle float/double precision problems |
c906108c SS |
3398 | on the h8300. |
3399 | * gdb.base/funcargs.c: Explicitly make last constant argument to | |
3400 | call_after_alloca_subr an unsigned long type. | |
3401 | * gdb.base/return.c: Include stdio.h. | |
3402 | ||
3403 | Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com> | |
3404 | ||
3405 | * config/abug.exp: New file for the older Motorola Bug monitor | |
3406 | that runs on the mvme13x series VME boards. | |
3407 | * config/monitor.exp: Use the new config array for target settings | |
3408 | if they exist. | |
3409 | ||
3410 | Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com> | |
3411 | ||
3412 | * sim-gdb.exp: Make the SH simulator allocate less space when | |
3413 | it is targeted. | |
3414 | ||
3415 | Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com) | |
3416 | ||
3417 | * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace | |
3418 | test. | |
3419 | ||
3420 | Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com> | |
3421 | ||
3422 | * gdb.base/list.exp (test_list_function): Remove setup_xfail for | |
3423 | "rs6000-*-*" for "list function in include file" when gcc compiled. | |
3424 | * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*" | |
3425 | for "p ctable1[120]". | |
3426 | * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for | |
3427 | "print 'scope0.c'::filelocal_bss before run" when gcc compiled. | |
3428 | Remove setup_xfail for "rs6000-*-*" for | |
3429 | "print 'scope0.c'::filelocal before run". | |
3430 | * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp}, | |
3431 | gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..." | |
3432 | since some compilers don't allow both options to be given | |
3433 | on the same command line. Create object file and move it. | |
beb998c6 | 3434 | |
c906108c SS |
3435 | Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com> |
3436 | ||
3437 | * gdb.base/corefile.exp: Always regenerate the core file, since | |
3438 | we always regenerate the coremaker program. Detect special case | |
3439 | where registers cannot be read from core file. | |
beb998c6 | 3440 | |
c906108c SS |
3441 | Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com> |
3442 | ||
3443 | From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE> | |
3444 | * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility | |
3445 | * gdb.c++/templates.exp: Only match on basename of file since | |
3446 | some formats like xcoff don't encode directory information. | |
3447 | * gdb.stabs/weird.exp: Use the right sed script for powerpc | |
3448 | and rs6000 AIX xcoff targets. | |
3449 | * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*. | |
3450 | * configure: Regenerate. | |
3451 | * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c | |
3452 | here, rather than in distclean. | |
beb998c6 | 3453 | |
c906108c SS |
3454 | Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com> |
3455 | ||
3456 | * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled | |
3457 | defined, and use it to compile the test case with -O2. The | |
3458 | native compilation still uses no optimization. | |
3459 | * gdb.base/mips_pro.c: Remove inline assembly code since | |
3460 | it is compiled PIC by default, which results in assembler | |
3461 | warnings that make the testsuite think the compilation | |
3462 | was unsuccessful. | |
3463 | ||
3464 | Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com> | |
3465 | ||
3466 | * gdb.c++/misc.exp: Add note to message for | |
3467 | "print s.a for foo struct" that this is a known gcc 2.7.2 | |
3468 | and earlier bug. | |
3469 | ||
3470 | Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com) | |
3471 | ||
3472 | * gdb.base/break.exp: Fix pattern for matching "Delete all | |
3473 | breakpoints (y or n) ". Add "mips-dec-ultrix*" to | |
3474 | setup_xfail for deleting all breakpoints test. Fix various | |
3475 | timeout messages to include "(timeout)". | |
3476 | * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail | |
3477 | for "p t_float_values2(3.14159,float_val2)". | |
3478 | * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail | |
3479 | for "continue to call2g" when gcc compiled. | |
3480 | * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for | |
3481 | "up to foo in langs.exp", "show language at foo in langs.exp", | |
3482 | "show language at cppsub_ in langs.exp", "up to fsub in langs.exp", | |
3483 | and "show language at fsub in langs.exp". | |
3484 | * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for | |
3485 | "list line 1 in include file", "list message for lines past EOF", | |
3486 | "list function in include file", "list list0.h:foo", and | |
3487 | "list filename:function; nonexistant function". | |
3488 | * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for | |
3489 | "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" | |
3490 | and "ptype t_char_array" to be for native cc only. | |
beb998c6 | 3491 | |
c906108c SS |
3492 | Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com> |
3493 | ||
beb998c6 | 3494 | * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled |
c906108c SS |
3495 | setup_xfail for "print coremaker_bss", "print coremaker_ro", |
3496 | "print func2::coremaker_local", and "backtrace in corefile.exp". | |
3497 | ||
3498 | Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com> | |
3499 | ||
3500 | * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for | |
3501 | "bt in signals.exp". This problem only appears when running | |
3502 | the testsuite, and then only intermittently. | |
3503 | ||
3504 | Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com> | |
3505 | ||
3506 | * gdb.base/return.exp (return_tests): Differentiate between | |
3507 | two tests of continuing. | |
3508 | ||
3509 | Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com> | |
3510 | ||
3511 | * */Makefile.in (maintainer-clean): Remove config.log. | |
3512 | * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp. | |
3513 | * gdb.c++/Makefile.in (PROGS): Add inherit. | |
3514 | (clean): Remove *.ci. | |
3515 | ||
3516 | Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com> | |
3517 | ||
3518 | * gdb.c++/misc.cc: Add test code from Mike Stump. | |
3519 | * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump. | |
3520 | ||
3521 | Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com> | |
3522 | ||
3523 | * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2" | |
3524 | to "alpha-*-osf2*" and add comment. | |
3525 | * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*" | |
3526 | setup_xfail for "step over execarg initialization" and | |
3527 | "step over corearg initialization". | |
3528 | * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail | |
3529 | for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*". | |
3530 | * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not | |
3531 | gcc compiled for "print coremaker_bss", "print coremaker_ro", | |
3532 | "print func2::coremaker_local", and "backtrace in corefile.exp". | |
3533 | * gdb.base/signals.exp: Build and source signals.ci. | |
3534 | Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp" | |
3535 | to be for gcc only. | |
3536 | * lib/gdb.exp: Move verbose statements outside conditionals. | |
beb998c6 | 3537 | |
c906108c SS |
3538 | Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) |
3539 | ||
3540 | * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by | |
3541 | Feb 3 procfs.c change. | |
3542 | ||
3543 | Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com> | |
3544 | ||
3545 | * config/unix-gdb.exp: Remove extraneous newlines from end of file. | |
3546 | ||
3547 | Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com> | |
3548 | ||
3549 | * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up | |
3550 | from dejagnu's apparent default of 10 seconds, which gives random | |
3551 | results when running the tests over NFS on moderately loaded systems. | |
3552 | * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case. | |
3553 | ||
3554 | Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com> | |
3555 | ||
3556 | * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed. | |
3557 | * gdb.base/a2-run.exp: Replace $binfile with $testfile in test | |
3558 | result reports. | |
3559 | ||
3560 | Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com> | |
3561 | ||
3562 | * configure.in (CY_AC_PATH_TCLH): Remove. | |
3563 | * configure: Regenerate. | |
3564 | ||
3565 | Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com> | |
3566 | ||
3567 | * gdb.c++/Makefile.in (clean): Add missing '{'. | |
3568 | ||
3569 | Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com) | |
3570 | ||
3571 | * lib/gdb.exp: Provide a default value for noinferior. | |
3572 | ||
3573 | * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS). | |
3574 | Load libgloss.exp. | |
3575 | ||
3576 | Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com) | |
3577 | ||
3578 | * gdb.disasm/hppa.exp: Compile directly into an executable, use | |
3579 | the executable, not the .o to run the tests from. | |
3580 | ||
3581 | Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com) | |
3582 | ||
3583 | * gdb.base/break.exp: Don't test for program exit or exit status | |
3584 | if $noresults if nonzero. | |
3585 | * gdb.base/langs.exp: Likewise. | |
3586 | * gdb.base/watchpoint.exp: Likewise. | |
3587 | ||
3588 | * gdb.base/default.exp: Remove extraneous call to load gdb.exp. | |
3589 | * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before | |
3590 | trying to compile the testcase. | |
3591 | ||
3592 | Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com> | |
3593 | ||
3594 | * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2. | |
3595 | * gdb.base/signals.exp (continue to handler): Likewise. | |
3596 | ||
3597 | Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com> | |
3598 | ||
3599 | * gdb.c++/classes.exp: Now = returns false/true, not 1/0. | |
3600 | ||
3601 | * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE.. | |
3602 | ||
3603 | Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com) | |
3604 | ||
3605 | * gdb.base/corefile.exp: Recognize "not found" as failure | |
3606 | when trying to determine if a core file was generated. | |
3607 | If no core file was generate the first time, try again without | |
3608 | the ulimit -c to work around braindamaged shells. | |
3609 | ||
3610 | Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com> | |
3611 | ||
3612 | * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace | |
3613 | [] tests with "test" and enclose string in quotes. | |
3614 | * gdb.stabs/configure: Rebuild | |
beb998c6 | 3615 | |
c906108c SS |
3616 | Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com> |
3617 | ||
3618 | Changes in sync with expect: | |
3619 | * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater. | |
3620 | (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater. | |
3621 | (CY_AC_PATH_TKH): Handle Tk 4.1 and greater. | |
3622 | (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote | |
3623 | argument to AC_REQUIRE. | |
3624 | * configure: Regenerated. | |
3625 | ||
3626 | Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com> | |
3627 | ||
3628 | * gdb.base/corefile.exp: When generating a core, discard any | |
3629 | error messages about ulimit not found and the "core dumped" | |
3630 | message from the shell that runs the coredumper. | |
3631 | ||
3632 | Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com) | |
3633 | ||
3634 | * lib/gdb.exp (skip_chill_tests): Skip them on the PA too. | |
3635 | ||
3636 | * gdb.stabs/weird.exp: Use ${target_triplet} to determine | |
3637 | which sed script to run. Expect failure for v_comb test | |
3638 | on PA targets too. | |
beb998c6 | 3639 | |
c906108c SS |
3640 | Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com> |
3641 | ||
3642 | * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for | |
3643 | "print func2::coremaker_local" and for "backtrace in corefile.exp" | |
3644 | ||
3645 | Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com> | |
3646 | ||
3647 | * lib/gdb.exp: Fix typo and rewrite skip_chill_tests. | |
3648 | * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and | |
3649 | "sparc-sun-solaris*" xfails for "p v_comb". | |
3650 | * lib/gdb.exp (default_gdb_start): Fix typo. | |
3651 | * gdb.base/corefile.exp: Allow "Core was generated by ..." | |
3652 | messages to not include the full program name that caused | |
3653 | the core dump since some systems (such as solaris) apparently | |
3654 | truncate this path to about 80 characters. | |
3655 | When generating a core file first try increasing the core file | |
3656 | size limit to unlimited since some systems may default it to | |
3657 | zero, and it is harmless to try it. Move the test for failing | |
3658 | to generate a core file to where it will actually get executed. | |
3659 | * gdb.c++/templates.exp (test_ptype_of_templates): Accept | |
3660 | new gdb result from g++ debug info improvements and make old | |
3661 | pattern obsolescent. Also account for size_t differences | |
3662 | (may be int or long). | |
3663 | * gdb.base/a1-selftest.exp (test_with_self): Check for case where | |
3664 | initialization before function call is placed in the delay slot | |
3665 | and thus appears to be skipped over by commands such as "next". | |
3666 | ||
3667 | Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com> | |
3668 | ||
3669 | * gdb.base/a1-selftest.exp (test_with_self): Run without windows. | |
3670 | ||
3671 | Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com> | |
3672 | ||
3673 | * gdb.base/*.exp: Make ${srcfile} only be the basename of the | |
3674 | input source file; fix code to compile test to deal with this | |
3675 | convention. | |
3676 | * gdb.c++/*.exp: Likewise. | |
3677 | ||
3678 | Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com> | |
3679 | ||
3680 | * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for | |
3681 | "bt in signals.exp". | |
3682 | ||
3683 | Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com> | |
3684 | ||
3685 | * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for | |
3686 | "step over execarg initialization" and | |
3687 | "step over corearg initialization". | |
3688 | ||
3689 | Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com> | |
3690 | ||
3691 | * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems | |
3692 | with sizeof(pointer) > sizeof(int). Avoid "void *" or include files. | |
3693 | ||
3694 | Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com> | |
3695 | ||
3696 | From Rob Savoye (rob@poseidon.cygnus.com) | |
3697 | * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in}, | |
3698 | gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in, | |
3699 | configure.in}, gdb.disasm/{Makefile.in, configure.in}, | |
3700 | gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in, | |
3701 | configure.in}: Major reworking for autoconfig. | |
3702 | * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure, | |
3703 | gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt : | |
3704 | New files. | |
3705 | * config/unix-gdb.exp: Make GDB global. | |
3706 | * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp, | |
3707 | callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp, | |
3708 | funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp, | |
3709 | nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp, | |
3710 | regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp, | |
3711 | term.exp, twice.exp, watchpoint.exp, whatis.exp}, | |
3712 | gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp, | |
3713 | templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp, | |
3714 | misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp, | |
3715 | pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp, | |
3716 | pr-8136.exp, result.exp, string.exp, tuples.exp}, | |
3717 | gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues | |
3718 | to returns as necessary, arrange for test to compile own testcase | |
3719 | executable. | |
3720 | * lib/gdb.exp: Changes for testsuite to compile own test cases. | |
beb998c6 | 3721 | |
c906108c SS |
3722 | Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com> |
3723 | ||
3724 | * gdb.c++/classes.exp (test_pointers_to_class_members): Add | |
3725 | clear_xfail at end of test which might not call either pass or fail. | |
3726 | * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for | |
3727 | "backtrace through signal handler". | |
3728 | ||
3729 | Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
3730 | ||
3731 | * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when | |
3732 | continuing from a job control stop signal. | |
3733 | * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o. | |
3734 | ||
3735 | Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com) | |
3736 | ||
3737 | * gdb.base/callfuncs.exp: Remove bogus hppa xfails. | |
3738 | * gdb.base/corefile.exp: Likewise. | |
3739 | * gdb.base/funcargs.exp: Likewise. | |
3740 | ||
3741 | Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com) | |
3742 | ||
3743 | * config/hmsirom.exp: Setup for talking to hmsi ROM monitor. | |
3744 | * config/monitor.exp: Add support for setting baud rate. | |
3745 | ||
3746 | Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com> | |
3747 | ||
3748 | * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and | |
3749 | i*86-*-linux* xfails for "backtrace through signal handler". | |
3750 | * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for | |
3751 | "print func2::coremaker_local". | |
3752 | * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4, | |
3753 | alpha-dec-osf2* xfail for | |
3754 | "delete all breakpoints when none". | |
3755 | ||
3756 | Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com> | |
3757 | ||
3758 | * gdb.base/break.exp: Change test that deletes all breakpoints | |
3759 | when no user breakpoints are installed. A post 4.15 change | |
3760 | causes gdb to no longer prompt in this case. | |
3761 | ||
3762 | Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com> | |
3763 | ||
3764 | * gdb.base/return.exp (return_tests): Change xfail for test | |
3765 | "correct value returned double test" to stop xfailing at | |
3766 | Solaris 2.5. Apparently the bug has been fixed. | |
3767 | ||
3768 | Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com> | |
3769 | ||
3770 | * gdb.stabs/ecoff.sed: Remove comment lines except for first one. | |
3771 | IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere. | |
3772 | ||
3773 | Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com) | |
3774 | ||
3775 | * gdb.disasm/hppa.exp: Test lci and syncdma instructions. | |
3776 | * gdb.disasm/hppa.s: Corresponding changes. | |
3777 | ||
3778 | Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com) | |
3779 | ||
3780 | * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target | |
3781 | makefile fragment. | |
3782 | * config/mt-hpux: Deleted. | |
3783 | ||
3784 | Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com) | |
3785 | ||
beb998c6 | 3786 | * Many files: When warning about suppressed tests due to a |
c906108c SS |
3787 | nonexistant test binary, avoid incrementing the warning count. |
3788 | ||
3789 | Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com> | |
3790 | ||
3791 | * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON. | |
beb998c6 | 3792 | |
c906108c SS |
3793 | Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) |
3794 | ||
3795 | * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to | |
3796 | "sparc-*-solaris2*". | |
3797 | ||
3798 | Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
3799 | ||
3800 | * gdb.base/coremaker.c: Produce a full core dump for AIX targets. | |
3801 | Add global and local variables and initialize them. | |
3802 | * gdb.base/corefile.exp: Test correct mapping of corefile sections | |
3803 | by printing variables. Remove rs6000 and powerpc xfails, BFD now | |
3804 | extracts the file name and terminating signal from the core file. | |
3805 | * TODO: Remove note about tests for correct mapping of corefile. | |
3806 | * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc | |
3807 | from optimizing it away. | |
3808 | * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now | |
3809 | handles common blocks. | |
3810 | ||
3811 | Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu) | |
3812 | ||
3813 | * gdb.disasm/sh3.s (fmac): Update for new assembler syntax | |
3814 | * gdb.disasm/sh3.exp (fmac): Corresponding changes. | |
3815 | ||
3816 | Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com> | |
3817 | ||
3818 | * Makefile.in (maintainer-clean): New target, synonym for | |
3819 | realclean. | |
3820 | * gdb.base/Makefile.in (maintainer-clean): Likewise. | |
3821 | * gdb.c++/Makefile.in (maintainer-clean): Likewise. | |
3822 | * gdb.chill/Makefile.in (maintainer-clean): Likewise. | |
3823 | * gdb.disasm/Makefile.in (maintainer-clean): Likewise. | |
3824 | * gdb.stabs/Makefile.in (maintainer-clean): Likewise. | |
3825 | * gdb.threads/Makefile.in (maintainer-clean): Likewise. | |
3826 | ||
3827 | Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com> | |
3828 | ||
3829 | * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*" | |
3830 | xfails when not gcc compiled for "print foo::funclocal". | |
3831 | (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for: | |
3832 | "print foo::funclocal at foo", | |
3833 | "print 'scope1.c'::foo::funclocal at foo", | |
3834 | "print foo::funclocal_bss at foo", | |
3835 | "print 'scope1.c'::foo::funclocal_bss at foo", | |
3836 | "print foo::funclocal_ro at foo", | |
3837 | "print 'scope1.c'::foo::funclocal_ro at foo", | |
3838 | "print bar::funclocal at foo" and | |
3839 | "print 'scope1.c'::bar::funclocal at foo". | |
3840 | (test_at_bar): Add "hppa*-*-hpux*" xfails when not | |
3841 | gcc compiled for "print foo::funclocal at bar". | |
3842 | Expand all messages to ensure that they identify that | |
3843 | the test is at bar(). | |
3844 | * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not | |
3845 | gcc compiled for: | |
3846 | "ptype on opaque struct pointer (statically)", | |
3847 | "ptype on opaque struct tagname (statically)", | |
3848 | "ptype on opaque struct pointer (dynamically) 1", | |
3849 | "ptype on opaque struct tagname (dynamically) 1", | |
3850 | "ptype on opaque struct pointer (dynamically) 2" and | |
3851 | "ptype on opaque struct tagname (dynamically) 2 | |
3852 | * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not | |
3853 | gcc compiled for: | |
3854 | "p datalocal" | |
3855 | "whatis datalocal", | |
3856 | "ptype datalocal", | |
3857 | "p bsslocal", | |
3858 | "whatis bsslocal", and | |
3859 | "ptype bsslocal". | |
3860 | * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for | |
3861 | "backtrace in langs.exp" and "up to langs0__2do in langs.exp" | |
3862 | when not gcc compiled. | |
3863 | * gdb.base/funcargs.exp (float_and_integral_args): Add | |
3864 | "hppa*-*-hpux*" xfail for "run to call2a" when not gcc | |
3865 | compiled. | |
3866 | (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for | |
3867 | "backtrace from call6a" when not gcc compiled. | |
3868 | (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for | |
3869 | "backtrace from call7a" when not gcc compiled. | |
3870 | * gdb.base/callfuncs.exp (do_function_calls): | |
3871 | Add "hppa*-*-hpux*" xfail when not gcc compiled for | |
3872 | "p t_char_array_values(char_array_val2,char_array_val1)", | |
3873 | "p t_char_array_values(char_array_val1,char_array_val2)", | |
3874 | "p t_char_array_values("carray 1","carray 2")", | |
3875 | "p t_char_array_values("carray 1",char_array_val2)", | |
3876 | "p t_char_array_values(char_array_val1,"carray 2")", | |
3877 | "p sum_args(1,{2})", | |
3878 | "p sum_args(2,{2,3})", | |
3879 | "p sum_args(3,{2,3,4})", | |
3880 | "p sum_args(4,{2,3,4,5})" | |
3881 | * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for | |
3882 | "backtrace in corefile.exp" when not gcc compiled. | |
3883 | ||
3884 | Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
3885 | ||
3886 | * gdb.base/signals.exp: Rewrite `handle all print' test as | |
3887 | a procedure. Accept blanks or TABs as whitespace, increase | |
3888 | timeout and expect input buffer size for the large output | |
3889 | from the command. Remove "i*86-*-bsdi2.0" xfail. | |
3890 | ||
3891 | Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
3892 | ||
3893 | * gdb.base/setvar.exp: Add new testcases for truncation when | |
3894 | assigning invalid values to bitfields. | |
3895 | ||
3896 | Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com> | |
3897 | ||
beb998c6 | 3898 | * gdb.base/callfuncs.exp (do_function_calls): Remove |
c906108c SS |
3899 | mips-sgi-irix* xfail for |
3900 | "call inferior func with struct - returns char *" | |
3901 | and fix test so that an optional (unsigned char *) cast is | |
3902 | accepted in the result. | |
3903 | ||
3904 | Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com> | |
3905 | ||
3906 | * gdb.base/funcargs.exp (float_and_integral_args): Remove | |
3907 | sparc-sun-solaris2* xfail for "print f1 after run to call2a". | |
3908 | * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix. | |
3909 | * gdb.base/signals.exp: Remove duplicate "handle all print" test | |
3910 | that accidentally got checked in. | |
3911 | ||
3912 | Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com> | |
3913 | ||
beb998c6 | 3914 | * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2* |
c906108c SS |
3915 | clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc |
3916 | compiled test. | |
3917 | * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer): | |
3918 | Add mips-sgi-irix5* xfail for not gcc compiled. | |
3919 | * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci. | |
3920 | * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for | |
3921 | "p top", "whatis top", "p middle", and "whatis middle". | |
3922 | * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for | |
3923 | "whatis signed char" for not gcc compiled. | |
3924 | * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for | |
3925 | "set variable signed char=-1 (-1)" and | |
3926 | "set variable signed char=0xFF (0xFF)" for not gcc compiled. | |
3927 | * gdb.base/funcargs.exp (float_and_integral_args): | |
3928 | Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled. | |
3929 | Add mips-sgi-irix* xfail when not gcc compiled for | |
3930 | "continue to call2b". | |
3931 | Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for | |
3932 | "continue to call2g". | |
3933 | (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for | |
3934 | "backtrace from call6a" | |
3935 | (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for | |
3936 | "backtrace from call7k". | |
3937 | Add mips-sgi-irix5* xfail when not gcc compiled for | |
3938 | "backtrace from call7a". | |
3939 | (localvars_after_alloca): Fix gdb_test cmds for | |
3940 | "print * after runto ...". | |
3941 | Remove rs6000-*-* xfails for | |
3942 | "print i after runto localvars_after_alloca" and | |
3943 | "print l after runto localvars_after_alloca" | |
3944 | for all compilers. | |
3945 | * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5), | |
3946 | when not compiled with gcc, for: | |
3947 | "print signed char == (minus)", | |
3948 | "print signed char != (minus)", | |
3949 | "print signed char < (minus)", | |
3950 | "print signed char > (minus)". | |
3951 | * gdb.base/callfuncs.exp (do_function_calls): | |
3952 | Add mips-sgi-irix* xfail, when compiled with native compiler, for | |
3953 | "call inferior func with struct - returns char *". | |
beb998c6 | 3954 | * gdb.base/return.exp (return_tests): Change xfail for |
c906108c SS |
3955 | "correct value returned double test" to include Solaris 2.4. |
3956 | * gdb.base/funcargs.exp (float_and_integral_args): | |
3957 | Add sparc-sun-solaris2* xfail for "print f1 after run to call2a". | |
beb998c6 | 3958 | |
c906108c SS |
3959 | Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) |
3960 | ||
3961 | * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for | |
3962 | enumeration bitfields if compiling with GNU C. | |
3963 | * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path | |
3964 | to empty' prompt. | |
3965 | ||
3966 | Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu) | |
3967 | ||
3968 | * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run | |
3969 | test for PRO targets. | |
3970 | ||
3971 | * gdb.base/funcargs.exp: Avoid ever setting more than 8 | |
3972 | breakpoints in the inferior at any given time by making | |
3973 | two groups of breakpoints for call2*, call6* and call7* | |
3974 | tests. | |
3975 | ||
3976 | Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
3977 | ||
3978 | * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change. | |
3979 | * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc | |
3980 | from optimizing it away. | |
3981 | * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for | |
3982 | "call inferior func with struct". | |
3983 | ||
3984 | Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com> | |
3985 | ||
3986 | * configure.in: Only configure gdb.chill for particular targets. | |
3987 | ||
3988 | Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com> | |
3989 | ||
3990 | * gdb.base/Makefile.in: Add action to .c.o transformation | |
3991 | rule that generates a .ci file for each .o file and remove | |
3992 | explicit .c.o rules except for callfuncs.o. | |
3993 | * gdb.c++/Makefile.in: Add .cc.o transformation rule that | |
3994 | generates a .ci file for each .o file and remove explicit | |
3995 | .cc.o rules. | |
3996 | (clean): Remove *.tmp *.ci files. | |
3997 | (EXECUTABLES): Remove templ-info.exp. | |
3998 | * gdb.base/compiler.c: New file. | |
3999 | * gdb.c++/compiler.cc: New file | |
4000 | * gdb.base/scope.exp: Source gdb.base/scope.ci. | |
4001 | Change rs6000-*-* xfail for | |
4002 | "print 'scope0.c'::filelocal_ro" and | |
4003 | "print 'scope1.c'::filelocal" and | |
4004 | "print 'scope1.c'::filelocal_bss" and | |
4005 | "print 'scope1.c'::filelocal_ro" and | |
4006 | "print 'scope1.c'::foo::funclocal" and | |
4007 | "print 'scope1.c'::foo::funclocal_ro" and | |
4008 | "print 'scope1.c'::bar::funclocal" and | |
4009 | "print 'scope0.c'::filelocal_ro" and | |
4010 | "print 'scope1.c'::filelocal at foo" and | |
4011 | "print 'scope1.c'::filelocal_bss at foo" and | |
4012 | "print 'scope1.c'::filelocal_ro at foo" and | |
4013 | "print 'scope1.c'::foo::funclocal at foo" and | |
4014 | "print 'scope1.c'::foo::funclocal_bss at foo" and | |
4015 | "print 'scope1.c'::foo::funclocal_ro at foo" and | |
4016 | "print 'scope1.c'::bar::funclocal at foo" and | |
4017 | "print 'scope0.c'::filelocal_ro" and | |
4018 | "print 'scope1.c'::filelocal" and | |
4019 | "print 'scope1.c'::filelocal_bss" and | |
4020 | "print 'scope1.c'::filelocal_ro" and | |
4021 | "print 'scope1.c'::foo::funclocal" and | |
4022 | "print 'scope1.c'::foo::funclocal_bss" and | |
4023 | "print 'scope1.c'::foo::funclocal_ro" and | |
4024 | "print 'scope1.c'::bar::funclocal" and | |
4025 | "print 'scope1.c'::bar::funclocal_bss" | |
4026 | to only be xfail'd when not compiled with gcc. | |
beb998c6 | 4027 | Add rs6000-*-* xfail for |
c906108c SS |
4028 | "print 'scope0.c'::filelocal_bss before run" |
4029 | when compiled with gcc. | |
4030 | (test_at_main): Add rs6000-*-* xfail for | |
4031 | "print filelocal_ro in test_at_main" | |
4032 | when compiled with gcc. | |
4033 | * gdb.base/ptype.exp: Source gdb.base/ptype.ci. | |
beb998c6 | 4034 | Add rs6000-*-aix* xfail for |
c906108c SS |
4035 | "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and |
4036 | "ptype t_char_array", not compiled with gcc. | |
4037 | * gdb.base/list.exp (test_list_function): Add rs6000-*-* | |
4038 | xfail for "list foo (in include file)" when gcc compiled. | |
4039 | * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci | |
4040 | (integral_args): Add rs6000-*-* xfail for | |
4041 | "run to call0a" if not compiled with gcc. | |
4042 | (unsigned_integral_args): Add rs6000-*-* xfail for | |
4043 | "run to call1a" if not compiled with gcc. | |
4044 | (float_and_integral_args): Add rs6000-*-* xfail for | |
4045 | "run to call2a" if not compiled with gcc and for | |
4046 | "continue to call2b" for any compiler. | |
4047 | Add rs6000-*-* xfail to | |
4048 | "print f1 after run to call2a" for gcc compiled. | |
4049 | (discard_and_shuffle): Add rs6000-*-* xfail for | |
4050 | "run to call6a". | |
4051 | (shuffle_round_robin): Add rs6000-*-* xfail for | |
4052 | "backtrace from call7a" if not compiled with gcc. | |
4053 | Add rs6000-*-* xfail for | |
4054 | "backtrace from call7b" if compiled with gcc. | |
4055 | (call_after_alloca): Add rs6000-*-* xfail for | |
4056 | "print c in call_after_alloca" and | |
4057 | "print s in call_after_alloca" and | |
4058 | "backtrace from call_after_alloca_subr" | |
4059 | if not compiled with gcc. | |
4060 | (localvars_in_indirect_call): Add rs6000-*-* xfail for | |
4061 | "print c in localvars_in_indirect_call" and | |
4062 | "print c in localvars_in_indirect_call" and | |
4063 | "backtrace in indirectly called function" and | |
4064 | "stepping into indirectly called function" | |
4065 | if not compiled with gcc. | |
4066 | (localvars_after_alloca): Add rs6000-*-* xfail for | |
4067 | "print c after runto localvars_after_alloca" and | |
4068 | "print s after runto localvars_after_alloca" and | |
4069 | "print i after runto localvars_after_alloca" and | |
4070 | "print l after runto localvars_after_alloca" | |
4071 | for all compilers. | |
4072 | * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather | |
4073 | than whatis-info.exp. | |
4074 | * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather | |
4075 | than opaque-info.exp. | |
4076 | Setup rs6000-*-* xfail for | |
beb998c6 | 4077 | "ptype on opaque struct pointer (statically)" and |
c906108c SS |
4078 | "ptype on opaque struct pointer (dynamically)" when |
4079 | not compiled with gcc. | |
4080 | * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci | |
4081 | rather than callf-info.exp. | |
4082 | (do_function_calls): Add clear_xfail for rs6000-*-* for | |
4083 | "p t_float_values2(3.14159,float_val2)". Seems to work | |
4084 | fine there, both with xlc and gcc. Need to find out what | |
4085 | it is doing right and fix other platforms. | |
4086 | * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for | |
4087 | "call inferior func with struct - returns int", | |
4088 | "call inferior func with struct - returns long", | |
4089 | "call inferior func with struct - returns float", | |
4090 | "call inferior func with struct - returns double", | |
4091 | "call inferior func with struct - returns char *", | |
4092 | but only if not gcc compiled (presumes xlc compiled). | |
4093 | Change rs6000-*-* xfails for | |
4094 | "call inferior func with struct - returns char" and | |
4095 | " call inferior func with struct - returns short" to only | |
4096 | xfail if not using gcc. | |
4097 | (clean mostlyclean): Remove *.ci and *.tmp files. | |
4098 | * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather | |
4099 | than templ-info.exp. | |
4100 | * gdb.base/langs.exp: Source gdb.base/langs.ci. | |
4101 | Add rs6000-*-* xfail for "up to foo in langs.exp" | |
4102 | "up to cppsub_ in langs.exp" and "up to fsub in langs.exp" | |
4103 | when not gcc compiled. | |
beb998c6 | 4104 | |
c906108c SS |
4105 | Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com> |
4106 | ||
4107 | * gdb.base/callfuncs.exp: Add xfails for the powerpc. | |
4108 | * gdb.base/corefile.exp: Likewise. | |
4109 | * gdb.base/list.exp: Likewise. | |
4110 | * gdb.base/scope.exp: Likewise. | |
4111 | * gdb.base/siganls.exp: Likewise. | |
4112 | ||
4113 | * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4 | |
4114 | compiler output. | |
4115 | * gdb.base/whatis.exp: Likewise. | |
4116 | ||
4117 | Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu) | |
4118 | ||
4119 | * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a | |
4120 | failure (opcode table has been fixed to match reality). | |
4121 | ||
4122 | Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com> | |
4123 | ||
4124 | * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for | |
4125 | "call inferior func with struct - returns char", | |
4126 | "call inferior func with struct - returns short" | |
4127 | ||
4128 | * gdb.base/scope.exp: Remove rs6000-*-* xfails for | |
4129 | "print 'scope0.c'::filelocal at main", | |
4130 | "print 'scope0.c'::filelocal_bss in test_at_main", | |
4131 | "print 'scope0.c'::filelocal at foo", | |
4132 | "print 'scope0.c'::filelocal_bss in test_at_foo", | |
4133 | "print 'scope0.c'::filelocal at bar", | |
4134 | "print 'scope0.c'::filelocal_bss in test_at_bar" | |
beb998c6 | 4135 | |
c906108c SS |
4136 | * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function |
4137 | in source file 1". This bug seems to have been fixed with both | |
4138 | gcc and native cc (was native assembler bug?). | |
4139 | ||
4140 | Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com) | |
4141 | ||
4142 | * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for | |
4143 | "backtrace through signal handler" to "i*86-*-sysv4*". | |
4144 | * gdb.base/signals.exp: Add xfail for "'next' behaved as | |
4145 | continue" case. Add "known SVR4 bug" to fail message. | |
4146 | Add "i*86-*-bsdi2.0" xfail for "handle all print". | |
4147 | Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1". | |
4148 | * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for | |
4149 | "whatis unnamed typedef'd enum..." and "ptype t_char_array". | |
4150 | * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for | |
4151 | "up to foo in langs.exp", "show language at foo in | |
4152 | langs.exp", "up to cppsub_ in langs.exp", "show | |
4153 | language at cppsub_ in langs.exp", "up to fsub in | |
4154 | langs.exp", and "show language at fsub in langs.exp". | |
4155 | * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for | |
4156 | "bactrace in corefile.exp". | |
4157 | * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for | |
4158 | "call inferior function with struct - returns float" and | |
4159 | "call inferior function with struct - returns double". | |
beb998c6 | 4160 | |
c906108c SS |
4161 | Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu) |
4162 | ||
4163 | * gdb.disasm/sh3.s: Source for sh3 disassembler tests. | |
4164 | * gdb.disasm/sh3.exp: Run the sh3 disassembler tests. | |
4165 | * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment. | |
4166 | * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests. | |
4167 | ||
4168 | Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com> | |
4169 | ||
4170 | * Makefile.in (CHILL_FOR_TARGET): Use previously defined | |
4171 | (or overriden) "CHILL" macro rather then bare "gcc". | |
4172 | Also look for ../../gcc/xgcc since that is what we will | |
4173 | actually need, not "Makefile". Remove following assignment | |
4174 | of CHILL to CHILL_FOR_TARGET because that results in | |
4175 | recursive definition. | |
4176 | ||
4177 | Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com> | |
4178 | ||
4179 | * gdb.base/corefile.exp: Change xfail for backtrace in | |
4180 | corefile.exp from linuxaout to all linux. | |
4181 | * gdb.base/sigall.exp (test_one_sig): Specifically deal with | |
4182 | cases where we miss the breakpoint at the signal handler | |
4183 | for some reason. Setup xfail for linuxoldld/linuxaout and | |
4184 | getting SIGIO. Setup xfail for linuxoldld/linuxaout for | |
4185 | hitting SIGURG breakpoint. | |
4186 | * gdb.base/signals.exp: Setup xfail for "next" acting like | |
4187 | continue to add linuxoldld. Setup xfail for all linux for | |
4188 | "next to handler in signals_tests_1", "backtrace in | |
4189 | signals_tests_1", "continue to func1", "pass SIGUSR1", | |
4190 | and continue to handler". | |
4191 | ||
4192 | Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com> | |
4193 | ||
4194 | * Update all FSF addresses except those in COPYING* files. | |
4195 | ||
4196 | Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com> | |
4197 | ||
4198 | * gdb.base/a2-run.exp: Change messages to be more explicit about | |
4199 | the status of args, and quote binfile in results. | |
4200 | ||
4201 | Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com> | |
4202 | ||
4203 | * gdb.base/callfuncs.exp: Add tests for passing structs to | |
4204 | inferior functions and return various types. | |
4205 | * gdb.base/callfuncs.c: Add functions to receive a struct | |
4206 | and return a member of the struct, in various types. | |
4207 | ||
4208 | Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
4209 | ||
4210 | * gdb.base/Makefile.in (clean): Remove callf-info.exp. | |
4211 | ||
4212 | Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com> | |
4213 | ||
4214 | * config/vxworks29k.exp: New file, sources vxworks.exp. | |
4215 | ||
4216 | Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com> | |
4217 | ||
4218 | * config/gdbremote.exp: New file. Testing framework using | |
4219 | gdbserver. | |
4220 | ||
4221 | Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com) | |
4222 | ||
4223 | * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for | |
4224 | "call function when asleep" and "send end of file". | |
4225 | * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list | |
4226 | for "backtrace in corefile.exp". | |
4227 | * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list | |
4228 | for "backtrace through signal handler". | |
4229 | * gdb.base/corefile.exp: Make sure we actually generate a core file | |
4230 | before trying the core tests. Some systems allow the user to suppress | |
4231 | generation of core files and default to that (linux for example). | |
4232 | * gdb.base/signals.exp: Change xfail for "next" acting like "continue" | |
4233 | from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta. | |
4234 | ||
4235 | Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com> | |
4236 | ||
4237 | * gdb.threads: New directory with some crude multi-threaded | |
4238 | gdb tests (step.exp and step2.exp). | |
4239 | * config/mt-lynx (STEP_EXECUTABLE): Define. | |
4240 | (THREADFLAGS): Define. | |
4241 | ||
4242 | Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu) | |
4243 | ||
4244 | * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx. | |
4245 | ||
4246 | * gdb.base/signals.exp: Disable whole file for lynx until | |
4247 | further notice. | |
4248 | ||
4249 | * gdb.base/signals.exp: xfail test where "next" acts like | |
4250 | "continue" for lynx. | |
4251 | ||
4252 | * gdb.base/interrupt.exp: xfail test for calling function while | |
4253 | inferior is asleep for lynx. | |
4254 | ||
4255 | * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more | |
4256 | than one cr-lf after each command. | |
4257 | ||
4258 | Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
4259 | ||
4260 | * configure.in: Reinstate setting of stabsdirs variable, fix | |
4261 | typo in setting up configdirs for native builds. | |
4262 | ||
4263 | * gdb.base/return.exp: Fix typo in return double test. | |
4264 | * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the | |
4265 | compiler from optimizing them away. | |
4266 | ||
4267 | Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu) | |
4268 | ||
4269 | * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf | |
4270 | sequences to be echo'd by gdb when using gdb_test. | |
4271 | * gdb.chill/chexp.exp: Likewise. | |
4272 | * gdb.fortran/exprs.exp: Likewise | |
4273 | ||
4274 | Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com> | |
4275 | ||
4276 | * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds | |
4277 | after the inferior gdb has started. | |
4278 | ||
4279 | * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf | |
4280 | after each command. | |
4281 | * gdb.base/funcargs.exp: Likewise. | |
4282 | * gdb.base/gdbvars.exp: Likewise. | |
4283 | * gdb.base/interrupt.exp: Likewise. | |
4284 | * gdb.base/list.exp: Likewise. | |
4285 | * gdb.base/watchpoint.exp: Likewise. | |
4286 | * gdb.c++/demangle.exp: Likewise. | |
4287 | * gdb.c++/inherit.exp: Likewise. | |
4288 | * gdb.chill/chexp.exp: Likewise. | |
4289 | * gdb.fortran/exprs.exp: Likewise. | |
4290 | ||
4291 | * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall | |
4292 | test if we can't handle IO to/from the inferior. | |
4293 | ||
4294 | * gdb.c++/misc.exp: Always check for a program already being | |
4295 | started after sending a "run" command to gdb. | |
4296 | ||
4297 | * gdb.base/twice.exp: Start with a fresh gdb. | |
4298 | ||
4299 | * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests | |
4300 | only depend on gdb's expression code, not the chill runtime. | |
4301 | ||
4302 | * gdb.base/return.c: Put return values into variables so we | |
4303 | can have gdb print them rather than depending on the program | |
4304 | to print them. | |
4305 | * gdb.base/return.exp: Corresponding changes. | |
4306 | ||
4307 | * lib/gdb.exp: Provide default value for noinferiorio. | |
4308 | * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from | |
4309 | the inferior. | |
4310 | ||
4311 | * gdb.base/break.exp: Always check for a program already being | |
4312 | started after sending a "run" command to gdb. | |
4313 | (text_next_with_recursion): Don't check the output from the | |
4314 | program's printf statement. Instead just make sure the program | |
4315 | exited. | |
4316 | ||
4317 | * gdb.base/commands.exp: Protect tests which need arguments with | |
4318 | $noargs conditionals. | |
4319 | ||
4320 | Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
4321 | ||
4322 | * gdb.base/printcmds.exp: Adjust expect patterns for addresses | |
4323 | of structure member arrays to match gdb/valops.c:value_addr change. | |
4324 | ||
4325 | Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu) | |
4326 | ||
4327 | * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout | |
4328 | cases. | |
4329 | ||
4330 | Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com) | |
4331 | ||
4332 | * configure.in (configdirs): Remove gdb.chill from default list | |
4333 | of subdirs and then add it back in only if doing a native build. | |
4334 | The current chill compiler does not yet work in any cross build. | |
4335 | * Revert all signal changes from Jul 6. | |
4336 | * gdb.base/{sigall.c signals.c}: Define away signal() and alarm() | |
4337 | for sh-hms targets, allowing these tests to link, with no other | |
4338 | changes. Testing is suppressed by setting "nosignals" in site.exp. | |
4339 | ||
4340 | Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com) | |
4341 | ||
4342 | * configure.in (signaldirs): Define and add to configdirs for all | |
4343 | targets except some specific ones that are known to not support signals. | |
4344 | Also clean up formatting. | |
4345 | * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals. | |
4346 | (signals, sigall): Remove rules to build. | |
4347 | * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}: | |
4348 | Moved to new gdb.signals directory. | |
4349 | * gdb.signals: New test directory. | |
4350 | * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp, | |
4351 | signals.c signals.exp}: New or moved files. | |
4352 | ||
4353 | Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu) | |
4354 | ||
4355 | * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist. | |
4356 | ||
4357 | Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com> | |
4358 | ||
4359 | * gdb.base/return.exp: Xfail `return double' test failure | |
4360 | on at least Solaris 2.3 and handle future/past versions on | |
4361 | a case by case basis as appropriate. Also update message | |
4362 | to include i*86 failures. | |
4363 | ||
4364 | Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4365 | ||
4366 | * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS. | |
4367 | ||
4368 | * lib/gdb.exp: Fix comment which erroneously identified | |
4369 | gdb_file_cmd as gdb_load (the 19 May change was in fact to | |
4370 | gdb_file_cmd not gdb_load). | |
4371 | * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout". | |
4372 | ||
4373 | * gdb.base/setvar.exp: Make test names consistent between pass and | |
4374 | fail cases. Use gdb_test more. | |
4375 | ||
4376 | Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4377 | ||
4378 | * lib/gdb.exp (gdb_load): Add "upvar timeout timeout". | |
4379 | ||
4380 | Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
4381 | ||
4382 | * gdb.base/help.exp: Fix expected help string for `show commands'. | |
4383 | ||
4384 | Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com> | |
4385 | ||
4386 | * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM. | |
4387 | ||
4388 | * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack | |
4389 | of a text section. | |
4390 | ||
4391 | Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com) | |
4392 | ||
4393 | * config/monitor.exp (gdb_target_monitor): Fix loop interator so | |
4394 | that loop eventually terminates. Fix Connection refused logic so | |
4395 | that testsuite will expire nicely. | |
4396 | ||
4397 | Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com) | |
4398 | ||
4399 | * config/cpu32bug.exp, config/est.exp, config/hppro.exp, | |
4400 | config/rom68k.exp: New tcl glue for the appropriate monitors. | |
4401 | These all just end up calling monitor.exp. | |
4402 | * config/monitor.exp (gdb_target_monitor): Handle `Connection | |
4403 | refused' by retrying. Cleanup some timeout issues. | |
4404 | * (gdb_load): Reduce timeout. Cleanup some timeout issues. | |
4405 | * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that | |
4406 | callers don't have to set/restore global timeout variable. | |
4407 | ||
4408 | * The following set of changes centralizes management of the global | |
4409 | timeout variable. This way, it can be set in one target dependent | |
4410 | place instead of dozens of places scattered throughout the test suite. | |
4411 | If you need to lengthen a timeout, then you should either set timeout | |
4412 | in one of the config/{target}.exp files, or multiply it by a factor. | |
4413 | Setting it to an absolute value is always going to lose for some | |
4414 | targets. | |
4415 | * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout. | |
4416 | * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout. | |
4417 | * gdb.base/funcargs.exp: Don't set timeout. | |
4418 | * gdb.base/list.exp (test_forward_search): Only use local timeout. | |
4419 | * gdb.base/printcmds.exp (test_print_string_constants | |
4420 | test_print_array_constants): Don't set timeout. | |
4421 | * gdb.base/ptype.exp: Don't set timeout. | |
4422 | * gdb.base/recurse.exp: Don't set timeout. | |
4423 | * gdb.base/return.exp: Don't set timeout. | |
4424 | * gdb.base/watchpoint.exp: Don't set timeout. | |
4425 | * gdb.c++/classes.exp (do_tests): Don't set timeout. | |
4426 | * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout. | |
4427 | ||
4428 | Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com> | |
4429 | ||
4430 | * Makefile.in: Make clean targets work also when SUBDIRS is empty. | |
4431 | ||
4432 | Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4433 | ||
4434 | * lib/gdb.exp: Disable chill tests for irix5. | |
4435 | ||
4436 | Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4437 | ||
4438 | * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make | |
4439 | each test pass or fail. | |
4440 | ||
4441 | Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4442 | ||
4443 | * gdb.base/opaque.exp: Remove xfails for aix; print a warning if | |
4444 | xlc not gcc. | |
4445 | ||
4446 | Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com) | |
4447 | ||
4448 | * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp. | |
4449 | ||
4450 | Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com) | |
4451 | ||
4452 | * config/est.exp: Fix copyright and comments. Remove dead code. | |
4453 | Use targetname, serialport and baud variables instead of fixed | |
4454 | constants. | |
4455 | * config/rom68k.exp: Fix copyright and comments. Remove dead code. | |
4456 | * config/cpu32bug.exp: New file to support cpu32bug monitors. | |
4457 | ||
4458 | Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4459 | ||
4460 | * gdb.base/watchpoint.exp: Don't run | |
4461 | test_watchpoint_triggered_in_syscall for sunos. | |
4462 | ||
4463 | Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4464 | ||
4465 | * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h; | |
4466 | they don't seem to exist. Do include stdio.h. | |
4467 | ||
4468 | Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4469 | ||
4470 | * gdb.base/a1-selftest.exp: Add alpha xfail. | |
4471 | ||
4472 | Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4473 | ||
4474 | * gdb.base/watchpoint.c (main): Prompt before calling read(). | |
4475 | * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall): | |
4476 | Revise accordingly. Remove cruft about sending "123" several | |
4477 | times, until it gets noticed. Clean up the "print buf[0]" stuff | |
4478 | so that it passes or fails, and waits for prompts in the usual way. | |
4479 | ||
4480 | Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4481 | ||
4482 | * gdb.base/recurse.exp: Fix comment. | |
4483 | ||
4484 | * TODO: Remove item about printing variables in nodebug.exp. Add | |
4485 | item about enabling tests which are only run on some targets. | |
4486 | ||
4487 | * gdb.base/watchpoint.exp: Various cleanups (make each test pass or | |
4488 | fail, make test names unique, use new gdb_test convention | |
4489 | regarding pattern, use gdb_test more, etc.). | |
4490 | ||
4491 | * gdb.base/bitfields.exp: Various cleanups (make each test pass or | |
4492 | fail, make test names unique, etc.). | |
4493 | ||
4494 | Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
4495 | ||
4496 | * gdb.base/nodebug.c: Change return type of top and middle to | |
4497 | short. | |
4498 | * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they | |
4499 | are fixed by the recent mdebugread.c changes. Allow `short ()' | |
4500 | as type for top and middle. | |
4501 | ||
4502 | Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4503 | ||
4504 | * gdb.base/break.exp: Remove commented out if $usestubs {}. As | |
4505 | nearly as I can tell, the whole thing was an accident in Stu's | |
4506 | change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant | |
4507 | to replace a send/expect pair with gdb_test, but ended up only | |
4508 | adding the gdb_test. My change of 24 Mar 1995 and Kung's change | |
4509 | of 30 Mar 1995 took care of it, but left this vestigial comment | |
4510 | which I am now nuking. | |
4511 | ||
4512 | Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4513 | ||
4514 | * gdb.base/break.exp: Look for different line number for | |
4515 | breakpoint at main depending on usestubs. | |
4516 | ||
4517 | Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
4518 | ||
4519 | * gdb.base/list.exp: Adjust some alternate expect patterns to | |
4520 | match recent list0.c change. Add alternate expect pattern for | |
4521 | output from `list default lines around main' for optimizing | |
4522 | compilers. | |
4523 | ||
4524 | Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4525 | ||
4526 | * lib/gdb.exp: If nosignals is not set, set it to 0. | |
4527 | ||
4528 | Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com> | |
4529 | ||
4530 | * config/slite-gdb.exp: Responds to load symbol table prompt. | |
4531 | * gdb.base/break.exp: Adjust line number, fix rerun. | |
4532 | * gdb.base/langs0.c: Add #ifdef usestubs. | |
4533 | ||
4534 | Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com> | |
4535 | ||
4536 | * gdb.base/list.exp: Adjust line contents after adding new lines in | |
4537 | list0.c. Also fix a syntax error. | |
4538 | ||
4539 | * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs. | |
4540 | * gdb.base/break.exp: ditto. | |
4541 | * gdb.base/list.exp: ditto. | |
4542 | * gdb.base/bitfields.c: Add #ifdef usestubs in main(). | |
4543 | * gdb.base/run.c: ditto. | |
4544 | * gdb.base/list0.c: ditto. | |
4545 | * gdb.base/funcargs.c: ditto. | |
4546 | ||
4547 | Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com) | |
4548 | ||
4549 | * testsuite/config/rom68k.exp (gdb_target_rom68k): Use | |
4550 | $targetname, $serialport and $baud instead of hardwired variables. | |
4551 | * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the | |
4552 | target doesn't support signals. | |
4553 | ||
4554 | Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com> | |
4555 | ||
4556 | * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1. | |
4557 | ||
4558 | Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4559 | ||
4560 | * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(. | |
4561 | Don't rely on the value of an auto variable before it has been | |
4562 | initialized. Use gdb_test more. | |
4563 | ||
4564 | Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4565 | ||
4566 | * lib/gdb.exp (default_gdb_version): A version number must start | |
4567 | with a digit, but other than that contains all characters up to | |
4568 | the first whitespace character. | |
4569 | ||
4570 | Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4571 | ||
4572 | * gdb.base/commands.exp (breakpoint_command_test): New tests. | |
4573 | ||
4574 | Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4575 | ||
4576 | * gdb.c++/*.exp: Warn if executable does not exist. The original | |
4577 | reason for skipping the warning was that configure.in sometimes | |
4578 | intentionally skipped building the executables but the tcl code | |
4579 | had no way of knowing. That (a) was always bogus with respect to | |
4580 | error handling, (b) is no longer true (right now there is no way | |
4581 | to skip C++ tests). | |
4582 | ||
4583 | * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables. | |
4584 | ||
4585 | Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
4586 | ||
4587 | * gdb.base/list.exp: Add expect patterns for output from | |
4588 | SunPRO compiled executables. | |
4589 | * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_* | |
4590 | types. | |
4591 | ||
4592 | Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4593 | ||
4594 | * gdb.base/break.exp (test_next_with_recursion): Accept any line | |
4595 | number (we are already testing that the correct source line text | |
4596 | gets printed). | |
4597 | ||
4598 | * gdb.base/break.exp: Make one test if $usestubs. I'm not sure | |
4599 | that is what is intended, but something needed to be done to get | |
4600 | sunos4 native working again. | |
4601 | ||
4602 | * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef). | |
4603 | ||
4604 | * gdb.base/a1-selftest.exp (test_with_self): Remove comment which | |
4605 | apparently went with a (very) old xfail. | |
4606 | ||
4607 | Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com> | |
4608 | ||
4609 | * gdb.base/callfuncs.exp: call runto_main instead of runto main. | |
4610 | runto_main is a proc in gdb.exp that will do 'step' for target use | |
4611 | stubs. | |
4612 | * gdb.base/exprs.exp: ditto. | |
4613 | * gdb.base/interrupt.exp: ditto. | |
4614 | * gdb.base/opaque.exp: ditto. | |
4615 | * gdb.base/printcmds.exp: ditto. | |
4616 | * gdb.base/ptype.exp: ditto. | |
4617 | * gdb.base/scope.exp: ditto. | |
4618 | * gdb.base/setvar.exp: ditto. | |
4619 | * gdb.base/signals.exp: ditto. | |
4620 | * gdb.base/twice.exp: ditto. | |
4621 | * gdb.c++/classes.exp: ditto. | |
4622 | * gdb.c++/inherit.exp: ditto. | |
4623 | * gdb.c++/templates.exp: ditto. | |
4624 | * gdb.base/break.exp: no run and hit main for stubs. Change line | |
4625 | numbers for breakpoints and info breakpoint. | |
4626 | * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and | |
4627 | breakpoint(). | |
4628 | * gdb.base/callfuncs.c: ditto. | |
4629 | * gdb.base/exprs: ditto. | |
4630 | * gdb.base/interrupt.c: ditto. | |
4631 | * gdb.base/opaque0.c: ditto. | |
4632 | * gdb.base/printcmds.c: ditto. | |
4633 | * gdb.base/ptype.c: ditto. | |
4634 | * gdb.base/scope0.c: ditto. | |
4635 | * gdb.base/setvar.c: ditto. | |
4636 | * gdb.base/signals.c: ditto. | |
4637 | * gdb.base/twice.c: ditto. | |
4638 | * gdb.c++/misc.cc: ditto. | |
4639 | * gdb.c++/templates.cc: ditto. | |
4640 | ||
4641 | Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4642 | ||
4643 | * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.). | |
4644 | ||
4645 | * gdb.base/a1-selftest.exp: Don't check for # followed by a digit | |
4646 | somewhere between `read' and `main.c'. I'm pretty sure the | |
4647 | pattern ".*#\[0-9\].*" was slowing down pattern matching a lot, | |
4648 | and it isn't particularly useful. | |
4649 | ||
4650 | * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(. | |
4651 | ||
4652 | Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4653 | ||
4654 | * gdb.base/commands.exp (infrun_breakpoint_command_test): New test. | |
4655 | ||
4656 | Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com> | |
4657 | ||
4658 | * config/mt-slite: add LIBS and -nostdlib. | |
4659 | * config/slite-gdb.exp: add this new file to support sparclite target. | |
4660 | ||
4661 | Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com> | |
4662 | ||
4663 | * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code. | |
4664 | ||
4665 | * gdb.base/a2-run.exp: Change argument to istarget from | |
4666 | "*-*-vxworks" to "*-*-vxworks*". | |
4667 | * gdb.base/{break.exp,default.exp,scope.exp}: Likewise. | |
4668 | ||
4669 | Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com> | |
4670 | ||
4671 | * lib/gdb.exp: add proc runto_main, for targets that use stubs, this | |
4672 | will not runto main but do a 'step' to step out of breakpoint(). | |
4673 | * config/mt-slite: add -Dusestubs. | |
4674 | ||
4675 | Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4676 | ||
4677 | * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@ | |
4678 | instead of just @. | |
4679 | ||
4680 | * gdb.base/signals.exp: Add test for "handle all print". | |
4681 | * TODO: Remove "handle all print". Also remove item about | |
4682 | checking copyright date (I don't like the idea of a spurious FAIL | |
4683 | based on when we run the tests). | |
4684 | ||
4685 | * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test | |
4686 | for SunOS4 (reason for failure not investigated). Remove | |
4687 | redundant test for $binfile. | |
4688 | ||
4689 | * gdb.base/nodebug.c (array_index): Call malloc. | |
4690 | ||
4691 | * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique. | |
4692 | ||
4693 | Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu) | |
4694 | ||
4695 | * gdb.base/recurse.exp: Update gdb_test invocation to use new | |
4696 | conventions and slightly simplify the matching regexp. | |
4697 | ||
4698 | Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4699 | ||
4700 | * gdb.base/break.exp: Update gdb_test invocation to use new | |
4701 | convention. | |
4702 | ||
4703 | * lib/gdb.exp: If noargs is not set, set it to 0. | |
4704 | ||
4705 | * gdb.base/nodebug.exp: Comment out redundant test. Make name of | |
4706 | tests unique. | |
4707 | ||
4708 | * lib/gdb.exp: Skip CHILL for AIX and Solaris. | |
4709 | ||
4710 | Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4711 | ||
4712 | * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have | |
4713 | one argument of type "<non-float parameter>". | |
4714 | ||
4715 | Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com) | |
4716 | ||
4717 | * config/rom68k.exp: New file to support Motorola IDP board. | |
4718 | * gdb.base/a2-run.exp: Skip this file if noargs is set. | |
4719 | * gdb.base/break.c: Change things around so that this program | |
4720 | doesn't depend upon args. This is necessary to make remote | |
4721 | targets work (in general, they can't take args). | |
4722 | * gdb.base/break.exp: Don't try to send args to program. Don't | |
4723 | expect output. Also, replace lots of code with gdb_test. | |
4724 | ||
4725 | Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4726 | ||
4727 | * gdb.base/printcmds.exp (test_character_literals_accepted): Test | |
4728 | printing of '\'' (which is what the comment says we are testing, | |
4729 | even though we were not), not '''. | |
4730 | (test_integer_literals_rejected): Test that printing ''' is an error. | |
4731 | ||
4732 | * gdb.fortran/exprs.exp, gdb.fortran/types.exp, | |
4733 | gdb.chill/chexp.exp, gdb.base/printcmds.exp, | |
4734 | gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp, | |
4735 | gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp: | |
4736 | Use gdb_test not test_print_accept. | |
4737 | * lib/gdb.exp: Remove test_print_accept. | |
4738 | ||
4739 | * gdb.base/signals.exp (signal_tests_1): Make pass message | |
4740 | consistent with fail message. | |
4741 | ||
4742 | * gdb.base/whatis.exp: Remove xfails for printing char vs. | |
4743 | unsigned char; the bug (PR 1821) is fixed. | |
4744 | ||
4745 | * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868. | |
4746 | ||
4747 | * gdb.base/scope.exp (test_at_localscopes): Call pass for | |
4748 | successful tests--makes xfailing them work right. | |
4749 | ||
4750 | Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4751 | ||
4752 | * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect | |
4753 | only \r\n, not .*. The test can pass .* as the last thing in | |
4754 | $pattern if that is what it wants. In addition to providing this | |
4755 | flexibility, this change should speed up pattern matching in cases | |
4756 | where the pattern already ended with .* (there were a number of | |
4757 | them). This change also helps catch bad patterns--in the old | |
4758 | scheme the typo "char \*" instead of "char \\*" would pass. Now | |
4759 | it is caught. | |
4760 | * Many .exp files: Update callers. | |
4761 | ||
4762 | * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is | |
4763 | clearer and does not spuriously match multiple ('s. Likewise for | |
4764 | ) and *. | |
4765 | ||
4766 | * gdb.base/nodebug.exp: Test ability to call a function and pass | |
4767 | it a string (even with no debugging info). | |
4768 | ||
4769 | * gdb.base/printcmds.exp (test_integer_literals_rejected): Change | |
4770 | "p '\'", which is the same as "p ''" once tcl gets done with | |
4771 | quoting, to "p '\\'", which I suspect is what is intended (one | |
4772 | backslash gets sent to GDB). | |
4773 | ||
4774 | * gdb.base/printcmds.exp (test_artificial_arrays): New tests. | |
4775 | ||
4776 | Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4777 | ||
4778 | * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR | |
4779 | 1817) was fixed literally years ago. | |
4780 | ||
4781 | Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
4782 | ||
4783 | * gdb.base/funcargs.exp (call_after_alloca): Remove `next' | |
4784 | test, it causes stepping out of call_after_alloca_subr with | |
4785 | optimizing compilers. | |
4786 | (localvars_in_indirect_call): Consume GDB prompt if `finish' | |
4787 | fails. | |
4788 | ||
4789 | * gdb.c++/templates.exp: Source templ-info.exp only if | |
4790 | the templates executable exists. | |
4791 | ||
4792 | * gdb.c++/misc.cc (class Contains_static_instance, | |
4793 | class Contains_nested_static_instance), | |
4794 | gdb.c++/classes.exp (test_static_members): Test printing of | |
4795 | a class that contains a static instance of the class. | |
4796 | ||
4797 | Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4798 | ||
4799 | * gdb.base/langs2.c (cppsub_): Don't prototype. | |
4800 | * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value | |
4801 | only, I believe). | |
4802 | ||
4803 | Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4804 | ||
4805 | * lib/gdb.exp (skip_chill_tests): New procedure. | |
4806 | ||
4807 | * gdb.base/signals.exp (signal_tests_1): xfail for irix. | |
4808 | ||
4809 | Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu) | |
4810 | ||
4811 | * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of | |
4812 | each expect pattern. Cuts runtime from 12 to about 4 seconds. | |
4813 | ||
4814 | Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4815 | ||
4816 | * gdb.base/langs.exp: Don't insist that foo__Fi be demangled. | |
4817 | ||
4818 | * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only | |
4819 | disassemble 8, not 16, instructions for part 4. | |
4820 | ||
4821 | * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't | |
4822 | support the latter anymore. | |
4823 | ||
4824 | * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try | |
4825 | -DNO_PROTOTYPES. | |
4826 | * gdb.base/callfuncs.c: Control use of prototypes based on | |
4827 | NO_PROTOTYPES, not __STDC__. | |
4828 | * gdb.base/callfuncs.exp (do_function_calls): xfail one of the | |
4829 | t_float_values2 tests if prototypes in use. | |
4830 | ||
4831 | * gdb.base/callfuncs.c (t_float_values, t_float_values2, | |
4832 | t_double_values): When checking differences against DELTA, check | |
4833 | that difference is within the range (-DELTA,DELTA), not just | |
4834 | (-infinity,DELTA). | |
4835 | ||
4836 | Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com> | |
4837 | ||
4838 | * config/mips-gdb.exp (gdb_load): In every test case, we need to do | |
4839 | 'file' command firts, then 'target', then 'load', this is due to gdb | |
4840 | target set up. | |
4841 | * config/mips-gdb.exp: Fix a couple regular exp bugs. | |
4842 | ||
4843 | Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu) | |
4844 | ||
4845 | * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing | |
4846 | FP load/store variants. | |
4847 | * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants. | |
4848 | ||
4849 | Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com> | |
4850 | ||
4851 | * gdb.base/term.exp: Do not give a warning if not native, it is | |
4852 | not an abnormal condition. | |
4853 | ||
4854 | Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com> | |
4855 | ||
4856 | * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype | |
4857 | t_char_array". | |
4858 | ||
4859 | Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com> | |
4860 | ||
4861 | * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we | |
4862 | are getting the version number. | |
4863 | ||
4864 | * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning | |
4865 | if not native, it is not an abnormal condition. | |
4866 | ||
4867 | Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4868 | ||
4869 | * lib/gdb.exp: Just use "file exists", rather than undocumented | |
4870 | dejagnu procedure "findfile". | |
4871 | ||
4872 | Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com> | |
4873 | ||
4874 | * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks. | |
4875 | (LDFLAGS): Set to -Xlinker -Ur. | |
4876 | ||
4877 | * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS): | |
4878 | Removed, these values are set by lib/gdb.exp. | |
4879 | ||
4880 | * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx. | |
4881 | ||
4882 | Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com> | |
4883 | ||
4884 | * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead | |
4885 | of replicating gdb startup code. | |
4886 | ||
4887 | * config/mt-vxworks (LDFLAGS): Set to -r. | |
4888 | (CFLAGS_FOR_TARGET): Removed. | |
4889 | ||
4890 | * config/vx-gdb.exp: always set prompt; gdb.exp sets it to | |
4891 | (gdb) and gdb for vxworks uses (vxgdb). | |
4892 | ||
4893 | * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb | |
4894 | executable is not in the tree and host != target, use sed and | |
4895 | program_transform_name to determine the gdb name used by the | |
4896 | target. | |
4897 | ||
4898 | * configure.in, gdb.{base,c++,chill}/configure.in: changed so | |
4899 | *-*-vxworks* matches vxworks and *-*-netware* matches NetWare. | |
4900 | ||
4901 | Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4902 | ||
4903 | * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing | |
4904 | floats, chars, and shorts where there are ANSI-style function | |
4905 | definitions. | |
4906 | ||
4907 | * gdb.base/langs.exp, gdb.base/langs*: New test. | |
4908 | * gdb.base/Makefile.in: Build it. | |
4909 | * TODO: Remove item about checking that C names don't get C++ | |
4910 | demangling applied; this test tests it. | |
4911 | ||
4912 | Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4913 | ||
4914 | * gdb.stabs/weird.exp: Remove "Haven't examined" comment which | |
4915 | went with the const70 xfail. The xfail went away a year ago. | |
4916 | ||
4917 | * gdb.base/signals.exp: Rename a bunch of tests to give unique names. | |
4918 | ||
4919 | * gdb.base/corefile.exp: Give backtrace test unique name. xfail | |
4920 | for hp300. | |
4921 | ||
4922 | * gdb.base/interrupt.exp: Also xfail hpux (for hp300). | |
4923 | ||
4924 | * gdb.base/a1-selftest.exp: Don't run on hp300. | |
4925 | ||
4926 | Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4927 | ||
4928 | * Makefile.in (site.exp): Set host_alias and target_alias as well | |
4929 | as host_triplet and target_triplet. | |
4930 | ||
4931 | Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4932 | ||
4933 | * gdb.base/a1-selftest.exp: Invoke stty before starting inferior. | |
4934 | ||
4935 | * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same | |
4936 | places as other ecoff systems). | |
4937 | ||
4938 | * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on | |
4939 | ultrix. | |
4940 | ||
4941 | Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4942 | ||
4943 | * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't | |
4944 | remove them. | |
4945 | * gdb.base/nodebug.exp: Accept "function" in addition to "text | |
4946 | variable and "variable" in addition to "data variable". | |
4947 | * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX. | |
4948 | ||
4949 | * gdb.base/list.exp (test_forward_search): Set listsize to 4 not | |
4950 | 2. | |
4951 | * gdb.base/list1.c (long_line): Add additional statement at start | |
4952 | of function. | |
4953 | * gdb.base/list.exp (test_forward_search): Update line number to | |
4954 | reflect new statement. | |
4955 | ||
4956 | Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
4957 | ||
4958 | * gdb.base/signals.exp: Reinitialize searched source directories | |
4959 | after gdb_start call. | |
4960 | ||
4961 | Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu) | |
4962 | ||
4963 | * gdb.disasm/Makefile.in (clean): Delete "errs" file. | |
4964 | * gdb.stabs/Makefile.in: Likewise. | |
4965 | ||
4966 | * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last | |
4967 | change. Instead split the tests into smaller pieces. | |
4968 | * gdb.disasm/hppa.s: Corresponding changes. | |
4969 | ||
4970 | Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4971 | ||
4972 | * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp: | |
4973 | Quote ^C when passing it to stty. For some shells ^ is a pipe. | |
4974 | ||
4975 | * gdb.base/funcargs.exp: Modify many tests so that every test | |
4976 | either passes or fails. Make some test names unique. | |
4977 | ||
4978 | Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
4979 | ||
4980 | * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp: | |
4981 | Call stty to set interrupt character. | |
4982 | ||
4983 | * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check | |
4984 | for HP assembler versus GNU assembler based on actual behavior of | |
4985 | $(CC), rather than assuming that $(AS) is always the GNU assembler. | |
4986 | ||
4987 | * TODO: Suggest a few more stepping tests. | |
4988 | ||
4989 | Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com> | |
4990 | ||
4991 | * gdb.base/default.exp: xfail no-stack backtraces for h8300, | |
4992 | restart GDB for h8300 after a continue. | |
4993 | (return): Add pattern to match a29k-udi behavior. | |
4994 | * gdb.base/nodebug.exp: Remove obsolete comment. | |
4995 | * gdb.base/regs.exp: New file, testing of register displays. | |
4996 | * gdb.base/return.exp: Fix typo in reference to $objdir. | |
4997 | * gdb.base/whatis.exp: Always start with a fresh GDB. | |
4998 | ||
4999 | Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5000 | ||
5001 | * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout | |
5002 | higher, these tests generate a lot of output. | |
5003 | ||
5004 | Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5005 | ||
5006 | * lib/gdb.exp (gdb_test): Remove catch from around the send. The | |
5007 | code following the catch silently ignored some errors; without the | |
5008 | catch they should be thrown like any other tcl error. Also, the | |
5009 | catch used "" instead of {} which meant all the callers who wanted | |
5010 | to include one of the characters "[]$ had to quote it an extra time. | |
5011 | * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp, | |
5012 | ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp, | |
5013 | demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp: | |
5014 | Remove extra quoting. | |
5015 | ||
5016 | Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu) | |
5017 | ||
5018 | * gdb.base/commands.exp: Make test names unique; every test either | |
5019 | passes or fails. Update some comments. | |
5020 | ||
5021 | * gdb.disasm/hppa.exp (do_system_control_tests): Update. | |
5022 | ||
5023 | Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5024 | ||
5025 | The following fixes a FAIL caused by the fact that the alpha stabs | |
5026 | configuration didn't use the ".if alpha" code in weird.def. | |
5027 | * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32 | |
5028 | bit pointer, so the 32 bit version works even on the alpha. | |
5029 | * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}: | |
5030 | Remove the stuff which allowed us to have separate versions for | |
5031 | alpha and everything else. | |
5032 | ||
5033 | * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix | |
5034 | regexp which "info func operator\[\](" is supposed to match. Fix | |
5035 | string to send to GDB. Note that GDB still doesn't work right. Add a | |
5036 | new test for "info func .perator\[\](" which GDB does handle correctly. | |
5037 | ||
5038 | * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems. | |
5039 | ||
5040 | Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5041 | ||
5042 | * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp, | |
5043 | gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp, | |
5044 | gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp, | |
5045 | gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff; | |
5046 | it makes the tests harder to understand and confuses test-o-matic. | |
5047 | The preferred style is that each test provides a PASS or a FAIL, | |
5048 | and has a unique message (e.g. "continue #54" not just "continue") | |
5049 | which is the same for the pass and the fail. | |
5050 | * gdb.fortran/exprs.exp, gdb.fortran/types.exp, | |
5051 | gdb.chill/chexp.exp: Move test_print_accept and test_print_reject | |
5052 | to lib/gdb.exp. | |
5053 | * gdb.base/printcmds.exp: Use test_print_accept. Remove | |
5054 | prt_accept which was basically the same thing. Likewise for | |
5055 | test_print_reject and prt_reject. | |
5056 | * lib/gdb.exp (test_print_reject): Add some more error message | |
5057 | patterns to match from the former printcmds.exp (prt_reject). | |
5058 | * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails. | |
5059 | One defect of the passcount stuff is that some of it failed to | |
5060 | report XPASS where appropriate. | |
5061 | * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra | |
5062 | stuff before and after arg in expected pattern. | |
5063 | (test_paddr_operator_functions): Re-do test without print_addr_of; | |
5064 | this is the only test which seems to want extra stuff there. | |
5065 | ||
5066 | Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
5067 | ||
5068 | * gdb.base/nodebug.exp: Update new tests to reflect improved | |
5069 | wording of gdb output. | |
5070 | ||
5071 | * gdb.base/nodebug.exp: Add tests to check that "print", "whatis" | |
5072 | and "ptype" work on variables in files compiled without -g. | |
5073 | Replaces commented out "maint print msymbol" tests. | |
5074 | ||
5075 | Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
5076 | ||
5077 | * gdb.base/setvar.c (dummy): Call malloc. | |
5078 | ||
5079 | * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid | |
5080 | losing with the irix4 sed. | |
5081 | ||
5082 | * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal | |
5083 | ALRM" on irix4. | |
5084 | ||
5085 | Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
5086 | ||
5087 | * TODO: Remove items about corefile.exp testing new exec-file and | |
5088 | backtrace; both are now done. Add items about printing enums. | |
5089 | ||
5090 | Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
5091 | ||
5092 | * gdb.base/sigall.exp (test_one_sig): Attempt to recover if | |
5093 | "get signal $thissig" test fails. | |
5094 | ||
5095 | * gdb.base/setvar.exp: Check for and reject crazy expected type hacks. | |
5096 | ||
5097 | Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
5098 | ||
5099 | * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid | |
5100 | compiler warning with dec alpha compiler. | |
5101 | ||
5102 | * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove | |
5103 | extra \n from gdb_test call (this explains why the prompt test | |
5104 | that I removed yesterday was there). | |
5105 | (user_defined_command_test): Remove extra \n and prompt test. | |
5106 | ||
5107 | * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST | |
5108 | doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL | |
5109 | doesn't exist. | |
5110 | * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL. | |
5111 | Also remove alpha workaround, which turns out to be because | |
5112 | SIGABRT == SIGLOST. | |
5113 | ||
5114 | * gdb.base/sigall.exp: Add workaround for alpha weirdness. | |
5115 | ||
5116 | * gdb.base/help.exp: Don't test "help show". | |
5117 | ||
5118 | Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
5119 | ||
5120 | * gdb.base/commands.exp: Call gdb_exit and gdb_start so that | |
5121 | "set print address" is on. | |
5122 | * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't | |
5123 | pass prompt to gdb_test; gdb_test already looks for the prompt. | |
5124 | ||
5125 | * gdb.base/help.exp: Replace most of docstring for "define" with ".*". | |
5126 | ||
5127 | * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test | |
5128 | was a vestige of the manual TESTSTRATEGY, and the purpose of it | |
5129 | was to make sure that gdb can read a core file. But (a) the "read | |
5130 | the corefile" part didn't make it to a1-selftest.exp, we just | |
5131 | delete the corefile after creating it, and (b) we test reading | |
5132 | corefiles in corefile.exp anyway. Also, this test left around a | |
5133 | xgdb process on Solaris. | |
5134 | ||
5135 | * gdb.base/corefile.exp: Also test backtrace. | |
5136 | ||
5137 | Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu) | |
5138 | ||
5139 | * gdb.base/commands.exp: Test a simple user defined command with | |
5140 | arguments and if/while statements; verify the full user command is | |
5141 | printed by "show user". | |
5142 | ||
5143 | * gdb.base/commands.exp: Test if/while commands as part of a | |
5144 | breakpoint command list; verify they appear in breakpoint | |
5145 | information. | |
5146 | ||
5147 | Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
5148 | ||
5149 | * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather | |
5150 | than by dividing by zero. | |
5151 | ||
5152 | Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu) | |
5153 | ||
5154 | * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems | |
5155 | performing an inferior call with watchpoints enabled. | |
5156 | * gdb.base/watchpoint.c (main): Delete second unnecessary read | |
5157 | call. | |
5158 | ||
5159 | Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
5160 | ||
5161 | * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo | |
5162 | of "file" command. | |
5163 | ||
5164 | * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo): | |
5165 | Add additional pattern for when "int operator int(void);" appears | |
5166 | in a different order. | |
5167 | ||
5168 | Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
5169 | ||
5170 | * gdb.base/signals.exp: Call gdb_exit and gdb_start. | |
5171 | ||
5172 | * gdb.base/help.exp: Replace most of docstrings for "info signals" | |
5173 | and "signal" with ".*". | |
5174 | ||
5175 | Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5176 | ||
5177 | * TODO: Add note about "handle all nostop". | |
5178 | ||
5179 | * gdb.base/{sigall.c, sigall.exp}: New test. | |
5180 | * gdb.base/Makefile.in: Add it. | |
5181 | ||
5182 | Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com> | |
5183 | ||
5184 | * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument | |
5185 | when invoking GDB, suppresses any windowing interface. | |
5186 | ||
5187 | Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com> | |
5188 | ||
5189 | * config/sim-gdb: New file, simulator testing support. | |
5190 | ||
5191 | Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu) | |
5192 | ||
5193 | * gdb.base/interrupt.exp: Test calling func1 twice. | |
5194 | ||
5195 | Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com> | |
5196 | ||
5197 | * gdb.base/list.exp (test_forward_search): Set timeout higher | |
5198 | when we'll be getting lots of output from gdb. | |
5199 | ||
5200 | * gdb.base/a1-selftest.exp: Move code that was inside expect -re | |
5201 | "init_malloc" to after the expect statement. Run it if that | |
5202 | regexp is taken, but also for two others which happen if source | |
5203 | cannot be found. | |
5204 | ||
5205 | Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5206 | ||
5207 | * gdb.base/printcmds.exp: New test, for printing register before | |
5208 | program is running. | |
5209 | ||
5210 | Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5211 | ||
5212 | * gdb.base/list.exp: Correct some alternate expect patterns | |
5213 | to reflect changes in list1.c. | |
5214 | ||
5215 | Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5216 | ||
5217 | * TODO: Add item regarding large frames. | |
5218 | ||
5219 | * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test. | |
5220 | ||
5221 | * TODO: Remove item about enabling return.exp; it | |
5222 | is enabled. Suggest a few more "return" tests. | |
5223 | ||
5224 | Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5225 | ||
5226 | * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for | |
5227 | anonymous unions. | |
5228 | ||
5229 | Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5230 | ||
5231 | * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o | |
5232 | and pr-5646.o, so "make" is the same as "make all", not "make | |
5233 | pr-4975.o". | |
5234 | ||
5235 | Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com> | |
5236 | ||
5237 | * gdb.base/list.exp: Adjust expectations to reflect changes in | |
5238 | list1.c. | |
5239 | (test_forward_search): New test proc. | |
5240 | * gdb.base/list1.c (long_line): New function, has long source line. | |
5241 | ||
5242 | Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com> | |
5243 | ||
5244 | * gdb.base/a1-selftest.exp: Change initial stepping to know about | |
5245 | additional line of code that was added. | |
5246 | ||
5247 | Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu) | |
5248 | ||
5249 | * gdb.disasm/hppa.s: Break the large branching tests into smaller | |
5250 | tests so as not to overflow expect's input buffers. | |
5251 | * gdb.disasm/hppa.exp: Corresponding changes. | |
5252 | ||
5253 | Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5254 | ||
5255 | Beginnings of template debugging tests. | |
5256 | * gdb.c++/templ-info.cc: New file to test for template | |
5257 | debugging capability of the compiler. | |
5258 | * gdb.c++/Makefile.in: Add rule to build templ-info.exp from | |
5259 | templ-info.cc. | |
5260 | * gdb.c++/templates.cc: Add explicit template instantiations | |
5261 | to enable compiling with -fno-implicit-templates. Add destructor | |
5262 | and 'value' method to T5 class for template tests. | |
5263 | * gdb.c++/templates.exp: Add testcases for printing of template | |
5264 | types, setting breakpoints on template methods and calling a | |
beb998c6 | 5265 | template method. |
c906108c SS |
5266 | |
5267 | Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu) | |
5268 | ||
5269 | * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the | |
5270 | branch target since some assemblers (gas-2.5) may emit a | |
5271 | relocation for the branch instead of resolving it in the | |
5272 | assembler. | |
5273 | ||
5274 | Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5275 | ||
5276 | * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace | |
5277 | through signal handler. | |
5278 | ||
5279 | Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
5280 | ||
5281 | * configure.in (*-*-netware): Use config/mt-netware. | |
5282 | ||
5283 | * config/mt-netware: New file. | |
5284 | * config/mt-i386-netware: Removed, separate configs for different | |
5285 | netware architectures are no longer needed now that we have | |
5286 | --with-headers. | |
5287 | ||
5288 | Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5289 | ||
5290 | * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed | |
5291 | by the recent changes to use ANSI C arithmetic conversions. | |
5292 | ||
5293 | Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5294 | ||
5295 | * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache | |
5296 | bug involving using inferior_pid to figure out whether to select a | |
5297 | frame. | |
5298 | ||
5299 | Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu) | |
5300 | ||
5301 | * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to | |
5302 | match the current disassembler output. | |
5303 | ||
5304 | Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com) | |
5305 | ||
5306 | * gdb.fortran/exprs.exp: Expect VOID instead of void. | |
5307 | * gdb.fortran/types.exp: Escape the expected '*'s in Fortran | |
5308 | types, expect "int" as type of integer values (for now). | |
5309 | ||
5310 | Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu) | |
5311 | ||
5312 | * gdb.base/commands.exp: New tests for if/while commands. | |
5313 | ||
5314 | Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
5315 | ||
5316 | * lib/gdb.exp (runto): Replace sub-pattern for hex value | |
5317 | by .*, since hex values have different syntax in Chill mode. | |
5318 | ||
5319 | Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5320 | ||
5321 | * gdb.c++/demangle.exp (test_arm_style_demangling): Remove | |
5322 | linefeed from expect pattern for repeated types with indices > 9. | |
5323 | ||
5324 | Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com) | |
5325 | ||
5326 | First part of Fortran test suite. | |
5327 | * gdb.fortran: New directory. | |
5328 | * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files. | |
5329 | ||
5330 | Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5331 | ||
5332 | * gdb.base/default.exp: Update expect pattern for load command | |
5333 | without arguments. | |
5334 | ||
5335 | Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) | |
5336 | ||
5337 | * configure.in: Change i386 to i[345]86. | |
5338 | * gdb.base/configure.in: Likewise. | |
5339 | * gdb.c++/configure.in: Likewise. | |
5340 | * gdb.chill/configure.in: Likewise. | |
5341 | ||
5342 | Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com) | |
5343 | ||
5344 | * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect | |
5345 | patterns, since that is not a valid context for comments. | |
5346 | ||
5347 | Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com) | |
5348 | ||
5349 | * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for | |
5350 | repeated types and repeated types with indices > 9. | |
5351 | ||
5352 | Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com) | |
5353 | ||
5354 | * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with | |
5355 | 2417; old bug has been fixed. | |
5356 | ||
5357 | Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu) | |
5358 | ||
5359 | * gdb.base/interrupt.exp: When trying to wake up the inferior, | |
5360 | send the newline ourselves instead of assuming gdb_test will do | |
5361 | so when passed an empty input string. | |
5362 | ||
5363 | * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the | |
5364 | stabs testcode. | |
5365 | ||
5366 | Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
5367 | ||
5368 | * lib/gdb.exp (gdb_test): Don't send anything if the first | |
5369 | argument is an empty string. This makes cases where we want to | |
5370 | match output that is already in expect's buffers (for example, | |
5371 | matching a breakpoint after gdb_run_cmd has been called) work | |
5372 | reliably. | |
5373 | ||
5374 | Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
5375 | ||
5376 | * config/netware.exp: New file. | |
5377 | ||
5378 | Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
5379 | ||
5380 | * config/mt-slite (LDFLAGS): If using the newlib in the tree, set | |
5381 | the -B and -L prefixes so we can find the debugging stub. | |
5382 | ||
5383 | * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is | |
5384 | there and we are using the gcc from the tree. | |
5385 | ||
5386 | * gdb.base/types.c: Removed. | |
5387 | ||
5388 | * gdb.base/configure.in: Look for makefile fragments in ../config. | |
5389 | Recognize i386-*-netware. | |
5390 | * gdb.c++/configure.in: Likewise. | |
5391 | ||
5392 | Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5393 | ||
5394 | * gdb.base/corefile.exp: Change `else if' to `elseif', which is | |
5395 | the correct TCL syntax. | |
5396 | ||
5397 | Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
5398 | ||
5399 | * gdb.base/opaque.exp: use runto instead of messing around with | |
5400 | breakpoints. Simplify by using gdb_test. | |
5401 | ||
5402 | * gdb.base/bitfields.exp: restart between tests on netware targets | |
5403 | because breakpoints aren't relocated after target death. Run | |
5404 | processes to completion. | |
5405 | ||
5406 | * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd. | |
5407 | ||
5408 | Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com) | |
5409 | ||
5410 | * Makefile.in: Remove extra tabs that confuse some versions | |
5411 | of "make". Use the newly built gdb to test with by default, | |
5412 | rather than the first one in the tester's search path. | |
5413 | ||
5414 | Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com) | |
5415 | ||
5416 | * gdb.base/whatis.exp (v_signed_short_array): Fix a typo. | |
5417 | ||
5418 | * gdb.base/help.exp: Update expected add-symbol-file, ignore, and | |
5419 | condition help. | |
5420 | ||
5421 | Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
5422 | ||
5423 | * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd. | |
5424 | ||
5425 | * lib/gdb.exp (gdb_run_cmd): New function, used to start program | |
5426 | running. | |
5427 | * gdb.base/bitfields.exp: Use gdb_run_cmd to start program. | |
5428 | * gdb.base/funcargs.exp: Likewise. | |
5429 | ||
5430 | * gdb.base/bitfields.exp: Simplify by using gdb_test. | |
5431 | * gdb.base/funcargs.exp: Likewise. | |
5432 | ||
5433 | * lib/gdb.exp (gdb_test): if match times out, don't call fail if | |
5434 | message is "". | |
5435 | ||
5436 | Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
5437 | ||
5438 | * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug, | |
5439 | return,signals,twice}.exp: Handle non-existant binaries | |
5440 | consistantly. | |
5441 | ||
5442 | * gdb.base/corefile.exp: Execute coremaker to generate core dump. | |
5443 | * gdb.base/Makefile.in: Don't try to generate a core dump, we | |
5444 | might testing a cross development system. | |
5445 | ||
5446 | Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
5447 | ||
5448 | * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the | |
5449 | runtest script is relative to ${srcdir}, not ${rootdir}. | |
5450 | ||
5451 | Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com) | |
5452 | ||
5453 | * gdb.base/signals.exp: Allow for optionality of breakpoint | |
5454 | address. | |
5455 | ||
5456 | Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5457 | ||
5458 | * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test. | |
5459 | ||
5460 | Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
5461 | ||
5462 | * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>, | |
5463 | for size_t definition. | |
5464 | * gdb.c++/templates.cc: Likewise | |
5465 | ||
5466 | * config/mt-i386-netware: New file. | |
5467 | ||
5468 | * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not | |
5469 | defined. | |
5470 | ||
5471 | * gdb.base/Makefile.in: Added support for systems that name core | |
5472 | files by appending "core" to the program name. | |
5473 | * gdb.base/a1-selftest.exp: Likewise. | |
5474 | ||
5475 | Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5476 | ||
5477 | * gdb.base/return.exp: Add comment and message for `return double' | |
5478 | test failure on Sparc Solaris. | |
5479 | ||
5480 | Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com) | |
5481 | ||
5482 | * lib/gdb.exp (runto): Allow for optionality of breakpoint address. | |
5483 | ||
5484 | Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5485 | ||
5486 | * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler | |
5487 | from optimizing them away. | |
5488 | * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect | |
5489 | patterns to include default constructors and assignment operators, | |
5490 | to match gcc versions beyond 2.5.8. Accept any cplus demangling | |
5491 | character in the output of the virtual base pointer. | |
5492 | ||
5493 | Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5494 | ||
5495 | * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular | |
5496 | expression match in print_addr_of to avoid unintented matches. | |
5497 | * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++ | |
5498 | versions up to 2.5.8. | |
5499 | ||
5500 | Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5501 | ||
5502 | * gdb.base/list.exp: Tweak alternate pattern for listing of an | |
5503 | included file to run under newer versions of expect. | |
5504 | * gdb.c++/demangle.exp: Add spaces to the expect patterns between | |
5505 | consecutive >'s in templates to accomodate recent cplus-dem.c change. | |
5506 | Remove xfail for the virtual table of BDDHookV. | |
5507 | ||
5508 | Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com) | |
5509 | ||
5510 | * lib/gdb.exp (string_to_regexp): Set a default result. | |
5511 | (default_gdb_start): Fix misleading message. | |
5512 | ||
5513 | Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com) | |
5514 | ||
5515 | * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout: | |
5516 | Remove all CC, etc definitions. | |
5517 | * config/mt-hpux: New file. | |
5518 | * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove: | |
5519 | (CFLAGS, LDFLAGS): Define. | |
5520 | * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS. | |
5521 | ||
5522 | * Makefile.in (site.exp): Don't insert host_os, etc. | |
5523 | (just-check): Just use RUNTEST with RUNTESTFLAGS only. | |
5524 | (distclean): Check existence of subdir. | |
5525 | * gdb.base/configure.in (hppa*-*-hpux*): Recognize. | |
5526 | * gdb.base/Makefile.in: General cleanup and simplification. | |
5527 | Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions | |
5528 | to build executables. Use default rule to build .o files. | |
5529 | (EXPECT, RUNTEST, CC): Fix relative pathname. | |
5530 | (site.exp): Don't insert host_os, etc. | |
5531 | * gdb.base/signals.c (main): Don't call signal unless SIGALRM | |
5532 | and/or SIGUSR1 defined. | |
5533 | * gdb.base/watchpoint.c: Don't include stdio.h a second time. | |
5534 | * gdb.c++/Makefile.in: General cleanup and simplification. | |
5535 | Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions | |
5536 | (CFLAGS): Remove. | |
5537 | (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname. | |
5538 | ||
5539 | Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu) | |
5540 | ||
5541 | * gdb.base/recurse.exp: Misc changes to get tests running again | |
5542 | after Kung's changes to the watchpoint code. | |
5543 | * gdb.base/watchpoint.exp: Likewise. | |
5544 | ||
5545 | Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
5546 | ||
5547 | * lib/gdb.exp (string_to_regexp): Convert {\} also. | |
5548 | ||
5549 | Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com) | |
5550 | ||
5551 | * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start. | |
5552 | * lib/gdb.exp (default_gdb_start): Define. | |
5553 | * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp, | |
5554 | gdb.base/funcargs.exp, gdb.base/opaque.exp, | |
5555 | gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp, | |
5556 | gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp, | |
5557 | gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp: | |
5558 | Don't call gdb_target_udi in between tests. | |
5559 | ||
5560 | Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5561 | ||
5562 | * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle | |
5563 | (which was basically just a local version of the same thing). In | |
5564 | addition to avoiding duplication, gdb_test_exact is faster. | |
5565 | * lib/gdb.exp (gdb_test_exact): Fix typo. | |
5566 | ||
5567 | * lib/gdb.exp (delete_breakpoints): If there were no breakpoints, | |
5568 | don't give an error. | |
5569 | ||
5570 | * gdb.base/term.exp: Call delete_breakpoints before starting. | |
5571 | ||
5572 | * gdb.base/Makefile.in (EXECUTABLES): Remove t10. | |
5573 | (t10): Add comment. | |
5574 | ||
5575 | Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com) | |
5576 | ||
5577 | Reorganization of the GDB Test Suite. | |
5578 | ||
5579 | * gdb.base: New directory, contains all the basic tests. | |
5580 | * gdb.c++: New directory, tests specific to C++. | |
5581 | * gdb.chill: New directory, tests specific to Chill. | |
5582 | * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, | |
5583 | gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, | |
5584 | gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, | |
5585 | gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved | |
5586 | into appropriate new directories (t00-t17 to base, t20-t23 to c++, | |
5587 | t30-31 to chill). | |
5588 | * */gdbme.*: Rename to match appropriate expect scripts. | |
5589 | * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c, | |
5590 | gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c, | |
5591 | gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h, | |
5592 | gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c, | |
5593 | gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c, | |
5594 | gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c, | |
5595 | gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c, | |
5596 | gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c, | |
5597 | gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c, | |
5598 | gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files. | |
5599 | * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc, | |
5600 | gdb.c++/virtfunc.cc: New names of C++ files. | |
5601 | * gdb.chill/chillvars.ch: New name of Chill file. | |
5602 | * gdb.base/configure.in, gdb.c++/configure.in, | |
5603 | gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in. | |
5604 | * gdb.base/Makefile.in, gdb.c++/Makefile.in, | |
5605 | gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in. | |
5606 | * configure.in (configdirs): Update to reflect directory changes. | |
5607 | (target_abbrev): No longer define for any configuration. | |
5608 | * Makefile.in: Cosmetic improvements to header comments. | |
5609 | ||
5610 | Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
5611 | ||
5612 | Various changes to gdb.t31: | |
5613 | ||
5614 | * Makefile.in (gdbme.o): Compile with -fspecial_UC. | |
5615 | * gdbme.ch: Make all key-words and predefineds be upper-case. | |
5616 | * chillvars.exp: Expect key-words and predefinds in upper-case. | |
5617 | ||
5618 | * chillvars.exp: Use gdb_test_exact many places. | |
5619 | Change expected output for arrays (which now includes index labels). | |
5620 | ||
5621 | * pr-5020.exp, gdme.ch (module PR_5020): | |
5622 | New test, for PR-5020. | |
5623 | ||
5624 | Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
5625 | ||
5626 | * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures. | |
5627 | * Makefile.in (CHILL_LIB): Remove bogus redundant definitions. | |
5628 | ||
5629 | Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
5630 | ||
5631 | * Makefile.in: Fix bit-rot in definitions of CHILL, | |
5632 | CHILL_FOR_TARGET and Chill_LIB. | |
5633 | * gdb.t31/gdbme.ch: Fix syntax of nested array tuples. | |
5634 | * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS, | |
5635 | CHILL, and CHILL_LIB. | |
5636 | ||
5637 | Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com) | |
5638 | ||
5639 | * Revert the previous changes. Please see Rob's directory | |
5640 | /lisa/test/rob/progressive/gdb/testsuite for these fixes. | |
5641 | ||
5642 | Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com) | |
5643 | ||
5644 | * Makefile.in, configure.in, config/mips-gdb.exp, | |
5645 | config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy, | |
5646 | config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp, | |
5647 | config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,, | |
5648 | gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in, | |
5649 | gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c, | |
5650 | gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in, | |
5651 | gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp, | |
5652 | gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in, | |
5653 | gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in, | |
5654 | gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp, | |
5655 | gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in, | |
5656 | gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c, | |
5657 | gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp, | |
5658 | gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in, | |
5659 | gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing | |
5660 | changes from 94Q1. | |
5661 | ||
5662 | Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com), | |
5663 | ||
5664 | * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff, | |
5665 | config/mt-slite, config/mt-unix, config/mt-vxworks: Add | |
5666 | Rob's new testing fragments. | |
5667 | ||
5668 | Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com) | |
5669 | ||
5670 | * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp, | |
5671 | lib/gdb.exp: Replace error proc calls with perror. | |
5672 | ||
5673 | Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com) | |
5674 | ||
5675 | * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the | |
5676 | version also, match on casted version strings, and match on | |
5677 | gdb startup case where the line numbers might be messed up. | |
5678 | ||
5679 | Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com) | |
5680 | ||
5681 | * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links. | |
5682 | (CFLAGS): Delete it from here. | |
5683 | ||
5684 | Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com) | |
5685 | ||
5686 | * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs. | |
5687 | ||
5688 | Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com) | |
5689 | ||
5690 | * Makefile.in (RUNTEST): Default to just "runtest". | |
5691 | ||
5692 | Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
5693 | ||
5694 | * gdb.t17/callfuncs.exp: More comments about t_func_values tests. | |
5695 | * gdb.t17/gdbme.c (t_func_values): Add comments about how and why | |
5696 | the code has been restructured. | |
5697 | ||
5698 | Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5699 | ||
5700 | * gdb.t00/default.exp (set write): Allow any number of \r and/or | |
5701 | \n, not just one of each. | |
5702 | ||
5703 | * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4 | |
5704 | /bin/cc gives a warning if you do. | |
5705 | ||
5706 | Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com) | |
5707 | ||
beb998c6 | 5708 | * gdb.t24/demangle.exp: change expect pattern of |
c906108c SS |
5709 | __t10ListS_link1ZUiRCUiPT0 |
5710 | ||
5711 | Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
5712 | ||
5713 | * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints | |
5714 | on local variables in recursive functions. | |
5715 | ||
5716 | * gdb.t07/Makefile.in: Build the new test. | |
5717 | ||
5718 | Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
5719 | ||
5720 | * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers | |
5721 | directly. Instead compare the return values from actual calls. | |
5722 | ||
5723 | Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com) | |
5724 | ||
5725 | * Makefile.in (check): Set TCL_LIBRARY for runtest. | |
5726 | ||
5727 | Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
5728 | ||
5729 | * From Peter Schauer with minor modifications. | |
5730 | * gdb.t15/return.exp (return_tests): Handle targets where "return" | |
5731 | stops in mid-line in the caller. Add xfail for returning a float | |
5732 | value on X86 targets. | |
5733 | ||
5734 | Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
5735 | ||
5736 | * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves | |
5737 | to avoid expect lossage. | |
5738 | (fmem_LRbug_tests): Likewise. | |
5739 | * gdb.disasm/hppa.s: Corresponding changes. | |
5740 | ||
5741 | * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line | |
5742 | conditions to work with latest dejagnu/expect. | |
5743 | ||
5744 | * gdb.t15/funcargs.exp (finish from indirect call): No longer | |
5745 | expected to fail on the PA. | |
5746 | (backtrace in call with trampolines): Explicitly require main | |
5747 | to be frame #1 (no trampolines should show up in backtrace). | |
5748 | ||
5749 | * gdb.t00/default.exp: Use "exp_continue" rather than obsolete | |
5750 | "continue -expect". | |
5751 | * gdb.t06/break.exp: Likewise. | |
5752 | * gdb.t07/watchpoint.exp: Likewise. | |
5753 | * gdb.t13/bitfields.exp: Likewise. | |
5754 | * gdb.t15/{funcargs,return}.exp: Likewise. | |
5755 | * gdb.stabs/weird.exp: Likewise. | |
5756 | * config/{mips,udi}-gdb.exp: Likewise. | |
5757 | ||
5758 | * hppa.sed: Enclose comments within a sed command to avoid | |
5759 | losing with the old OSF1 sed. | |
5760 | ||
5761 | Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5762 | ||
5763 | * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for | |
5764 | sequent dynix. | |
5765 | * gdb.t06/signals.exp: Add clear_xfail for sequent dynix. | |
5766 | * gdb.t15/funcargs.exp: Conditionally step again to really | |
5767 | finish from marker_call_with_trampolines. Handle the case where | |
5768 | the first step from within call_with_trampolines already steps | |
5769 | us back to main. | |
5770 | * gdb.t15/gdbme.c: Add comment to closing brace of | |
5771 | call_with_trampolines for funcargs.exp. | |
5772 | ||
5773 | Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
5774 | ||
beb998c6 | 5775 | * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall): |
c906108c SS |
5776 | Fix typo(s). |
5777 | ||
5778 | Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
5779 | ||
5780 | * gdb.t07/gdbme.c: More code for watchpoint testing. | |
5781 | ||
5782 | * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and | |
5783 | "Hardware watchpoint" throughout file. | |
5784 | (test_watchpoint_triggered_in_syscall): New test. | |
5785 | (test_complex_watchpoint): New test. | |
5786 | ||
5787 | Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
5788 | ||
5789 | * gdbme.c (call_with_trampolines): New function to try and step | |
5790 | into. Tests trampoline problems on the PA. | |
5791 | ||
5792 | * funcargs.exp (localvars_in_indirect_call): No longer expect | |
5793 | stepping into indirect call to fail on PAs. | |
5794 | (test_stepping_over_trampolines): New test. | |
5795 | ||
5796 | Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5797 | ||
5798 | * TODO: Add suggestions for static member function tests, and | |
5799 | completion tests. | |
5800 | ||
5801 | Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5802 | ||
5803 | * TODO: Add suggestions for "p/a" tests. | |
5804 | ||
5805 | * lib/gdb.exp: Set prompt to (gdb) if it isn't already set. | |
5806 | (default_gdb_exit): Replace all the hair with sending "quit" to | |
5807 | the process with a simple close. | |
5808 | ||
5809 | Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5810 | ||
5811 | * TODO: Add suggestions for shared library tests. | |
5812 | ||
5813 | Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5814 | ||
5815 | * TODO: Add suggestions for x/s tests. | |
5816 | ||
5817 | Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5818 | ||
5819 | * gdb.t00/help.exp: Replace most of docstrings for "tbreak", | |
5820 | "enable once", and "enable breakpoints once" with ".*". | |
5821 | ||
5822 | Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5823 | ||
5824 | * TODO: Add suggestions about structure passing tests. | |
5825 | ||
5826 | Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5827 | ||
5828 | * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for | |
5829 | the primary1 test, use work around if __GNUC__ < 2. | |
5830 | * gdb.t06/signals.c: Add comments for signals.exp pattern matching. | |
5831 | * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix. | |
5832 | Test for bad output rather than waiting for timeout. Issue | |
5833 | second continue only if first continue failed. | |
5834 | ||
5835 | Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com) | |
5836 | ||
5837 | * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do | |
5838 | operator[] test with gdb_test because the old code didn't seem to | |
5839 | be getting the quoting right with the new dejagnu. | |
5840 | ||
5841 | Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com) | |
5842 | ||
5843 | * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use | |
5844 | one from the path. | |
5845 | * Makefile.in: Use a fresh expect if there is one, use runtest | |
5846 | from the src tree if there is one. | |
beb998c6 | 5847 | |
c906108c SS |
5848 | Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com) |
5849 | ||
5850 | * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for | |
5851 | next over recursive call. Revise the tests from that point on | |
5852 | (which had been skipped) to match GDB's actual (correct) output. | |
5853 | ||
5854 | * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug | |
5855 | with next over a breakpoint whose condition is false. | |
5856 | ||
5857 | * gdb.t00/help.exp: Comment out "help set print" tests just like | |
5858 | (and for same reason as) "help set" test. | |
5859 | ||
5860 | Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
5861 | ||
5862 | * gdb.disasm/hppa.s (fmemLRbug_tests): New tests. | |
5863 | * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them. | |
5864 | ||
5865 | Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5866 | ||
5867 | * gdb.t06/break.exp (test_next_with_recursion): Remove no longer | |
5868 | necessary gdb_target_udi. | |
5869 | ||
5870 | * gdb.t03/ptype.exp: For UDI, skip tests which call malloc. | |
5871 | ||
5872 | * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs | |
5873 | 1838 and 2417; they are fixed. | |
5874 | ||
5875 | * gdb.t02/whatis.exp (v_char_array, v_signed_char_array), | |
5876 | gdb.t03/ptype.exp (ptype structure, ptype union): | |
5877 | Remove xfails; the test is looser than when the xfails were added. | |
5878 | ||
5879 | * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI. | |
5880 | * gdb.t00/help.exp: Don't expect remote to be in "help target" output. | |
5881 | ||
5882 | * gdb.t01/run.exp: Only run shell test if isnative. | |
5883 | ||
5884 | * config/udi-gdb.exp (gdb_load): Use "file", not "load" command, | |
5885 | since "run" automatically loads if necessary. Call gdb_target_udi | |
5886 | after the "file" since "file" kills any execution target. | |
5887 | ||
5888 | * config/udi-gdb.exp (gdb_start): Don't send "set args main" to | |
5889 | GDB. GDB doesn't work that way (not anymore at least) on UDI. | |
5890 | * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first | |
5891 | argument for UDI. | |
5892 | ||
5893 | Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com) | |
5894 | ||
5895 | * gdb.t17/interrupt.c: If we get EINTR, don't print an error message. | |
5896 | ||
5897 | * gdb.t17/callfuncs.exp: Add xfails for rs6000. | |
5898 | ||
5899 | Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5900 | ||
5901 | * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test, | |
5902 | properly quoting regexps. This makes the second argument to | |
5903 | demangle a fixed string, which matches the callers, instead of a | |
5904 | shell-style pattern which is what the previous implementation | |
5905 | used. Update some of the callers. | |
5906 | ||
5907 | Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
5908 | ||
5909 | * gdb.disasm/hppa.s (comib_tests): Add missing instruction. | |
5910 | (comib_nullified_tests): Fix typo. | |
5911 | * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect | |
5912 | strings. No longer expected to fail. | |
5913 | ||
5914 | * gdb.disasm/hppa.s (addib_tests): Fix typo. | |
5915 | * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect | |
5916 | strings. No longer expected to fail. | |
5917 | ||
5918 | * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect | |
5919 | string. No longer expected to fail. | |
5920 | ||
5921 | Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
5922 | ||
5923 | * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string. | |
5924 | No longer expected to fail. | |
5925 | ||
5926 | * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect | |
5927 | string. No longer expected to fail. | |
5928 | ||
5929 | Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5930 | ||
5931 | * gdb.t24/demangle.exp: Remove a bunch more tests which differ | |
5932 | only in the names (I probably got most of them). I was even | |
5933 | generous with some which differed in underscores in names, and | |
5934 | probably missed a few, and I *still* was able to remove almost a | |
5935 | third of the file with almost no impact on testsuite coverage. | |
5936 | ||
5937 | Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5938 | ||
5939 | * gdb.t00/default.exp: Match udi_attach error message as well as | |
5940 | the one from child_attach. | |
5941 | ||
5942 | * gdb.t00/default.exp: Use "." instead of "?" to match a question mark. | |
5943 | ||
5944 | * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB. | |
5945 | ||
5946 | * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8. | |
5947 | * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it. | |
5948 | ||
5949 | * Move test with enums and partial symbols back to | |
5950 | gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}. | |
5951 | Reverts the change of 26 May 93. Per today's change to | |
5952 | stabs.texinfo, the behavior that weird.exp was expecting was | |
5953 | unreasonable; what is important is that the compiler+gdb get | |
5954 | things right, which happens with a recent gcc. Also fix the test | |
5955 | to deal with native compilers which put out the stab gdb can't | |
5956 | deal with. | |
5957 | ||
5958 | Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
5959 | ||
5960 | * gdb.t24/demangle.exp: Remove a bunch of tests which differ only | |
5961 | in the names. The main thing these accomplish is to slow things down. | |
5962 | Many more such duplicates surely remain. | |
5963 | ||
5964 | * gdb.t00/help.exp: Comment out "help support" test just like | |
5965 | (and for same reason as) "help set" test. | |
5966 | ||
5967 | Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com) | |
5968 | ||
5969 | * gdb.t06/break.exp: Remove setup_xfails for | |
5970 | sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb. | |
5971 | * gdb.t20/inherit.exp (test_ptype_si): Update warning message | |
5972 | about known bug in gcc to include up through 2.5.8. | |
5973 | * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as | |
5974 | well as "_vb$". | |
5975 | * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions): | |
5976 | Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass | |
5977 | with latest gcc and gdb. | |
5978 | * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as | |
5979 | well as "_vb$". | |
5980 | ||
5981 | Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
5982 | ||
5983 | * configure.in (hppa*-*-*): Also configure and build stabs-only | |
5984 | tests. | |
5985 | ||
5986 | Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
5987 | ||
5988 | * gdb.t10/hppa.mt: A makefile fragment for the PA. | |
5989 | * gdb.t10/configure.in (hppa*-*-*): Use it. | |
5990 | ||
5991 | Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5992 | ||
5993 | * gdb.t09/corefile: Increase timeout when spawning gdb explicitly. | |
5994 | ||
5995 | Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
5996 | ||
5997 | * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash | |
5998 | versions prior to 1.13.5. | |
5999 | ||
6000 | Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6001 | ||
6002 | * gdb.t00/default.exp (show prompt): In FAIL case, only match if | |
6003 | the prompt is at the start of a line. | |
6004 | ||
6005 | Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
6006 | ||
6007 | * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions. | |
6008 | Enable "diag" instruction. Delete copr from fpu_misc_tests, it's | |
6009 | in the copr tests now. | |
6010 | * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect | |
6011 | copr in the fpu_misc tests anymore. fpu_misc tests are no longer | |
6012 | expected to fail. | |
6013 | ||
6014 | Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com) | |
6015 | ||
6016 | * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp, | |
6017 | gdb.t31/chillvars.exp, lib/gdb.exp: | |
6018 | Tweak to run under either version of expect. | |
6019 | * lib/gdb.exp (default_gdb_exit): Remove "catch" statement. | |
6020 | * gdb.t00/teststrategy.exp: Use isnative and verbose procedures. | |
6021 | * gdb.t11/list.exp: Remove extraneous whitespace. | |
6022 | ||
6023 | Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6024 | ||
6025 | * gdb.t16/printcmds.exp (test_print_strings): Accept | |
6026 | "(unsigned char *) " before the string. | |
6027 | ||
6028 | * TODO: Add notes about printing of fancy types and GDB expressions. | |
6029 | ||
6030 | Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com) | |
6031 | ||
6032 | * Makefile.in: Pass LDFLAGS and LIBS to sub-makes. | |
6033 | * gdb.t06/configure.in: Don't try to compile signals test program | |
beb998c6 | 6034 | if doing mips-idt-ecoff. |
c906108c SS |
6035 | |
6036 | Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com) | |
6037 | ||
6038 | * Most .exp files: Tweak to run under either version of expect. | |
6039 | ||
6040 | Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6041 | ||
6042 | * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing | |
6043 | xfails; I'm not sure why they are failing, but not because of PR 1806. | |
6044 | ||
6045 | Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com) | |
6046 | ||
6047 | * config/unix-gdb.exp: Remove gdb_unload cause it's already | |
6048 | defined in lib/gdb.exp. | |
6049 | ||
6050 | Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6051 | ||
6052 | * gdb.t07/watchpoint.exp: Clear xfail for calling function with | |
6053 | watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined. | |
6054 | * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions | |
6055 | have to be typeless. | |
6056 | ||
6057 | Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6058 | ||
6059 | * TODO: Add suggestion for copyright year test. | |
6060 | ||
6061 | Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com) | |
6062 | ||
6063 | * configure.in (*-*-lynxos*): Add stabs tests. | |
6064 | ||
6065 | Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu) | |
6066 | ||
6067 | * gdb.stabs/hppa.sed: Only lables should ever start in column zero, | |
6068 | so insert a tab before any assembler directive in column zero. | |
6069 | ||
6070 | * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword | |
6071 | stores. | |
6072 | * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword | |
6073 | stores. | |
6074 | (fpu_short_memory_tests): Likewise. | |
6075 | ||
6076 | Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6077 | ||
6078 | * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo. | |
6079 | * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed | |
6080 | .stabs directives in comments. | |
6081 | ||
6082 | Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6083 | ||
6084 | * TODO: New file, describing tests we could write. | |
6085 | * gdb.t09/corefile.exp: Move description of tests to write to TODO. | |
6086 | ||
6087 | Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6088 | ||
6089 | * gdb.t06/signals.exp: Add kludge to force re-sync. | |
6090 | ||
6091 | * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me" | |
6092 | to xgdb instead of gdb, get out of gdb. | |
6093 | ||
6094 | Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com) | |
6095 | ||
6096 | * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work | |
6097 | for info. | |
6098 | ||
6099 | Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu) | |
6100 | ||
6101 | * gdb.stabs/hppa.mt: A makefile fragment for the PA. | |
6102 | * gdb.stabs/configure.in (hppa*-*-*): Use it. | |
6103 | * gdb.stabs/hppa.sed: New sed script for the PA. | |
6104 | ||
6105 | Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6106 | ||
6107 | * gdb.stabs: Re-write weird.def and configuration to use sed | |
6108 | instead of cpp. sed is portable and POSIX; cpp is neither. | |
6109 | ||
6110 | Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6111 | ||
6112 | * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed. | |
6113 | ||
6114 | Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6115 | ||
6116 | * gdb.t20/gdbme.cc: Add comment about pmi being optimized out. | |
6117 | ||
6118 | Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6119 | ||
6120 | * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as | |
6121 | "_vb$". | |
6122 | * gdb.t00/teststrategy.exp: Add xfail for RS/6000. | |
6123 | * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc. | |
6124 | ||
6125 | Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6126 | ||
6127 | * lib/gdb.exp: Comment out code which depends on non-existent | |
6128 | `transform' procedure. | |
6129 | ||
6130 | Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com) | |
6131 | ||
6132 | * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'. | |
6133 | * lib/gdb.exp: Transform tool name. | |
6134 | * gdb.t*/*.exp: Change error to perror so it works with DejaGnu | |
6135 | 1.1's new error handling system. | |
6136 | ||
6137 | Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6138 | ||
6139 | * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS. | |
6140 | ||
6141 | Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6142 | ||
6143 | * gdb.t00/default.exp: Avoid tests with a lot of .* in them. | |
6144 | They made pattern matching so slow that timeouts happened on | |
6145 | heavily loaded systems. Now any output from "show print" which | |
6146 | gets us back to the GDB prompt is a PASS. | |
6147 | ||
6148 | Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com) | |
6149 | ||
6150 | * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule. | |
6151 | ||
6152 | Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6153 | ||
6154 | * gdb.t06/signals.exp: Skip whole file with xfail for HPPA. | |
6155 | ||
6156 | * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail. | |
6157 | It is not from PR 3220. | |
6158 | ||
6159 | Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6160 | ||
6161 | * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which | |
6162 | just started failing because they depended on the order the | |
6163 | subcommands are presented, or exact docstring text. This kind of | |
6164 | test is a pain and has minimal benefit. | |
6165 | ||
6166 | Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6167 | ||
6168 | * gdb.t09/corefile.exp: At end of test, use "core" command with | |
6169 | no arguments. | |
6170 | ||
6171 | Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com) | |
6172 | ||
6173 | * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 | |
6174 | 17}/Makefile.in: Make it possible to run the testsuite with Sun | |
6175 | make and CC = cross gcc by adding explicit build rules for .o | |
6176 | files. | |
6177 | ||
6178 | Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6179 | ||
6180 | * gdb.t15/funcargs.exp: Don't put comments on same line as | |
6181 | setup_xfail (@#$*%& tcl braindamage!). | |
beb998c6 | 6182 | |
c906108c SS |
6183 | Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
6184 | ||
6185 | * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile. | |
6186 | ||
6187 | Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com) | |
6188 | ||
6189 | * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'. | |
6190 | * gdb.t20/inherit.exp: remove three dumplicate entries. | |
6191 | ||
6192 | Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6193 | ||
6194 | * gdb.t06/break.exp: For "next over recursive call", fail on any | |
6195 | incorrect output, not just on "factorial (value=2)". | |
6196 | ||
6197 | Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6198 | ||
6199 | * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be | |
6200 | working now. Add an xfail if accesing a bss variable causes | |
6201 | a memory error if the target is not yet run. | |
6202 | ||
6203 | Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6204 | ||
6205 | * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of | |
6206 | constructor name (2 string), name of _GLOBAL_ demangling (2 strings), | |
6207 | name of __st* demangling (2 strings). Did Kung really get the | |
6208 | more than 95 others right without testing them? | |
6209 | ||
6210 | Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com) | |
6211 | ||
6212 | * gdb.t24/demangle.exp: clean up XFAILS, more than 100 | |
6213 | ||
6214 | Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu) | |
6215 | ||
6216 | * configure.in (configdirs): Add gdb.disasm | |
6217 | * gdb.disasm: New directory for GDB disassembler tests. | |
6218 | * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA. | |
6219 | ||
6220 | Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6221 | ||
6222 | * gdb.t00/help.exp: Don't test "help set". | |
6223 | ||
6224 | * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails | |
6225 | from within expect statements. None of these happen anymore and | |
6226 | they cause regressions to be silently unnoticed. | |
6227 | ||
6228 | * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure | |
6229 | messages) about known failures with gcc cygnus-2.4.5-930417. | |
6230 | ||
6231 | * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on | |
6232 | comp-info.exp so it gets built if it doesn't exist. | |
6233 | ||
6234 | * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff; | |
6235 | it is no longer used. | |
6236 | * gdb.t13/comp-info.c: Removed. | |
6237 | ||
6238 | Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com) | |
6239 | ||
6240 | * gdb.t06/signals.exp: Add xfail for sun3. | |
6241 | ||
6242 | Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6243 | ||
6244 | * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really | |
6245 | relevant because ^C doesn't get sent but failure can be reproduced | |
6246 | interactively). | |
6247 | ||
6248 | Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6249 | ||
6250 | * gdb.stabs/alpha.mt: New configuration file for alpha. | |
6251 | * gdb.stabs/configure.in: Use it. | |
6252 | * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable | |
6253 | sharing with alpha.mt, redefine long to word via preprocessor. | |
6254 | * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb | |
6255 | for alpha. | |
6256 | * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha | |
6257 | native cc. | |
6258 | * gdb.t00/teststrategy.exp: Change expect string so that we | |
6259 | consume the `(xgdb)' from the command echo and from the gdb prompt. | |
6260 | * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha. | |
6261 | gdb currently compares all values as long, so this failure probably | |
6262 | applies to any configuration where LONGEST is bigger than a target int. | |
6263 | * gdb.t08/comp-info.c: New file to determine if gdbme is compiled | |
6264 | with gcc. | |
6265 | * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable | |
6266 | to handle opaque pointers, gcc is. | |
6267 | * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t | |
6268 | as first argument. Include <sys/types.h> and change all operator | |
6269 | new definitions to use size_t. | |
6270 | * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new | |
6271 | now that we use size_t. | |
6272 | ||
6273 | Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6274 | ||
6275 | * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing | |
6276 | a long or float array cast all array members to the same type. | |
6277 | * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long | |
6278 | with 64 bit longs. | |
6279 | * gdb.t07/watchpoint.exp: Add finish and until variations encountered | |
6280 | on alpha. | |
6281 | * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha. | |
6282 | ||
6283 | Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6284 | ||
6285 | * gdb.t24 (demangle.exp): Constructors of templates have names like | |
6286 | vector<int>::vector(int) not vector<int>::vector<int>(int). See | |
6287 | section 14.6 of the ARM. | |
6288 | ||
6289 | * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form | |
6290 | "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they | |
6291 | accomplish little and slow down the testsuite. | |
6292 | ||
6293 | * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX". | |
6294 | Accept spaces various places. | |
6295 | ||
6296 | Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6297 | ||
6298 | * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function | |
6299 | with watchpoint enabled. | |
6300 | ||
6301 | * Makefile.in: Remove definition of CC and remove the second | |
6302 | definition of CXX (the "CXX = gcc" one remains). These definitions | |
6303 | were causing backquotes to be expanded within backquotes, which | |
6304 | doesn't work. | |
6305 | ||
6306 | Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com) | |
6307 | ||
6308 | * gdb.t17/callfuncs.exp: Add "return 0" to end. | |
6309 | ||
6310 | Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6311 | ||
6312 | * gdb.stabs/ecoff.mt: Remove STABSCC hack. | |
6313 | * gdb.stabs/weird.exp: Handle the case where weird.o is compiled | |
6314 | by mips cc and contains no stabs entries. | |
6315 | ||
6316 | Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com) | |
6317 | ||
6318 | * config/vx-gdb.exp: Use fake device to load files rather than | |
6319 | NFS. | |
6320 | * lib/gdb.exp: New proc to do "file" command. | |
6321 | * config/unix-gdb.exp: Use new "file" proc. | |
6322 | ||
6323 | Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
6324 | ||
6325 | * config/mips-gdb.exp (gdb_load): Increase timeout to 2400. | |
6326 | Rework board rebooting slightly. | |
6327 | (gdb_exit): Don't exit from the remote shell; there isn't one. | |
6328 | * gdb.stabs/weird.exp: If a program is being debugged already, | |
6329 | kill it. | |
6330 | * gdb.t04/setvar.exp: Stop and restart gdb. | |
6331 | * gdb.t05/expr.exp: Likewise. | |
6332 | * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and | |
6333 | restart gdb and reload the program. | |
6334 | * gdb.t08/opaque.exp: Likewise. | |
6335 | * gdb.t12/scope.exp: Likewise. | |
6336 | * gdb.t13/bitfields.exp: Likewise. | |
6337 | * gdb.t15/funcargs.exp: Likewise. | |
6338 | * gdb.t20/classes.exp: Likewise. | |
6339 | * gdb.t03/ptype.exp: Increase timeout. | |
6340 | * gdb.t16/printcmds.exp (test_print_string_constants, | |
6341 | test_print_array_constants): Likewise. | |
6342 | * gdb.t17/callfuncs.exp (do_function_calls): Likewise. | |
6343 | * gdb.t20/classes.exp (do_tests): Likewise. | |
6344 | * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise. | |
6345 | ||
6346 | Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com) | |
6347 | ||
6348 | * gdb.stabs: Renamed *wierd* to *weird*. | |
6349 | ||
6350 | Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com) | |
6351 | ||
6352 | * gdb.t13/bitfields.exp: Test for bad output rather than waiting | |
6353 | for timeout. Add "known gcc 2.4.5 bug" to failure message. | |
6354 | ||
6355 | Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com) | |
6356 | ||
6357 | * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name. | |
6358 | (do_tests): Remove xfail for whatis on one_var and two_var. | |
6359 | ||
6360 | Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com) | |
6361 | ||
6362 | * Makefile.in: Made cross building work better by adding | |
6363 | {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS. | |
6364 | ||
6365 | Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6366 | ||
6367 | * gdb.t15/{return.c,return.exp,Makefile.in}: | |
6368 | New test, currently commented out. | |
6369 | ||
6370 | Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com) | |
6371 | ||
6372 | * config/udi-gdb.exp: gdb_exit now kills any isstip processes | |
6373 | still running and removes the leftover named socket so GDb can do | |
6374 | clean restarts. | |
6375 | ||
6376 | Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com) | |
6377 | ||
6378 | * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the | |
6379 | console, not GDB. | |
6380 | * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so | |
6381 | cross testing works better with "make check" | |
6382 | * config/unix-gdb: Use default procedures for exit and version. | |
6383 | * config/vx-gdb.exp: Cleaned up and massaged back to working order | |
6384 | with the newest VxWorks. | |
6385 | ||
6386 | Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6387 | ||
6388 | * gdb.t20/classes.exp: For "ptype class Base1", continue to accept | |
6389 | old form. | |
6390 | ||
6391 | * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a | |
6392 | name (e.g. devo gdb with gcc 2.4.5), it is still a pass. | |
6393 | ||
6394 | * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it). | |
6395 | ||
6396 | * config/unix-gdb.exp: Remove this version of gdb_exit | |
6397 | * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp. | |
6398 | Rob says he'll look at it when he gets back to testing boards. | |
6399 | ||
6400 | Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com) | |
6401 | ||
6402 | * gdb.t22/virtfunc.exp: Accept missing struct/class names as | |
6403 | an expected fail for certain ptype commands. | |
6404 | ||
6405 | * gdb.t20/classes.exp: Update expected results of "ptype class | |
6406 | Base1" to account for the constructor that now appears in the type. | |
6407 | ||
6408 | Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com) | |
6409 | ||
6410 | * configure.in (configdirs): Restore gdb.t04, which mysteriously | |
6411 | disappeared from list. | |
6412 | * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete | |
6413 | "alldone" proc with call to cleanup and exit. | |
6414 | * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp, | |
6415 | gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp, | |
6416 | gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, | |
6417 | gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp, | |
6418 | gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to | |
6419 | "alldone" proc with simple returns that suppress remaining | |
6420 | tests. The alldone proc went away many months ago. | |
6421 | ||
6422 | Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6423 | ||
6424 | * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests. | |
6425 | ||
6426 | * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O. | |
6427 | ||
6428 | Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6429 | ||
6430 | * gdb.t15/funcargs.exp: Allow arguments for main in backtraces | |
6431 | as vax gdb will display them. | |
6432 | ||
6433 | Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6434 | ||
6435 | * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound | |
6436 | optimizers. | |
6437 | ||
6438 | * scope.exp: Change "bad value for localval" messages so each one | |
6439 | is unique. | |
6440 | ||
6441 | * config/unix-gdb.exp (gdb_exit): Move info on this vs. | |
6442 | lib/gdb.exp (gdb_exit) from ChangeLog to comments. | |
6443 | ||
6444 | * gdb.t06/signals.exp: Skip the whole file with xfail for delta68. | |
6445 | ||
6446 | Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6447 | ||
6448 | * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line | |
6449 | doesn't exist (due to optimization). | |
6450 | ||
6451 | Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6452 | ||
6453 | * gdb.stabs/wierd.exp: Deal with it if echo of "file" command | |
6454 | contains \r because the filename is long. | |
6455 | ||
6456 | * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as | |
6457 | 'continue'" bug, and change xfail back to i*86-univel-sysv4*. | |
6458 | ||
6459 | Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6460 | ||
6461 | * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp, | |
6462 | gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running | |
6463 | Ultrix. | |
6464 | * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus | |
6465 | int tests. | |
6466 | * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests. | |
6467 | ||
6468 | Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com) | |
6469 | ||
6470 | * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*. | |
6471 | ||
6472 | * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern | |
beb998c6 | 6473 | to match does not match the passing case but still matches the |
c906108c SS |
6474 | failing case. |
6475 | ||
6476 | Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6477 | ||
6478 | * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*. | |
6479 | ||
6480 | Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com) | |
6481 | ||
6482 | * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit | |
6483 | to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter). | |
6484 | * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}: | |
6485 | Remove various versions of gdb_exit. | |
6486 | * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call | |
6487 | gdb_exit. | |
6488 | * config/unix-gdb.exp: gdb_exit remains here, and should override | |
6489 | the generic version, since it's doing a lot of wierd stuff that | |
6490 | the other versions aren't. FIXME, fold it in, or abandon this | |
6491 | version. | |
6492 | ||
6493 | Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6494 | ||
6495 | * gdb.t24/demangle.exp: Add tests for PR 3220. | |
6496 | ||
6497 | Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6498 | ||
6499 | * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_. | |
6500 | ||
6501 | Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com) | |
6502 | ||
6503 | * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just | |
6504 | "i386-*-*". Works for i486 as well. | |
6505 | ||
6506 | * gdb.t06/signals.exp: Rework code that recognizes known SVR4 | |
6507 | bug, and expand domain of xfail to all SVR4 systems, since the | |
6508 | actual problem is likely to be in generic SVR4 /proc support. | |
6509 | ||
6510 | Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6511 | ||
6512 | * config/unix-gdb.exp (gdb_load): Add eof to expect statement. | |
6513 | ||
6514 | Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com) | |
6515 | ||
6516 | * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of | |
6517 | xfails for other systems. Match a missing 'Continuing.' as an | |
6518 | explicit fail for i*86-*-sysv4*, so it doesn't hose other tests. | |
6519 | ||
6520 | * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp, | |
6521 | gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp: | |
6522 | Only issue warning for missing executables if -all option is used. | |
6523 | ||
6524 | * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o | |
6525 | file if -all option is used. It's like an unpredictable XFAIL. | |
6526 | ||
6527 | Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6528 | ||
6529 | * gdb.t15/funcargs.exp: Add comments that hppa xfails are only | |
6530 | for dynamically linked binaries. | |
6531 | ||
6532 | * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests. | |
6533 | ||
6534 | Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6535 | ||
6536 | * gdb.t20/inherit.exp: Change message for "print tagless struct" | |
6537 | to state that this is a known bug in old versions of g++. | |
6538 | ||
6539 | Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6540 | ||
6541 | * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline | |
6542 | while waiting for `Continuing'. | |
6543 | ||
6544 | Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com) | |
6545 | ||
6546 | * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols | |
6547 | in text, data, and bss. | |
6548 | * gdb.t10/nodebug.c: Add local and global test variables for | |
6549 | initialized and uninitialized data. | |
6550 | ||
6551 | Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6552 | ||
6553 | * config/unix-gdb.exp (gdb_exit): Add "wait". | |
6554 | ||
6555 | Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6556 | ||
6557 | * gdb.t06/signals.exp: xfail the continue from the handler for all | |
6558 | targets. | |
6559 | ||
6560 | * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a | |
6561 | function with watchpoints enabled, the i386 call dummy starts with | |
6562 | a call. | |
6563 | ||
6564 | * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way | |
6565 | 386 bsd names its corefiles. | |
6566 | ||
6567 | Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com) | |
6568 | ||
6569 | * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many | |
6570 | compilers don't grok it. | |
6571 | * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array | |
6572 | with small octal ints rather than character constants, which | |
6573 | are signed and might not fit if first promoted to int. | |
6574 | ||
6575 | Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com) | |
6576 | ||
6577 | * gdb.t09/Makefile.in (clean): Remove corefile. | |
6578 | ||
6579 | Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6580 | ||
6581 | * gdb.t07/watchpoint.exp: Add missing `$prompt $'. | |
6582 | ||
6583 | Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6584 | and Jim Kingdon (kingdon@cygnus.com) | |
6585 | ||
6586 | * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for | |
6587 | NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment | |
6588 | the `continue' test right after it (also xfailed if NO_SINGLE_STEP). | |
6589 | ||
6590 | Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6591 | ||
6592 | * gdb.t17/interrupt.exp: Add xfail for hppa. | |
6593 | ||
6594 | Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6595 | ||
6596 | * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp, | |
6597 | gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs. | |
6598 | * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior | |
6599 | to determine signed-ness of bitfields and use the result to setup | |
6600 | the xfail. | |
6601 | * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines. | |
6602 | * gdb.t15/funcargs.exp: Use them to step until the second indirect | |
6603 | call line is reached if necessary. | |
6604 | ||
6605 | Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6606 | ||
6607 | * gdb.stabs/wierd.exp: New test, for nameless baseclasses. | |
6608 | ||
6609 | Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6610 | ||
6611 | * gdb.t06/break.exp: Also test `clear' command. | |
6612 | ||
6613 | Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com) | |
6614 | ||
6615 | * gdb.t00/teststrategy.exp: Remove extra quote. | |
6616 | ||
6617 | * gdb.t07/watchpoint.exp: Change xfail for calling function with | |
6618 | watchpoint enabled to be for all non-68k machines. | |
6619 | ||
6620 | * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test. | |
6621 | ||
6622 | Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6623 | ||
6624 | * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-* | |
6625 | targets use aout.mt instead of ecoff.mt as gas understands | |
6626 | standard aout format. | |
6627 | ||
6628 | Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com) | |
6629 | ||
6630 | * lib/gdb.exp (runto): Don't insist that function we are running to | |
6631 | was compiled with -g. | |
6632 | ||
6633 | * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test. | |
6634 | ||
6635 | * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time | |
6636 | to get back into the read system call. | |
6637 | Accept leading newline in case where we woke it up. | |
6638 | ||
6639 | Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6640 | ||
6641 | * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files | |
6642 | to make the stabs test work on ecoff systems using gcc and -with-stabs. | |
6643 | * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to | |
6644 | enable ecoff configuration. | |
6645 | ||
6646 | Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6647 | ||
6648 | * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test. | |
6649 | ||
6650 | Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6651 | ||
6652 | * gdb.t16/printcmds.exp: Add another printf test. | |
6653 | ||
6654 | Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com) | |
6655 | ||
6656 | * configure.in: If configured -with-stabs on any target, add | |
6657 | stabsdirs to configdirs. | |
6658 | ||
6659 | Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6660 | ||
6661 | * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is | |
6662 | fun" so pattern does not match the command itself. | |
6663 | ||
6664 | Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6665 | ||
6666 | * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames. | |
6667 | ||
6668 | Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6669 | ||
6670 | * gdb.t17/interrupt.exp: Test for more things. | |
6671 | ||
6672 | Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6673 | ||
6674 | * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC | |
6675 | compiler arranges the code and line numbers. | |
6676 | ||
6677 | * gdb.t17/interrupt.exp: Don't send \n after ^C. | |
6678 | ||
6679 | Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6680 | ||
6681 | * gdb.t00/help.exp: Increase expect input buffer size. | |
6682 | ||
6683 | Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6684 | ||
6685 | * gdb.t06/signals.exp: Remove sparc xfail; bug fixed. | |
6686 | ||
6687 | * gdb.t07/watchpoint.exp: Add xfail for hppa. | |
6688 | ||
6689 | * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug. | |
6690 | ||
6691 | * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint | |
6692 | [0-9]*, not just [0-9]. | |
6693 | ||
6694 | Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6695 | ||
6696 | * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972. | |
6697 | ||
6698 | * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use. | |
6699 | ||
6700 | Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6701 | ||
6702 | * gdb.t00/help.exp: Replace most of docstring for "continue" with .*. | |
6703 | ||
6704 | Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6705 | ||
6706 | * gdb.t06/signals.c: Add xfails for sun3. | |
6707 | ||
6708 | * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836. | |
6709 | ||
6710 | * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add | |
6711 | test_stepping tests. | |
6712 | ||
6713 | Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6714 | ||
6715 | * gdb.t{06,17}/Makefile.in (clean): Remove all executables. | |
6716 | ||
6717 | * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug. | |
6718 | ||
6719 | * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c | |
6720 | rather than actually putting it through cpp twice. | |
6721 | ||
6722 | * gdb.t06/signals.exp: Add xfails for unixware and rs6000. | |
6723 | ||
6724 | Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com) | |
6725 | ||
6726 | * config/mips-gdb.exp (gdb_exit): Removed close statement which is | |
6727 | no longer needed. | |
6728 | ||
6729 | Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6730 | ||
6731 | * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn. | |
6732 | ||
6733 | * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any | |
6734 | C++ features prints as "struct", make it a pass, not an xfail. | |
6735 | ||
6736 | Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6737 | ||
6738 | * gdb.t22/virtfunc.exp: Remove a bunch of xfails. | |
6739 | Don't require VA to print as "class" rather than "struct". | |
6740 | ||
6741 | Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com) | |
6742 | ||
6743 | * gdb.t06/twice.exp: Don't care about the file name GDB prints. | |
6744 | ||
6745 | Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6746 | ||
6747 | * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end. | |
6748 | ||
6749 | Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6750 | ||
6751 | * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong | |
6752 | order. | |
6753 | ||
6754 | Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6755 | ||
6756 | * gdb.t16/printcmds.exp: Add printf tests. | |
6757 | ||
6758 | * gdb.t06/{twice.{c,exp},Makefile.in}: New test. | |
6759 | ||
6760 | * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too. | |
6761 | ||
6762 | Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com) | |
6763 | ||
6764 | * gdb.t20/classes.exp: Add clear_xfail's before printing summary | |
6765 | pass counts, to counteract any existing or future setup_xfails. | |
6766 | ||
6767 | Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6768 | ||
6769 | * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros | |
6770 | {BEGIN,END}_COMMON for common block instead of STAB. | |
6771 | * gdb.stabs/wierd.exp: Add xfail for rs6000. | |
6772 | ||
6773 | * gdb.stabs/wierd.def: Make value of N_GSYM's 0. | |
6774 | intp_var should be N_GSYM not N_LSYM. | |
6775 | wierd-aout.S: Use a label for the value of the N_SO. | |
6776 | wierd.def: Remove all backslashes. | |
6777 | wierd-{aout,xcoff}.S: Put a few tests with backslashes here. | |
6778 | ||
6779 | Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6780 | ||
6781 | * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to | |
6782 | get the expected next to inheritance3. | |
6783 | ||
6784 | Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
6785 | ||
6786 | * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-* | |
6787 | now that gcc-2.4 gets it right. | |
6788 | ||
6789 | Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6790 | ||
6791 | * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test. | |
6792 | ||
6793 | * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of | |
6794 | generating comp-info.exp which works for cross-compilation. | |
6795 | ||
6796 | Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com) | |
6797 | ||
6798 | * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not | |
6799 | "*-*-sysv4.*". | |
6800 | ||
6801 | Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com) | |
6802 | ||
6803 | * gdb.t01/run.exp: Start with a fresh gdb. | |
6804 | * gdb.t11/list.exp: For SVR4 xfails, match on all versions of | |
6805 | SVR4.x. | |
6806 | ||
6807 | Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com) | |
6808 | ||
6809 | * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07, | |
6810 | gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15, | |
6811 | gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/ | |
6812 | Makefile.in (distclean, realclean): Remove gdbme.c from list of | |
6813 | things to remove. | |
6814 | ||
6815 | Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com) | |
6816 | ||
6817 | * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new | |
6818 | test cases from bug reports. | |
6819 | ||
6820 | Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com) | |
6821 | ||
6822 | * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*. | |
6823 | * gdb.t12/scope.exp: Add clear_xfails at appropriate places to | |
6824 | avoid spurious xfails. | |
6825 | * gdb.t20/classes.exp: Add xfails for longstanding C++ problems. | |
6826 | * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*. | |
6827 | * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems. | |
6828 | ||
6829 | Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com) | |
6830 | ||
6831 | * gdb.t00/teststrategy.exp: Rework to provide more useful | |
6832 | description of each test, fix problem with systems that define | |
6833 | ALIGN_STACK_ON_STARTUP code, other misc cleanups. | |
6834 | * gdb.t06/break.exp (test_next_with_recursion): Fix expected | |
6835 | results for "next over recursive call" so timeouts aren't taken | |
6836 | by error. | |
6837 | ||
6838 | Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com) | |
6839 | ||
6840 | * gdb.t12/scope.exp: Test printing of variables before run. | |
6841 | ||
6842 | * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are | |
6843 | printed in wrong order due to sorting. | |
6844 | ||
6845 | Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com) | |
6846 | ||
6847 | * gdb.t00/teststrategy.exp: Fix expected results for printing | |
6848 | user entered string constant. Is array of char, prints with no | |
6849 | address. | |
6850 | ||
6851 | * gdb.t00/{default.exp, help.exp}: Account for changes to radix | |
6852 | commands. | |
6853 | * gdb.t16/gdbme.c: Add and use struct containing arrays of char. | |
6854 | * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *". | |
6855 | * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing | |
6856 | of struct of char arrays. | |
6857 | * gdb.t00/radix.exp: New tests for radix commands. | |
6858 | ||
6859 | Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com) | |
6860 | ||
6861 | * gdb.t16/printcmd.exp: Print a variable before running program | |
6862 | (with xfail for AIX). | |
6863 | ||
6864 | Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com) | |
6865 | ||
6866 | * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test. | |
6867 | ||
6868 | * gdb.t16/printcmd.exp: Don't print variables before running program. | |
6869 | ||
6870 | * gdb.t06/break.exp: Don't require envp argument to main. | |
6871 | ||
6872 | * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword. | |
6873 | ||
6874 | * gdb.t02/whatis.exp, gdb.t11/list.exp: | |
6875 | Add xfails for rs6000. | |
6876 | ||
6877 | * gdb.t02/whatis.exp: Change other tests not to re-test something | |
6878 | we already tested. | |
6879 | ||
6880 | * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure | |
6881 | each type used has a variable of that type. | |
6882 | ||
6883 | Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com) | |
6884 | ||
6885 | * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure. | |
6886 | ||
6887 | Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
6888 | ||
6889 | * configure.in: change srctrigger to be a file, not a directory | |
6890 | ||
6891 | Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com) | |
6892 | ||
6893 | * configure.in (mips-idt-ecoff*): Added trailing '*'. | |
6894 | ||
6895 | * gdb.t11/list.exp: Fixed a couple of typos. | |
6896 | ||
6897 | Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com) | |
6898 | ||
6899 | * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug | |
6900 | is fixed and PR is closed. | |
6901 | * gdb.t16 (gdbme.c): Add simple test string variable. | |
6902 | * gdb.t16 (printcmds.exp): Add tests with simple test string | |
6903 | variable, primarily for boundaries on "set print elements". | |
6904 | ||
6905 | Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com) | |
6906 | ||
6907 | * gdb.stabs/wierd.exp: Remove xfail for printing big integer. | |
6908 | Make leading 0's optional and don't expect a tab in the middle | |
6909 | of the number. | |
6910 | ||
6911 | * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy. | |
6912 | ||
6913 | * gdb.stabs/wierd.def: Type attributes must be preceded by number=. | |
6914 | * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also | |
6915 | don't end command passed to gdb_test with newline. | |
6916 | ||
6917 | * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the | |
6918 | signed keyword away, don't expect signed bitfields to be signed. | |
6919 | ||
6920 | * gdb.t13/bitfields.exp (bitfield containment): Accept the fields | |
6921 | printing with only as many 1's as are in the field as well as printing | |
6922 | with 32 1's (see comment). | |
6923 | ||
6924 | Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com) | |
6925 | ||
6926 | * gdb.t00/default.exp: Start with a fresh gdb. | |
6927 | * configure.in (configdirs): Remove gdb.t31 until the chill | |
6928 | compiler works again. It no longer is able to find chillrt0 | |
6929 | since it isn't in libchill.a anymore. | |
6930 | * gdb.stabs/wierd.exp: Rewrite to properly handling a missing | |
6931 | wierd.o, make more modular. | |
6932 | * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove | |
6933 | spurious newlines that caused problems. | |
6934 | ||
6935 | Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6936 | ||
6937 | * Move test with enums and partial symbols from gdb.t03/ptype.exp | |
6938 | to gdb.stabs/wierd.exp since GCC has worked around the bug. | |
6939 | gdb.stabs/wierd.{exp,def}: Many new tests. | |
6940 | ||
6941 | * gdb.t00/default.exp: update info line for new message. | |
6942 | ||
6943 | * gdb.t02/{whatis.exp,gdbme.c}: | |
6944 | Test that "char *" doesn't print as "caddr_t". | |
6945 | ||
6946 | Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6947 | ||
6948 | * gdb.t00/help.exp: Use .* in place of some help messages which | |
6949 | just changed. | |
6950 | gdb.t00/default.exp: Update "info frame" test for new message. | |
6951 | * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test. | |
6952 | Remove some xfails | |
6953 | ||
6954 | Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6955 | ||
6956 | * gdb.t03/{gdbme.c,ptype.exp}: | |
6957 | Add tests for typedef'd struct and union without tags. | |
6958 | Also check "whatis" on a variable of a typedef'd enum without a tag. | |
6959 | ||
6960 | * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see | |
6961 | PRMS 1823; the bug still exists but isn't reproduced by this test | |
6962 | anymore), and remove rs6000 XFAIL (the bug is fixed). | |
6963 | ||
6964 | * gdb.t03/ptype.exp: Comment out a lot of tests which are basically | |
6965 | duplicated from whatis.exp. For those that are left, accept | |
6966 | "long", "long int", or "int" for long variables (whatis.exp already | |
6967 | has an XFAIL for "int", so no need to fail it here). | |
6968 | ||
6969 | * gdb.t02/whatis.exp, gdb.t10/crossload.exp: | |
6970 | Deal with GCC's names for types now that GDB uses the compiler's names. | |
6971 | ||
6972 | * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some | |
6973 | setup_xfail's for sunos4. If we #defined the signed keyword away, | |
6974 | don't expect GDB to know that char it is signed. | |
6975 | ||
6976 | * gdb.t00/teststrategy.exp: Update for symbolic signal names. | |
6977 | ||
6978 | Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com) | |
6979 | ||
6980 | * configure.in (configdirs): Add gdb.t24 for C++ tests that | |
6981 | should work on any system, regardless of debugging format. | |
6982 | * gdb.t21/demangle.exp: Move to gdb.t24. | |
6983 | * gdb.t24/demangle.exp: Move from gdb.t21. | |
6984 | * gdb.t24/{Makefile.in, configure.in}: New files. | |
6985 | ||
6986 | Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6987 | ||
6988 | * configure.in: Do gdb.stabs and C++ tests only for stabs. | |
6989 | * gdb.stabs: New directory. | |
6990 | ||
6991 | Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
6992 | ||
6993 | * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?" | |
6994 | not just "Quit anyway?". | |
6995 | ||
6996 | Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com) | |
6997 | ||
6998 | * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure | |
6999 | that all setup_xfails are immediately followed by clear_xfails. | |
7000 | ||
7001 | Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com) | |
7002 | ||
7003 | * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp, | |
7004 | gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp, | |
7005 | gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp, | |
7006 | gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp, | |
7007 | gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp, | |
7008 | gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp, | |
7009 | gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, | |
7010 | gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp, | |
7011 | gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp, | |
7012 | gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp, | |
7013 | gdb.t31/chillvars.exp, lib/gdb.exp: | |
7014 | Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to | |
7015 | bug-gdb@prep.ai.mit.edu. | |
7016 | ||
7017 | Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com) | |
7018 | ||
7019 | * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values | |
7020 | with 0.0, not integer 0. | |
7021 | ||
7022 | Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com) | |
7023 | ||
7024 | * gdb.t06/break.exp: Update for "Kill the program" message change. | |
7025 | ||
7026 | Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com) | |
7027 | ||
7028 | * Makefile.in (GDBFLAGS): Set to -nx. | |
7029 | * Makefile.in (site.exp): Use GDBFLAGS. | |
7030 | ||
7031 | Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com) | |
7032 | ||
7033 | * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory | |
7034 | Makefiles. | |
7035 | (check): depend on just-check. | |
7036 | (just-check): added so that tests can be run without a noop | |
7037 | build pass. | |
7038 | ||
7039 | Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com) | |
7040 | ||
7041 | Switch to using configure's configdirs. | |
7042 | * Makefile.in (Makefile): add configure.in dependency. | |
7043 | (SUBDIRS): removed redundant assignment. | |
7044 | * configure.in: switch subdirs assignment to configdirs. | |
7045 | * gdb.t*/configure.in: new files. | |
7046 | ||
7047 | Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com) | |
7048 | ||
7049 | * gdb.t07/watchpoint.exp: Removed a29k expected failure which now | |
7050 | works. | |
7051 | ||
7052 | Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com) | |
7053 | ||
7054 | * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $< | |
7055 | in explicit rules. Apparently this is not supported by some makes. | |
7056 | ||
7057 | Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com) | |
7058 | ||
7059 | * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh. | |
7060 | ||
7061 | Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
7062 | ||
7063 | * config/unix-gdb.exp: Add back missing return 0 which mysteriously | |
7064 | disappeared. | |
7065 | ||
7066 | Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com) | |
7067 | ||
7068 | * gdb.t31/Makefile.in: Avoid $< in explicit rule. | |
7069 | ||
7070 | Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com) | |
7071 | ||
7072 | * gdb.t07/watchpoint.exp: Remove setup_xfail for i486 | |
7073 | watchpoint problem that is now fixed. | |
7074 | * gdb.t30/chexp.exp: Remove setup_xfail for printing | |
7075 | uninitialized convenience variables. | |
7076 | * gdb.t31/chillvars.exp: Fix expected patterns for printing | |
7077 | structures. | |
7078 | ||
7079 | Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
7080 | ||
7081 | * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS | |
7082 | which causes expect to get out of sync with gdb on long output | |
7083 | from help set. | |
7084 | * gdb.t09/corefile.exp: Make expected pattern for core file | |
7085 | failing signal and frame output format less sun specific. | |
7086 | ||
7087 | Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com) | |
7088 | ||
7089 | * gdb.t31/chillvars.exp: Add and remove initial dummy | |
7090 | breakpoint, so that symbol table is forced in. | |
7091 | (Needed at least on Sunos4, though it seems not SVR4.) | |
7092 | * gdb.t31/chillvars.exp: Update for changed output format. | |
7093 | ||
7094 | Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com) | |
7095 | ||
7096 | * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path. | |
7097 | ||
7098 | Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com) | |
7099 | ||
7100 | * Makefile.in: Added --srcdir when invoking runtest, removed the | |
7101 | need for a local config file. (optional now) | |
7102 | ||
7103 | Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com) | |
7104 | ||
7105 | * gdb.t21/demangle.exp: Only count real fails (not xfails) for | |
7106 | failure count used to force early termination. Add some more | |
7107 | expected failures for gnu style demangling. | |
7108 | ||
7109 | Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
7110 | ||
7111 | * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the | |
7112 | pmi variable from gdb.t20/gdbme to get optimized away. | |
7113 | * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*. | |
7114 | Check for written corefile upon timeout _and_ eof. | |
7115 | ||
7116 | Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
7117 | ||
7118 | * config/unix-gdb.exp: Add missing return 0. | |
7119 | ||
7120 | Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
7121 | ||
7122 | * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early | |
7123 | test termination. | |
7124 | ||
7125 | Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com) | |
7126 | ||
7127 | * configure.in (subdirs): Put back gdb.t17 which mysteriously | |
7128 | disappeared. | |
7129 | ||
7130 | Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com) | |
7131 | ||
7132 | * gdb.t10/crossload.exp: Disable the i860-elf test until such | |
7133 | time as i860 support works. | |
7134 | ||
beb998c6 | 7135 | * gdb.t15/funcargs.exp: Fix expected outputs to include |
c906108c SS |
7136 | "backtrace 100\r" rather than just "backtrace\r", to match last |
7137 | change. | |
7138 | ||
7139 | Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com) | |
7140 | ||
7141 | * config/udi-gdb.exp (gdb_exit): Remove close command. | |
7142 | (gdb_target_udi): New procedure to set the UDI target. | |
7143 | (gdb_start): Don't remove *_soc files. Use gdb_target_udi. | |
7144 | * gdb.t00/default.exp: Added expected failures for a29k-*-udi. | |
7145 | Added waits for prompts after several question responses. Added | |
7146 | some more responses used by a29k-amd-udi-gdb. | |
7147 | * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support: | |
7148 | pass different arguments, restart UDI connection after program | |
7149 | completion. | |
7150 | * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp, | |
7151 | gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp, | |
7152 | gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp, | |
7153 | gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*. | |
7154 | * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp, | |
7155 | gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp, | |
7156 | gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, | |
7157 | gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp, | |
7158 | gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection | |
7159 | after program completion. | |
7160 | * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is | |
7161 | compiled with a SELECT_VECS setting. | |
7162 | * gdb.t15/funcargs.exp: Use argument to backtrace to prevent | |
7163 | infinite recursion. | |
7164 | ||
7165 | * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp: | |
7166 | Added checks for COFF results, and made them expected failures for | |
7167 | all targets. It would be better to make them expected failures | |
7168 | for COFF targets only. | |
7169 | ||
7170 | Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
7171 | ||
7172 | * Makefile.in: add null dvi target, don't bother to recurse | |
7173 | through test directories for info and install-info; rename | |
7174 | $(datadir) to be dejagnu instead of deja-gnu | |
7175 | ||
7176 | Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com) | |
7177 | ||
7178 | * gdb.t31/gdbme.ch: Re-enable code that previously caused | |
7179 | compiler to coredump. | |
7180 | * gdb.t31/chillvars.exp: Re-enable tests that depend on that | |
7181 | code. | |
7182 | ||
7183 | Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com) | |
7184 | ||
7185 | * gdb.t31/gdbme.ch: Comment out code that causes chill compiler | |
7186 | coredump. | |
7187 | * gdb.t31/chillvars.exp: Comment out tests that depend on that | |
7188 | code. | |
7189 | ||
7190 | Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com) | |
7191 | ||
7192 | * gdb.t03/ptype.exp: tests for return code from gdb_test. | |
7193 | * gdb.t00/teststrategy.exp: Uses which proc rather than spawning | |
7194 | which in a shell. Deletes xgdb when done. | |
7195 | * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists. | |
7196 | Tests the return from the "set height" or "set width" commands. | |
7197 | Added a few return codes where needed. | |
7198 | ||
7199 | Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com) | |
7200 | ||
7201 | * Makefile.in (SUBDIRS): Add gdb.t17. | |
7202 | * configure.in (subdirs): Add gdb.t17. | |
7203 | * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test | |
7204 | files to test gdb's calling of functions in the inferior with | |
7205 | the correct arguments and gdb's ability to retrieve any | |
7206 | result returned. | |
7207 | ||
7208 | Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com) | |
7209 | ||
7210 | * config/unix-gdb.exp (gdb_exit): Remove close commands that | |
7211 | may be called after gdb goes away. Previous versions of expect | |
7212 | needed these to avoid file descriptor leaks, but they cause | |
7213 | errors with the current revision of expect. | |
7214 | * gdb.t00/gdbvars.exp: Use -re on expected output after | |
7215 | setting sevenbit-strings. | |
7216 | * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands | |
7217 | to set sevenbit-strings consistent across tests. | |
7218 | gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to | |
7219 | set sevenbit-strings consistent across tests. | |
7220 | ||
7221 | Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com) | |
7222 | ||
7223 | * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an | |
7224 | expected output to match current "expect" expectations. | |
7225 | ||
7226 | Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com) | |
7227 | ||
7228 | * gdb.t00/default.exp: Change expected output for default "source" | |
7229 | command, to match new gdb behavior which requires a filename to | |
7230 | source. | |
7231 | ||
7232 | Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com) | |
7233 | ||
7234 | * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up | |
7235 | expected fail for i486-*-* that misses the marker2 function. | |
7236 | * gdb.t10/crossload.exp (bfddefault): Allow successful | |
7237 | recognition of a format to pass even if no symbols are found. | |
7238 | Explicitly catch failures where the format is not recognized | |
7239 | or is ambiguous, and add the reason to the fail message. | |
7240 | * gdb.t10/crossload.exp (bfdexplicit): Catch failure where | |
7241 | the cause is and invalid target and add reason to failure message. | |
7242 | * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k, | |
7243 | elf32-i386, elf32-sparc, and elf32-i860. | |
7244 | * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar): | |
7245 | Set up expected failure for 'filename'::variable scope resolution, | |
7246 | which is now apparently broken on all targets. | |
7247 | * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp, | |
7248 | gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp, | |
7249 | gdb.t23/templates.exp: Change failure for missing binfile into | |
7250 | just a warning. | |
7251 | gdb.t21/demangle.exp: Change all cfront references to 'arm' | |
7252 | references. | |
7253 | ||
7254 | Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com) | |
7255 | ||
7256 | * gdb.t00/default.exp: Add expected output for default "source" | |
7257 | command, to match new gdb behavior. | |
7258 | * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB. | |
7259 | ||
7260 | Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com) | |
7261 | ||
7262 | * config/*-gdb.exp: returns an error, rather than exiting on | |
7263 | internal errors. | |
7264 | ||
7265 | Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com) | |
7266 | ||
7267 | * gdb.t03/gdbme.c: Add pointer to struct variable. | |
7268 | * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for | |
7269 | referencing struct members. | |
7270 | ||
7271 | Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com) | |
7272 | ||
7273 | * configure.in (mips-idt-ecoff): New target. | |
7274 | * config/mips-gdb.exp: New file for remote board using MIPS remote | |
7275 | debugging protocol. | |
7276 | ||
7277 | * Redid configuration scheme. Removed gdb.t*/configure.in. | |
7278 | Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX | |
7279 | instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and | |
7280 | distclean targets. Built executables via .o files. Adjusted | |
7281 | tests to account for source files in $(srcdir) rather than | |
7282 | $(objdir). | |
7283 | * lib/gdb.exp (runto): Don't expect () after the function name, | |
7284 | because it may have arguments. | |
7285 | ||
7286 | Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com) | |
7287 | ||
7288 | * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp, | |
7289 | gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added | |
7290 | expected failures for mips-idt-* and mips-sgi-*. | |
7291 | * gdb.t00/default.exp (attach): Kill process if requested. | |
7292 | * gdb.t00/help.exp (help target core, help target): Accept a gdb | |
7293 | that does not read core files. | |
7294 | * gdb.t01/run.exp: Removed checks for exit status code. | |
7295 | * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that | |
7296 | it is linked in. | |
7297 | * gdb.t03/ptype.exp: Increase timeout when calling malloc. | |
7298 | * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where | |
7299 | appropriate, rather than doing it by hand. | |
7300 | * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first | |
7301 | execution. | |
7302 | * gdb.t10/crossload.exp: Kill existing program if needed. | |
7303 | * gdb.t15/funcargs.exp: Use delete_breakpoints function where | |
7304 | appropriate, rather than doing it by hand. Always increase | |
7305 | timeout for this test, not just for VxWorks. | |
7306 | ||
7307 | Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com) | |
7308 | ||
7309 | * gdb.t31/chillvars.exp (test_structs): New proc to test printing | |
7310 | of Chill STRUCT types and STRUCT values. | |
7311 | * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather | |
7312 | than "char". | |
7313 | * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1, | |
beb998c6 | 7314 | struct2): New struct definitions and initializations to test |
c906108c SS |
7315 | simple Chill STRUCT types. |
7316 | ||
7317 | Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com) | |
7318 | ||
7319 | * gdb.t00/teststrategy.exp: Track reversion in gdb to not print | |
7320 | the null byte at the end of strings. | |
7321 | * gdb.t00/default.exp: Make show version insensitive to copyright | |
7322 | date. | |
7323 | * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned | |
7324 | to avoid dependencies on target char signedness. | |
7325 | * gdb.t16/printcmds.exp: Update expected results for explicitly | |
7326 | unsigned char. | |
7327 | * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should | |
7328 | now work. | |
7329 | * gdb.t21/demangle.exp: Add many more patterns for template | |
7330 | demangling, most of them being expected failures. | |
7331 | * gdb.t21/demangle.exp (proc demangle): Quote the demangled | |
7332 | string we are matching for, to match on the whole string. | |
7333 | * gdb.t21/demangle.exp: Add many new test strings to demangle, | |
7334 | and fix a whole bunch that had incorrect expected output but were | |
7335 | passing anyway because of the bug in "proc demangle". | |
7336 | * gdb.t31/chillvars.exp: Remove setup_xfail for printing string | |
7337 | type. | |
7338 | * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles. | |
7339 | ||
7340 | Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com) | |
7341 | ||
7342 | * gdb/testsuite: made modifications to testcases, etc., to allow | |
7343 | them to work properly given the reorganization of deja-gnu and the | |
7344 | relocation of the testcases from deja-gnu to a "tool" subdirectory. | |
7345 | ||
7346 | Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com) | |
7347 | ||
7348 | * gdb/testsuite: Initial creation of gdb/testsuite. | |
7349 | Migrated dejagnu testcases and support files for testing nm to | |
7350 | gdb/testsuite from deja-gnu. These files were moved "as is" | |
7351 | with no modifications. This migration is part of a major overhaul | |
7352 | of dejagnu. The modifications to these testcases, etc., which | |
7353 | will allow them to work with the new version of dejagnu will be | |
7354 | made in a future update. | |
7355 | \f | |
7356 | Local Variables: | |
7357 | mode: indented-text | |
7358 | left-margin: 8 | |
7359 | fill-column: 74 | |
7360 | version-control: never | |
7361 | End: |