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