]>
Commit | Line | Data |
---|---|---|
950251de FF |
1 | Fri Feb 9 15:56:51 1996 Fred Fish <[email protected]> |
2 | ||
3 | * configure.in (CY_AC_PATH_TCLH): Remove. | |
4 | * configure: Regenerate. | |
5 | ||
2f4e239c FF |
6 | Fri Feb 9 08:21:31 1996 Fred Fish <[email protected]> |
7 | ||
8 | * gdb.c++/Makefile.in (clean): Add missing '{'. | |
9 | ||
4771fe15 JL |
10 | Fri Feb 2 10:19:40 1996 Jeffrey A Law ([email protected]) |
11 | ||
2f4e239c FF |
12 | * lib/gdb.exp: Provide a default value for noinferior. |
13 | ||
4771fe15 JL |
14 | * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS). |
15 | Load libgloss.exp. | |
16 | ||
a827a33f JL |
17 | Thu Feb 1 20:20:14 1996 Jeffrey A Law ([email protected]) |
18 | ||
19 | * gdb.disasm/hppa.exp: Compile directly into an executable, use | |
20 | the executable, not the .o to run the tests from. | |
21 | ||
9b2ceeb1 JL |
22 | Wed Jan 31 14:21:09 1996 Jeffrey A Law ([email protected]) |
23 | ||
1be1bc38 JL |
24 | * gdb.base/break.exp: Don't test for program exit or exit status |
25 | if $noresults if nonzero. | |
26 | * gdb.base/langs.exp: Likewise. | |
27 | * gdb.base/watchpoint.exp: Likewise. | |
28 | ||
9b2ceeb1 JL |
29 | * gdb.base/default.exp: Remove extraneous call to load gdb.exp. |
30 | * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before | |
31 | trying to compile the testcase. | |
32 | ||
eb47fd9d DE |
33 | Wed Jan 24 23:42:39 1996 Doug Evans <[email protected]> |
34 | ||
35 | * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2. | |
9b2ceeb1 | 36 | * gdb.base/signals.exp (continue to handler): Likewise. |
eb47fd9d | 37 | |
a4ff5d33 PB |
38 | Tue Jan 23 16:28:22 1996 Per Bothner <[email protected]> |
39 | ||
ef11a529 PB |
40 | * gdb.c++/classes.exp: Now = returns false/true, not 1/0. |
41 | ||
a4ff5d33 PB |
42 | * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE.. |
43 | ||
546bfba8 JL |
44 | Tue Jan 23 15:41:57 1996 Jeffrey A Law ([email protected]) |
45 | ||
46 | * gdb.base/corefile.exp: Recognize "not found" as failure | |
47 | when trying to determine if a core file was generated. | |
48 | If no core file was generate the first time, try again without | |
49 | the ulimit -c to work around braindamaged shells. | |
50 | ||
8dd0158f FF |
51 | Mon Jan 15 09:33:00 1996 Fred Fish <[email protected]> |
52 | ||
c4e13a27 FF |
53 | * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace |
54 | [] tests with "test" and enclose string in quotes. | |
55 | * gdb.stabs/configure: Rebuild | |
56 | ||
4e327047 TT |
57 | Thu Jan 11 09:43:14 1996 Tom Tromey <[email protected]> |
58 | ||
59 | Changes in sync with expect: | |
60 | * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater. | |
61 | (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater. | |
62 | (CY_AC_PATH_TKH): Handle Tk 4.1 and greater. | |
63 | (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote | |
64 | argument to AC_REQUIRE. | |
65 | * configure: Regenerated. | |
66 | ||
4b2dd778 FF |
67 | Thu Jan 4 08:17:22 1996 Fred Fish <[email protected]> |
68 | ||
69 | * gdb.base/corefile.exp: When generating a core, discard any | |
70 | error messages about ulimit not found and the "core dumped" | |
71 | message from the shell that runs the coredumper. | |
72 | ||
0069d9a0 JL |
73 | Wed Jan 3 01:30:41 1996 Jeffrey A Law ([email protected]) |
74 | ||
978be38e JL |
75 | * lib/gdb.exp (skip_chill_tests): Skip them on the PA too. |
76 | ||
0069d9a0 JL |
77 | * gdb.stabs/weird.exp: Use ${target_triplet} to determine |
78 | which sed script to run. Expect failure for v_comb test | |
79 | on PA targets too. | |
80 | ||
81 | Sat Dec 30 16:09:04 1995 Fred Fish <[email protected]> | |
82 | ||
83 | * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for | |
84 | "print func2::coremaker_local" and for "backtrace in corefile.exp" | |
85 | ||
89e6c70d FF |
86 | Sat Dec 30 12:59:12 1995 Fred Fish <[email protected]> |
87 | ||
af6d4d16 FF |
88 | * lib/gdb.exp: Fix typo and rewrite skip_chill_tests. |
89 | * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and | |
90 | "sparc-sun-solaris*" xfails for "p v_comb". | |
89e6c70d FF |
91 | * lib/gdb.exp (default_gdb_start): Fix typo. |
92 | * gdb.base/corefile.exp: Allow "Core was generated by ..." | |
93 | messages to not include the full program name that caused | |
94 | the core dump since some systems (such as solaris) apparently | |
95 | truncate this path to about 80 characters. | |
96 | When generating a core file first try increasing the core file | |
97 | size limit to unlimited since some systems may default it to | |
98 | zero, and it is harmless to try it. Move the test for failing | |
99 | to generate a core file to where it will actually get executed. | |
100 | * gdb.c++/templates.exp (test_ptype_of_templates): Accept | |
101 | new gdb result from g++ debug info improvements and make old | |
102 | pattern obsolescent. Also account for size_t differences | |
103 | (may be int or long). | |
104 | * gdb.base/a1-selftest.exp (test_with_self): Check for case where | |
105 | initialization before function call is placed in the delay slot | |
106 | and thus appears to be skipped over by commands such as "next". | |
107 | ||
f526457c SS |
108 | Fri Dec 29 16:09:20 1995 Stan Shebs <[email protected]> |
109 | ||
110 | * gdb.base/a1-selftest.exp (test_with_self): Run without windows. | |
111 | ||
112 | Wed Dec 6 10:45:42 1995 Jeffrey A. Law <[email protected]> | |
113 | ||
114 | * gdb.base/*.exp: Make ${srcfile} only be the basename of the | |
115 | input source file; fix code to compile test to deal with this | |
116 | convention. | |
117 | * gdb.c++/*.exp: Likewise. | |
118 | ||
edc1ccab FF |
119 | Mon Nov 27 11:40:16 1995 Fred Fish <[email protected]> |
120 | ||
121 | * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for | |
122 | "bt in signals.exp". | |
123 | ||
124 | Sat Nov 25 20:52:15 1995 Fred Fish <[email protected]> | |
125 | ||
126 | * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for | |
127 | "step over execarg initialization" and | |
128 | "step over corearg initialization". | |
129 | ||
130 | Sat Nov 25 18:20:14 1995 Fred Fish <[email protected]> | |
131 | ||
132 | * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems | |
133 | with sizeof(pointer) > sizeof(int). Avoid "void *" or include files. | |
134 | ||
782445c7 FF |
135 | Sat Nov 25 11:03:42 1995 Fred Fish <[email protected]> |
136 | ||
137 | From Rob Savoye ([email protected]) | |
138 | * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in}, | |
edc1ccab FF |
139 | gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in, |
140 | configure.in}, gdb.disasm/{Makefile.in, configure.in}, | |
141 | gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in, | |
142 | configure.in}: Major reworking for autoconfig. | |
782445c7 | 143 | * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure, |
edc1ccab FF |
144 | gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt : |
145 | New files. | |
782445c7 | 146 | * config/unix-gdb.exp: Make GDB global. |
edc1ccab FF |
147 | * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp, |
148 | callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp, | |
149 | funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp, | |
150 | nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp, | |
151 | regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp, | |
152 | term.exp, twice.exp, watchpoint.exp, whatis.exp}, | |
153 | gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp, | |
154 | templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp, | |
155 | misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp, | |
156 | pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp, | |
157 | pr-8136.exp, result.exp, string.exp, tuples.exp}, | |
782445c7 | 158 | gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues |
edc1ccab FF |
159 | to returns as necessary, arrange for test to compile own testcase |
160 | executable. | |
782445c7 FF |
161 | * lib/gdb.exp: Changes for testsuite to compile own test cases. |
162 | ||
163 | Tue Nov 21 16:15:45 1995 Fred Fish <[email protected]> | |
164 | ||
165 | * gdb.c++/classes.exp (test_pointers_to_class_members): Add | |
166 | clear_xfail at end of test which might not call either pass or fail. | |
167 | * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for | |
168 | "backtrace through signal handler". | |
169 | ||
170 | Sat Nov 18 04:09:31 1995 Peter Schauer ([email protected]) | |
171 | ||
172 | * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when | |
173 | continuing from a job control stop signal. | |
174 | * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o. | |
175 | ||
dfbb1a26 JL |
176 | Wed Nov 15 00:28:03 1995 Jeffrey A Law ([email protected]) |
177 | ||
178 | * gdb.base/callfuncs.exp: Remove bogus hppa xfails. | |
179 | * gdb.base/corefile.exp: Likewise. | |
180 | * gdb.base/funcargs.exp: Likewise. | |
181 | ||
182 | Tue Nov 14 15:18:10 1995 Stu Grossman ([email protected]) | |
183 | ||
184 | * config/hmsirom.exp: Setup for talking to hmsi ROM monitor. | |
185 | * config/monitor.exp: Add support for setting baud rate. | |
186 | ||
187 | Sat Nov 4 15:35:52 1995 Fred Fish <[email protected]> | |
536a7a16 FF |
188 | |
189 | * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and | |
190 | i*86-*-linux* xfails for "backtrace through signal handler". | |
191 | * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for | |
192 | "print func2::coremaker_local". | |
193 | * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4, | |
dfbb1a26 | 194 | alpha-dec-osf2* xfail for |
536a7a16 | 195 | "delete all breakpoints when none". |
536a7a16 | 196 | |
b998e7b8 FF |
197 | Wed Nov 1 15:57:16 1995 Fred Fish <[email protected]> |
198 | ||
199 | * gdb.base/break.exp: Change test that deletes all breakpoints | |
200 | when no user breakpoints are installed. A post 4.15 change | |
201 | causes gdb to no longer prompt in this case. | |
202 | ||
c7c26058 FF |
203 | Tue Oct 31 15:13:43 1995 Fred Fish <[email protected]> |
204 | ||
205 | * gdb.base/return.exp (return_tests): Change xfail for test | |
206 | "correct value returned double test" to stop xfailing at | |
207 | Solaris 2.5. Apparently the bug has been fixed. | |
208 | ||
1130734d FF |
209 | Sun Oct 29 12:18:16 1995 Fred Fish <[email protected]> |
210 | ||
211 | * gdb.stabs/ecoff.sed: Remove comment lines except for first one. | |
212 | IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere. | |
213 | ||
cb016f01 JL |
214 | Tue Oct 24 11:12:12 1995 Jeffrey A Law ([email protected]) |
215 | ||
216 | * gdb.disasm/hppa.exp: Test lci and syncdma instructions. | |
217 | * gdb.disasm/hppa.s: Corresponding changes. | |
218 | ||
219 | Wed Oct 18 11:27:47 1995 Jeffrey A Law ([email protected]) | |
220 | ||
221 | * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target | |
222 | makefile fragment. | |
223 | * config/mt-hpux: Deleted. | |
224 | ||
00c916f4 JL |
225 | Tue Oct 17 23:02:12 1995 Jeffrey A Law ([email protected]) |
226 | ||
227 | * Many files: When warning about suppressed tests due to a | |
228 | nonexistant test binary, avoid incrementing the warning count. | |
229 | ||
230 | Tue Oct 10 11:00:41 1995 Fred Fish <[email protected]> | |
231 | ||
232 | * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON. | |
233 | ||
56040190 PS |
234 | Sun Oct 8 04:23:14 1995 Peter Schauer ([email protected]) |
235 | ||
236 | * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to | |
237 | "sparc-*-solaris2*". | |
238 | ||
239 | Sat Sep 23 01:22:23 1995 Peter Schauer ([email protected]) | |
240 | ||
241 | * gdb.base/coremaker.c: Produce a full core dump for AIX targets. | |
242 | Add global and local variables and initialize them. | |
243 | * gdb.base/corefile.exp: Test correct mapping of corefile sections | |
244 | by printing variables. Remove rs6000 and powerpc xfails, BFD now | |
245 | extracts the file name and terminating signal from the core file. | |
246 | * TODO: Remove note about tests for correct mapping of corefile. | |
247 | * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc | |
248 | from optimizing it away. | |
249 | * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now | |
250 | handles common blocks. | |
251 | ||
d4f1e4ee JL |
252 | Thu Sep 21 01:28:10 1995 Jeff Law ([email protected]) |
253 | ||
254 | * gdb.disasm/sh3.s (fmac): Update for new assembler syntax | |
255 | * gdb.disasm/sh3.exp (fmac): Corresponding changes. | |
256 | ||
582433a8 ILT |
257 | Wed Sep 20 13:15:05 1995 Ian Lance Taylor <[email protected]> |
258 | ||
259 | * Makefile.in (maintainer-clean): New target, synonym for | |
260 | realclean. | |
261 | * gdb.base/Makefile.in (maintainer-clean): Likewise. | |
262 | * gdb.c++/Makefile.in (maintainer-clean): Likewise. | |
263 | * gdb.chill/Makefile.in (maintainer-clean): Likewise. | |
264 | * gdb.disasm/Makefile.in (maintainer-clean): Likewise. | |
265 | * gdb.stabs/Makefile.in (maintainer-clean): Likewise. | |
266 | * gdb.threads/Makefile.in (maintainer-clean): Likewise. | |
267 | ||
462bde03 FF |
268 | Sun Sep 10 13:14:01 1995 Fred Fish <[email protected]> |
269 | ||
270 | * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*" | |
271 | xfails when not gcc compiled for "print foo::funclocal". | |
272 | (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for: | |
273 | "print foo::funclocal at foo", | |
274 | "print 'scope1.c'::foo::funclocal at foo", | |
275 | "print foo::funclocal_bss at foo", | |
276 | "print 'scope1.c'::foo::funclocal_bss at foo", | |
277 | "print foo::funclocal_ro at foo", | |
278 | "print 'scope1.c'::foo::funclocal_ro at foo", | |
279 | "print bar::funclocal at foo" and | |
280 | "print 'scope1.c'::bar::funclocal at foo". | |
281 | (test_at_bar): Add "hppa*-*-hpux*" xfails when not | |
282 | gcc compiled for "print foo::funclocal at bar". | |
283 | Expand all messages to ensure that they identify that | |
284 | the test is at bar(). | |
285 | * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not | |
286 | gcc compiled for: | |
287 | "ptype on opaque struct pointer (statically)", | |
288 | "ptype on opaque struct tagname (statically)", | |
289 | "ptype on opaque struct pointer (dynamically) 1", | |
290 | "ptype on opaque struct tagname (dynamically) 1", | |
291 | "ptype on opaque struct pointer (dynamically) 2" and | |
292 | "ptype on opaque struct tagname (dynamically) 2 | |
293 | * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not | |
294 | gcc compiled for: | |
295 | "p datalocal" | |
296 | "whatis datalocal", | |
297 | "ptype datalocal", | |
298 | "p bsslocal", | |
299 | "whatis bsslocal", and | |
300 | "ptype bsslocal". | |
301 | * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for | |
302 | "backtrace in langs.exp" and "up to langs0__2do in langs.exp" | |
303 | when not gcc compiled. | |
304 | * gdb.base/funcargs.exp (float_and_integral_args): Add | |
305 | "hppa*-*-hpux*" xfail for "run to call2a" when not gcc | |
306 | compiled. | |
307 | (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for | |
308 | "backtrace from call6a" when not gcc compiled. | |
309 | (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for | |
310 | "backtrace from call7a" when not gcc compiled. | |
311 | * gdb.base/callfuncs.exp (do_function_calls): | |
312 | Add "hppa*-*-hpux*" xfail when not gcc compiled for | |
313 | "p t_char_array_values(char_array_val2,char_array_val1)", | |
314 | "p t_char_array_values(char_array_val1,char_array_val2)", | |
315 | "p t_char_array_values("carray 1","carray 2")", | |
316 | "p t_char_array_values("carray 1",char_array_val2)", | |
317 | "p t_char_array_values(char_array_val1,"carray 2")", | |
318 | "p sum_args(1,{2})", | |
319 | "p sum_args(2,{2,3})", | |
320 | "p sum_args(3,{2,3,4})", | |
321 | "p sum_args(4,{2,3,4,5})" | |
322 | * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for | |
323 | "backtrace in corefile.exp" when not gcc compiled. | |
324 | ||
7eb10f9a PS |
325 | Sat Sep 9 01:35:39 1995 Peter Schauer ([email protected]) |
326 | ||
327 | * gdb.base/signals.exp: Rewrite `handle all print' test as | |
328 | a procedure. Accept blanks or TABs as whitespace, increase | |
329 | timeout and expect input buffer size for the large output | |
330 | from the command. Remove "i*86-*-bsdi2.0" xfail. | |
331 | ||
5b1748d4 PS |
332 | Sat Sep 2 06:41:26 1995 Peter Schauer ([email protected]) |
333 | ||
334 | * gdb.base/setvar.exp: Add new testcases for truncation when | |
335 | assigning invalid values to bitfields. | |
336 | ||
218f9f03 FF |
337 | Sat Sep 2 00:17:31 1995 Fred Fish <[email protected]> |
338 | ||
339 | * gdb.base/callfuncs.exp (do_function_calls): Remove | |
340 | mips-sgi-irix* xfail for | |
341 | "call inferior func with struct - returns char *" | |
342 | and fix test so that an optional (unsigned char *) cast is | |
343 | accepted in the result. | |
344 | ||
c08e5694 FF |
345 | Fri Sep 1 13:42:01 1995 Fred Fish <[email protected]> |
346 | ||
347 | * gdb.base/funcargs.exp (float_and_integral_args): Remove | |
348 | sparc-sun-solaris2* xfail for "print f1 after run to call2a". | |
349 | * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix. | |
350 | * gdb.base/signals.exp: Remove duplicate "handle all print" test | |
351 | that accidentally got checked in. | |
352 | ||
5762d8c6 FF |
353 | Sun Aug 27 23:35:35 1995 Fred Fish <[email protected]> |
354 | ||
355 | * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2* | |
356 | clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc | |
357 | compiled test. | |
358 | * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer): | |
359 | Add mips-sgi-irix5* xfail for not gcc compiled. | |
360 | * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci. | |
361 | * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for | |
362 | "p top", "whatis top", "p middle", and "whatis middle". | |
363 | * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for | |
364 | "whatis signed char" for not gcc compiled. | |
365 | * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for | |
366 | "set variable signed char=-1 (-1)" and | |
367 | "set variable signed char=0xFF (0xFF)" for not gcc compiled. | |
368 | * gdb.base/funcargs.exp (float_and_integral_args): | |
369 | Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled. | |
370 | Add mips-sgi-irix* xfail when not gcc compiled for | |
371 | "continue to call2b". | |
372 | Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for | |
373 | "continue to call2g". | |
374 | (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for | |
375 | "backtrace from call6a" | |
376 | (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for | |
377 | "backtrace from call7k". | |
378 | Add mips-sgi-irix5* xfail when not gcc compiled for | |
379 | "backtrace from call7a". | |
380 | (localvars_after_alloca): Fix gdb_test cmds for | |
381 | "print * after runto ...". | |
382 | Remove rs6000-*-* xfails for | |
383 | "print i after runto localvars_after_alloca" and | |
384 | "print l after runto localvars_after_alloca" | |
385 | for all compilers. | |
386 | * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5), | |
387 | when not compiled with gcc, for: | |
388 | "print signed char == (minus)", | |
389 | "print signed char != (minus)", | |
390 | "print signed char < (minus)", | |
391 | "print signed char > (minus)". | |
392 | * gdb.base/callfuncs.exp (do_function_calls): | |
393 | Add mips-sgi-irix* xfail, when compiled with native compiler, for | |
394 | "call inferior func with struct - returns char *". | |
395 | * gdb.base/return.exp (return_tests): Change xfail for | |
396 | "correct value returned double test" to include Solaris 2.4. | |
397 | * gdb.base/funcargs.exp (float_and_integral_args): | |
398 | Add sparc-sun-solaris2* xfail for "print f1 after run to call2a". | |
399 | ||
3c88a10a PS |
400 | Sat Aug 26 00:26:11 1995 Peter Schauer ([email protected]) |
401 | ||
402 | * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for | |
403 | enumeration bitfields if compiling with GNU C. | |
404 | * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path | |
405 | to empty' prompt. | |
406 | ||
80d28979 JL |
407 | Tue Aug 22 00:30:37 1995 Jeff Law ([email protected]) |
408 | ||
b9ba33e6 JL |
409 | * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run |
410 | test for PRO targets. | |
411 | ||
80d28979 JL |
412 | * gdb.base/funcargs.exp: Avoid ever setting more than 8 |
413 | breakpoints in the inferior at any given time by making | |
414 | two groups of breakpoints for call2*, call6* and call7* | |
415 | tests. | |
416 | ||
71568251 PS |
417 | Sun Aug 20 06:58:25 1995 Peter Schauer ([email protected]) |
418 | ||
419 | * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change. | |
420 | * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc | |
421 | from optimizing it away. | |
422 | * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for | |
423 | "call inferior func with struct". | |
424 | ||
46ce3de0 SS |
425 | Wed Aug 16 11:57:15 1995 Stan Shebs <[email protected]> |
426 | ||
427 | * configure.in: Only configure gdb.chill for particular targets. | |
428 | ||
ce102e96 FF |
429 | Tue Aug 15 09:42:44 1995 Fred Fish <[email protected]> |
430 | ||
431 | * gdb.base/Makefile.in: Add action to .c.o transformation | |
432 | rule that generates a .ci file for each .o file and remove | |
433 | explicit .c.o rules except for callfuncs.o. | |
434 | * gdb.c++/Makefile.in: Add .cc.o transformation rule that | |
435 | generates a .ci file for each .o file and remove explicit | |
436 | .cc.o rules. | |
437 | (clean): Remove *.tmp *.ci files. | |
438 | (EXECUTABLES): Remove templ-info.exp. | |
439 | * gdb.base/compiler.c: New file. | |
440 | * gdb.c++/compiler.cc: New file | |
441 | * gdb.base/scope.exp: Source gdb.base/scope.ci. | |
442 | Change rs6000-*-* xfail for | |
443 | "print 'scope0.c'::filelocal_ro" and | |
444 | "print 'scope1.c'::filelocal" and | |
445 | "print 'scope1.c'::filelocal_bss" and | |
446 | "print 'scope1.c'::filelocal_ro" and | |
447 | "print 'scope1.c'::foo::funclocal" and | |
448 | "print 'scope1.c'::foo::funclocal_ro" and | |
449 | "print 'scope1.c'::bar::funclocal" and | |
450 | "print 'scope0.c'::filelocal_ro" and | |
451 | "print 'scope1.c'::filelocal at foo" and | |
452 | "print 'scope1.c'::filelocal_bss at foo" and | |
453 | "print 'scope1.c'::filelocal_ro at foo" and | |
454 | "print 'scope1.c'::foo::funclocal at foo" and | |
455 | "print 'scope1.c'::foo::funclocal_bss at foo" and | |
456 | "print 'scope1.c'::foo::funclocal_ro at foo" and | |
457 | "print 'scope1.c'::bar::funclocal at foo" and | |
458 | "print 'scope0.c'::filelocal_ro" and | |
459 | "print 'scope1.c'::filelocal" and | |
460 | "print 'scope1.c'::filelocal_bss" and | |
461 | "print 'scope1.c'::filelocal_ro" and | |
462 | "print 'scope1.c'::foo::funclocal" and | |
463 | "print 'scope1.c'::foo::funclocal_bss" and | |
464 | "print 'scope1.c'::foo::funclocal_ro" and | |
465 | "print 'scope1.c'::bar::funclocal" and | |
466 | "print 'scope1.c'::bar::funclocal_bss" | |
467 | to only be xfail'd when not compiled with gcc. | |
468 | Add rs6000-*-* xfail for | |
469 | "print 'scope0.c'::filelocal_bss before run" | |
470 | when compiled with gcc. | |
471 | (test_at_main): Add rs6000-*-* xfail for | |
472 | "print filelocal_ro in test_at_main" | |
473 | when compiled with gcc. | |
474 | * gdb.base/ptype.exp: Source gdb.base/ptype.ci. | |
475 | Add rs6000-*-aix* xfail for | |
476 | "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and | |
477 | "ptype t_char_array", not compiled with gcc. | |
478 | * gdb.base/list.exp (test_list_function): Add rs6000-*-* | |
479 | xfail for "list foo (in include file)" when gcc compiled. | |
480 | * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci | |
481 | (integral_args): Add rs6000-*-* xfail for | |
482 | "run to call0a" if not compiled with gcc. | |
483 | (unsigned_integral_args): Add rs6000-*-* xfail for | |
484 | "run to call1a" if not compiled with gcc. | |
485 | (float_and_integral_args): Add rs6000-*-* xfail for | |
486 | "run to call2a" if not compiled with gcc and for | |
487 | "continue to call2b" for any compiler. | |
488 | Add rs6000-*-* xfail to | |
489 | "print f1 after run to call2a" for gcc compiled. | |
490 | (discard_and_shuffle): Add rs6000-*-* xfail for | |
491 | "run to call6a". | |
492 | (shuffle_round_robin): Add rs6000-*-* xfail for | |
493 | "backtrace from call7a" if not compiled with gcc. | |
494 | Add rs6000-*-* xfail for | |
495 | "backtrace from call7b" if compiled with gcc. | |
496 | (call_after_alloca): Add rs6000-*-* xfail for | |
497 | "print c in call_after_alloca" and | |
498 | "print s in call_after_alloca" and | |
499 | "backtrace from call_after_alloca_subr" | |
500 | if not compiled with gcc. | |
501 | (localvars_in_indirect_call): Add rs6000-*-* xfail for | |
502 | "print c in localvars_in_indirect_call" and | |
503 | "print c in localvars_in_indirect_call" and | |
504 | "backtrace in indirectly called function" and | |
505 | "stepping into indirectly called function" | |
506 | if not compiled with gcc. | |
507 | (localvars_after_alloca): Add rs6000-*-* xfail for | |
508 | "print c after runto localvars_after_alloca" and | |
509 | "print s after runto localvars_after_alloca" and | |
510 | "print i after runto localvars_after_alloca" and | |
511 | "print l after runto localvars_after_alloca" | |
512 | for all compilers. | |
513 | * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather | |
514 | than whatis-info.exp. | |
515 | * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather | |
516 | than opaque-info.exp. | |
517 | Setup rs6000-*-* xfail for | |
518 | "ptype on opaque struct pointer (statically)" and | |
519 | "ptype on opaque struct pointer (dynamically)" when | |
520 | not compiled with gcc. | |
521 | * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci | |
522 | rather than callf-info.exp. | |
523 | (do_function_calls): Add clear_xfail for rs6000-*-* for | |
524 | "p t_float_values2(3.14159,float_val2)". Seems to work | |
525 | fine there, both with xlc and gcc. Need to find out what | |
526 | it is doing right and fix other platforms. | |
527 | * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for | |
528 | "call inferior func with struct - returns int", | |
529 | "call inferior func with struct - returns long", | |
530 | "call inferior func with struct - returns float", | |
531 | "call inferior func with struct - returns double", | |
532 | "call inferior func with struct - returns char *", | |
533 | but only if not gcc compiled (presumes xlc compiled). | |
534 | Change rs6000-*-* xfails for | |
535 | "call inferior func with struct - returns char" and | |
536 | " call inferior func with struct - returns short" to only | |
537 | xfail if not using gcc. | |
538 | (clean mostlyclean): Remove *.ci and *.tmp files. | |
539 | * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather | |
540 | than templ-info.exp. | |
541 | * gdb.base/langs.exp: Source gdb.base/langs.ci. | |
542 | Add rs6000-*-* xfail for "up to foo in langs.exp" | |
543 | "up to cppsub_ in langs.exp" and "up to fsub in langs.exp" | |
544 | when not gcc compiled. | |
545 | ||
5c6f833b JL |
546 | Sat Aug 12 15:05:36 1995 Jeffrey A. Law <[email protected]> |
547 | ||
548 | * gdb.base/callfuncs.exp: Add xfails for the powerpc. | |
549 | * gdb.base/corefile.exp: Likewise. | |
550 | * gdb.base/list.exp: Likewise. | |
551 | * gdb.base/scope.exp: Likewise. | |
552 | * gdb.base/siganls.exp: Likewise. | |
553 | ||
554 | * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4 | |
555 | compiler output. | |
556 | * gdb.base/whatis.exp: Likewise. | |
557 | ||
e334d7ea JL |
558 | start-sanitize-sh3e |
559 | Fri Aug 11 13:36:20 1995 Jeff Law ([email protected]) | |
560 | ||
561 | * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a | |
562 | failure (opcode table has been fixed to match reality). | |
563 | ||
564 | end-sanitize-sh3e | |
c08e5694 | 565 | Mon Aug 14 09:01:59 1995 Fred Fish <[email protected]> |
ce102e96 FF |
566 | |
567 | * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for | |
568 | "call inferior func with struct - returns char", | |
569 | "call inferior func with struct - returns short" | |
570 | ||
571 | * gdb.base/scope.exp: Remove rs6000-*-* xfails for | |
572 | "print 'scope0.c'::filelocal at main", | |
573 | "print 'scope0.c'::filelocal_bss in test_at_main", | |
574 | "print 'scope0.c'::filelocal at foo", | |
575 | "print 'scope0.c'::filelocal_bss in test_at_foo", | |
576 | "print 'scope0.c'::filelocal at bar", | |
577 | "print 'scope0.c'::filelocal_bss in test_at_bar" | |
578 | ||
579 | * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function | |
580 | in source file 1". This bug seems to have been fixed with both | |
581 | gcc and native cc (was native assembler bug?). | |
582 | ||
06c87bef FF |
583 | Wed Aug 9 08:04:12 1995 Fred Fish ([email protected]) |
584 | ||
585 | * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for | |
586 | "backtrace through signal handler" to "i*86-*-sysv4*". | |
587 | * gdb.base/signals.exp: Add xfail for "'next' behaved as | |
588 | continue" case. Add "known SVR4 bug" to fail message. | |
589 | Add "i*86-*-bsdi2.0" xfail for "handle all print". | |
590 | Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1". | |
591 | * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for | |
592 | "whatis unnamed typedef'd enum..." and "ptype t_char_array". | |
593 | * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for | |
594 | "up to foo in langs.exp", "show language at foo in | |
595 | langs.exp", "up to cppsub_ in langs.exp", "show | |
596 | language at cppsub_ in langs.exp", "up to fsub in | |
597 | langs.exp", and "show language at fsub in langs.exp". | |
598 | * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for | |
599 | "bactrace in corefile.exp". | |
600 | * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for | |
601 | "call inferior function with struct - returns float" and | |
602 | "call inferior function with struct - returns double". | |
603 | ||
98395eaf JL |
604 | start-sanitize-sh3e |
605 | Mon Aug 7 02:43:28 1995 Jeff Law ([email protected]) | |
606 | ||
607 | * gdb.disasm/sh3.s: Source for sh3 disassembler tests. | |
608 | * gdb.disasm/sh3.exp: Run the sh3 disassembler tests. | |
609 | * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment. | |
610 | * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests. | |
611 | ||
612 | end-sanitize-sh3e | |
06c87bef FF |
613 | Mon Aug 7 08:09:37 1995 Fred Fish <[email protected]> |
614 | ||
615 | * Makefile.in (CHILL_FOR_TARGET): Use previously defined | |
616 | (or overriden) "CHILL" macro rather then bare "gcc". | |
617 | Also look for ../../gcc/xgcc since that is what we will | |
618 | actually need, not "Makefile". Remove following assignment | |
619 | of CHILL to CHILL_FOR_TARGET because that results in | |
620 | recursive definition. | |
621 | ||
db186b3d FF |
622 | Sun Aug 6 16:52:29 1995 Fred Fish <[email protected]> |
623 | ||
624 | * gdb.base/corefile.exp: Change xfail for backtrace in | |
625 | corefile.exp from linuxaout to all linux. | |
626 | * gdb.base/sigall.exp (test_one_sig): Specifically deal with | |
627 | cases where we miss the breakpoint at the signal handler | |
628 | for some reason. Setup xfail for linuxoldld/linuxaout and | |
629 | getting SIGIO. Setup xfail for linuxoldld/linuxaout for | |
630 | hitting SIGURG breakpoint. | |
631 | * gdb.base/signals.exp: Setup xfail for "next" acting like | |
632 | continue to add linuxoldld. Setup xfail for all linux for | |
633 | "next to handler in signals_tests_1", "backtrace in | |
634 | signals_tests_1", "continue to func1", "pass SIGUSR1", | |
635 | and continue to handler". | |
636 | ||
637 | Thu Aug 3 10:45:37 1995 Fred Fish <[email protected]> | |
638 | ||
639 | * Update all FSF addresses except those in COPYING* files. | |
640 | ||
87544f53 FF |
641 | Sun Jul 30 17:50:35 1995 Fred Fish <[email protected]> |
642 | ||
643 | * gdb.base/a2-run.exp: Change messages to be more explicit about | |
644 | the status of args, and quote binfile in results. | |
645 | ||
eed4066f FF |
646 | Sun Jul 30 10:24:20 1995 Fred Fish <[email protected]> |
647 | ||
648 | * gdb.base/callfuncs.exp: Add tests for passing structs to | |
649 | inferior functions and return various types. | |
650 | * gdb.base/callfuncs.c: Add functions to receive a struct | |
651 | and return a member of the struct, in various types. | |
652 | ||
96fd3d08 PS |
653 | Sat Jul 29 14:22:33 1995 Peter Schauer ([email protected]) |
654 | ||
655 | * gdb.base/Makefile.in (clean): Remove callf-info.exp. | |
656 | ||
657 | Fri Jul 28 13:36:11 1995 Brendan Kehoe <[email protected]> | |
658 | ||
659 | * config/vxworks29k.exp: New file, sources vxworks.exp. | |
660 | ||
e72d8622 JL |
661 | Fri Jul 28 00:28:36 1995 Jeffrey A. Law <[email protected]> |
662 | ||
663 | * config/gdbremote.exp: New file. Testing framework using | |
664 | gdbserver. | |
665 | ||
3b013a3a FF |
666 | Thu Jul 27 12:17:14 1995 Fred Fish ([email protected]) |
667 | ||
668 | * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for | |
669 | "call function when asleep" and "send end of file". | |
670 | * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list | |
671 | for "backtrace in corefile.exp". | |
672 | * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list | |
673 | for "backtrace through signal handler". | |
674 | * gdb.base/corefile.exp: Make sure we actually generate a core file | |
675 | before trying the core tests. Some systems allow the user to suppress | |
676 | generation of core files and default to that (linux for example). | |
677 | * gdb.base/signals.exp: Change xfail for "next" acting like "continue" | |
678 | from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta. | |
679 | ||
680 | Tue Jul 25 17:30:10 1995 Jeffrey A. Law <[email protected]> | |
681 | ||
682 | * gdb.threads: New directory with some crude multi-threaded | |
683 | gdb tests (step.exp and step2.exp). | |
684 | * config/mt-lynx (STEP_EXECUTABLE): Define. | |
685 | (THREADFLAGS): Define. | |
686 | ||
2f11e8d4 JL |
687 | Tue Jul 25 01:03:52 1995 Jeff Law ([email protected]) |
688 | ||
d9d9e563 JL |
689 | * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx. |
690 | ||
8b67f01d JL |
691 | * gdb.base/signals.exp: Disable whole file for lynx until |
692 | further notice. | |
693 | ||
2f11e8d4 JL |
694 | * gdb.base/signals.exp: xfail test where "next" acts like |
695 | "continue" for lynx. | |
23843691 | 696 | |
92d9020d JL |
697 | * gdb.base/interrupt.exp: xfail test for calling function while |
698 | inferior is asleep for lynx. | |
699 | ||
23843691 JL |
700 | * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more |
701 | than one cr-lf after each command. | |
702 | ||
fe3c360b PS |
703 | Sun Jul 23 23:33:18 1995 Peter Schauer ([email protected]) |
704 | ||
705 | * configure.in: Reinstate setting of stabsdirs variable, fix | |
706 | typo in setting up configdirs for native builds. | |
707 | ||
708 | * gdb.base/return.exp: Fix typo in return double test. | |
709 | * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the | |
710 | compiler from optimizing them away. | |
711 | ||
712 | Fri Jul 21 11:39:34 1995 Jeff Law ([email protected]) | |
713 | ||
714 | * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf | |
715 | sequences to be echo'd by gdb when using gdb_test. | |
716 | * gdb.chill/chexp.exp: Likewise. | |
717 | * gdb.fortran/exprs.exp: Likewise | |
718 | ||
f1c9e446 JL |
719 | Thu Jul 20 13:28:36 1995 Jeffrey A. Law <[email protected]> |
720 | ||
721 | * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds | |
722 | after the inferior gdb has started. | |
723 | ||
724 | * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf | |
725 | after each command. | |
726 | * gdb.base/funcargs.exp: Likewise. | |
727 | * gdb.base/gdbvars.exp: Likewise. | |
728 | * gdb.base/interrupt.exp: Likewise. | |
729 | * gdb.base/list.exp: Likewise. | |
730 | * gdb.base/watchpoint.exp: Likewise. | |
731 | * gdb.c++/demangle.exp: Likewise. | |
732 | * gdb.c++/inherit.exp: Likewise. | |
733 | * gdb.chill/chexp.exp: Likewise. | |
734 | * gdb.fortran/exprs.exp: Likewise. | |
f4c40a88 | 735 | |
9ce4ab84 JL |
736 | * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall |
737 | test if we can't handle IO to/from the inferior. | |
738 | ||
35e7ac7f JL |
739 | * gdb.c++/misc.exp: Always check for a program already being |
740 | started after sending a "run" command to gdb. | |
741 | ||
b2620293 JL |
742 | * gdb.base/twice.exp: Start with a fresh gdb. |
743 | ||
780f9763 JL |
744 | * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests |
745 | only depend on gdb's expression code, not the chill runtime. | |
746 | ||
f20dfd56 JL |
747 | * gdb.base/return.c: Put return values into variables so we |
748 | can have gdb print them rather than depending on the program | |
749 | to print them. | |
750 | * gdb.base/return.exp: Corresponding changes. | |
751 | ||
46e8d411 JL |
752 | * lib/gdb.exp: Provide default value for noinferiorio. |
753 | * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from | |
754 | the inferior. | |
755 | ||
8c72d4fc JL |
756 | * gdb.base/break.exp: Always check for a program already being |
757 | started after sending a "run" command to gdb. | |
758 | (text_next_with_recursion): Don't check the output from the | |
759 | program's printf statement. Instead just make sure the program | |
760 | exited. | |
761 | ||
f4c40a88 JL |
762 | * gdb.base/commands.exp: Protect tests which need arguments with |
763 | $noargs conditionals. | |
764 | ||
4bbec291 PS |
765 | Wed Jul 19 22:42:43 1995 Peter Schauer ([email protected]) |
766 | ||
767 | * gdb.base/printcmds.exp: Adjust expect patterns for addresses | |
768 | of structure member arrays to match gdb/valops.c:value_addr change. | |
769 | ||
770 | Mon Jul 17 10:12:27 1995 Jeff Law ([email protected]) | |
771 | ||
772 | * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout | |
773 | cases. | |
774 | ||
c08e5694 | 775 | Wed Jul 12 10:20:08 1995 Fred Fish ([email protected]) |
b49f423b | 776 | |
69423808 FF |
777 | * configure.in (configdirs): Remove gdb.chill from default list |
778 | of subdirs and then add it back in only if doing a native build. | |
779 | The current chill compiler does not yet work in any cross build. | |
b49f423b FF |
780 | * Revert all signal changes from Jul 6. |
781 | * gdb.base/{sigall.c signals.c}: Define away signal() and alarm() | |
782 | for sh-hms targets, allowing these tests to link, with no other | |
783 | changes. Testing is suppressed by setting "nosignals" in site.exp. | |
784 | ||
785 | Thu Jul 6 20:58:30 1995 Fred Fish ([email protected]) | |
786 | ||
787 | * configure.in (signaldirs): Define and add to configdirs for all | |
788 | targets except some specific ones that are known to not support signals. | |
789 | Also clean up formatting. | |
790 | * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals. | |
791 | (signals, sigall): Remove rules to build. | |
792 | * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}: | |
793 | Moved to new gdb.signals directory. | |
794 | * gdb.signals: New test directory. | |
795 | * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp, | |
796 | signals.c signals.exp}: New or moved files. | |
797 | ||
c9f7cd7b JL |
798 | Sun Jun 25 12:55:18 1995 Jeff Law ([email protected]) |
799 | ||
800 | * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist. | |
801 | ||
b49f423b | 802 | Wed Jun 21 16:35:55 1995 Fred Fish <[email protected]> |
b9f12fd9 FF |
803 | |
804 | * gdb.base/return.exp: Xfail `return double' test failure | |
805 | on at least Solaris 2.3 and handle future/past versions on | |
806 | a case by case basis as appropriate. Also update message | |
807 | to include i*86 failures. | |
808 | ||
0835edd6 JK |
809 | Wed May 24 07:10:10 1995 Jim Kingdon ([email protected]) |
810 | ||
b9f12fd9 FF |
811 | * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS. |
812 | ||
813 | * lib/gdb.exp: Fix comment which erroneously identified | |
814 | gdb_file_cmd as gdb_load (the 19 May change was in fact to | |
815 | gdb_file_cmd not gdb_load). | |
816 | * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout". | |
817 | ||
0835edd6 JK |
818 | * gdb.base/setvar.exp: Make test names consistent between pass and |
819 | fail cases. Use gdb_test more. | |
820 | ||
821 | Fri May 19 07:22:58 1995 Jim Kingdon ([email protected]) | |
822 | ||
823 | * lib/gdb.exp (gdb_load): Add "upvar timeout timeout". | |
824 | ||
825 | Mon May 15 23:50:51 1995 Peter Schauer ([email protected]) | |
826 | ||
827 | * gdb.base/help.exp: Fix expected help string for `show commands'. | |
828 | ||
fe5d4b85 JK |
829 | Thu May 11 07:55:11 1995 Jim Kingdon <[email protected]> |
830 | ||
831 | * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM. | |
832 | ||
833 | * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack | |
834 | of a text section. | |
835 | ||
f031fc2c SG |
836 | Thu May 11 15:02:24 1995 Stu Grossman ([email protected]) |
837 | ||
838 | * config/monitor.exp (gdb_target_monitor): Fix loop interator so | |
7c71315c SG |
839 | that loop eventually terminates. Fix Connection refused logic so |
840 | that testsuite will expire nicely. | |
f031fc2c | 841 | |
7e7b4a02 SG |
842 | Wed May 10 17:57:35 1995 Stu Grossman ([email protected]) |
843 | ||
844 | * config/cpu32bug.exp, config/est.exp, config/hppro.exp, | |
845 | config/rom68k.exp: New tcl glue for the appropriate monitors. | |
846 | These all just end up calling monitor.exp. | |
847 | * config/monitor.exp (gdb_target_monitor): Handle `Connection | |
848 | refused' by retrying. Cleanup some timeout issues. | |
849 | * (gdb_load): Reduce timeout. Cleanup some timeout issues. | |
850 | * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that | |
851 | callers don't have to set/restore global timeout variable. | |
852 | ||
853 | * The following set of changes centralizes management of the global | |
854 | timeout variable. This way, it can be set in one target dependent | |
855 | place instead of dozens of places scattered throughout the test suite. | |
856 | If you need to lengthen a timeout, then you should either set timeout | |
857 | in one of the config/{target}.exp files, or multiply it by a factor. | |
858 | Setting it to an absolute value is always going to lose for some | |
859 | targets. | |
860 | * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout. | |
861 | * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout. | |
862 | * gdb.base/funcargs.exp: Don't set timeout. | |
863 | * gdb.base/list.exp (test_forward_search): Only use local timeout. | |
864 | * gdb.base/printcmds.exp (test_print_string_constants | |
865 | test_print_array_constants): Don't set timeout. | |
866 | * gdb.base/ptype.exp: Don't set timeout. | |
867 | * gdb.base/recurse.exp: Don't set timeout. | |
868 | * gdb.base/return.exp: Don't set timeout. | |
869 | * gdb.base/watchpoint.exp: Don't set timeout. | |
870 | * gdb.c++/classes.exp (do_tests): Don't set timeout. | |
871 | * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout. | |
872 | ||
5c36767e TG |
873 | Wed May 10 16:03:23 1995 Torbjorn Granlund <[email protected]> |
874 | ||
875 | * Makefile.in: Make clean targets work also when SUBDIRS is empty. | |
876 | ||
877 | Mon May 1 07:32:48 1995 Jim Kingdon ([email protected]) | |
878 | ||
879 | * lib/gdb.exp: Disable chill tests for irix5. | |
880 | ||
7da20c11 JK |
881 | Wed Apr 26 07:36:03 1995 Jim Kingdon ([email protected]) |
882 | ||
883 | * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make | |
884 | each test pass or fail. | |
885 | ||
b074fd2f JK |
886 | Sun Apr 23 21:32:32 1995 Jim Kingdon ([email protected]) |
887 | ||
888 | * gdb.base/opaque.exp: Remove xfails for aix; print a warning if | |
889 | xlc not gcc. | |
890 | ||
1e2bb164 SG |
891 | Fri Apr 21 15:44:02 1995 Stu Grossman ([email protected]) |
892 | ||
893 | * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp. | |
894 | ||
43967a76 SG |
895 | Wed Apr 19 17:41:21 1995 Stu Grossman ([email protected]) |
896 | ||
897 | * config/est.exp: Fix copyright and comments. Remove dead code. | |
898 | Use targetname, serialport and baud variables instead of fixed | |
899 | constants. | |
900 | * config/rom68k.exp: Fix copyright and comments. Remove dead code. | |
901 | * config/cpu32bug.exp: New file to support cpu32bug monitors. | |
902 | ||
4c5eefab JK |
903 | Wed Apr 19 13:47:16 1995 Jim Kingdon ([email protected]) |
904 | ||
905 | * gdb.base/watchpoint.exp: Don't run | |
906 | test_watchpoint_triggered_in_syscall for sunos. | |
907 | ||
908 | Mon Apr 17 12:48:52 1995 Jim Kingdon ([email protected]) | |
909 | ||
910 | * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h; | |
911 | they don't seem to exist. Do include stdio.h. | |
912 | ||
9b86fdca JK |
913 | Fri Apr 14 09:40:22 1995 Jim Kingdon ([email protected]) |
914 | ||
915 | * gdb.base/a1-selftest.exp: Add alpha xfail. | |
916 | ||
917 | Mon Apr 10 13:07:50 1995 Jim Kingdon ([email protected]) | |
918 | ||
919 | * gdb.base/watchpoint.c (main): Prompt before calling read(). | |
920 | * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall): | |
921 | Revise accordingly. Remove cruft about sending "123" several | |
922 | times, until it gets noticed. Clean up the "print buf[0]" stuff | |
923 | so that it passes or fails, and waits for prompts in the usual way. | |
924 | ||
06ce5be9 JK |
925 | Sun Apr 9 09:02:36 1995 Jim Kingdon ([email protected]) |
926 | ||
4dc75a28 JK |
927 | * gdb.base/recurse.exp: Fix comment. |
928 | ||
929 | * TODO: Remove item about printing variables in nodebug.exp. Add | |
930 | item about enabling tests which are only run on some targets. | |
931 | ||
932 | * gdb.base/watchpoint.exp: Various cleanups (make each test pass or | |
933 | fail, make test names unique, use new gdb_test convention | |
934 | regarding pattern, use gdb_test more, etc.). | |
935 | ||
06ce5be9 JK |
936 | * gdb.base/bitfields.exp: Various cleanups (make each test pass or |
937 | fail, make test names unique, etc.). | |
938 | ||
6b61e21d PS |
939 | Sat Apr 8 02:47:45 1995 Peter Schauer ([email protected]) |
940 | ||
941 | * gdb.base/nodebug.c: Change return type of top and middle to | |
942 | short. | |
943 | * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they | |
944 | are fixed by the recent mdebugread.c changes. Allow `short ()' | |
945 | as type for top and middle. | |
946 | ||
84ccb887 JK |
947 | Thu Apr 6 08:54:18 1995 Jim Kingdon ([email protected]) |
948 | ||
949 | * gdb.base/break.exp: Remove commented out if $usestubs {}. As | |
950 | nearly as I can tell, the whole thing was an accident in Stu's | |
951 | change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant | |
952 | to replace a send/expect pair with gdb_test, but ended up only | |
953 | adding the gdb_test. My change of 24 Mar 1995 and Kung's change | |
954 | of 30 Mar 1995 took care of it, but left this vestigial comment | |
955 | which I am now nuking. | |
956 | ||
957 | Mon Apr 3 09:00:27 1995 Jim Kingdon ([email protected]) | |
958 | ||
959 | * gdb.base/break.exp: Look for different line number for | |
960 | breakpoint at main depending on usestubs. | |
961 | ||
4507de2d PS |
962 | Sun Apr 2 08:15:45 1995 Peter Schauer ([email protected]) |
963 | ||
964 | * gdb.base/list.exp: Adjust some alternate expect patterns to | |
965 | match recent list0.c change. Add alternate expect pattern for | |
966 | output from `list default lines around main' for optimizing | |
967 | compilers. | |
968 | ||
24b26999 JK |
969 | Sat Apr 1 07:23:22 1995 Jim Kingdon ([email protected]) |
970 | ||
971 | * lib/gdb.exp: If nosignals is not set, set it to 0. | |
972 | ||
241b4dff KH |
973 | Fri Mar 31 16:13:48 1995 Kung Hsu <[email protected]> |
974 | ||
975 | * config/slite-gdb.exp: Responds to load symbol table prompt. | |
976 | * gdb.base/break.exp: Adjust line number, fix rerun. | |
977 | * gdb.base/langs0.c: Add #ifdef usestubs. | |
978 | ||
6413ee42 KH |
979 | Thu Mar 30 15:36:55 1995 Kung Hsu <[email protected]> |
980 | ||
a04abecc KH |
981 | * gdb.base/list.exp: Adjust line contents after adding new lines in |
982 | list0.c. Also fix a syntax error. | |
983 | ||
6413ee42 KH |
984 | * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs. |
985 | * gdb.base/break.exp: ditto. | |
986 | * gdb.base/list.exp: ditto. | |
987 | * gdb.base/bitfields.c: Add #ifdef usestubs in main(). | |
988 | * gdb.base/run.c: ditto. | |
989 | * gdb.base/list0.c: ditto. | |
990 | * gdb.base/funcargs.c: ditto. | |
991 | ||
f66a7902 SG |
992 | Wed Mar 29 17:09:29 1995 Stu Grossman ([email protected]) |
993 | ||
994 | * testsuite/config/rom68k.exp (gdb_target_rom68k): Use | |
995 | $targetname, $serialport and $baud instead of hardwired variables. | |
996 | * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the | |
997 | target doesn't support signals. | |
998 | ||
3c23a941 KH |
999 | Wed Mar 29 12:29:34 1995 Kung Hsu <[email protected]> |
1000 | ||
1001 | * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1. | |
1002 | ||
d87e7706 JK |
1003 | Tue Mar 28 08:46:45 1995 Jim Kingdon ([email protected]) |
1004 | ||
1005 | * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(. | |
1006 | Don't rely on the value of an auto variable before it has been | |
1007 | initialized. Use gdb_test more. | |
1008 | ||
b34b32e7 JK |
1009 | Mon Mar 27 08:00:34 1995 Jim Kingdon ([email protected]) |
1010 | ||
1011 | * lib/gdb.exp (default_gdb_version): A version number must start | |
1012 | with a digit, but other than that contains all characters up to | |
1013 | the first whitespace character. | |
1014 | ||
d894a6e9 JK |
1015 | Sun Mar 26 13:19:32 1995 Jim Kingdon ([email protected]) |
1016 | ||
1017 | * gdb.base/commands.exp (breakpoint_command_test): New tests. | |
1018 | ||
74cb8a36 JK |
1019 | Sat Mar 25 15:38:06 1995 Jim Kingdon ([email protected]) |
1020 | ||
1021 | * gdb.c++/*.exp: Warn if executable does not exist. The original | |
1022 | reason for skipping the warning was that configure.in sometimes | |
1023 | intentionally skipped building the executables but the tcl code | |
1024 | had no way of knowing. That (a) was always bogus with respect to | |
1025 | error handling, (b) is no longer true (right now there is no way | |
1026 | to skip C++ tests). | |
1027 | ||
1028 | * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables. | |
1029 | ||
766de354 PS |
1030 | Sat Mar 25 01:16:10 1995 Peter Schauer ([email protected]) |
1031 | ||
1032 | * gdb.base/list.exp: Add expect patterns for output from | |
1033 | SunPRO compiled executables. | |
1034 | * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_* | |
1035 | types. | |
1036 | ||
1ef0c066 JK |
1037 | Fri Mar 24 06:11:05 1995 Jim Kingdon ([email protected]) |
1038 | ||
62f2c808 JK |
1039 | * gdb.base/break.exp (test_next_with_recursion): Accept any line |
1040 | number (we are already testing that the correct source line text | |
1041 | gets printed). | |
1042 | ||
1043 | * gdb.base/break.exp: Make one test if $usestubs. I'm not sure | |
1044 | that is what is intended, but something needed to be done to get | |
1045 | sunos4 native working again. | |
1046 | ||
1047 | * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef). | |
1048 | ||
1ef0c066 JK |
1049 | * gdb.base/a1-selftest.exp (test_with_self): Remove comment which |
1050 | apparently went with a (very) old xfail. | |
1051 | ||
a302b5c2 KH |
1052 | Fri Mar 24 13:41:09 1995 Kung Hsu <[email protected]> |
1053 | ||
1054 | * gdb.base/callfuncs.exp: call runto_main instead of runto main. | |
1055 | runto_main is a proc in gdb.exp that will do 'step' for target use | |
1056 | stubs. | |
1057 | * gdb.base/exprs.exp: ditto. | |
1058 | * gdb.base/interrupt.exp: ditto. | |
1059 | * gdb.base/opaque.exp: ditto. | |
1060 | * gdb.base/printcmds.exp: ditto. | |
1061 | * gdb.base/ptype.exp: ditto. | |
1062 | * gdb.base/scope.exp: ditto. | |
1063 | * gdb.base/setvar.exp: ditto. | |
1064 | * gdb.base/signals.exp: ditto. | |
1065 | * gdb.base/twice.exp: ditto. | |
1066 | * gdb.c++/classes.exp: ditto. | |
1067 | * gdb.c++/inherit.exp: ditto. | |
1068 | * gdb.c++/templates.exp: ditto. | |
1069 | * gdb.base/break.exp: no run and hit main for stubs. Change line | |
1070 | numbers for breakpoints and info breakpoint. | |
1071 | * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and | |
1072 | breakpoint(). | |
1073 | * gdb.base/callfuncs.c: ditto. | |
1074 | * gdb.base/exprs: ditto. | |
1075 | * gdb.base/interrupt.c: ditto. | |
1076 | * gdb.base/opaque0.c: ditto. | |
1077 | * gdb.base/printcmds.c: ditto. | |
1078 | * gdb.base/ptype.c: ditto. | |
1079 | * gdb.base/scope0.c: ditto. | |
1080 | * gdb.base/setvar.c: ditto. | |
1081 | * gdb.base/signals.c: ditto. | |
1082 | * gdb.base/twice.c: ditto. | |
1083 | * gdb.c++/misc.cc: ditto. | |
1084 | * gdb.c++/templates.cc: ditto. | |
1085 | ||
6e131ad8 JK |
1086 | Fri Mar 24 06:11:05 1995 Jim Kingdon ([email protected]) |
1087 | ||
8c7ab5da JK |
1088 | * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.). |
1089 | ||
ac35a003 JK |
1090 | * gdb.base/a1-selftest.exp: Don't check for # followed by a digit |
1091 | somewhere between `read' and `main.c'. I'm pretty sure the | |
1092 | pattern ".*#\[0-9\].*" was slowing down pattern matching a lot, | |
1093 | and it isn't particularly useful. | |
1094 | ||
6e131ad8 JK |
1095 | * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(. |
1096 | ||
91e3c246 JK |
1097 | Thu Mar 23 14:58:35 1995 Jim Kingdon ([email protected]) |
1098 | ||
1099 | * gdb.base/commands.exp (infrun_breakpoint_command_test): New test. | |
1100 | ||
40ee1402 KH |
1101 | Wed Mar 22 18:36:05 1995 Kung Hsu <[email protected]> |
1102 | ||
1103 | * config/mt-slite: add LIBS and -nostdlib. | |
1104 | * config/slite-gdb.exp: add this new file to support sparclite target. | |
1105 | ||
11c54b4f DE |
1106 | Tue Mar 21 21:41:04 1995 Doug Evans <[email protected]> |
1107 | ||
1108 | * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code. | |
948121f2 DE |
1109 | |
1110 | * gdb.base/a2-run.exp: Change argument to istarget from | |
1111 | "*-*-vxworks" to "*-*-vxworks*". | |
1112 | * gdb.base/{break.exp,default.exp,scope.exp}: Likewise. | |
1113 | ||
1c2258cc KH |
1114 | Tue Mar 21 17:08:47 1995 Kung Hsu <[email protected]> |
1115 | ||
1116 | * lib/gdb.exp: add proc runto_main, for targets that use stubs, this | |
1117 | will not runto main but do a 'step' to step out of breakpoint(). | |
1118 | * config/mt-slite: add -Dusestubs. | |
1119 | ||
1d30b948 JK |
1120 | Tue Mar 21 12:14:12 1995 Jim Kingdon ([email protected]) |
1121 | ||
8abe0b3d JK |
1122 | * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@ |
1123 | instead of just @. | |
1124 | ||
0926990e JK |
1125 | * gdb.base/signals.exp: Add test for "handle all print". |
1126 | * TODO: Remove "handle all print". Also remove item about | |
1127 | checking copyright date (I don't like the idea of a spurious FAIL | |
1128 | based on when we run the tests). | |
1129 | ||
31a425c3 JK |
1130 | * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test |
1131 | for SunOS4 (reason for failure not investigated). Remove | |
1132 | redundant test for $binfile. | |
1133 | ||
edcea375 JK |
1134 | * gdb.base/nodebug.c (array_index): Call malloc. |
1135 | ||
1d30b948 JK |
1136 | * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique. |
1137 | ||
eead772b JL |
1138 | Mon Mar 20 10:08:17 1995 Jeff Law ([email protected]) |
1139 | ||
1140 | * gdb.base/recurse.exp: Update gdb_test invocation to use new | |
1141 | conventions and slightly simplify the matching regexp. | |
1142 | ||
96528ad5 JK |
1143 | Fri Mar 17 05:43:28 1995 Jim Kingdon ([email protected]) |
1144 | ||
eead772b JL |
1145 | * gdb.base/break.exp: Update gdb_test invocation to use new |
1146 | convention. | |
1147 | ||
1148 | * lib/gdb.exp: If noargs is not set, set it to 0. | |
1149 | ||
c793c274 | 1150 | * gdb.base/nodebug.exp: Comment out redundant test. Make name of |
9d96ecba | 1151 | tests unique. |
c793c274 | 1152 | |
f2ee99a4 | 1153 | * lib/gdb.exp: Skip CHILL for AIX and Solaris. |
96528ad5 | 1154 | |
3c727f72 JK |
1155 | Thu Mar 16 16:27:07 1995 Jim Kingdon ([email protected]) |
1156 | ||
1157 | * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have | |
1158 | one argument of type "<non-float parameter>". | |
1159 | ||
e8a256f8 SG |
1160 | Wed Mar 15 15:54:56 1995 Stu Grossman ([email protected]) |
1161 | ||
1162 | * config/rom68k.exp: New file to support Motorola IDP board. | |
1163 | * gdb.base/a2-run.exp: Skip this file if noargs is set. | |
1164 | * gdb.base/break.c: Change things around so that this program | |
1165 | doesn't depend upon args. This is necessary to make remote | |
1166 | targets work (in general, they can't take args). | |
1167 | * gdb.base/break.exp: Don't try to send args to program. Don't | |
1168 | expect output. Also, replace lots of code with gdb_test. | |
1169 | ||
67f35633 JK |
1170 | Wed Mar 15 04:11:14 1995 Jim Kingdon ([email protected]) |
1171 | ||
a59f104e JK |
1172 | * gdb.base/printcmds.exp (test_character_literals_accepted): Test |
1173 | printing of '\'' (which is what the comment says we are testing, | |
1174 | even though we were not), not '''. | |
1175 | (test_integer_literals_rejected): Test that printing ''' is an error. | |
1176 | ||
1177 | * gdb.fortran/exprs.exp, gdb.fortran/types.exp, | |
1178 | gdb.chill/chexp.exp, gdb.base/printcmds.exp, | |
1179 | gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp, | |
1180 | gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp: | |
1181 | Use gdb_test not test_print_accept. | |
1182 | * lib/gdb.exp: Remove test_print_accept. | |
1183 | ||
82f14c54 JK |
1184 | * gdb.base/signals.exp (signal_tests_1): Make pass message |
1185 | consistent with fail message. | |
1186 | ||
67f35633 JK |
1187 | * gdb.base/whatis.exp: Remove xfails for printing char vs. |
1188 | unsigned char; the bug (PR 1821) is fixed. | |
1189 | ||
1190 | * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868. | |
1191 | ||
1192 | * gdb.base/scope.exp (test_at_localscopes): Call pass for | |
1193 | successful tests--makes xfailing them work right. | |
1194 | ||
05918905 JK |
1195 | Tue Mar 14 07:39:19 1995 Jim Kingdon ([email protected]) |
1196 | ||
4081daa1 JK |
1197 | * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect |
1198 | only \r\n, not .*. The test can pass .* as the last thing in | |
1199 | $pattern if that is what it wants. In addition to providing this | |
1200 | flexibility, this change should speed up pattern matching in cases | |
1201 | where the pattern already ended with .* (there were a number of | |
1202 | them). This change also helps catch bad patterns--in the old | |
1203 | scheme the typo "char \*" instead of "char \\*" would pass. Now | |
1204 | it is caught. | |
1205 | * Many .exp files: Update callers. | |
1206 | ||
9be82863 JK |
1207 | * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is |
1208 | clearer and does not spuriously match multiple ('s. Likewise for | |
1209 | ) and *. | |
1210 | ||
fcb869f1 JK |
1211 | * gdb.base/nodebug.exp: Test ability to call a function and pass |
1212 | it a string (even with no debugging info). | |
1213 | ||
05918905 JK |
1214 | * gdb.base/printcmds.exp (test_integer_literals_rejected): Change |
1215 | "p '\'", which is the same as "p ''" once tcl gets done with | |
1216 | quoting, to "p '\\'", which I suspect is what is intended (one | |
1217 | backslash gets sent to GDB). | |
1218 | ||
1219 | * gdb.base/printcmds.exp (test_artificial_arrays): New tests. | |
1220 | ||
2f8996dc JK |
1221 | Fri Mar 10 13:31:46 1995 Jim Kingdon ([email protected]) |
1222 | ||
1223 | * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR | |
1224 | 1817) was fixed literally years ago. | |
1225 | ||
07b96357 PS |
1226 | Fri Mar 10 02:49:40 1995 Peter Schauer ([email protected]) |
1227 | ||
1228 | * gdb.base/funcargs.exp (call_after_alloca): Remove `next' | |
1229 | test, it causes stepping out of call_after_alloca_subr with | |
1230 | optimizing compilers. | |
1231 | (localvars_in_indirect_call): Consume GDB prompt if `finish' | |
1232 | fails. | |
1233 | ||
d4f389f6 PS |
1234 | * gdb.c++/templates.exp: Source templ-info.exp only if |
1235 | the templates executable exists. | |
1236 | ||
07b96357 PS |
1237 | * gdb.c++/misc.cc (class Contains_static_instance, |
1238 | class Contains_nested_static_instance), | |
1239 | gdb.c++/classes.exp (test_static_members): Test printing of | |
1240 | a class that contains a static instance of the class. | |
1241 | ||
1242 | Thu Mar 9 11:43:55 1995 Jim Kingdon ([email protected]) | |
1243 | ||
1244 | * gdb.base/langs2.c (cppsub_): Don't prototype. | |
1245 | * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value | |
1246 | only, I believe). | |
1247 | ||
54e85b8b JK |
1248 | Wed Mar 8 10:29:33 1995 Jim Kingdon ([email protected]) |
1249 | ||
a331c834 JK |
1250 | * lib/gdb.exp (skip_chill_tests): New procedure. |
1251 | ||
54e85b8b JK |
1252 | * gdb.base/signals.exp (signal_tests_1): xfail for irix. |
1253 | ||
4eb2d219 JL |
1254 | Mon Mar 6 10:44:06 1995 Jeff Law ([email protected]) |
1255 | ||
1256 | * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of | |
1257 | each expect pattern. Cuts runtime from 12 to about 4 seconds. | |
1258 | ||
60fdbf97 JK |
1259 | Thu Mar 2 05:31:34 1995 Jim Kingdon ([email protected]) |
1260 | ||
4eb2d219 JL |
1261 | * gdb.base/langs.exp: Don't insist that foo__Fi be demangled. |
1262 | ||
b77a4fbe JK |
1263 | * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only |
1264 | disassemble 8, not 16, instructions for part 4. | |
1265 | ||
cc5be366 JK |
1266 | * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't |
1267 | support the latter anymore. | |
1268 | ||
60fdbf97 JK |
1269 | * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try |
1270 | -DNO_PROTOTYPES. | |
1271 | * gdb.base/callfuncs.c: Control use of prototypes based on | |
54e85b8b | 1272 | NO_PROTOTYPES, not __STDC__. |
60fdbf97 JK |
1273 | * gdb.base/callfuncs.exp (do_function_calls): xfail one of the |
1274 | t_float_values2 tests if prototypes in use. | |
1275 | ||
1276 | * gdb.base/callfuncs.c (t_float_values, t_float_values2, | |
1277 | t_double_values): When checking differences against DELTA, check | |
1278 | that difference is within the range (-DELTA,DELTA), not just | |
1279 | (-infinity,DELTA). | |
1280 | ||
cb58e516 KH |
1281 | Tue Feb 28 16:28:54 1995 Kung Hsu <[email protected]> |
1282 | ||
1283 | * config/mips-gdb.exp (gdb_load): In every test case, we need to do | |
1284 | 'file' command firts, then 'target', then 'load', this is due to gdb | |
1285 | target set up. | |
1286 | * config/mips-gdb.exp: Fix a couple regular exp bugs. | |
1287 | ||
b5f105b7 JL |
1288 | Thu Feb 23 17:44:55 1995 Jeff Law ([email protected]) |
1289 | ||
1290 | * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing | |
1291 | FP load/store variants. | |
1292 | * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants. | |
1293 | ||
6aa082e0 JK |
1294 | Wed Feb 22 18:29:08 1995 Jim Kingdon <[email protected]> |
1295 | ||
1296 | * gdb.base/term.exp: Do not give a warning if not native, it is | |
1297 | not an abnormal condition. | |
1298 | ||
7cf24958 JK |
1299 | Tue Feb 21 13:08:47 1995 Jim Kingdon <[email protected]> |
1300 | ||
1301 | * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype | |
1302 | t_char_array". | |
1303 | ||
0794ff45 JK |
1304 | Sun Feb 19 13:10:06 1995 Jim Kingdon <[email protected]> |
1305 | ||
566ac567 JK |
1306 | * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we |
1307 | are getting the version number. | |
1308 | ||
0794ff45 JK |
1309 | * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning |
1310 | if not native, it is not an abnormal condition. | |
1311 | ||
f7ef65ff JK |
1312 | Thu Feb 16 15:56:56 1995 Jim Kingdon ([email protected]) |
1313 | ||
1314 | * lib/gdb.exp: Just use "file exists", rather than undocumented | |
1315 | dejagnu procedure "findfile". | |
1316 | ||
65424cda C |
1317 | Thu Feb 16 10:30:24 1995 J.T. Conklin <[email protected]> |
1318 | ||
2b53190d C |
1319 | * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks. |
1320 | (LDFLAGS): Set to -Xlinker -Ur. | |
1321 | ||
65424cda C |
1322 | * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS): |
1323 | Removed, these values are set by lib/gdb.exp. | |
1324 | ||
1325 | * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx. | |
1326 | ||
9c79b8b5 C |
1327 | Wed Feb 15 14:23:28 1995 J.T. Conklin <[email protected]> |
1328 | ||
983bfa63 C |
1329 | * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead |
1330 | of replicating gdb startup code. | |
1331 | ||
1332 | * config/mt-vxworks (LDFLAGS): Set to -r. | |
1333 | (CFLAGS_FOR_TARGET): Removed. | |
1334 | ||
1335 | * config/vx-gdb.exp: always set prompt; gdb.exp sets it to | |
1336 | (gdb) and gdb for vxworks uses (vxgdb). | |
1337 | ||
be813d02 C |
1338 | * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb |
1339 | executable is not in the tree and host != target, use sed and | |
1340 | program_transform_name to determine the gdb name used by the | |
1341 | target. | |
1342 | ||
9c79b8b5 C |
1343 | * configure.in, gdb.{base,c++,chill}/configure.in: changed so |
1344 | *-*-vxworks* matches vxworks and *-*-netware* matches NetWare. | |
1345 | ||
c44c67b5 JK |
1346 | Sun Feb 12 08:11:58 1995 Jim Kingdon ([email protected]) |
1347 | ||
9c79b8b5 C |
1348 | * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing |
1349 | floats, chars, and shorts where there are ANSI-style function | |
1350 | definitions. | |
bc778001 | 1351 | |
c44c67b5 JK |
1352 | * gdb.base/langs.exp, gdb.base/langs*: New test. |
1353 | * gdb.base/Makefile.in: Build it. | |
1354 | * TODO: Remove item about checking that C names don't get C++ | |
1355 | demangling applied; this test tests it. | |
1356 | ||
1fb1efcd JK |
1357 | Thu Feb 9 12:43:56 1995 Jim Kingdon ([email protected]) |
1358 | ||
08bac7ad JK |
1359 | * gdb.stabs/weird.exp: Remove "Haven't examined" comment which |
1360 | went with the const70 xfail. The xfail went away a year ago. | |
1361 | ||
ad325d68 JK |
1362 | * gdb.base/signals.exp: Rename a bunch of tests to give unique names. |
1363 | ||
6b045866 JK |
1364 | * gdb.base/corefile.exp: Give backtrace test unique name. xfail |
1365 | for hp300. | |
1366 | ||
1eff7097 JK |
1367 | * gdb.base/interrupt.exp: Also xfail hpux (for hp300). |
1368 | ||
1fb1efcd JK |
1369 | * gdb.base/a1-selftest.exp: Don't run on hp300. |
1370 | ||
f78d026a JK |
1371 | Sat Feb 4 15:04:32 1995 Jim Kingdon ([email protected]) |
1372 | ||
1373 | * Makefile.in (site.exp): Set host_alias and target_alias as well | |
1374 | as host_triplet and target_triplet. | |
1375 | ||
3c1c71bf JK |
1376 | Wed Feb 1 08:03:48 1995 Jim Kingdon ([email protected]) |
1377 | ||
f78d026a JK |
1378 | * gdb.base/a1-selftest.exp: Invoke stty before starting inferior. |
1379 | ||
1380 | * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same | |
1381 | places as other ecoff systems). | |
372bb8b4 | 1382 | |
3c1c71bf JK |
1383 | * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on |
1384 | ultrix. | |
1385 | ||
f51b66ca JK |
1386 | Mon Jan 30 11:44:52 1995 Jim Kingdon ([email protected]) |
1387 | ||
09837152 JK |
1388 | * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't |
1389 | remove them. | |
1390 | * gdb.base/nodebug.exp: Accept "function" in addition to "text | |
1391 | variable and "variable" in addition to "data variable". | |
1392 | * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX. | |
1393 | ||
f51b66ca JK |
1394 | * gdb.base/list.exp (test_forward_search): Set listsize to 4 not |
1395 | 2. | |
1396 | * gdb.base/list1.c (long_line): Add additional statement at start | |
1397 | of function. | |
1398 | * gdb.base/list.exp (test_forward_search): Update line number to | |
1399 | reflect new statement. | |
1400 | ||
1401 | Sun Jan 29 13:34:25 1995 Peter Schauer ([email protected]) | |
1402 | ||
1403 | * gdb.base/signals.exp: Reinitialize searched source directories | |
1404 | after gdb_start call. | |
1405 | ||
333a8dde JL |
1406 | Sat Jan 28 01:34:44 1995 Jeff Law ([email protected]) |
1407 | ||
1408 | * gdb.disasm/Makefile.in (clean): Delete "errs" file. | |
1409 | * gdb.stabs/Makefile.in: Likewise. | |
1410 | ||
1411 | * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last | |
1412 | change. Instead split the tests into smaller pieces. | |
1413 | * gdb.disasm/hppa.s: Corresponding changes. | |
1414 | ||
a4efaf7c JK |
1415 | Fri Jan 27 09:24:51 1995 Jim Kingdon ([email protected]) |
1416 | ||
e29b45a8 JK |
1417 | * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp: |
1418 | Quote ^C when passing it to stty. For some shells ^ is a pipe. | |
1419 | ||
a4efaf7c JK |
1420 | * gdb.base/funcargs.exp: Modify many tests so that every test |
1421 | either passes or fails. Make some test names unique. | |
1422 | ||
669c9fe3 JK |
1423 | Thu Jan 26 19:20:34 1995 Jim Kingdon ([email protected]) |
1424 | ||
66b063c0 JK |
1425 | * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp: |
1426 | Call stty to set interrupt character. | |
1427 | ||
958f6a13 JK |
1428 | * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check |
1429 | for HP assembler versus GNU assembler based on actual behavior of | |
1430 | $(CC), rather than assuming that $(AS) is always the GNU assembler. | |
1431 | ||
669c9fe3 JK |
1432 | * TODO: Suggest a few more stepping tests. |
1433 | ||
c429bbab SS |
1434 | Wed Jan 25 14:52:41 1995 Stan Shebs <[email protected]> |
1435 | ||
1436 | * gdb.base/default.exp: xfail no-stack backtraces for h8300, | |
1437 | restart GDB for h8300 after a continue. | |
1438 | (return): Add pattern to match a29k-udi behavior. | |
1439 | * gdb.base/nodebug.exp: Remove obsolete comment. | |
1440 | * gdb.base/regs.exp: New file, testing of register displays. | |
1441 | * gdb.base/return.exp: Fix typo in reference to $objdir. | |
1442 | * gdb.base/whatis.exp: Always start with a fresh GDB. | |
1443 | ||
7010dbce JK |
1444 | Wed Jan 25 11:12:07 1995 Jim Kingdon ([email protected]) |
1445 | ||
1446 | * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout | |
1447 | higher, these tests generate a lot of output. | |
1448 | ||
6535b97b JK |
1449 | Tue Jan 24 07:58:44 1995 Jim Kingdon ([email protected]) |
1450 | ||
1451 | * lib/gdb.exp (gdb_test): Remove catch from around the send. The | |
1452 | code following the catch silently ignored some errors; without the | |
1453 | catch they should be thrown like any other tcl error. Also, the | |
1454 | catch used "" instead of {} which meant all the callers who wanted | |
1455 | to include one of the characters "[]$ had to quote it an extra time. | |
1456 | * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp, | |
1457 | ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp, | |
1458 | demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp: | |
1459 | Remove extra quoting. | |
1460 | ||
36491e5b JL |
1461 | Mon Jan 23 21:57:54 1995 Jeff Law ([email protected]) |
1462 | ||
af2e6b15 JL |
1463 | * gdb.base/commands.exp: Make test names unique; every test either |
1464 | passes or fails. Update some comments. | |
1465 | ||
36491e5b JL |
1466 | * gdb.disasm/hppa.exp (do_system_control_tests): Update. |
1467 | ||
e1a6b67a JK |
1468 | Sat Jan 21 15:34:52 1995 Jim Kingdon ([email protected]) |
1469 | ||
89ac6f79 JK |
1470 | The following fixes a FAIL caused by the fact that the alpha stabs |
1471 | configuration didn't use the ".if alpha" code in weird.def. | |
1472 | * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32 | |
1473 | bit pointer, so the 32 bit version works even on the alpha. | |
1474 | * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}: | |
1475 | Remove the stuff which allowed us to have separate versions for | |
1476 | alpha and everything else. | |
1477 | ||
b2385a0a JK |
1478 | * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix |
1479 | regexp which "info func operator\[\](" is supposed to match. Fix | |
1480 | string to send to GDB. Note that GDB still doesn't work right. Add a | |
1481 | new test for "info func .perator\[\](" which GDB does handle correctly. | |
1482 | ||
e1a6b67a JK |
1483 | * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems. |
1484 | ||
f34c8766 JK |
1485 | Fri Jan 20 12:14:23 1995 Jim Kingdon ([email protected]) |
1486 | ||
1487 | * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp, | |
1488 | gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp, | |
1489 | gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp, | |
1490 | gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff; | |
1491 | it makes the tests harder to understand and confuses test-o-matic. | |
1492 | The preferred style is that each test provides a PASS or a FAIL, | |
1493 | and has a unique message (e.g. "continue #54" not just "continue") | |
1494 | which is the same for the pass and the fail. | |
1495 | * gdb.fortran/exprs.exp, gdb.fortran/types.exp, | |
1496 | gdb.chill/chexp.exp: Move test_print_accept and test_print_reject | |
1497 | to lib/gdb.exp. | |
1498 | * gdb.base/printcmds.exp: Use test_print_accept. Remove | |
1499 | prt_accept which was basically the same thing. Likewise for | |
1500 | test_print_reject and prt_reject. | |
1501 | * lib/gdb.exp (test_print_reject): Add some more error message | |
1502 | patterns to match from the former printcmds.exp (prt_reject). | |
1503 | * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails. | |
1504 | One defect of the passcount stuff is that some of it failed to | |
1505 | report XPASS where appropriate. | |
1506 | * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra | |
1507 | stuff before and after arg in expected pattern. | |
1508 | (test_paddr_operator_functions): Re-do test without print_addr_of; | |
1509 | this is the only test which seems to want extra stuff there. | |
1510 | ||
29f25f6f JK |
1511 | Tue Jan 17 10:47:53 1995 Jim Kingdon <[email protected]> |
1512 | ||
f34c8766 JK |
1513 | * gdb.base/nodebug.exp: Update new tests to reflect improved |
1514 | wording of gdb output. | |
1515 | ||
29f25f6f JK |
1516 | * gdb.base/nodebug.exp: Add tests to check that "print", "whatis" |
1517 | and "ptype" work on variables in files compiled without -g. | |
1518 | Replaces commented out "maint print msymbol" tests. | |
1519 | ||
0c72a5b7 JK |
1520 | Mon Jan 16 12:13:28 1995 Jim Kingdon <[email protected]> |
1521 | ||
66833626 JK |
1522 | * gdb.base/setvar.c (dummy): Call malloc. |
1523 | ||
24f5d04a JK |
1524 | * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid |
1525 | losing with the irix4 sed. | |
1526 | ||
0c72a5b7 JK |
1527 | * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal |
1528 | ALRM" on irix4. | |
1529 | ||
d722005e JK |
1530 | Sun Jan 15 21:58:26 1995 Jim Kingdon <[email protected]> |
1531 | ||
1532 | * TODO: Remove items about corefile.exp testing new exec-file and | |
1533 | backtrace; both are now done. Add items about printing enums. | |
1534 | ||
770b7c59 JK |
1535 | Sat Jan 14 11:25:28 1995 Jim Kingdon <[email protected]> |
1536 | ||
2d593cdd JK |
1537 | * gdb.base/sigall.exp (test_one_sig): Attempt to recover if |
1538 | "get signal $thissig" test fails. | |
1539 | ||
770b7c59 JK |
1540 | * gdb.base/setvar.exp: Check for and reject crazy expected type hacks. |
1541 | ||
4a9758ed JK |
1542 | Thu Jan 12 01:14:53 1995 Jim Kingdon <[email protected]> |
1543 | ||
59235564 JK |
1544 | * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid |
1545 | compiler warning with dec alpha compiler. | |
1546 | ||
1547 | * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove | |
1548 | extra \n from gdb_test call (this explains why the prompt test | |
1549 | that I removed yesterday was there). | |
1550 | (user_defined_command_test): Remove extra \n and prompt test. | |
1551 | ||
1552 | * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST | |
1553 | doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL | |
1554 | doesn't exist. | |
1555 | * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL. | |
1556 | Also remove alpha workaround, which turns out to be because | |
1557 | SIGABRT == SIGLOST. | |
1558 | ||
3074a46d JK |
1559 | * gdb.base/sigall.exp: Add workaround for alpha weirdness. |
1560 | ||
4a9758ed JK |
1561 | * gdb.base/help.exp: Don't test "help show". |
1562 | ||
4a2170f0 JK |
1563 | Wed Jan 11 14:37:04 1995 Jim Kingdon <[email protected]> |
1564 | ||
4a9758ed JK |
1565 | * gdb.base/commands.exp: Call gdb_exit and gdb_start so that |
1566 | "set print address" is on. | |
1567 | * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't | |
1568 | pass prompt to gdb_test; gdb_test already looks for the prompt. | |
1569 | ||
8bc80016 JK |
1570 | * gdb.base/help.exp: Replace most of docstring for "define" with ".*". |
1571 | ||
4a2170f0 JK |
1572 | * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test |
1573 | was a vestige of the manual TESTSTRATEGY, and the purpose of it | |
1574 | was to make sure that gdb can read a core file. But (a) the "read | |
1575 | the corefile" part didn't make it to a1-selftest.exp, we just | |
1576 | delete the corefile after creating it, and (b) we test reading | |
1577 | corefiles in corefile.exp anyway. Also, this test left around a | |
1578 | xgdb process on Solaris. | |
1579 | ||
1580 | * gdb.base/corefile.exp: Also test backtrace. | |
1581 | ||
cba9d85e JL |
1582 | Wed Jan 11 00:14:40 1995 Jeff Law ([email protected]) |
1583 | ||
b0c29749 JL |
1584 | * gdb.base/commands.exp: Test a simple user defined command with |
1585 | arguments and if/while statements; verify the full user command is | |
1586 | printed by "show user". | |
1587 | ||
cba9d85e JL |
1588 | * gdb.base/commands.exp: Test if/while commands as part of a |
1589 | breakpoint command list; verify they appear in breakpoint | |
1590 | information. | |
1591 | ||
74549306 JK |
1592 | Wed Jan 11 00:47:58 1995 Jim Kingdon <[email protected]> |
1593 | ||
1594 | * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather | |
1595 | than by dividing by zero. | |
1596 | ||
4f9045b4 JL |
1597 | Tue Jan 10 21:38:05 1995 Jeff Law ([email protected]) |
1598 | ||
1599 | * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems | |
1600 | performing an inferior call with watchpoints enabled. | |
1601 | * gdb.base/watchpoint.c (main): Delete second unnecessary read | |
1602 | call. | |
1603 | ||
6fd417ff JK |
1604 | Tue Jan 10 18:42:07 1995 Jim Kingdon <[email protected]> |
1605 | ||
d7c6f0f7 JK |
1606 | * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo |
1607 | of "file" command. | |
1608 | ||
6fd417ff JK |
1609 | * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo): |
1610 | Add additional pattern for when "int operator int(void);" appears | |
1611 | in a different order. | |
1612 | ||
07112465 JK |
1613 | Mon Jan 9 16:22:46 1995 Jim Kingdon <[email protected]> |
1614 | ||
229ad466 JK |
1615 | * gdb.base/signals.exp: Call gdb_exit and gdb_start. |
1616 | ||
07112465 JK |
1617 | * gdb.base/help.exp: Replace most of docstrings for "info signals" |
1618 | and "signal" with ".*". | |
1619 | ||
d71511fb JK |
1620 | Wed Jan 4 11:35:19 1995 Jim Kingdon ([email protected]) |
1621 | ||
1622 | * TODO: Add note about "handle all nostop". | |
1623 | ||
1624 | * gdb.base/{sigall.c, sigall.exp}: New test. | |
1625 | * gdb.base/Makefile.in: Add it. | |
1626 | ||
26e4dcae SS |
1627 | Thu Jan 5 17:34:03 1995 Stan Shebs <[email protected]> |
1628 | ||
1629 | * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument | |
1630 | when invoking GDB, suppresses any windowing interface. | |
1631 | ||
8ef36cf3 SS |
1632 | Mon Jan 2 17:40:21 1995 Stan Shebs <[email protected]> |
1633 | ||
1634 | * config/sim-gdb: New file, simulator testing support. | |
1635 | ||
61c4b14e JL |
1636 | Wed Dec 28 12:21:50 1994 Jeff Law ([email protected]) |
1637 | ||
1638 | * gdb.base/interrupt.exp: Test calling func1 twice. | |
1639 | ||
9b826d6d JK |
1640 | Wed Dec 21 12:51:37 1994 Jim Kingdon <[email protected]> |
1641 | ||
1642 | * gdb.base/list.exp (test_forward_search): Set timeout higher | |
1643 | when we'll be getting lots of output from gdb. | |
1644 | ||
1645 | * gdb.base/a1-selftest.exp: Move code that was inside expect -re | |
1646 | "init_malloc" to after the expect statement. Run it if that | |
1647 | regexp is taken, but also for two others which happen if source | |
1648 | cannot be found. | |
1649 | ||
0427f3ec JK |
1650 | Tue Dec 20 12:35:21 1994 Jim Kingdon ([email protected]) |
1651 | ||
1652 | * gdb.base/printcmds.exp: New test, for printing register before | |
1653 | program is running. | |
1654 | ||
633e6238 PS |
1655 | Mon Dec 19 00:32:55 1994 Peter Schauer ([email protected]) |
1656 | ||
1657 | * gdb.base/list.exp: Correct some alternate expect patterns | |
1658 | to reflect changes in list1.c. | |
1659 | ||
cdb09cd6 JK |
1660 | Sat Dec 17 14:20:03 1994 Jim Kingdon ([email protected]) |
1661 | ||
4ec56c1f JK |
1662 | * TODO: Add item regarding large frames. |
1663 | ||
cdb09cd6 JK |
1664 | * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test. |
1665 | ||
1666 | * TODO: Remove item about enabling return.exp; it | |
1667 | is enabled. Suggest a few more "return" tests. | |
1668 | ||
528d1a8d PS |
1669 | Sat Dec 17 02:33:37 1994 Peter Schauer ([email protected]) |
1670 | ||
1671 | * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for | |
1672 | anonymous unions. | |
1673 | ||
fd82583b JK |
1674 | Tue Dec 13 11:26:00 1994 Jim Kingdon ([email protected]) |
1675 | ||
1676 | * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o | |
528d1a8d | 1677 | and pr-5646.o, so "make" is the same as "make all", not "make |
fd82583b JK |
1678 | pr-4975.o". |
1679 | ||
75d1ef13 SS |
1680 | Wed Dec 7 19:02:02 1994 Stan Shebs <[email protected]> |
1681 | ||
1682 | * gdb.base/list.exp: Adjust expectations to reflect changes in | |
1683 | list1.c. | |
1684 | (test_forward_search): New test proc. | |
1685 | * gdb.base/list1.c (long_line): New function, has long source line. | |
1686 | ||
1687 | Thu Dec 1 23:14:49 1994 Stan Shebs <[email protected]> | |
1688 | ||
1689 | * gdb.base/a1-selftest.exp: Change initial stepping to know about | |
1690 | additional line of code that was added. | |
1691 | ||
002199bc JL |
1692 | Wed Nov 30 19:43:14 1994 Jeff Law ([email protected]) |
1693 | ||
1694 | * gdb.disasm/hppa.s: Break the large branching tests into smaller | |
1695 | tests so as not to overflow expect's input buffers. | |
1696 | * gdb.disasm/hppa.exp: Corresponding changes. | |
1697 | ||
52e895cb PS |
1698 | Fri Nov 25 13:37:10 1994 Peter Schauer ([email protected]) |
1699 | ||
1700 | Beginnings of template debugging tests. | |
1701 | * gdb.c++/templ-info.cc: New file to test for template | |
1702 | debugging capability of the compiler. | |
1703 | * gdb.c++/Makefile.in: Add rule to build templ-info.exp from | |
1704 | templ-info.cc. | |
1705 | * gdb.c++/templates.cc: Add explicit template instantiations | |
1706 | to enable compiling with -fno-implicit-templates. Add destructor | |
1707 | and 'value' method to T5 class for template tests. | |
1708 | * gdb.c++/templates.exp: Add testcases for printing of template | |
1709 | types, setting breakpoints on template methods and calling a | |
1710 | template method. | |
1711 | ||
1712 | Sat Nov 5 00:20:17 1994 Jeff Law ([email protected]) | |
1713 | ||
1714 | * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the | |
1715 | branch target since some assemblers (gas-2.5) may emit a | |
1716 | relocation for the branch instead of resolving it in the | |
1717 | assembler. | |
1718 | ||
68906e4c PS |
1719 | Sat Oct 29 02:40:40 1994 Peter Schauer ([email protected]) |
1720 | ||
1721 | * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace | |
1722 | through signal handler. | |
1723 | ||
6b55e5e3 C |
1724 | Fri Oct 21 11:10:16 1994 J.T. Conklin ([email protected]) |
1725 | ||
1726 | * configure.in (*-*-netware): Use config/mt-netware. | |
1727 | ||
1728 | * config/mt-netware: New file. | |
1729 | * config/mt-i386-netware: Removed, separate configs for different | |
1730 | netware architectures are no longer needed now that we have | |
1731 | --with-headers. | |
1732 | ||
1733 | Sat Oct 15 03:43:00 1994 Peter Schauer ([email protected]) | |
1734 | ||
1735 | * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed | |
1736 | by the recent changes to use ANSI C arithmetic conversions. | |
1737 | ||
62433a30 JK |
1738 | Sun Oct 9 07:44:06 1994 Jim Kingdon ([email protected]) |
1739 | ||
1740 | * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache | |
1741 | bug involving using inferior_pid to figure out whether to select a | |
1742 | frame. | |
1743 | ||
1744 | Wed Sep 28 23:12:02 1994 Jeff Law ([email protected]) | |
1745 | ||
1746 | * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to | |
1747 | match the current disassembler output. | |
1748 | ||
1749 | Fri Sep 16 11:42:41 1994 Stan Shebs ([email protected]) | |
1750 | ||
1751 | * gdb.fortran/exprs.exp: Expect VOID instead of void. | |
1752 | * gdb.fortran/types.exp: Escape the expected '*'s in Fortran | |
1753 | types, expect "int" as type of integer values (for now). | |
1754 | ||
9fa1bd1f JL |
1755 | Wed Sep 7 23:33:51 1994 Jeff Law ([email protected]) |
1756 | ||
1757 | * gdb.base/commands.exp: New tests for if/while commands. | |
1758 | ||
b19d7c45 PB |
1759 | Tue Sep 6 13:16:11 1994 Per Bothner ([email protected]) |
1760 | ||
1761 | * lib/gdb.exp (runto): Replace sub-pattern for hex value | |
1762 | by .*, since hex values have different syntax in Chill mode. | |
1763 | ||
146d1b55 PS |
1764 | Tue Sep 6 02:15:51 1994 Peter Schauer ([email protected]) |
1765 | ||
1766 | * gdb.c++/demangle.exp (test_arm_style_demangling): Remove | |
1767 | linefeed from expect pattern for repeated types with indices > 9. | |
1768 | ||
68622837 SS |
1769 | Mon Aug 29 14:20:44 1994 Stan Shebs ([email protected]) |
1770 | ||
1771 | First part of Fortran test suite. | |
1772 | * gdb.fortran: New directory. | |
1773 | * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files. | |
1774 | ||
176d5504 PS |
1775 | Sat Aug 27 23:32:43 1994 Peter Schauer ([email protected]) |
1776 | ||
1777 | * gdb.base/default.exp: Update expect pattern for load command | |
1778 | without arguments. | |
1779 | ||
2c5d4a34 ILT |
1780 | Wed Aug 24 13:15:02 1994 Ian Lance Taylor ([email protected]) |
1781 | ||
1782 | * configure.in: Change i386 to i[345]86. | |
1783 | * gdb.base/configure.in: Likewise. | |
1784 | * gdb.c++/configure.in: Likewise. | |
1785 | * gdb.chill/configure.in: Likewise. | |
1786 | ||
70bcd4bc SS |
1787 | Tue Aug 23 19:14:06 1994 Stan Shebs ([email protected]) |
1788 | ||
1789 | * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect | |
1790 | patterns, since that is not a valid context for comments. | |
1791 | ||
1792 | Fri Aug 19 15:07:30 1994 Kung Hsu ([email protected]) | |
1793 | ||
1794 | * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for | |
1795 | repeated types and repeated types with indices > 9. | |
1796 | ||
3cbe9f4d SS |
1797 | Tue Aug 16 15:57:52 1994 Stan Shebs ([email protected]) |
1798 | ||
1799 | * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with | |
1800 | 2417; old bug has been fixed. | |
1801 | ||
5278c61d JL |
1802 | Fri Aug 12 19:35:41 1994 Jeff Law ([email protected]) |
1803 | ||
b42f02ba JL |
1804 | * gdb.base/interrupt.exp: When trying to wake up the inferior, |
1805 | send the newline ourselves instead of assuming gdb_test will do | |
1806 | so when passed an empty input string. | |
1807 | ||
5278c61d JL |
1808 | * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the |
1809 | stabs testcode. | |
1810 | ||
1811 | Fri Aug 5 17:01:07 1994 J.T. Conklin ([email protected]) | |
1812 | ||
1813 | * lib/gdb.exp (gdb_test): Don't send anything if the first | |
1814 | argument is an empty string. This makes cases where we want to | |
1815 | match output that is already in expect's buffers (for example, | |
1816 | matching a breakpoint after gdb_run_cmd has been called) work | |
1817 | reliably. | |
1818 | ||
662bd263 C |
1819 | Tue Aug 2 10:24:08 1994 J.T. Conklin ([email protected]) |
1820 | ||
1821 | * config/netware.exp: New file. | |
1822 | ||
9f70e450 C |
1823 | Thu Jul 28 12:54:07 1994 J.T. Conklin ([email protected]) |
1824 | ||
af1fa5e7 C |
1825 | * config/mt-slite (LDFLAGS): If using the newlib in the tree, set |
1826 | the -B and -L prefixes so we can find the debugging stub. | |
1827 | ||
c2926ab7 C |
1828 | * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is |
1829 | there and we are using the gcc from the tree. | |
1830 | ||
1831 | * gdb.base/types.c: Removed. | |
1832 | ||
9f70e450 C |
1833 | * gdb.base/configure.in: Look for makefile fragments in ../config. |
1834 | Recognize i386-*-netware. | |
1835 | * gdb.c++/configure.in: Likewise. | |
1836 | ||
d938d0f9 PS |
1837 | Mon Jul 25 23:48:50 1994 Peter Schauer ([email protected]) |
1838 | ||
1839 | * gdb.base/corefile.exp: Change `else if' to `elseif', which is | |
1840 | the correct TCL syntax. | |
1841 | ||
08104d73 C |
1842 | Mon Jul 25 15:35:56 1994 J.T. Conklin ([email protected]) |
1843 | ||
1844 | * gdb.base/opaque.exp: use runto instead of messing around with | |
9f70e450 | 1845 | breakpoints. Simplify by using gdb_test. |
08104d73 C |
1846 | |
1847 | * gdb.base/bitfields.exp: restart between tests on netware targets | |
1848 | because breakpoints aren't relocated after target death. Run | |
1849 | processes to completion. | |
1850 | ||
1851 | * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd. | |
1852 | ||
dedd81f1 FF |
1853 | Sun Jul 24 09:55:51 1994 Fred Fish ([email protected]) |
1854 | ||
1855 | * Makefile.in: Remove extra tabs that confuse some versions | |
1856 | of "make". Use the newly built gdb to test with by default, | |
1857 | rather than the first one in the tester's search path. | |
1858 | ||
a924cf19 SS |
1859 | Sat Jul 23 15:05:47 1994 Stan Shebs ([email protected]) |
1860 | ||
73e484b4 SS |
1861 | * gdb.base/whatis.exp (v_signed_short_array): Fix a typo. |
1862 | ||
a924cf19 SS |
1863 | * gdb.base/help.exp: Update expected add-symbol-file, ignore, and |
1864 | condition help. | |
1865 | ||
3e304ddf C |
1866 | Tue Jul 19 10:26:32 1994 J.T. Conklin ([email protected]) |
1867 | ||
4704ece7 C |
1868 | * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd. |
1869 | ||
3236e984 C |
1870 | * lib/gdb.exp (gdb_run_cmd): New function, used to start program |
1871 | running. | |
1872 | * gdb.base/bitfields.exp: Use gdb_run_cmd to start program. | |
4704ece7 | 1873 | * gdb.base/funcargs.exp: Likewise. |
3236e984 | 1874 | |
4704ece7 C |
1875 | * gdb.base/bitfields.exp: Simplify by using gdb_test. |
1876 | * gdb.base/funcargs.exp: Likewise. | |
3e304ddf C |
1877 | |
1878 | * lib/gdb.exp (gdb_test): if match times out, don't call fail if | |
1879 | message is "". | |
1880 | ||
8f2d75fc C |
1881 | Mon Jul 18 12:18:07 1994 J.T. Conklin ([email protected]) |
1882 | ||
98f6da4f C |
1883 | * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug, |
1884 | return,signals,twice}.exp: Handle non-existant binaries | |
1885 | consistantly. | |
1886 | ||
8f2d75fc C |
1887 | * gdb.base/corefile.exp: Execute coremaker to generate core dump. |
1888 | * gdb.base/Makefile.in: Don't try to generate a core dump, we | |
1889 | might testing a cross development system. | |
1890 | ||
1891 | Thu Jul 14 18:13:56 1994 J.T. Conklin ([email protected]) | |
1892 | ||
1893 | * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the | |
1894 | runtest script is relative to ${srcdir}, not ${rootdir}. | |
1895 | ||
802a2b00 SS |
1896 | Thu Jul 14 14:56:59 1994 Stan Shebs ([email protected]) |
1897 | ||
1898 | * gdb.base/signals.exp: Allow for optionality of breakpoint | |
1899 | address. | |
1900 | ||
7f5f5630 JK |
1901 | Thu Jul 14 11:21:27 1994 Jim Kingdon ([email protected]) |
1902 | ||
1903 | * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test. | |
1904 | ||
29a3db49 C |
1905 | Tue Jul 12 12:22:32 1994 J.T. Conklin ([email protected]) |
1906 | ||
cdb181cb C |
1907 | * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>, |
1908 | for size_t definition. | |
1909 | * gdb.c++/templates.cc: Likewise | |
1910 | ||
c14cb8ce C |
1911 | * config/mt-i386-netware: New file. |
1912 | ||
f3c8d097 C |
1913 | * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not |
1914 | defined. | |
1915 | ||
29a3db49 C |
1916 | * gdb.base/Makefile.in: Added support for systems that name core |
1917 | files by appending "core" to the program name. | |
1918 | * gdb.base/a1-selftest.exp: Likewise. | |
1919 | ||
c3ac803f PS |
1920 | Mon Jul 11 23:59:18 1994 Peter Schauer ([email protected]) |
1921 | ||
1922 | * gdb.base/return.exp: Add comment and message for `return double' | |
1923 | test failure on Sparc Solaris. | |
1924 | ||
1925 | Mon Jul 4 12:10:48 1994 Stan Shebs ([email protected]) | |
1926 | ||
1927 | * lib/gdb.exp (runto): Allow for optionality of breakpoint address. | |
1928 | ||
89597457 PS |
1929 | Wed Jun 29 00:26:17 1994 Peter Schauer ([email protected]) |
1930 | ||
1931 | * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler | |
1932 | from optimizing them away. | |
1933 | * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect | |
1934 | patterns to include default constructors and assignment operators, | |
c3ac803f PS |
1935 | to match gcc versions beyond 2.5.8. Accept any cplus demangling |
1936 | character in the output of the virtual base pointer. | |
89597457 | 1937 | |
15c7f0c7 PS |
1938 | Fri Jun 24 08:15:42 1994 Peter Schauer ([email protected]) |
1939 | ||
1940 | * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular | |
1941 | expression match in print_addr_of to avoid unintented matches. | |
1942 | * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++ | |
1943 | versions up to 2.5.8. | |
1944 | ||
55f3c2b4 PS |
1945 | Mon Jun 20 23:54:37 1994 Peter Schauer ([email protected]) |
1946 | ||
1947 | * gdb.base/list.exp: Tweak alternate pattern for listing of an | |
1948 | included file to run under newer versions of expect. | |
1949 | * gdb.c++/demangle.exp: Add spaces to the expect patterns between | |
1950 | consecutive >'s in templates to accomodate recent cplus-dem.c change. | |
1951 | Remove xfail for the virtual table of BDDHookV. | |
1952 | ||
a8594cb3 SS |
1953 | Sat Jun 18 12:51:34 1994 Stan Shebs ([email protected]) |
1954 | ||
1955 | * lib/gdb.exp (string_to_regexp): Set a default result. | |
1956 | (default_gdb_start): Fix misleading message. | |
1957 | ||
48f6098e SS |
1958 | Wed Jun 15 12:10:10 1994 Stan Shebs ([email protected]) |
1959 | ||
9da7b237 SS |
1960 | * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout: |
1961 | Remove all CC, etc definitions. | |
1962 | * config/mt-hpux: New file. | |
1963 | * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove: | |
1964 | (CFLAGS, LDFLAGS): Define. | |
1965 | * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS. | |
1966 | ||
48f6098e SS |
1967 | * Makefile.in (site.exp): Don't insert host_os, etc. |
1968 | (just-check): Just use RUNTEST with RUNTESTFLAGS only. | |
1969 | (distclean): Check existence of subdir. | |
1970 | * gdb.base/configure.in (hppa*-*-hpux*): Recognize. | |
1971 | * gdb.base/Makefile.in: General cleanup and simplification. | |
1972 | Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions | |
1973 | to build executables. Use default rule to build .o files. | |
1974 | (EXPECT, RUNTEST, CC): Fix relative pathname. | |
1975 | (site.exp): Don't insert host_os, etc. | |
1976 | * gdb.base/signals.c (main): Don't call signal unless SIGALRM | |
1977 | and/or SIGUSR1 defined. | |
1978 | * gdb.base/watchpoint.c: Don't include stdio.h a second time. | |
1979 | * gdb.c++/Makefile.in: General cleanup and simplification. | |
1980 | Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions | |
1981 | (CFLAGS): Remove. | |
1982 | (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname. | |
1983 | ||
d3f6b463 JL |
1984 | Fri Jun 10 10:55:09 1994 Jeff Law ([email protected]) |
1985 | ||
1986 | * gdb.base/recurse.exp: Misc changes to get tests running again | |
1987 | after Kung's changes to the watchpoint code. | |
1988 | * gdb.base/watchpoint.exp: Likewise. | |
1989 | ||
1990 | Thu Jun 9 15:16:55 1994 Per Bothner ([email protected]) | |
1991 | ||
1992 | * lib/gdb.exp (string_to_regexp): Convert {\} also. | |
1993 | ||
0fba9aa2 SS |
1994 | Wed Jun 8 12:12:17 1994 Stan Shebs ([email protected]) |
1995 | ||
1996 | * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start. | |
1997 | * lib/gdb.exp (default_gdb_start): Define. | |
1998 | * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp, | |
1999 | gdb.base/funcargs.exp, gdb.base/opaque.exp, | |
2000 | gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp, | |
2001 | gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp, | |
2002 | gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp: | |
2003 | Don't call gdb_target_udi in between tests. | |
2004 | ||
63fb699b JK |
2005 | Tue Jun 7 08:30:15 1994 Jim Kingdon ([email protected]) |
2006 | ||
68361314 JK |
2007 | * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle |
2008 | (which was basically just a local version of the same thing). In | |
2009 | addition to avoiding duplication, gdb_test_exact is faster. | |
2010 | * lib/gdb.exp (gdb_test_exact): Fix typo. | |
2011 | ||
31711c69 JK |
2012 | * lib/gdb.exp (delete_breakpoints): If there were no breakpoints, |
2013 | don't give an error. | |
68361314 | 2014 | |
31711c69 JK |
2015 | * gdb.base/term.exp: Call delete_breakpoints before starting. |
2016 | ||
63fb699b JK |
2017 | * gdb.base/Makefile.in (EXECUTABLES): Remove t10. |
2018 | (t10): Add comment. | |
2019 | ||
33268150 SS |
2020 | Mon Jun 6 18:26:50 1994 Stan Shebs ([email protected]) |
2021 | ||
2022 | Reorganization of the GDB Test Suite. | |
2023 | ||
2024 | * gdb.base: New directory, contains all the basic tests. | |
2025 | * gdb.c++: New directory, tests specific to C++. | |
2026 | * gdb.chill: New directory, tests specific to Chill. | |
2027 | * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, | |
2028 | gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, | |
2029 | gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, | |
2030 | gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved | |
2031 | into appropriate new directories (t00-t17 to base, t20-t23 to c++, | |
2032 | t30-31 to chill). | |
2033 | * */gdbme.*: Rename to match appropriate expect scripts. | |
2034 | * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c, | |
2035 | gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c, | |
2036 | gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h, | |
2037 | gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c, | |
2038 | gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c, | |
2039 | gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c, | |
2040 | gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c, | |
2041 | gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c, | |
2042 | gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c, | |
2043 | gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files. | |
2044 | * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc, | |
2045 | gdb.c++/virtfunc.cc: New names of C++ files. | |
2046 | * gdb.chill/chillvars.ch: New name of Chill file. | |
2047 | * gdb.base/configure.in, gdb.c++/configure.in, | |
2048 | gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in. | |
2049 | * gdb.base/Makefile.in, gdb.c++/Makefile.in, | |
2050 | gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in. | |
2051 | * configure.in (configdirs): Update to reflect directory changes. | |
2052 | (target_abbrev): No longer define for any configuration. | |
2053 | * Makefile.in: Cosmetic improvements to header comments. | |
2054 | ||
b11f2c1f PB |
2055 | Fri Jun 3 18:56:06 1994 Per Bothner ([email protected]) |
2056 | ||
2057 | Various changes to gdb.t31: | |
2058 | ||
2059 | * Makefile.in (gdbme.o): Compile with -fspecial_UC. | |
2060 | * gdbme.ch: Make all key-words and predefineds be upper-case. | |
2061 | * chillvars.exp: Expect key-words and predefinds in upper-case. | |
2062 | ||
2063 | * chillvars.exp: Use gdb_test_exact many places. | |
2064 | Change expected output for arrays (which now includes index labels). | |
2065 | ||
2066 | * pr-5020.exp, gdme.ch (module PR_5020): | |
2067 | New test, for PR-5020. | |
2068 | ||
f2d5a56e PB |
2069 | Thu Jun 2 16:02:41 1994 Per Bothner ([email protected]) |
2070 | ||
2071 | * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures. | |
2072 | * Makefile.in (CHILL_LIB): Remove bogus redundant definitions. | |
2073 | ||
0b9158e6 PB |
2074 | Sun May 29 22:31:42 1994 Per Bothner ([email protected]) |
2075 | ||
2076 | * Makefile.in: Fix bit-rot in definitions of CHILL, | |
2077 | CHILL_FOR_TARGET and Chill_LIB. | |
2078 | * gdb.t31/gdbme.ch: Fix syntax of nested array tuples. | |
2079 | * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS, | |
2080 | CHILL, and CHILL_LIB. | |
2081 | ||
90fba5fa BC |
2082 | Sat May 21 10:05:08 1994 Bill Cox ([email protected]) |
2083 | ||
2084 | * Revert the previous changes. Please see Rob's directory | |
2085 | /lisa/test/rob/progressive/gdb/testsuite for these fixes. | |
2086 | ||
2f109983 BC |
2087 | Thu May 19 12:51:00 1994 Bill Cox ([email protected]) |
2088 | ||
2089 | * Makefile.in, configure.in, config/mips-gdb.exp, | |
2090 | config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy, | |
2091 | config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp, | |
2092 | config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,, | |
2093 | gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in, | |
2094 | gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c, | |
2095 | gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in, | |
2096 | gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp, | |
2097 | gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in, | |
2098 | gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in, | |
2099 | gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp, | |
2100 | gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in, | |
2101 | gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c, | |
2102 | gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp, | |
2103 | gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in, | |
2104 | gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing | |
2105 | changes from 94Q1. | |
2106 | ||
2107 | Wed May 18 17:04:03 1994 Bill Cox ([email protected]), | |
d7096b92 BC |
2108 | |
2109 | * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff, | |
2110 | config/mt-slite, config/mt-unix, config/mt-vxworks: Add | |
2111 | Rob's new testing fragments. | |
2112 | ||
8f07e537 BC |
2113 | Tue May 17 15:04:14 1994 Bill Cox ([email protected]) |
2114 | ||
2115 | * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp, | |
2116 | lib/gdb.exp: Replace error proc calls with perror. | |
2117 | ||
b17fd29d SS |
2118 | Mon May 16 19:00:50 1994 Stan Shebs ([email protected]) |
2119 | ||
2120 | * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the | |
2121 | version also, match on casted version strings, and match on | |
2122 | gdb startup case where the line numbers might be messed up. | |
2123 | ||
0c575f2d BC |
2124 | Fri May 13 18:00:27 1994 Bill Cox ([email protected]) |
2125 | ||
2126 | * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links. | |
2127 | (CFLAGS): Delete it from here. | |
2128 | ||
4d2ad0a8 BC |
2129 | Tue May 3 16:08:09 1994 Kung Hsu ([email protected]) |
2130 | ||
2131 | * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs. | |
2132 | ||
526637b5 SS |
2133 | Fri Apr 29 14:26:35 1994 Stan Shebs ([email protected]) |
2134 | ||
2135 | * Makefile.in (RUNTEST): Default to just "runtest". | |
2136 | ||
9b63f09c JL |
2137 | Tue Apr 26 22:21:40 1994 Jeffrey A. Law ([email protected]) |
2138 | ||
2139 | * gdb.t17/callfuncs.exp: More comments about t_func_values tests. | |
2140 | * gdb.t17/gdbme.c (t_func_values): Add comments about how and why | |
2141 | the code has been restructured. | |
2142 | ||
739324d7 JK |
2143 | Thu Apr 21 12:48:07 1994 Jim Kingdon ([email protected]) |
2144 | ||
2145 | * gdb.t00/default.exp (set write): Allow any number of \r and/or | |
2146 | \n, not just one of each. | |
2147 | ||
2148 | * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4 | |
2149 | /bin/cc gives a warning if you do. | |
2150 | ||
0cb7d54f KH |
2151 | Thu Apr 21 11:54:04 1994 Kung Hsu ([email protected]) |
2152 | ||
2153 | * gdb.t24/demangle.exp: change expect pattern of | |
2154 | __t10ListS_link1ZUiRCUiPT0 | |
2155 | ||
fa75e476 JL |
2156 | Wed Apr 13 15:05:00 1994 Jeffrey A. Law ([email protected]) |
2157 | ||
2158 | * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints | |
2159 | on local variables in recursive functions. | |
2160 | ||
2161 | * gdb.t07/Makefile.in: Build the new test. | |
2162 | ||
b3e258b4 JL |
2163 | Tue Apr 12 20:45:25 1994 Jeffrey A. Law ([email protected]) |
2164 | ||
194e9928 | 2165 | * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers |
b3e258b4 JL |
2166 | directly. Instead compare the return values from actual calls. |
2167 | ||
099c286e BC |
2168 | Mon Apr 11 10:31:00 1994 Bill Cox ([email protected]) |
2169 | ||
2170 | * Makefile.in (check): Set TCL_LIBRARY for runtest. | |
2171 | ||
bff07199 JL |
2172 | Mon Apr 11 09:15:30 1994 Jeffrey A. Law ([email protected]) |
2173 | ||
2174 | * From Peter Schauer with minor modifications. | |
2175 | * gdb.t15/return.exp (return_tests): Handle targets where "return" | |
2176 | stops in mid-line in the caller. Add xfail for returning a float | |
2177 | value on X86 targets. | |
2178 | ||
f0705d18 JL |
2179 | Tue Apr 5 15:16:33 1994 Jeffrey A. Law ([email protected]) |
2180 | ||
67808d3e JL |
2181 | * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves |
2182 | to avoid expect lossage. | |
2183 | (fmem_LRbug_tests): Likewise. | |
2184 | * gdb.disasm/hppa.s: Corresponding changes. | |
2185 | ||
f911e417 JL |
2186 | * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line |
2187 | conditions to work with latest dejagnu/expect. | |
2188 | ||
7e550eb3 JL |
2189 | * gdb.t15/funcargs.exp (finish from indirect call): No longer |
2190 | expected to fail on the PA. | |
2191 | (backtrace in call with trampolines): Explicitly require main | |
2192 | to be frame #1 (no trampolines should show up in backtrace). | |
2193 | ||
19155bc2 JL |
2194 | * gdb.t00/default.exp: Use "exp_continue" rather than obsolete |
2195 | "continue -expect". | |
2196 | * gdb.t06/break.exp: Likewise. | |
2197 | * gdb.t07/watchpoint.exp: Likewise. | |
2198 | * gdb.t13/bitfields.exp: Likewise. | |
2199 | * gdb.t15/{funcargs,return}.exp: Likewise. | |
2200 | * gdb.stabs/weird.exp: Likewise. | |
2201 | * config/{mips,udi}-gdb.exp: Likewise. | |
2202 | ||
f0705d18 JL |
2203 | * hppa.sed: Enclose comments within a sed command to avoid |
2204 | losing with the old OSF1 sed. | |
2205 | ||
1f655b81 PS |
2206 | Wed Mar 30 00:31:49 1994 Peter Schauer ([email protected]) |
2207 | ||
2208 | * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for | |
2209 | sequent dynix. | |
2210 | * gdb.t06/signals.exp: Add clear_xfail for sequent dynix. | |
2211 | * gdb.t15/funcargs.exp: Conditionally step again to really | |
2212 | finish from marker_call_with_trampolines. Handle the case where | |
2213 | the first step from within call_with_trampolines already steps | |
2214 | us back to main. | |
2215 | * gdb.t15/gdbme.c: Add comment to closing brace of | |
2216 | call_with_trampolines for funcargs.exp. | |
2217 | ||
374bc5d7 JL |
2218 | Tue Mar 29 23:55:27 1994 Jeffrey A. Law ([email protected]) |
2219 | ||
2220 | * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall): | |
2221 | Fix typo(s). | |
2222 | ||
28a21812 JL |
2223 | Sun Mar 27 16:53:14 1994 Jeffrey A. Law ([email protected]) |
2224 | ||
2225 | * gdb.t07/gdbme.c: More code for watchpoint testing. | |
2226 | ||
2227 | * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and | |
2228 | "Hardware watchpoint" throughout file. | |
2229 | (test_watchpoint_triggered_in_syscall): New test. | |
2230 | (test_complex_watchpoint): New test. | |
2231 | ||
277c24a1 JL |
2232 | Fri Mar 25 17:05:31 1994 Jeffrey A. Law ([email protected]) |
2233 | ||
2234 | * gdbme.c (call_with_trampolines): New function to try and step | |
2235 | into. Tests trampoline problems on the PA. | |
2236 | ||
2237 | * funcargs.exp (localvars_in_indirect_call): No longer expect | |
2238 | stepping into indirect call to fail on PAs. | |
2239 | (test_stepping_over_trampolines): New test. | |
2240 | ||
b93e563c JK |
2241 | Wed Mar 23 07:43:33 1994 Jim Kingdon ([email protected]) |
2242 | ||
2243 | * TODO: Add suggestions for static member function tests, and | |
2244 | completion tests. | |
2245 | ||
3006c5ac JK |
2246 | Wed Mar 16 08:28:28 1994 Jim Kingdon ([email protected]) |
2247 | ||
b93e563c JK |
2248 | * TODO: Add suggestions for "p/a" tests. |
2249 | ||
3006c5ac JK |
2250 | * lib/gdb.exp: Set prompt to (gdb) if it isn't already set. |
2251 | (default_gdb_exit): Replace all the hair with sending "quit" to | |
2252 | the process with a simple close. | |
2253 | ||
7e1f3405 JK |
2254 | Tue Mar 15 08:45:50 1994 Jim Kingdon ([email protected]) |
2255 | ||
2256 | * TODO: Add suggestions for shared library tests. | |
2257 | ||
d19fc879 JK |
2258 | Sun Mar 13 10:45:22 1994 Jim Kingdon ([email protected]) |
2259 | ||
2260 | * TODO: Add suggestions for x/s tests. | |
2261 | ||
45f43ce2 JK |
2262 | Fri Mar 11 08:22:00 1994 Jim Kingdon ([email protected]) |
2263 | ||
2264 | * gdb.t00/help.exp: Replace most of docstrings for "tbreak", | |
2265 | "enable once", and "enable breakpoints once" with ".*". | |
2266 | ||
24f81557 JK |
2267 | Thu Mar 10 08:34:27 1994 Jim Kingdon ([email protected]) |
2268 | ||
27677e75 | 2269 | * TODO: Add suggestions about structure passing tests. |
24f81557 | 2270 | |
cbb99ebb PS |
2271 | Mon Mar 7 13:45:54 1994 Peter Schauer ([email protected]) |
2272 | ||
2273 | * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for | |
2274 | the primary1 test, use work around if __GNUC__ < 2. | |
2275 | * gdb.t06/signals.c: Add comments for signals.exp pattern matching. | |
2276 | * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix. | |
2277 | Test for bad output rather than waiting for timeout. Issue | |
2278 | second continue only if first continue failed. | |
2279 | ||
31b03fe4 JK |
2280 | Wed Mar 2 10:08:01 1994 Jim Kingdon ([email protected]) |
2281 | ||
2282 | * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do | |
2283 | operator[] test with gdb_test because the old code didn't seem to | |
2284 | be getting the quoting right with the new dejagnu. | |
2285 | ||
2f109983 BC |
2286 | Thu Feb 24 19:49:25 1994 Rob Savoye ([email protected]) |
2287 | ||
2288 | * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use | |
2289 | one from the path. | |
2290 | * Makefile.in: Use a fresh expect if there is one, use runtest | |
2291 | from the src tree if there is one. | |
2292 | ||
b4f6f3c1 JK |
2293 | Thu Feb 24 18:49:37 1994 Jim Kingdon ([email protected]) |
2294 | ||
90e58b6c JK |
2295 | * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for |
2296 | next over recursive call. Revise the tests from that point on | |
2297 | (which had been skipped) to match GDB's actual (correct) output. | |
2298 | ||
2299 | * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug | |
2300 | with next over a breakpoint whose condition is false. | |
2301 | ||
b4f6f3c1 JK |
2302 | * gdb.t00/help.exp: Comment out "help set print" tests just like |
2303 | (and for same reason as) "help set" test. | |
2304 | ||
34535b44 JL |
2305 | Mon Feb 14 09:58:23 1994 Jeffrey A. Law ([email protected]) |
2306 | ||
2307 | * gdb.disasm/hppa.s (fmemLRbug_tests): New tests. | |
2308 | * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them. | |
2309 | ||
d3b06c5f JK |
2310 | Sun Feb 6 15:36:13 1994 Jim Kingdon ([email protected]) |
2311 | ||
34535b44 JL |
2312 | * gdb.t06/break.exp (test_next_with_recursion): Remove no longer |
2313 | necessary gdb_target_udi. | |
2314 | ||
2558ba5d JK |
2315 | * gdb.t03/ptype.exp: For UDI, skip tests which call malloc. |
2316 | ||
fd70af24 JK |
2317 | * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs |
2318 | 1838 and 2417; they are fixed. | |
5bf58105 | 2319 | |
fd70af24 JK |
2320 | * gdb.t02/whatis.exp (v_char_array, v_signed_char_array), |
2321 | gdb.t03/ptype.exp (ptype structure, ptype union): | |
2322 | Remove xfails; the test is looser than when the xfails were added. | |
5bf58105 JK |
2323 | |
2324 | * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI. | |
2325 | * gdb.t00/help.exp: Don't expect remote to be in "help target" output. | |
2326 | ||
b6999724 JK |
2327 | * gdb.t01/run.exp: Only run shell test if isnative. |
2328 | ||
ebbed4c4 | 2329 | * config/udi-gdb.exp (gdb_load): Use "file", not "load" command, |
2558ba5d JK |
2330 | since "run" automatically loads if necessary. Call gdb_target_udi |
2331 | after the "file" since "file" kills any execution target. | |
ebbed4c4 | 2332 | |
d3b06c5f JK |
2333 | * config/udi-gdb.exp (gdb_start): Don't send "set args main" to |
2334 | GDB. GDB doesn't work that way (not anymore at least) on UDI. | |
34535b44 JL |
2335 | * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first |
2336 | argument for UDI. | |
d3b06c5f | 2337 | |
60f1cc98 JK |
2338 | Fri Feb 4 12:19:32 1994 Jim Kingdon ([email protected]) |
2339 | ||
2340 | * gdb.t17/interrupt.c: If we get EINTR, don't print an error message. | |
2341 | ||
2342 | * gdb.t17/callfuncs.exp: Add xfails for rs6000. | |
2343 | ||
3c409d20 JK |
2344 | Sat Feb 5 09:11:56 1994 Jim Kingdon ([email protected]) |
2345 | ||
2346 | * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test, | |
2347 | properly quoting regexps. This makes the second argument to | |
2348 | demangle a fixed string, which matches the callers, instead of a | |
2349 | shell-style pattern which is what the previous implementation | |
2350 | used. Update some of the callers. | |
2351 | ||
ddb01977 JL |
2352 | Sat Feb 5 10:19:09 1994 Jeffrey A. Law ([email protected]) |
2353 | ||
90e77b4a JL |
2354 | * gdb.disasm/hppa.s (comib_tests): Add missing instruction. |
2355 | (comib_nullified_tests): Fix typo. | |
2356 | * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect | |
2357 | strings. No longer expected to fail. | |
2358 | ||
8a1f1fba JL |
2359 | * gdb.disasm/hppa.s (addib_tests): Fix typo. |
2360 | * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect | |
2361 | strings. No longer expected to fail. | |
2362 | ||
ddb01977 JL |
2363 | * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect |
2364 | string. No longer expected to fail. | |
2365 | ||
6b4eae93 JL |
2366 | Fri Feb 4 23:45:11 1994 Jeffrey A. Law ([email protected]) |
2367 | ||
647d688b JL |
2368 | * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string. |
2369 | No longer expected to fail. | |
2370 | ||
6b4eae93 JL |
2371 | * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect |
2372 | string. No longer expected to fail. | |
2373 | ||
81268ac8 JK |
2374 | Fri Feb 4 10:35:42 1994 Jim Kingdon ([email protected]) |
2375 | ||
2376 | * gdb.t24/demangle.exp: Remove a bunch more tests which differ | |
2377 | only in the names (I probably got most of them). I was even | |
2378 | generous with some which differed in underscores in names, and | |
2379 | probably missed a few, and I *still* was able to remove almost a | |
2380 | third of the file with almost no impact on testsuite coverage. | |
2381 | ||
a8493f59 JK |
2382 | Thu Feb 3 12:04:49 1994 Jim Kingdon ([email protected]) |
2383 | ||
b2c41678 JK |
2384 | * gdb.t00/default.exp: Match udi_attach error message as well as |
2385 | the one from child_attach. | |
2386 | ||
2387 | * gdb.t00/default.exp: Use "." instead of "?" to match a question mark. | |
2388 | ||
2389 | * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB. | |
2390 | ||
2391 | * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8. | |
2392 | * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it. | |
2393 | ||
a8493f59 JK |
2394 | * Move test with enums and partial symbols back to |
2395 | gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}. | |
2396 | Reverts the change of 26 May 93. Per today's change to | |
2397 | stabs.texinfo, the behavior that weird.exp was expecting was | |
2398 | unreasonable; what is important is that the compiler+gdb get | |
2399 | things right, which happens with a recent gcc. Also fix the test | |
2400 | to deal with native compilers which put out the stab gdb can't | |
2401 | deal with. | |
2402 | ||
48c667b4 JK |
2403 | Mon Jan 31 15:40:11 1994 Jim Kingdon ([email protected]) |
2404 | ||
a7409c54 JK |
2405 | * gdb.t24/demangle.exp: Remove a bunch of tests which differ only |
2406 | in the names. The main thing these accomplish is to slow things down. | |
2407 | Many more such duplicates surely remain. | |
2408 | ||
48c667b4 JK |
2409 | * gdb.t00/help.exp: Comment out "help support" test just like |
2410 | (and for same reason as) "help set" test. | |
2411 | ||
9f388ef8 FF |
2412 | Mon Jan 31 06:43:45 1994 Fred Fish ([email protected]) |
2413 | ||
2414 | * gdb.t06/break.exp: Remove setup_xfails for | |
2415 | sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb. | |
2416 | * gdb.t20/inherit.exp (test_ptype_si): Update warning message | |
2417 | about known bug in gcc to include up through 2.5.8. | |
2418 | * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as | |
2419 | well as "_vb$". | |
2420 | * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions): | |
83fe861e | 2421 | Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass |
9f388ef8 FF |
2422 | with latest gcc and gdb. |
2423 | * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as | |
2424 | well as "_vb$". | |
2425 | ||
7d251816 JL |
2426 | Sat Jan 29 23:31:26 1994 Jeffrey A. Law ([email protected]) |
2427 | ||
2428 | * configure.in (hppa*-*-*): Also configure and build stabs-only | |
2429 | tests. | |
2430 | ||
4a5242e8 JL |
2431 | Thu Jan 27 08:21:16 1994 Jeffrey A. Law ([email protected]) |
2432 | ||
2433 | * gdb.t10/hppa.mt: A makefile fragment for the PA. | |
2434 | * gdb.t10/configure.in (hppa*-*-*): Use it. | |
2435 | ||
4b471f93 PS |
2436 | Tue Jan 25 12:58:26 1994 Peter Schauer ([email protected]) |
2437 | ||
2438 | * gdb.t09/corefile: Increase timeout when spawning gdb explicitly. | |
2439 | ||
a3435c0e PS |
2440 | Wed Jan 19 12:40:25 1994 Peter Schauer ([email protected]) |
2441 | ||
2442 | * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash | |
2443 | versions prior to 1.13.5. | |
2444 | ||
77918505 JK |
2445 | Tue Jan 18 20:10:50 1994 Jim Kingdon ([email protected]) |
2446 | ||
2447 | * gdb.t00/default.exp (show prompt): In FAIL case, only match if | |
2448 | the prompt is at the start of a line. | |
2449 | ||
46ee83a0 JL |
2450 | Mon Jan 17 20:07:51 1994 Jeffrey A. Law ([email protected]) |
2451 | ||
2452 | * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions. | |
2453 | Enable "diag" instruction. Delete copr from fpu_misc_tests, it's | |
2454 | in the copr tests now. | |
2455 | * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect | |
2456 | copr in the fpu_misc tests anymore. fpu_misc tests are no longer | |
2457 | expected to fail. | |
2458 | ||
0ab6de23 | 2459 | Fri Jan 14 14:24:21 1994 Rob Savoye ([email protected]) |
3dcb8617 | 2460 | |
80edc7cb JK |
2461 | * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp, |
2462 | gdb.t31/chillvars.exp, lib/gdb.exp: | |
2463 | Tweak to run under either version of expect. | |
2464 | * lib/gdb.exp (default_gdb_exit): Remove "catch" statement. | |
2465 | * gdb.t00/teststrategy.exp: Use isnative and verbose procedures. | |
2466 | * gdb.t11/list.exp: Remove extraneous whitespace. | |
2467 | ||
2468 | Sat Jan 15 09:57:22 1994 Jim Kingdon ([email protected]) | |
2469 | ||
2470 | * gdb.t16/printcmds.exp (test_print_strings): Accept | |
2471 | "(unsigned char *) " before the string. | |
2472 | ||
2473 | * TODO: Add notes about printing of fancy types and GDB expressions. | |
3dcb8617 JK |
2474 | |
2475 | Thu Jan 13 17:16:09 1994 Stan Shebs ([email protected]) | |
2476 | ||
2477 | * Makefile.in: Pass LDFLAGS and LIBS to sub-makes. | |
2478 | * gdb.t06/configure.in: Don't try to compile signals test program | |
2479 | if doing mips-idt-ecoff. | |
2480 | ||
2481 | Thu Jan 13 08:25:55 1994 Rob Savoye ([email protected]) | |
2482 | ||
2483 | * Most .exp files: Tweak to run under either version of expect. | |
2484 | ||
44d25056 JK |
2485 | Tue Jan 11 15:21:13 1994 Jim Kingdon ([email protected]) |
2486 | ||
2487 | * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing | |
2488 | xfails; I'm not sure why they are failing, but not because of PR 1806. | |
2489 | ||
c36a1486 RS |
2490 | Mon Jan 10 22:14:20 1994 Rob Savoye ([email protected]) |
2491 | ||
2492 | * config/unix-gdb.exp: Remove gdb_unload cause it's already | |
2493 | defined in lib/gdb.exp. | |
2494 | ||
2db87e22 PS |
2495 | Fri Jan 7 12:42:45 1994 Peter Schauer ([email protected]) |
2496 | ||
2497 | * gdb.t07/watchpoint.exp: Clear xfail for calling function with | |
2498 | watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined. | |
2499 | * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions | |
2500 | have to be typeless. | |
2501 | ||
2502 | Tue Jan 4 09:32:22 1994 Jim Kingdon ([email protected]) | |
2503 | ||
2504 | * TODO: Add suggestion for copyright year test. | |
2505 | ||
e1beb230 SS |
2506 | Mon Jan 3 11:35:26 1994 Stan Shebs ([email protected]) |
2507 | ||
2508 | * configure.in (*-*-lynxos*): Add stabs tests. | |
2509 | ||
af5ede6e JL |
2510 | Wed Dec 1 21:54:05 1993 Jeffrey A. Law ([email protected]) |
2511 | ||
e1beb230 SS |
2512 | * gdb.stabs/hppa.sed: Only lables should ever start in column zero, |
2513 | so insert a tab before any assembler directive in column zero. | |
2514 | ||
af5ede6e JL |
2515 | * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword |
2516 | stores. | |
2517 | * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword | |
2518 | stores. | |
2519 | (fpu_short_memory_tests): Likewise. | |
2520 | ||
2521 | Mon Nov 22 13:23:22 1993 Peter Schauer ([email protected]) | |
2522 | ||
2523 | * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo. | |
2524 | * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed | |
2525 | .stabs directives in comments. | |
2526 | ||
b0f4ec40 JK |
2527 | Fri Nov 19 14:09:02 1993 Jim Kingdon ([email protected]) |
2528 | ||
2529 | * TODO: New file, describing tests we could write. | |
d910c7e9 | 2530 | * gdb.t09/corefile.exp: Move description of tests to write to TODO. |
b0f4ec40 | 2531 | |
64143621 JK |
2532 | Tue Nov 16 21:07:44 1993 Jim Kingdon ([email protected]) |
2533 | ||
dfbaacfa JK |
2534 | * gdb.t06/signals.exp: Add kludge to force re-sync. |
2535 | ||
64143621 JK |
2536 | * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me" |
2537 | to xgdb instead of gdb, get out of gdb. | |
2538 | ||
92a6c3cc JK |
2539 | Tue Nov 16 10:21:57 1993 Rob Savoye ([email protected]) |
2540 | ||
2541 | * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work | |
2542 | for info. | |
2543 | ||
20fde16a JL |
2544 | Sat Nov 13 23:17:48 1993 Jeffrey A. Law ([email protected]) |
2545 | ||
2546 | * gdb.stabs/hppa.mt: A makefile fragment for the PA. | |
2547 | * gdb.stabs/configure.in (hppa*-*-*): Use it. | |
2548 | * gdb.stabs/hppa.sed: New sed script for the PA. | |
2549 | ||
aad143dc JK |
2550 | Sat Nov 13 22:50:29 1993 Jim Kingdon ([email protected]) |
2551 | ||
2552 | * gdb.stabs: Re-write weird.def and configuration to use sed | |
2553 | instead of cpp. sed is portable and POSIX; cpp is neither. | |
2554 | ||
b219511b JK |
2555 | Fri Nov 12 15:26:36 1993 Jim Kingdon ([email protected]) |
2556 | ||
2557 | * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed. | |
2558 | ||
3971f61b JK |
2559 | Mon Nov 8 16:55:28 1993 Jim Kingdon ([email protected]) |
2560 | ||
2561 | * gdb.t20/gdbme.cc: Add comment about pmi being optimized out. | |
2562 | ||
4a8f7bf1 JK |
2563 | Thu Nov 4 23:07:59 1993 Jim Kingdon ([email protected]) |
2564 | ||
073cca33 JK |
2565 | * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as |
2566 | "_vb$". | |
4a8f7bf1 JK |
2567 | * gdb.t00/teststrategy.exp: Add xfail for RS/6000. |
2568 | * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc. | |
2569 | ||
51763ee2 JK |
2570 | Wed Nov 3 13:53:34 1993 Jim Kingdon ([email protected]) |
2571 | ||
2572 | * lib/gdb.exp: Comment out code which depends on non-existent | |
2573 | `transform' procedure. | |
2574 | ||
85174909 RS |
2575 | Wed Nov 3 11:23:11 1993 Rob Savoye ([email protected]) |
2576 | ||
eba272f3 | 2577 | * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'. |
85174909 RS |
2578 | * lib/gdb.exp: Transform tool name. |
2579 | * gdb.t*/*.exp: Change error to perror so it works with DejaGnu | |
2580 | 1.1's new error handling system. | |
2581 | ||
95bfaf1c JK |
2582 | Mon Nov 1 10:36:29 1993 Jim Kingdon ([email protected]) |
2583 | ||
2584 | * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS. | |
2585 | ||
2586 | Fri Oct 29 17:58:14 1993 Jim Kingdon ([email protected]) | |
2587 | ||
2588 | * gdb.t00/default.exp: Avoid tests with a lot of .* in them. | |
2589 | They made pattern matching so slow that timeouts happened on | |
2590 | heavily loaded systems. Now any output from "show print" which | |
2591 | gets us back to the GDB prompt is a PASS. | |
2592 | ||
12f4fe6c SG |
2593 | Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com) |
2594 | ||
2595 | * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule. | |
2596 | ||
bb42d443 JK |
2597 | Mon Oct 25 13:35:29 1993 Jim Kingdon ([email protected]) |
2598 | ||
3c1423d6 JK |
2599 | * gdb.t06/signals.exp: Skip whole file with xfail for HPPA. |
2600 | ||
bb42d443 JK |
2601 | * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail. |
2602 | It is not from PR 3220. | |
2603 | ||
33732871 JK |
2604 | Sun Oct 24 18:49:58 1993 Jim Kingdon ([email protected]) |
2605 | ||
2606 | * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which | |
2607 | just started failing because they depended on the order the | |
2608 | subcommands are presented, or exact docstring text. This kind of | |
2609 | test is a pain and has minimal benefit. | |
2610 | ||
bf96935b JK |
2611 | Thu Oct 21 08:26:48 1993 Jim Kingdon ([email protected]) |
2612 | ||
2613 | * gdb.t09/corefile.exp: At end of test, use "core" command with | |
2614 | no arguments. | |
2615 | ||
486b3fe1 SG |
2616 | Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com) |
2617 | ||
2618 | * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 | |
2619 | 17}/Makefile.in: Make it possible to run the testsuite with Sun | |
2620 | make and CC = cross gcc by adding explicit build rules for .o | |
2621 | files. | |
2622 | ||
e00def2d JK |
2623 | Tue Oct 19 14:57:38 1993 Jim Kingdon ([email protected]) |
2624 | ||
2625 | * gdb.t15/funcargs.exp: Don't put comments on same line as | |
2626 | setup_xfail (@#$*%& tcl braindamage!). | |
486b3fe1 | 2627 | |
f9a96aa3 JK |
2628 | Mon Oct 18 21:50:08 1993 Jim Kingdon ([email protected]) |
2629 | ||
2630 | * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile. | |
2631 | ||
2632 | Fri Oct 15 15:39:54 1993 Kung Hsu ([email protected]) | |
2633 | ||
2634 | * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'. | |
2635 | * gdb.t20/inherit.exp: remove three dumplicate entries. | |
2636 | ||
d699eb21 JK |
2637 | Fri Oct 15 13:45:25 1993 Peter Schauer ([email protected]) |
2638 | ||
2639 | * gdb.t06/break.exp: For "next over recursive call", fail on any | |
2640 | incorrect output, not just on "factorial (value=2)". | |
2641 | ||
cfb56ba2 JK |
2642 | Fri Oct 15 11:52:56 1993 Peter Schauer ([email protected]) |
2643 | ||
2644 | * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be | |
2645 | working now. Add an xfail if accesing a bss variable causes | |
2646 | a memory error if the target is not yet run. | |
2647 | ||
81d460c7 JK |
2648 | Thu Oct 14 19:16:56 1993 Jim Kingdon ([email protected]) |
2649 | ||
2650 | * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of | |
2651 | constructor name (2 string), name of _GLOBAL_ demangling (2 strings), | |
2652 | name of __st* demangling (2 strings). Did Kung really get the | |
2653 | more than 95 others right without testing them? | |
2654 | ||
ff24cba9 KH |
2655 | Thu Oct 14 16:27:08 1993 Kung Hsu ([email protected]) |
2656 | ||
2657 | * gdb.t24/demangle.exp: clean up XFAILS, more than 100 | |
2658 | ||
47882638 JK |
2659 | Thu Oct 14 11:40:30 1993 Jeffrey Law ([email protected]) |
2660 | ||
2661 | * configure.in (configdirs): Add gdb.disasm | |
2662 | * gdb.disasm: New directory for GDB disassembler tests. | |
2663 | * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA. | |
2664 | ||
89c394ec JK |
2665 | Thu Oct 14 11:40:30 1993 Jim Kingdon ([email protected]) |
2666 | ||
a86bd05a JK |
2667 | * gdb.t00/help.exp: Don't test "help set". |
2668 | ||
74aa67d3 JK |
2669 | * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails |
2670 | from within expect statements. None of these happen anymore and | |
2671 | they cause regressions to be silently unnoticed. | |
486e58a5 | 2672 | |
74aa67d3 JK |
2673 | * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure |
2674 | messages) about known failures with gcc cygnus-2.4.5-930417. | |
f1642921 | 2675 | |
89c394ec JK |
2676 | * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on |
2677 | comp-info.exp so it gets built if it doesn't exist. | |
2678 | ||
2679 | * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff; | |
2680 | it is no longer used. | |
2681 | * gdb.t13/comp-info.c: Removed. | |
2682 | ||
9536b32c JK |
2683 | Wed Oct 13 22:54:06 1993 Jim Kingdon ([email protected]) |
2684 | ||
2685 | * gdb.t06/signals.exp: Add xfail for sun3. | |
2686 | ||
ce5d0204 JK |
2687 | Thu Oct 7 12:01:03 1993 Jim Kingdon ([email protected]) |
2688 | ||
2689 | * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really | |
2690 | relevant because ^C doesn't get sent but failure can be reproduced | |
2691 | interactively). | |
2692 | ||
a72e9833 PS |
2693 | Tue Oct 5 10:43:11 1993 Peter Schauer ([email protected]) |
2694 | ||
2695 | * gdb.stabs/alpha.mt: New configuration file for alpha. | |
2696 | * gdb.stabs/configure.in: Use it. | |
2697 | * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable | |
2698 | sharing with alpha.mt, redefine long to word via preprocessor. | |
2699 | * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb | |
2700 | for alpha. | |
2701 | * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha | |
2702 | native cc. | |
2703 | * gdb.t00/teststrategy.exp: Change expect string so that we | |
2704 | consume the `(xgdb)' from the command echo and from the gdb prompt. | |
2705 | * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha. | |
2706 | gdb currently compares all values as long, so this failure probably | |
2707 | applies to any configuration where LONGEST is bigger than a target int. | |
2708 | * gdb.t08/comp-info.c: New file to determine if gdbme is compiled | |
2709 | with gcc. | |
2710 | * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable | |
2711 | to handle opaque pointers, gcc is. | |
2712 | * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t | |
2713 | as first argument. Include <sys/types.h> and change all operator | |
2714 | new definitions to use size_t. | |
2715 | * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new | |
2716 | now that we use size_t. | |
2717 | ||
2718 | Wed Sep 29 00:55:49 1993 Peter Schauer ([email protected]) | |
2719 | ||
2720 | * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing | |
2721 | a long or float array cast all array members to the same type. | |
2722 | * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long | |
2723 | with 64 bit longs. | |
2724 | * gdb.t07/watchpoint.exp: Add finish and until variations encountered | |
2725 | on alpha. | |
2726 | * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha. | |
2727 | ||
83eba394 JK |
2728 | Tue Sep 28 17:26:47 1993 Jim Kingdon ([email protected]) |
2729 | ||
74869987 JK |
2730 | * gdb.t24 (demangle.exp): Constructors of templates have names like |
2731 | vector<int>::vector(int) not vector<int>::vector<int>(int). See | |
2732 | section 14.6 of the ARM. | |
2733 | ||
2734 | * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form | |
2735 | "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they | |
2736 | accomplish little and slow down the testsuite. | |
2737 | ||
83eba394 JK |
2738 | * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX". |
2739 | Accept spaces various places. | |
2740 | ||
a0f3541f JK |
2741 | Tue Sep 21 17:28:45 1993 Jim Kingdon ([email protected]) |
2742 | ||
83eba394 JK |
2743 | * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function |
2744 | with watchpoint enabled. | |
2745 | ||
a0f3541f JK |
2746 | * Makefile.in: Remove definition of CC and remove the second |
2747 | definition of CXX (the "CXX = gcc" one remains). These definitions | |
2748 | were causing backquotes to be expanded within backquotes, which | |
2749 | doesn't work. | |
2750 | ||
fa79d853 JK |
2751 | Sat Sep 18 09:43:21 1993 Jim Kingdon ([email protected]) |
2752 | ||
2753 | * gdb.t17/callfuncs.exp: Add "return 0" to end. | |
2754 | ||
26a08d15 PS |
2755 | Fri Sep 17 04:41:17 1993 Peter Schauer ([email protected]) |
2756 | ||
2757 | * gdb.stabs/ecoff.mt: Remove STABSCC hack. | |
2758 | * gdb.stabs/weird.exp: Handle the case where weird.o is compiled | |
2759 | by mips cc and contains no stabs entries. | |
2760 | ||
de8c35cf RS |
2761 | Thu Sep 16 17:22:12 1993 Rob Savoye ([email protected]) |
2762 | ||
2763 | * config/vx-gdb.exp: Use fake device to load files rather than | |
2764 | NFS. | |
2765 | * lib/gdb.exp: New proc to do "file" command. | |
2766 | * config/unix-gdb.exp: Use new "file" proc. | |
2767 | ||
48d10a25 ILT |
2768 | Thu Sep 16 13:45:44 1993 Ian Lance Taylor ([email protected]) |
2769 | ||
2770 | * config/mips-gdb.exp (gdb_load): Increase timeout to 2400. | |
2771 | Rework board rebooting slightly. | |
2772 | (gdb_exit): Don't exit from the remote shell; there isn't one. | |
2773 | * gdb.stabs/weird.exp: If a program is being debugged already, | |
2774 | kill it. | |
2775 | * gdb.t04/setvar.exp: Stop and restart gdb. | |
2776 | * gdb.t05/expr.exp: Likewise. | |
2777 | * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and | |
2778 | restart gdb and reload the program. | |
2779 | * gdb.t08/opaque.exp: Likewise. | |
2780 | * gdb.t12/scope.exp: Likewise. | |
2781 | * gdb.t13/bitfields.exp: Likewise. | |
2782 | * gdb.t15/funcargs.exp: Likewise. | |
2783 | * gdb.t20/classes.exp: Likewise. | |
2784 | * gdb.t03/ptype.exp: Increase timeout. | |
2785 | * gdb.t16/printcmds.exp (test_print_string_constants, | |
2786 | test_print_array_constants): Likewise. | |
2787 | * gdb.t17/callfuncs.exp (do_function_calls): Likewise. | |
2788 | * gdb.t20/classes.exp (do_tests): Likewise. | |
2789 | * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise. | |
2790 | ||
8cced93d ILT |
2791 | Wed Sep 15 14:24:36 1993 Ian Lance Taylor ([email protected]) |
2792 | ||
2793 | * gdb.stabs: Renamed *wierd* to *weird*. | |
2794 | ||
f424845a JK |
2795 | Wed Sep 15 10:36:50 1993 Jim Kingdon ([email protected]) |
2796 | ||
2797 | * gdb.t13/bitfields.exp: Test for bad output rather than waiting | |
2798 | for timeout. Add "known gcc 2.4.5 bug" to failure message. | |
2799 | ||
06f63f95 JK |
2800 | Tue Sep 14 17:16:44 1993 Jim Kingdon ([email protected]) |
2801 | ||
2802 | * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name. | |
2803 | (do_tests): Remove xfail for whatis on one_var and two_var. | |
2804 | ||
2805 | Wed Sep 8 23:14:23 1993 Rob Savoye ([email protected]) | |
2806 | ||
2807 | * Makefile.in: Made cross building work better by adding | |
2808 | {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS. | |
2809 | ||
b7da78d5 JK |
2810 | Tue Sep 7 14:11:52 1993 Jim Kingdon ([email protected]) |
2811 | ||
2812 | * gdb.t15/{return.c,return.exp,Makefile.in}: | |
2813 | New test, currently commented out. | |
2814 | ||
2fd77dab RS |
2815 | Tue Aug 31 16:51:29 1993 Rob Savoye ([email protected]) |
2816 | ||
2817 | * config/udi-gdb.exp: gdb_exit now kills any isstip processes | |
2818 | still running and removes the leftover named socket so GDb can do | |
2819 | clean restarts. | |
2820 | ||
f6c8cae6 RS |
2821 | Mon Aug 30 17:55:16 1993 Rob Savoye ([email protected]) |
2822 | ||
2823 | * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the | |
2824 | console, not GDB. | |
2825 | * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so | |
2826 | cross testing works better with "make check" | |
2827 | * config/unix-gdb: Use default procedures for exit and version. | |
2828 | * config/vx-gdb.exp: Cleaned up and massaged back to working order | |
2829 | with the newest VxWorks. | |
2830 | ||
08843cd8 JK |
2831 | Thu Aug 26 17:50:28 1993 Jim Kingdon ([email protected]) |
2832 | ||
298e9222 JK |
2833 | * gdb.t20/classes.exp: For "ptype class Base1", continue to accept |
2834 | old form. | |
2835 | ||
2836 | * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a | |
2837 | name (e.g. devo gdb with gcc 2.4.5), it is still a pass. | |
2838 | ||
08843cd8 JK |
2839 | * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it). |
2840 | ||
2841 | * config/unix-gdb.exp: Remove this version of gdb_exit | |
2842 | * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp. | |
2843 | Rob says he'll look at it when he gets back to testing boards. | |
2844 | ||
aed23900 FF |
2845 | Thu Aug 26 07:20:00 1993 Fred Fish ([email protected]) |
2846 | ||
2847 | * gdb.t22/virtfunc.exp: Accept missing struct/class names as | |
2848 | an expected fail for certain ptype commands. | |
2849 | ||
2850 | * gdb.t20/classes.exp: Update expected results of "ptype class | |
2851 | Base1" to account for the constructor that now appears in the type. | |
2852 | ||
653ae28f FF |
2853 | Wed Aug 25 16:48:05 1993 Fred Fish ([email protected]) |
2854 | ||
2855 | * configure.in (configdirs): Restore gdb.t04, which mysteriously | |
2856 | disappeared from list. | |
2857 | * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete | |
2858 | "alldone" proc with call to cleanup and exit. | |
2859 | * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp, | |
2860 | gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp, | |
2861 | gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, | |
2862 | gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp, | |
2863 | gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to | |
2864 | "alldone" proc with simple returns that suppress remaining | |
2865 | tests. The alldone proc went away many months ago. | |
2866 | ||
84853a53 JK |
2867 | Tue Aug 24 11:04:06 1993 Jim Kingdon ([email protected]) |
2868 | ||
c69b7db7 JK |
2869 | * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests. |
2870 | ||
84853a53 JK |
2871 | * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O. |
2872 | ||
5e958188 PS |
2873 | Thu Aug 19 22:08:41 1993 Peter Schauer ([email protected]) |
2874 | ||
2875 | * gdb.t15/funcargs.exp: Allow arguments for main in backtraces | |
2876 | as vax gdb will display them. | |
2877 | ||
0e8e9721 JK |
2878 | Thu Aug 19 18:18:59 1993 Jim Kingdon ([email protected]) |
2879 | ||
64926813 JK |
2880 | * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound |
2881 | optimizers. | |
2882 | ||
7161494d JK |
2883 | * scope.exp: Change "bad value for localval" messages so each one |
2884 | is unique. | |
2885 | ||
62db94cb JK |
2886 | * config/unix-gdb.exp (gdb_exit): Move info on this vs. |
2887 | lib/gdb.exp (gdb_exit) from ChangeLog to comments. | |
2888 | ||
0e8e9721 JK |
2889 | * gdb.t06/signals.exp: Skip the whole file with xfail for delta68. |
2890 | ||
b606bd8d JK |
2891 | Tue Aug 17 00:05:28 1993 Jim Kingdon ([email protected]) |
2892 | ||
2893 | * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line | |
2894 | doesn't exist (due to optimization). | |
2895 | ||
0e0b4e64 JK |
2896 | Mon Aug 16 21:05:49 1993 Jim Kingdon ([email protected]) |
2897 | ||
b606bd8d JK |
2898 | * gdb.stabs/wierd.exp: Deal with it if echo of "file" command |
2899 | contains \r because the filename is long. | |
2900 | ||
0e0b4e64 JK |
2901 | * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as |
2902 | 'continue'" bug, and change xfail back to i*86-univel-sysv4*. | |
2903 | ||
adce2225 PS |
2904 | Mon Aug 16 03:05:17 1993 Peter Schauer ([email protected]) |
2905 | ||
2906 | * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp, | |
2907 | gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running | |
2908 | Ultrix. | |
2909 | * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus | |
2910 | int tests. | |
2911 | * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests. | |
2912 | ||
9e191927 FF |
2913 | Thu Aug 12 15:24:28 1993 Fred Fish ([email protected]) |
2914 | ||
adce2225 PS |
2915 | * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*. |
2916 | ||
9e191927 FF |
2917 | * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern |
2918 | to match does not match the passing case but still matches the | |
2919 | failing case. | |
2920 | ||
285ae57a JK |
2921 | Thu Aug 12 16:58:59 1993 Jim Kingdon ([email protected]) |
2922 | ||
2923 | * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*. | |
2924 | ||
7a7d682b JG |
2925 | Wed Aug 11 19:47:27 1993 John Gilmore ([email protected]) |
2926 | ||
2927 | * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit | |
285ae57a | 2928 | to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter). |
7a7d682b JG |
2929 | * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}: |
2930 | Remove various versions of gdb_exit. | |
2931 | * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call | |
2932 | gdb_exit. | |
2933 | * config/unix-gdb.exp: gdb_exit remains here, and should override | |
2934 | the generic version, since it's doing a lot of wierd stuff that | |
2935 | the other versions aren't. FIXME, fold it in, or abandon this | |
2936 | version. | |
2937 | ||
48c95e5b JK |
2938 | Wed Aug 11 12:09:32 1993 Jim Kingdon ([email protected]) |
2939 | ||
2940 | * gdb.t24/demangle.exp: Add tests for PR 3220. | |
2941 | ||
2942 | Tue Aug 10 15:49:35 1993 Jim Kingdon ([email protected]) | |
2943 | ||
d722005e | 2944 | * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_. |
48c95e5b | 2945 | |
5ad3ae4a FF |
2946 | Tue Aug 10 15:45:25 1993 Fred Fish ([email protected]) |
2947 | ||
e024d80c FF |
2948 | * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just |
2949 | "i386-*-*". Works for i486 as well. | |
2950 | ||
5ad3ae4a FF |
2951 | * gdb.t06/signals.exp: Rework code that recognizes known SVR4 |
2952 | bug, and expand domain of xfail to all SVR4 systems, since the | |
2953 | actual problem is likely to be in generic SVR4 /proc support. | |
2954 | ||
ae039ff3 JK |
2955 | Tue Aug 10 15:49:35 1993 Jim Kingdon ([email protected]) |
2956 | ||
2957 | * config/unix-gdb.exp (gdb_load): Add eof to expect statement. | |
2958 | ||
c0398b8b FF |
2959 | Tue Aug 10 09:56:56 1993 Fred Fish ([email protected]) |
2960 | ||
869cfa9f FF |
2961 | * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of |
2962 | xfails for other systems. Match a missing 'Continuing.' as an | |
2963 | explicit fail for i*86-*-sysv4*, so it doesn't hose other tests. | |
2964 | ||
adf18b24 FF |
2965 | * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp, |
2966 | gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp: | |
2967 | Only issue warning for missing executables if -all option is used. | |
2968 | ||
c0398b8b FF |
2969 | * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o |
2970 | file if -all option is used. It's like an unpredictable XFAIL. | |
2971 | ||
0685d95f JK |
2972 | Mon Aug 9 10:13:34 1993 Jim Kingdon ([email protected]) |
2973 | ||
3241e35d JK |
2974 | * gdb.t15/funcargs.exp: Add comments that hppa xfails are only |
2975 | for dynamically linked binaries. | |
2976 | ||
0685d95f JK |
2977 | * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests. |
2978 | ||
205c1ddc JK |
2979 | Sun Aug 8 14:21:29 1993 Jim Kingdon ([email protected]) |
2980 | ||
2981 | * gdb.t20/inherit.exp: Change message for "print tagless struct" | |
2982 | to state that this is a known bug in old versions of g++. | |
2983 | ||
6117e42f JK |
2984 | Fri Aug 6 21:40:30 1993 Peter Schauer ([email protected]) |
2985 | ||
2986 | * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline | |
2987 | while waiting for `Continuing'. | |
2988 | ||
d8ab5dbf FF |
2989 | Fri Aug 6 13:38:08 1993 Fred Fish ([email protected]) |
2990 | ||
2991 | * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols | |
2992 | in text, data, and bss. | |
2993 | * gdb.t10/nodebug.c: Add local and global test variables for | |
2994 | initialized and uninitialized data. | |
2995 | ||
f4dfe788 JK |
2996 | Thu Aug 5 12:18:40 1993 Jim Kingdon ([email protected]) |
2997 | ||
2998 | * config/unix-gdb.exp (gdb_exit): Add "wait". | |
2999 | ||
3000 | Thu Aug 5 18:14:06 1993 Peter Schauer ([email protected]) | |
3001 | ||
3002 | * gdb.t06/signals.exp: xfail the continue from the handler for all | |
3003 | targets. | |
3004 | ||
3005 | * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a | |
3006 | function with watchpoints enabled, the i386 call dummy starts with | |
3007 | a call. | |
3008 | ||
3009 | * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way | |
3010 | 386 bsd names its corefiles. | |
3011 | ||
a469d3b6 FF |
3012 | Wed Aug 4 08:53:41 1993 Fred Fish ([email protected]) |
3013 | ||
3014 | * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many | |
3015 | compilers don't grok it. | |
3016 | * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array | |
3017 | with small octal ints rather than character constants, which | |
3018 | are signed and might not fit if first promoted to int. | |
3019 | ||
ad6feb08 FF |
3020 | Tue Aug 3 18:28:25 1993 Fred Fish ([email protected]) |
3021 | ||
3022 | * gdb.t09/Makefile.in (clean): Remove corefile. | |
3023 | ||
3024 | Mon Aug 2 12:47:44 1993 Jim Kingdon ([email protected]) | |
3025 | ||
3026 | * gdb.t07/watchpoint.exp: Add missing `$prompt $'. | |
3027 | ||
a92499ba JK |
3028 | Mon Aug 2 12:30:14 1993 Peter Schauer ([email protected]) |
3029 | and Jim Kingdon ([email protected]) | |
3030 | ||
3031 | * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for | |
3032 | NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment | |
3033 | the `continue' test right after it (also xfailed if NO_SINGLE_STEP). | |
3034 | ||
c4978d68 JK |
3035 | Fri Jul 30 19:46:55 1993 Jim Kingdon ([email protected]) |
3036 | ||
3037 | * gdb.t17/interrupt.exp: Add xfail for hppa. | |
3038 | ||
69aa789b PS |
3039 | Fri Jul 30 12:54:11 1993 Peter Schauer ([email protected]) |
3040 | ||
3041 | * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp, | |
3042 | gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs. | |
3043 | * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior | |
3044 | to determine signed-ness of bitfields and use the result to setup | |
3045 | the xfail. | |
a4fbb03e | 3046 | * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines. |
c4978d68 JK |
3047 | * gdb.t15/funcargs.exp: Use them to step until the second indirect |
3048 | call line is reached if necessary. | |
69aa789b | 3049 | |
84123aa6 JK |
3050 | Thu Jul 29 20:33:08 1993 Jim Kingdon ([email protected]) |
3051 | ||
3052 | * gdb.stabs/wierd.exp: New test, for nameless baseclasses. | |
3053 | ||
3054 | Mon Jul 26 00:15:02 1993 Jim Kingdon ([email protected]) | |
3055 | ||
3056 | * gdb.t06/break.exp: Also test `clear' command. | |
3057 | ||
cb6afa30 JK |
3058 | Wed Jul 21 18:03:38 1993 Jim Kingdon ([email protected]) |
3059 | ||
002c6d17 JK |
3060 | * gdb.t00/teststrategy.exp: Remove extra quote. |
3061 | ||
6665d54c | 3062 | * gdb.t07/watchpoint.exp: Change xfail for calling function with |
84123aa6 | 3063 | watchpoint enabled to be for all non-68k machines. |
6665d54c | 3064 | |
cb6afa30 JK |
3065 | * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test. |
3066 | ||
9d77e877 PS |
3067 | Mon Jul 19 23:59:26 1993 Peter Schauer ([email protected]) |
3068 | ||
3069 | * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-* | |
3070 | targets use aout.mt instead of ecoff.mt as gas understands | |
3071 | standard aout format. | |
3072 | ||
675d65db JK |
3073 | Mon Jul 19 18:14:06 1993 Jim Kingdon ([email protected]) |
3074 | ||
62d4a686 JK |
3075 | * lib/gdb.exp (runto): Don't insist that function we are running to |
3076 | was compiled with -g. | |
3077 | ||
3078 | * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test. | |
3079 | ||
675d65db JK |
3080 | * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time |
3081 | to get back into the read system call. | |
3082 | Accept leading newline in case where we woke it up. | |
3083 | ||
76b098d1 PS |
3084 | Sun Jul 18 08:40:45 1993 Peter Schauer ([email protected]) |
3085 | ||
3086 | * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files | |
3087 | to make the stabs test work on ecoff systems using gcc and -with-stabs. | |
3088 | * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to | |
3089 | enable ecoff configuration. | |
3090 | ||
0568df2a JK |
3091 | Thu Jul 15 11:54:58 1993 Jim Kingdon ([email protected]) |
3092 | ||
3093 | * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test. | |
3094 | ||
e91ceb3c JK |
3095 | Wed Jul 14 09:36:42 1993 Jim Kingdon ([email protected]) |
3096 | ||
3097 | * gdb.t16/printcmds.exp: Add another printf test. | |
3098 | ||
6dc31f06 ILT |
3099 | Wed Jul 14 15:37:13 1993 Ian Lance Taylor ([email protected]) |
3100 | ||
3101 | * configure.in: If configured -with-stabs on any target, add | |
3102 | stabsdirs to configdirs. | |
3103 | ||
5af4f5f6 JK |
3104 | Wed Jul 14 09:36:42 1993 Jim Kingdon ([email protected]) |
3105 | ||
e91ceb3c JK |
3106 | * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is |
3107 | fun" so pattern does not match the command itself. | |
5af4f5f6 | 3108 | |
4988d8c7 JK |
3109 | Mon Jul 12 11:22:06 1993 Jim Kingdon ([email protected]) |
3110 | ||
3111 | * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames. | |
3112 | ||
a688a186 JK |
3113 | Sun Jul 11 12:03:24 1993 Jim Kingdon ([email protected]) |
3114 | ||
3115 | * gdb.t17/interrupt.exp: Test for more things. | |
3116 | ||
2a62a4cb JK |
3117 | Fri Jul 9 14:11:17 1993 Jim Kingdon ([email protected]) |
3118 | ||
81074ec8 JK |
3119 | * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC |
3120 | compiler arranges the code and line numbers. | |
3121 | ||
2a62a4cb JK |
3122 | * gdb.t17/interrupt.exp: Don't send \n after ^C. |
3123 | ||
3ae135ab PS |
3124 | Fri Jul 9 09:47:02 1993 Peter Schauer ([email protected]) |
3125 | ||
3126 | * gdb.t00/help.exp: Increase expect input buffer size. | |
3127 | ||
be7f7549 JK |
3128 | Thu Jul 8 14:26:50 1993 Jim Kingdon ([email protected]) |
3129 | ||
075aa449 JK |
3130 | * gdb.t06/signals.exp: Remove sparc xfail; bug fixed. |
3131 | ||
1af6f16c JK |
3132 | * gdb.t07/watchpoint.exp: Add xfail for hppa. |
3133 | ||
270532f9 JK |
3134 | * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug. |
3135 | ||
be7f7549 JK |
3136 | * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint |
3137 | [0-9]*, not just [0-9]. | |
3138 | ||
f2dee08e JK |
3139 | Wed Jul 7 17:52:28 1993 Jim Kingdon ([email protected]) |
3140 | ||
9ae07ce5 JK |
3141 | * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972. |
3142 | ||
f2dee08e JK |
3143 | * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use. |
3144 | ||
afde243f JK |
3145 | Tue Jul 6 13:54:49 1993 Jim Kingdon ([email protected]) |
3146 | ||
3147 | * gdb.t00/help.exp: Replace most of docstring for "continue" with .*. | |
3148 | ||
762665e1 JK |
3149 | Mon Jul 5 22:03:45 1993 Jim Kingdon ([email protected]) |
3150 | ||
46d284c9 JK |
3151 | * gdb.t06/signals.c: Add xfails for sun3. |
3152 | ||
306ee233 JK |
3153 | * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836. |
3154 | ||
762665e1 JK |
3155 | * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add |
3156 | test_stepping tests. | |
3157 | ||
79f3218c JK |
3158 | Fri Jul 2 09:08:10 1993 Jim Kingdon ([email protected]) |
3159 | ||
762665e1 JK |
3160 | * gdb.t{06,17}/Makefile.in (clean): Remove all executables. |
3161 | ||
b2618fd8 JK |
3162 | * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug. |
3163 | ||
56f413cd JK |
3164 | * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c |
3165 | rather than actually putting it through cpp twice. | |
3166 | ||
79f3218c JK |
3167 | * gdb.t06/signals.exp: Add xfails for unixware and rs6000. |
3168 | ||
eae16698 ILT |
3169 | Fri Jul 2 10:48:03 1993 Ian Lance Taylor ([email protected]) |
3170 | ||
3171 | * config/mips-gdb.exp (gdb_exit): Removed close statement which is | |
3172 | no longer needed. | |
3173 | ||
38e1dd54 JK |
3174 | Fri Jul 2 09:08:10 1993 Jim Kingdon ([email protected]) |
3175 | ||
b4ace9d3 JK |
3176 | * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn. |
3177 | ||
38e1dd54 JK |
3178 | * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any |
3179 | C++ features prints as "struct", make it a pass, not an xfail. | |
3180 | ||
3181 | Thu Jul 1 22:03:33 1993 Jim Kingdon ([email protected]) | |
3182 | ||
3183 | * gdb.t22/virtfunc.exp: Remove a bunch of xfails. | |
3184 | Don't require VA to print as "class" rather than "struct". | |
3185 | ||
b55cc8a2 JK |
3186 | Thu Jul 1 18:27:40 1993 Jim Kingdon ([email protected]) |
3187 | ||
3188 | * gdb.t06/twice.exp: Don't care about the file name GDB prints. | |
3189 | ||
e02c07a5 JK |
3190 | Wed Jun 30 18:01:00 1993 Jim Kingdon ([email protected]) |
3191 | ||
3192 | * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end. | |
3193 | ||
3194 | Tue Jun 29 13:15:42 1993 Peter Schauer ([email protected]) | |
3195 | ||
3196 | * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong | |
3197 | order. | |
3198 | ||
b4e89979 JK |
3199 | Tue Jun 29 09:22:29 1993 Jim Kingdon ([email protected]) |
3200 | ||
366f2869 JK |
3201 | * gdb.t16/printcmds.exp: Add printf tests. |
3202 | ||
38c41e92 JK |
3203 | * gdb.t06/{twice.{c,exp},Makefile.in}: New test. |
3204 | ||
b4e89979 JK |
3205 | * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too. |
3206 | ||
3207 | Mon Jun 28 11:25:59 1993 Fred Fish ([email protected]) | |
3208 | ||
3209 | * gdb.t20/classes.exp: Add clear_xfail's before printing summary | |
3210 | pass counts, to counteract any existing or future setup_xfails. | |
3211 | ||
884e8cd4 JK |
3212 | Mon Jun 28 09:15:17 1993 Jim Kingdon ([email protected]) |
3213 | ||
f492b6c1 JK |
3214 | * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros |
3215 | {BEGIN,END}_COMMON for common block instead of STAB. | |
44443a9b | 3216 | * gdb.stabs/wierd.exp: Add xfail for rs6000. |
f492b6c1 | 3217 | |
884e8cd4 JK |
3218 | * gdb.stabs/wierd.def: Make value of N_GSYM's 0. |
3219 | intp_var should be N_GSYM not N_LSYM. | |
3220 | wierd-aout.S: Use a label for the value of the N_SO. | |
3221 | wierd.def: Remove all backslashes. | |
3222 | wierd-{aout,xcoff}.S: Put a few tests with backslashes here. | |
3223 | ||
9325d5af PS |
3224 | Mon Jun 28 07:21:51 1993 Peter Schauer ([email protected]) |
3225 | ||
3226 | * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to | |
3227 | get the expected next to inheritance3. | |
3228 | ||
d2b860e3 PS |
3229 | Sun Jun 27 12:29:53 1993 Peter Schauer ([email protected]) |
3230 | ||
3231 | * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-* | |
3232 | now that gcc-2.4 gets it right. | |
3233 | ||
f788cf78 JK |
3234 | Fri Jun 25 12:00:46 1993 Jim Kingdon ([email protected]) |
3235 | ||
2de1aa1c JK |
3236 | * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test. |
3237 | ||
f788cf78 JK |
3238 | * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of |
3239 | generating comp-info.exp which works for cross-compilation. | |
3240 | ||
6ba7b818 FF |
3241 | Thu Jun 24 16:55:05 1993 Fred Fish ([email protected]) |
3242 | ||
3243 | * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not | |
3244 | "*-*-sysv4.*". | |
3245 | ||
3246 | Tue Jun 22 21:17:26 1993 Fred Fish ([email protected]) | |
3247 | ||
3248 | * gdb.t01/run.exp: Start with a fresh gdb. | |
3249 | * gdb.t11/list.exp: For SVR4 xfails, match on all versions of | |
3250 | SVR4.x. | |
3251 | ||
cfb702c1 FF |
3252 | Mon Jun 21 15:23:22 1993 Fred Fish ([email protected]) |
3253 | ||
3254 | * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07, | |
3255 | gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15, | |
3256 | gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/ | |
3257 | Makefile.in (distclean, realclean): Remove gdbme.c from list of | |
3258 | things to remove. | |
3259 | ||
3d26a081 FF |
3260 | Sat Jun 19 07:49:10 1993 Fred Fish ([email protected]) |
3261 | ||
3262 | * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new | |
3263 | test cases from bug reports. | |
3264 | ||
5c0e7bd6 FF |
3265 | Fri Jun 18 10:38:49 1993 Fred Fish ([email protected]) |
3266 | ||
3267 | * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*. | |
3268 | * gdb.t12/scope.exp: Add clear_xfails at appropriate places to | |
3269 | avoid spurious xfails. | |
3270 | * gdb.t20/classes.exp: Add xfails for longstanding C++ problems. | |
3271 | * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*. | |
3272 | * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems. | |
3273 | ||
212f6219 FF |
3274 | Wed Jun 16 10:11:57 1993 Fred Fish ([email protected]) |
3275 | ||
3276 | * gdb.t00/teststrategy.exp: Rework to provide more useful | |
3277 | description of each test, fix problem with systems that define | |
3278 | ALIGN_STACK_ON_STARTUP code, other misc cleanups. | |
3279 | * gdb.t06/break.exp (test_next_with_recursion): Fix expected | |
3280 | results for "next over recursive call" so timeouts aren't taken | |
3281 | by error. | |
3282 | ||
69dbdc05 JK |
3283 | Mon Jun 14 09:09:04 1993 Jim Kingdon ([email protected]) |
3284 | ||
c76f7bb7 JK |
3285 | * gdb.t12/scope.exp: Test printing of variables before run. |
3286 | ||
69dbdc05 JK |
3287 | * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are |
3288 | printed in wrong order due to sorting. | |
3289 | ||
dd9d4fa3 FF |
3290 | Sat Jun 12 15:03:58 1993 Fred Fish ([email protected]) |
3291 | ||
80af2bd3 FF |
3292 | * gdb.t00/teststrategy.exp: Fix expected results for printing |
3293 | user entered string constant. Is array of char, prints with no | |
3294 | address. | |
3295 | ||
dd9d4fa3 FF |
3296 | * gdb.t00/{default.exp, help.exp}: Account for changes to radix |
3297 | commands. | |
3298 | * gdb.t16/gdbme.c: Add and use struct containing arrays of char. | |
3299 | * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *". | |
3300 | * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing | |
3301 | of struct of char arrays. | |
3302 | * gdb.t00/radix.exp: New tests for radix commands. | |
3303 | ||
49b12db0 JK |
3304 | Fri Jun 11 13:12:27 1993 Jim Kingdon ([email protected]) |
3305 | ||
3306 | * gdb.t16/printcmd.exp: Print a variable before running program | |
3307 | (with xfail for AIX). | |
3308 | ||
729258a3 JK |
3309 | Thu Jun 10 11:04:04 1993 Jim Kingdon ([email protected]) |
3310 | ||
fcb6cf58 JK |
3311 | * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test. |
3312 | ||
729258a3 JK |
3313 | * gdb.t16/printcmd.exp: Don't print variables before running program. |
3314 | ||
3315 | * gdb.t06/break.exp: Don't require envp argument to main. | |
3316 | ||
3317 | * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword. | |
3318 | ||
3319 | * gdb.t02/whatis.exp, gdb.t11/list.exp: | |
3320 | Add xfails for rs6000. | |
3321 | ||
fcb6cf58 JK |
3322 | * gdb.t02/whatis.exp: Change other tests not to re-test something |
3323 | we already tested. | |
729258a3 JK |
3324 | |
3325 | * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure | |
3326 | each type used has a variable of that type. | |
3327 | ||
3328 | Tue Jun 8 16:45:20 1993 Jim Kingdon ([email protected]) | |
3329 | ||
3330 | * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure. | |
3331 | ||
3332 | Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
3333 | ||
3334 | * configure.in: change srctrigger to be a file, not a directory | |
3335 | ||
b3523cb3 ILT |
3336 | Fri Jun 4 08:23:57 1993 Ian Lance Taylor ([email protected]) |
3337 | ||
729258a3 JK |
3338 | * configure.in (mips-idt-ecoff*): Added trailing '*'. |
3339 | ||
b3523cb3 ILT |
3340 | * gdb.t11/list.exp: Fixed a couple of typos. |
3341 | ||
46fc723c FF |
3342 | Tue Jun 1 21:28:06 1993 Fred Fish ([email protected]) |
3343 | ||
3344 | * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug | |
3345 | is fixed and PR is closed. | |
3346 | * gdb.t16 (gdbme.c): Add simple test string variable. | |
3347 | * gdb.t16 (printcmds.exp): Add tests with simple test string | |
3348 | variable, primarily for boundaries on "set print elements". | |
3349 | ||
942a6600 JK |
3350 | Mon May 31 11:36:08 1993 Jim Kingdon ([email protected]) |
3351 | ||
6a51601e JK |
3352 | * gdb.stabs/wierd.exp: Remove xfail for printing big integer. |
3353 | Make leading 0's optional and don't expect a tab in the middle | |
3354 | of the number. | |
3355 | ||
bfcba962 JK |
3356 | * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy. |
3357 | ||
3358 | * gdb.stabs/wierd.def: Type attributes must be preceded by number=. | |
3359 | * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also | |
3360 | don't end command passed to gdb_test with newline. | |
3361 | ||
942a6600 JK |
3362 | * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the |
3363 | signed keyword away, don't expect signed bitfields to be signed. | |
3364 | ||
3365 | * gdb.t13/bitfields.exp (bitfield containment): Accept the fields | |
3366 | printing with only as many 1's as are in the field as well as printing | |
3367 | with 32 1's (see comment). | |
3368 | ||
35c254be FF |
3369 | Sat May 29 17:57:01 1993 Fred Fish ([email protected]) |
3370 | ||
88db2feb | 3371 | * gdb.t00/default.exp: Start with a fresh gdb. |
dd294fc0 FF |
3372 | * configure.in (configdirs): Remove gdb.t31 until the chill |
3373 | compiler works again. It no longer is able to find chillrt0 | |
3374 | since it isn't in libchill.a anymore. | |
150ab440 FF |
3375 | * gdb.stabs/wierd.exp: Rewrite to properly handling a missing |
3376 | wierd.o, make more modular. | |
35c254be FF |
3377 | * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove |
3378 | spurious newlines that caused problems. | |
3379 | ||
18ef9146 JK |
3380 | Wed May 26 09:57:19 1993 Jim Kingdon ([email protected]) |
3381 | ||
5bd22ca8 | 3382 | * Move test with enums and partial symbols from gdb.t03/ptype.exp |
12a09603 JK |
3383 | to gdb.stabs/wierd.exp since GCC has worked around the bug. |
3384 | gdb.stabs/wierd.{exp,def}: Many new tests. | |
3385 | ||
18ef9146 JK |
3386 | * gdb.t00/default.exp: update info line for new message. |
3387 | ||
3388 | * gdb.t02/{whatis.exp,gdbme.c}: | |
3389 | Test that "char *" doesn't print as "caddr_t". | |
3390 | ||
2d10304e JK |
3391 | Tue May 25 13:28:27 1993 Jim Kingdon ([email protected]) |
3392 | ||
3393 | * gdb.t00/help.exp: Use .* in place of some help messages which | |
3394 | just changed. | |
3395 | gdb.t00/default.exp: Update "info frame" test for new message. | |
3396 | * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test. | |
29b34f10 | 3397 | Remove some xfails |
2d10304e | 3398 | |
e726f3b5 JK |
3399 | Mon May 24 00:24:47 1993 Jim Kingdon ([email protected]) |
3400 | ||
c6d70012 JK |
3401 | * gdb.t03/{gdbme.c,ptype.exp}: |
3402 | Add tests for typedef'd struct and union without tags. | |
2d10304e | 3403 | Also check "whatis" on a variable of a typedef'd enum without a tag. |
c6d70012 | 3404 | |
f43c2f05 JK |
3405 | * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see |
3406 | PRMS 1823; the bug still exists but isn't reproduced by this test | |
3407 | anymore), and remove rs6000 XFAIL (the bug is fixed). | |
e726f3b5 JK |
3408 | |
3409 | * gdb.t03/ptype.exp: Comment out a lot of tests which are basically | |
3410 | duplicated from whatis.exp. For those that are left, accept | |
3411 | "long", "long int", or "int" for long variables (whatis.exp already | |
3412 | has an XFAIL for "int", so no need to fail it here). | |
3413 | ||
3414 | * gdb.t02/whatis.exp, gdb.t10/crossload.exp: | |
3415 | Deal with GCC's names for types now that GDB uses the compiler's names. | |
3416 | ||
3417 | * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some | |
3418 | setup_xfail's for sunos4. If we #defined the signed keyword away, | |
3419 | don't expect GDB to know that char it is signed. | |
3420 | ||
3421 | * gdb.t00/teststrategy.exp: Update for symbolic signal names. | |
3422 | ||
0b3c22df FF |
3423 | Sun May 23 08:44:55 1993 Fred Fish ([email protected]) |
3424 | ||
3425 | * configure.in (configdirs): Add gdb.t24 for C++ tests that | |
3426 | should work on any system, regardless of debugging format. | |
3427 | * gdb.t21/demangle.exp: Move to gdb.t24. | |
3428 | * gdb.t24/demangle.exp: Move from gdb.t21. | |
3429 | * gdb.t24/{Makefile.in, configure.in}: New files. | |
3430 | ||
3431 | Thu May 20 19:39:03 1993 Jim Kingdon ([email protected]) | |
3432 | ||
3433 | * configure.in: Do gdb.stabs and C++ tests only for stabs. | |
3434 | * gdb.stabs: New directory. | |
3435 | ||
8ce07a21 JK |
3436 | Tue May 18 21:12:09 1993 Jim Kingdon ([email protected]) |
3437 | ||
3438 | * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?" | |
3439 | not just "Quit anyway?". | |
3440 | ||
27daf1a9 FF |
3441 | Tue May 18 17:13:20 1993 Fred Fish ([email protected]) |
3442 | ||
3443 | * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure | |
3444 | that all setup_xfails are immediately followed by clear_xfails. | |
3445 | ||
3446 | Tue May 11 09:10:47 1993 Fred Fish ([email protected]) | |
3447 | ||
3448 | * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp, | |
3449 | gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp, | |
3450 | gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp, | |
3451 | gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp, | |
3452 | gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp, | |
3453 | gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp, | |
3454 | gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, | |
3455 | gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp, | |
3456 | gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp, | |
3457 | gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp, | |
3458 | gdb.t31/chillvars.exp, lib/gdb.exp: | |
3459 | Change place to report bugs from [email protected] to | |
3460 | [email protected]. | |
3461 | ||
3462 | Fri May 7 09:15:35 1993 Fred Fish ([email protected]) | |
3463 | ||
3464 | * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values | |
3465 | with 0.0, not integer 0. | |
3466 | ||
3467 | Fri Apr 30 13:17:24 1993 Jim Kingdon ([email protected]) | |
3468 | ||
3469 | * gdb.t06/break.exp: Update for "Kill the program" message change. | |
3470 | ||
fb40210a FF |
3471 | Fri Apr 30 09:42:57 1993 Fred Fish ([email protected]) |
3472 | ||
3473 | * Makefile.in (GDBFLAGS): Set to -nx. | |
3474 | * Makefile.in (site.exp): Use GDBFLAGS. | |
3475 | ||
c1fb4e49 RP |
3476 | Wed Apr 28 13:19:07 1993 K. Richard Pixley ([email protected]) |
3477 | ||
3478 | * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory | |
3479 | Makefiles. | |
ab8603ea RP |
3480 | (check): depend on just-check. |
3481 | (just-check): added so that tests can be run without a noop | |
3482 | build pass. | |
c1fb4e49 RP |
3483 | |
3484 | Fri Apr 23 18:13:28 1993 K. Richard Pixley ([email protected]) | |
3485 | ||
3486 | Switch to using configure's configdirs. | |
3487 | * Makefile.in (Makefile): add configure.in dependency. | |
3488 | (SUBDIRS): removed redundant assignment. | |
3489 | * configure.in: switch subdirs assignment to configdirs. | |
3490 | * gdb.t*/configure.in: new files. | |
3491 | ||
5959dcea ILT |
3492 | Thu Apr 22 08:27:53 1993 Ian Lance Taylor ([email protected]) |
3493 | ||
3494 | * gdb.t07/watchpoint.exp: Removed a29k expected failure which now | |
3495 | works. | |
3496 | ||
fbc3492c FF |
3497 | Tue Apr 20 13:38:40 1993 Fred Fish ([email protected]) |
3498 | ||
3499 | * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $< | |
3500 | in explicit rules. Apparently this is not supported by some makes. | |
3501 | ||
512e5f94 JG |
3502 | Mon Apr 19 01:54:53 1993 John Gilmore ([email protected]) |
3503 | ||
3504 | * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh. | |
3505 | ||
987b4233 PS |
3506 | Fri Apr 16 09:33:46 1993 Peter Schauer ([email protected]) |
3507 | ||
3508 | * config/unix-gdb.exp: Add back missing return 0 which mysteriously | |
3509 | disappeared. | |
3510 | ||
acb771de JG |
3511 | Thu Apr 15 02:28:24 1993 John Gilmore ([email protected]) |
3512 | ||
3513 | * gdb.t31/Makefile.in: Avoid $< in explicit rule. | |
3514 | ||
a08317af FF |
3515 | Wed Apr 14 16:38:47 1993 Fred Fish ([email protected]) |
3516 | ||
3517 | * gdb.t07/watchpoint.exp: Remove setup_xfail for i486 | |
3518 | watchpoint problem that is now fixed. | |
3519 | * gdb.t30/chexp.exp: Remove setup_xfail for printing | |
3520 | uninitialized convenience variables. | |
3521 | * gdb.t31/chillvars.exp: Fix expected patterns for printing | |
3522 | structures. | |
3523 | ||
3524 | Wed Apr 14 12:55:58 1993 Peter Schauer ([email protected]) | |
3525 | ||
3526 | * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS | |
3527 | which causes expect to get out of sync with gdb on long output | |
3528 | from help set. | |
3529 | * gdb.t09/corefile.exp: Make expected pattern for core file | |
3530 | failing signal and frame output format less sun specific. | |
3531 | ||
b54a2f2d PB |
3532 | Tue Apr 13 23:18:07 1993 Per Bothner ([email protected]) |
3533 | ||
3534 | * gdb.t31/chillvars.exp: Add and remove initial dummy | |
3535 | breakpoint, so that symbol table is forced in. | |
3536 | (Needed at least on Sunos4, though it seems not SVR4.) | |
3537 | * gdb.t31/chillvars.exp: Update for changed output format. | |
3538 | ||
ce307257 RS |
3539 | Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com) |
3540 | ||
3541 | * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path. | |
3542 | ||
3543 | Wed Apr 7 21:28:21 1993 Rob Savoye ([email protected]) | |
3544 | ||
3545 | * Makefile.in: Added --srcdir when invoking runtest, removed the | |
3546 | need for a local config file. (optional now) | |
3547 | ||
bee218aa FF |
3548 | Wed Apr 7 14:13:41 1993 Fred Fish ([email protected]) |
3549 | ||
3550 | * gdb.t21/demangle.exp: Only count real fails (not xfails) for | |
3551 | failure count used to force early termination. Add some more | |
3552 | expected failures for gnu style demangling. | |
3553 | ||
3554 | Thu Apr 1 09:50:30 1993 Peter Schauer ([email protected]) | |
3555 | ||
3556 | * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the | |
3557 | pmi variable from gdb.t20/gdbme to get optimized away. | |
3558 | * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*. | |
3559 | Check for written corefile upon timeout _and_ eof. | |
3560 | ||
1096d1de PS |
3561 | Tue Mar 30 09:58:16 1993 Peter Schauer ([email protected]) |
3562 | ||
3563 | * config/unix-gdb.exp: Add missing return 0. | |
3564 | ||
72ea43e6 PS |
3565 | Tue Mar 30 08:34:25 1993 Peter Schauer ([email protected]) |
3566 | ||
3567 | * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early | |
3568 | test termination. | |
3569 | ||
7007db96 FF |
3570 | Mon Mar 29 17:37:25 1993 Fred Fish ([email protected]) |
3571 | ||
3572 | * configure.in (subdirs): Put back gdb.t17 which mysteriously | |
3573 | disappeared. | |
3574 | ||
63305a73 FF |
3575 | Thu Mar 25 21:05:16 1993 Fred Fish ([email protected]) |
3576 | ||
7007db96 FF |
3577 | * gdb.t10/crossload.exp: Disable the i860-elf test until such |
3578 | time as i860 support works. | |
3579 | ||
63305a73 FF |
3580 | * gdb.t15/funcargs.exp: Fix expected outputs to include |
3581 | "backtrace 100\r" rather than just "backtrace\r", to match last | |
3582 | change. | |
3583 | ||
5f2912cc ILT |
3584 | Thu Mar 25 12:14:28 1993 Ian Lance Taylor ([email protected]) |
3585 | ||
3586 | * config/udi-gdb.exp (gdb_exit): Remove close command. | |
3587 | (gdb_target_udi): New procedure to set the UDI target. | |
3588 | (gdb_start): Don't remove *_soc files. Use gdb_target_udi. | |
3589 | * gdb.t00/default.exp: Added expected failures for a29k-*-udi. | |
3590 | Added waits for prompts after several question responses. Added | |
3591 | some more responses used by a29k-amd-udi-gdb. | |
3592 | * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support: | |
3593 | pass different arguments, restart UDI connection after program | |
3594 | completion. | |
3595 | * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp, | |
3596 | gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp, | |
3597 | gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp, | |
3598 | gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*. | |
3599 | * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp, | |
3600 | gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp, | |
3601 | gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, | |
3602 | gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp, | |
3603 | gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection | |
3604 | after program completion. | |
3605 | * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is | |
3606 | compiled with a SELECT_VECS setting. | |
3607 | * gdb.t15/funcargs.exp: Use argument to backtrace to prevent | |
3608 | infinite recursion. | |
3609 | ||
3610 | * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp: | |
3611 | Added checks for COFF results, and made them expected failures for | |
3612 | all targets. It would be better to make them expected failures | |
3613 | for COFF targets only. | |
3614 | ||
21ce979a DZ |
3615 | Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) |
3616 | ||
3617 | * Makefile.in: add null dvi target, don't bother to recurse | |
ebc0f582 DZ |
3618 | through test directories for info and install-info; rename |
3619 | $(datadir) to be dejagnu instead of deja-gnu | |
21ce979a | 3620 | |
214aa244 FF |
3621 | Wed Mar 24 09:48:03 1993 Fred Fish ([email protected]) |
3622 | ||
214aa244 FF |
3623 | * gdb.t31/gdbme.ch: Re-enable code that previously caused |
3624 | compiler to coredump. | |
3625 | * gdb.t31/chillvars.exp: Re-enable tests that depend on that | |
3626 | code. | |
214aa244 | 3627 | |
bfb33935 FF |
3628 | Tue Mar 23 08:53:42 1993 Fred Fish ([email protected]) |
3629 | ||
bfb33935 FF |
3630 | * gdb.t31/gdbme.ch: Comment out code that causes chill compiler |
3631 | coredump. | |
3632 | * gdb.t31/chillvars.exp: Comment out tests that depend on that | |
3633 | code. | |
bfb33935 | 3634 | |
3d0bd7d3 RS |
3635 | Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com) |
3636 | ||
3637 | * gdb.t03/ptype.exp: tests for return code from gdb_test. | |
3638 | * gdb.t00/teststrategy.exp: Uses which proc rather than spawning | |
3639 | which in a shell. Deletes xgdb when done. | |
3640 | * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists. | |
3641 | Tests the return from the "set height" or "set width" commands. | |
3642 | Added a few return codes where needed. | |
3643 | ||
bc803007 FF |
3644 | Wed Mar 17 11:31:01 1993 Fred Fish ([email protected]) |
3645 | ||
04fb224c FF |
3646 | * Makefile.in (SUBDIRS): Add gdb.t17. |
3647 | * configure.in (subdirs): Add gdb.t17. | |
bc803007 FF |
3648 | * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test |
3649 | files to test gdb's calling of functions in the inferior with | |
3650 | the correct arguments and gdb's ability to retrieve any | |
3651 | result returned. | |
3652 | ||
400b81b5 FF |
3653 | Tue Mar 16 15:37:11 1993 Fred Fish ([email protected]) |
3654 | ||
3655 | * config/unix-gdb.exp (gdb_exit): Remove close commands that | |
3656 | may be called after gdb goes away. Previous versions of expect | |
3657 | needed these to avoid file descriptor leaks, but they cause | |
3658 | errors with the current revision of expect. | |
3659 | * gdb.t00/gdbvars.exp: Use -re on expected output after | |
3660 | setting sevenbit-strings. | |
3661 | * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands | |
3662 | to set sevenbit-strings consistent across tests. | |
400b81b5 FF |
3663 | gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to |
3664 | set sevenbit-strings consistent across tests. | |
400b81b5 | 3665 | |
96b99583 FF |
3666 | Fri Mar 12 08:47:20 1993 Fred Fish ([email protected]) |
3667 | ||
3668 | * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an | |
3669 | expected output to match current "expect" expectations. | |
3670 | ||
d3b43da8 FF |
3671 | Wed Mar 10 18:01:49 1993 Fred Fish ([email protected]) |
3672 | ||
3673 | * gdb.t00/default.exp: Change expected output for default "source" | |
3674 | command, to match new gdb behavior which requires a filename to | |
3675 | source. | |
3676 | ||
fa5366da FF |
3677 | Tue Mar 9 11:00:56 1993 Fred Fish ([email protected]) |
3678 | ||
3679 | * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up | |
3680 | expected fail for i486-*-* that misses the marker2 function. | |
3681 | * gdb.t10/crossload.exp (bfddefault): Allow successful | |
3682 | recognition of a format to pass even if no symbols are found. | |
3683 | Explicitly catch failures where the format is not recognized | |
3684 | or is ambiguous, and add the reason to the fail message. | |
3685 | * gdb.t10/crossload.exp (bfdexplicit): Catch failure where | |
3686 | the cause is and invalid target and add reason to failure message. | |
3687 | * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k, | |
3688 | elf32-i386, elf32-sparc, and elf32-i860. | |
3689 | * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar): | |
3690 | Set up expected failure for 'filename'::variable scope resolution, | |
3691 | which is now apparently broken on all targets. | |
3692 | * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp, | |
3693 | gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp, | |
3694 | gdb.t23/templates.exp: Change failure for missing binfile into | |
3695 | just a warning. | |
3696 | gdb.t21/demangle.exp: Change all cfront references to 'arm' | |
3697 | references. | |
3698 | ||
3699 | Mon Mar 8 19:20:28 1993 Fred Fish ([email protected]) | |
3700 | ||
3701 | * gdb.t00/default.exp: Add expected output for default "source" | |
3702 | command, to match new gdb behavior. | |
3703 | * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB. | |
3704 | ||
1be6caef RS |
3705 | Sun Mar 7 15:14:09 1993 Rob Savoye ([email protected]) |
3706 | ||
3707 | * config/*-gdb.exp: returns an error, rather than exiting on | |
3708 | internal errors. | |
3709 | ||
3710 | Tue Mar 2 18:09:32 1993 Fred Fish ([email protected]) | |
3711 | ||
3712 | * gdb.t03/gdbme.c: Add pointer to struct variable. | |
3713 | * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for | |
3714 | referencing struct members. | |
3715 | ||
01cec5c8 ILT |
3716 | Thu Feb 25 10:39:06 1993 Ian Lance Taylor ([email protected]) |
3717 | ||
1be6caef RS |
3718 | * configure.in (mips-idt-ecoff): New target. |
3719 | * config/mips-gdb.exp: New file for remote board using MIPS remote | |
3720 | debugging protocol. | |
3721 | ||
01cec5c8 ILT |
3722 | * Redid configuration scheme. Removed gdb.t*/configure.in. |
3723 | Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX | |
3724 | instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and | |
3725 | distclean targets. Built executables via .o files. Adjusted | |
3726 | tests to account for source files in $(srcdir) rather than | |
3727 | $(objdir). | |
3728 | * lib/gdb.exp (runto): Don't expect () after the function name, | |
3729 | because it may have arguments. | |
3730 | ||
5b272a2d ILT |
3731 | Wed Feb 24 08:05:38 1993 Ian Lance Taylor ([email protected]) |
3732 | ||
3733 | * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp, | |
3734 | gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added | |
3735 | expected failures for mips-idt-* and mips-sgi-*. | |
3736 | * gdb.t00/default.exp (attach): Kill process if requested. | |
3737 | * gdb.t00/help.exp (help target core, help target): Accept a gdb | |
3738 | that does not read core files. | |
3739 | * gdb.t01/run.exp: Removed checks for exit status code. | |
3740 | * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that | |
3741 | it is linked in. | |
3742 | * gdb.t03/ptype.exp: Increase timeout when calling malloc. | |
3743 | * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where | |
3744 | appropriate, rather than doing it by hand. | |
3745 | * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first | |
3746 | execution. | |
3747 | * gdb.t10/crossload.exp: Kill existing program if needed. | |
3748 | * gdb.t15/funcargs.exp: Use delete_breakpoints function where | |
3749 | appropriate, rather than doing it by hand. Always increase | |
3750 | timeout for this test, not just for VxWorks. | |
3751 | ||
16aa4b53 FF |
3752 | Wed Feb 24 08:03:38 1993 Fred Fish ([email protected]) |
3753 | ||
16aa4b53 FF |
3754 | * gdb.t31/chillvars.exp (test_structs): New proc to test printing |
3755 | of Chill STRUCT types and STRUCT values. | |
3756 | * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather | |
3757 | than "char". | |
3758 | * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1, | |
3759 | struct2): New struct definitions and initializations to test | |
3760 | simple Chill STRUCT types. | |
16aa4b53 | 3761 | |
ff7f25de FF |
3762 | Tue Feb 23 11:55:06 1993 Fred Fish ([email protected]) |
3763 | ||
3764 | * gdb.t00/teststrategy.exp: Track reversion in gdb to not print | |
3765 | the null byte at the end of strings. | |
3766 | * gdb.t00/default.exp: Make show version insensitive to copyright | |
3767 | date. | |
3768 | * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned | |
3769 | to avoid dependencies on target char signedness. | |
3770 | * gdb.t16/printcmds.exp: Update expected results for explicitly | |
3771 | unsigned char. | |
3772 | * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should | |
3773 | now work. | |
3774 | * gdb.t21/demangle.exp: Add many more patterns for template | |
3775 | demangling, most of them being expected failures. | |
3776 | * gdb.t21/demangle.exp (proc demangle): Quote the demangled | |
3777 | string we are matching for, to match on the whole string. | |
3778 | * gdb.t21/demangle.exp: Add many new test strings to demangle, | |
3779 | and fix a whole bunch that had incorrect expected output but were | |
3780 | passing anyway because of the bug in "proc demangle". | |
ff7f25de FF |
3781 | * gdb.t31/chillvars.exp: Remove setup_xfail for printing string |
3782 | type. | |
3783 | * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles. | |
ff7f25de | 3784 | |
bf3d2b75 MW |
3785 | Mon Feb 22 07:54:03 1993 Mike Werner ([email protected]) |
3786 | ||
3787 | * gdb/testsuite: made modifications to testcases, etc., to allow | |
3788 | them to work properly given the reorganization of deja-gnu and the | |
3789 | relocation of the testcases from deja-gnu to a "tool" subdirectory. | |
3790 | ||
19fa4a0a MW |
3791 | Sun Feb 21 10:55:55 1993 Mike Werner ([email protected]) |
3792 | ||
3793 | * gdb/testsuite: Initial creation of gdb/testsuite. | |
3794 | Migrated dejagnu testcases and support files for testing nm to | |
3795 | gdb/testsuite from deja-gnu. These files were moved "as is" | |
3796 | with no modifications. This migration is part of a major overhaul | |
3797 | of dejagnu. The modifications to these testcases, etc., which | |
3798 | will allow them to work with the new version of dejagnu will be | |
3799 | made in a future update. | |
80edc7cb JK |
3800 | \f |
3801 | Local Variables: | |
3802 | mode: indented-text | |
3803 | left-margin: 8 | |
3804 | fill-column: 74 | |
3805 | version-control: never | |
3806 | End: |