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