* gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2
3 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
4 generating comp-info.exp which works for cross-compilation.
5
6 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
7
8 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
9 "*-*-sysv4.*".
10
11 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
12
13 * gdb.t01/run.exp: Start with a fresh gdb.
14 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
15 SVR4.x.
16
17 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
18
19 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
20 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
21 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
22 Makefile.in (distclean, realclean): Remove gdbme.c from list of
23 things to remove.
24
25 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
26
27 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
28 test cases from bug reports.
29
30 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
31
32 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
33 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
34 avoid spurious xfails.
35 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
36 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
37 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
38
39 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
40
41 * gdb.t00/teststrategy.exp: Rework to provide more useful
42 description of each test, fix problem with systems that define
43 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
44 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
45 results for "next over recursive call" so timeouts aren't taken
46 by error.
47
48 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
49
50 * gdb.t12/scope.exp: Test printing of variables before run.
51
52 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
53 printed in wrong order due to sorting.
54
55 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
56
57 * gdb.t00/teststrategy.exp: Fix expected results for printing
58 user entered string constant. Is array of char, prints with no
59 address.
60
61 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
62 commands.
63 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
64 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
65 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
66 of struct of char arrays.
67 * gdb.t00/radix.exp: New tests for radix commands.
68
69 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
70
71 * gdb.t16/printcmd.exp: Print a variable before running program
72 (with xfail for AIX).
73
74 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
75
76 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
77
78 * gdb.t16/printcmd.exp: Don't print variables before running program.
79
80 * gdb.t06/break.exp: Don't require envp argument to main.
81
82 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
83
84 * gdb.t02/whatis.exp, gdb.t11/list.exp:
85 Add xfails for rs6000.
86
87 * gdb.t02/whatis.exp: Change other tests not to re-test something
88 we already tested.
89
90 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
91 each type used has a variable of that type.
92
93 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
94
95 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
96
97 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
98
99 * configure.in: change srctrigger to be a file, not a directory
100
101 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
102
103 * configure.in (mips-idt-ecoff*): Added trailing '*'.
104
105 * gdb.t11/list.exp: Fixed a couple of typos.
106
107 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
108
109 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
110 is fixed and PR is closed.
111 * gdb.t16 (gdbme.c): Add simple test string variable.
112 * gdb.t16 (printcmds.exp): Add tests with simple test string
113 variable, primarily for boundaries on "set print elements".
114
115 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
116
117 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
118 Make leading 0's optional and don't expect a tab in the middle
119 of the number.
120
121 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
122
123 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
124 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
125 don't end command passed to gdb_test with newline.
126
127 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
128 signed keyword away, don't expect signed bitfields to be signed.
129
130 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
131 printing with only as many 1's as are in the field as well as printing
132 with 32 1's (see comment).
133
134 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
135
136 * gdb.t00/default.exp: Start with a fresh gdb.
137 * configure.in (configdirs): Remove gdb.t31 until the chill
138 compiler works again. It no longer is able to find chillrt0
139 since it isn't in libchill.a anymore.
140 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
141 wierd.o, make more modular.
142 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
143 spurious newlines that caused problems.
144
145 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
146
147 * Move test with enums and partial symbols from gdb.t03/ptype.exp
148 to gdb.stabs/wierd.exp since GCC has worked around the bug.
149 gdb.stabs/wierd.{exp,def}: Many new tests.
150
151 * gdb.t00/default.exp: update info line for new message.
152
153 * gdb.t02/{whatis.exp,gdbme.c}:
154 Test that "char *" doesn't print as "caddr_t".
155
156 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
157
158 * gdb.t00/help.exp: Use .* in place of some help messages which
159 just changed.
160 gdb.t00/default.exp: Update "info frame" test for new message.
161 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
162 Remove some xfails
163
164 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
165
166 * gdb.t03/{gdbme.c,ptype.exp}:
167 Add tests for typedef'd struct and union without tags.
168 Also check "whatis" on a variable of a typedef'd enum without a tag.
169
170 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
171 PRMS 1823; the bug still exists but isn't reproduced by this test
172 anymore), and remove rs6000 XFAIL (the bug is fixed).
173
174 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
175 duplicated from whatis.exp. For those that are left, accept
176 "long", "long int", or "int" for long variables (whatis.exp already
177 has an XFAIL for "int", so no need to fail it here).
178
179 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
180 Deal with GCC's names for types now that GDB uses the compiler's names.
181
182 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
183 setup_xfail's for sunos4. If we #defined the signed keyword away,
184 don't expect GDB to know that char it is signed.
185
186 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
187
188 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
189
190 * configure.in (configdirs): Add gdb.t24 for C++ tests that
191 should work on any system, regardless of debugging format.
192 * gdb.t21/demangle.exp: Move to gdb.t24.
193 * gdb.t24/demangle.exp: Move from gdb.t21.
194 * gdb.t24/{Makefile.in, configure.in}: New files.
195
196 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
197
198 * configure.in: Do gdb.stabs and C++ tests only for stabs.
199 * gdb.stabs: New directory.
200
201 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
202
203 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
204 not just "Quit anyway?".
205
206 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
207
208 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
209 that all setup_xfails are immediately followed by clear_xfails.
210
211 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
212
213 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
214 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
215 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
216 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
217 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
218 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
219 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
220 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
221 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
222 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
223 gdb.t31/chillvars.exp, lib/gdb.exp:
224 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
225 bug-gdb@prep.ai.mit.edu.
226
227 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
228
229 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
230 with 0.0, not integer 0.
231
232 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
233
234 * gdb.t06/break.exp: Update for "Kill the program" message change.
235
236 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
237
238 * Makefile.in (GDBFLAGS): Set to -nx.
239 * Makefile.in (site.exp): Use GDBFLAGS.
240
241 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
242
243 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
244 Makefiles.
245 (check): depend on just-check.
246 (just-check): added so that tests can be run without a noop
247 build pass.
248
249 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
250
251 Switch to using configure's configdirs.
252 * Makefile.in (Makefile): add configure.in dependency.
253 (SUBDIRS): removed redundant assignment.
254 * configure.in: switch subdirs assignment to configdirs.
255 * gdb.t*/configure.in: new files.
256
257 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
258
259 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
260 works.
261
262 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
263
264 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
265 in explicit rules. Apparently this is not supported by some makes.
266
267 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
268
269 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
270
271 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
272
273 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
274 disappeared.
275
276 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
277
278 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
279
280 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
281
282 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
283 watchpoint problem that is now fixed.
284 * gdb.t30/chexp.exp: Remove setup_xfail for printing
285 uninitialized convenience variables.
286 * gdb.t31/chillvars.exp: Fix expected patterns for printing
287 structures.
288
289 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
290
291 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
292 which causes expect to get out of sync with gdb on long output
293 from help set.
294 * gdb.t09/corefile.exp: Make expected pattern for core file
295 failing signal and frame output format less sun specific.
296
297 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
298
299 * gdb.t31/chillvars.exp: Add and remove initial dummy
300 breakpoint, so that symbol table is forced in.
301 (Needed at least on Sunos4, though it seems not SVR4.)
302 * gdb.t31/chillvars.exp: Update for changed output format.
303
304 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
305
306 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
307
308 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
309
310 * Makefile.in: Added --srcdir when invoking runtest, removed the
311 need for a local config file. (optional now)
312
313 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
314
315 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
316 failure count used to force early termination. Add some more
317 expected failures for gnu style demangling.
318
319 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
320
321 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
322 pmi variable from gdb.t20/gdbme to get optimized away.
323 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
324 Check for written corefile upon timeout _and_ eof.
325
326 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
327
328 * config/unix-gdb.exp: Add missing return 0.
329
330 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
331
332 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
333 test termination.
334
335 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
336
337 * configure.in (subdirs): Put back gdb.t17 which mysteriously
338 disappeared.
339
340 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
341
342 * gdb.t10/crossload.exp: Disable the i860-elf test until such
343 time as i860 support works.
344
345 * gdb.t15/funcargs.exp: Fix expected outputs to include
346 "backtrace 100\r" rather than just "backtrace\r", to match last
347 change.
348
349 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
350
351 * config/udi-gdb.exp (gdb_exit): Remove close command.
352 (gdb_target_udi): New procedure to set the UDI target.
353 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
354 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
355 Added waits for prompts after several question responses. Added
356 some more responses used by a29k-amd-udi-gdb.
357 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
358 pass different arguments, restart UDI connection after program
359 completion.
360 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
361 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
362 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
363 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
364 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
365 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
366 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
367 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
368 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
369 after program completion.
370 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
371 compiled with a SELECT_VECS setting.
372 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
373 infinite recursion.
374
375 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
376 Added checks for COFF results, and made them expected failures for
377 all targets. It would be better to make them expected failures
378 for COFF targets only.
379
380 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
381
382 * Makefile.in: add null dvi target, don't bother to recurse
383 through test directories for info and install-info; rename
384 $(datadir) to be dejagnu instead of deja-gnu
385
386 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
387
388 * gdb.t31/gdbme.ch: Re-enable code that previously caused
389 compiler to coredump.
390 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
391 code.
392
393 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
394
395 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
396 coredump.
397 * gdb.t31/chillvars.exp: Comment out tests that depend on that
398 code.
399
400 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
401
402 * gdb.t03/ptype.exp: tests for return code from gdb_test.
403 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
404 which in a shell. Deletes xgdb when done.
405 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
406 Tests the return from the "set height" or "set width" commands.
407 Added a few return codes where needed.
408
409 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
410
411 * Makefile.in (SUBDIRS): Add gdb.t17.
412 * configure.in (subdirs): Add gdb.t17.
413 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
414 files to test gdb's calling of functions in the inferior with
415 the correct arguments and gdb's ability to retrieve any
416 result returned.
417
418 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
419
420 * config/unix-gdb.exp (gdb_exit): Remove close commands that
421 may be called after gdb goes away. Previous versions of expect
422 needed these to avoid file descriptor leaks, but they cause
423 errors with the current revision of expect.
424 * gdb.t00/gdbvars.exp: Use -re on expected output after
425 setting sevenbit-strings.
426 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
427 to set sevenbit-strings consistent across tests.
428 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
429 set sevenbit-strings consistent across tests.
430
431 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
432
433 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
434 expected output to match current "expect" expectations.
435
436 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
437
438 * gdb.t00/default.exp: Change expected output for default "source"
439 command, to match new gdb behavior which requires a filename to
440 source.
441
442 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
443
444 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
445 expected fail for i486-*-* that misses the marker2 function.
446 * gdb.t10/crossload.exp (bfddefault): Allow successful
447 recognition of a format to pass even if no symbols are found.
448 Explicitly catch failures where the format is not recognized
449 or is ambiguous, and add the reason to the fail message.
450 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
451 the cause is and invalid target and add reason to failure message.
452 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
453 elf32-i386, elf32-sparc, and elf32-i860.
454 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
455 Set up expected failure for 'filename'::variable scope resolution,
456 which is now apparently broken on all targets.
457 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
458 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
459 gdb.t23/templates.exp: Change failure for missing binfile into
460 just a warning.
461 gdb.t21/demangle.exp: Change all cfront references to 'arm'
462 references.
463
464 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
465
466 * gdb.t00/default.exp: Add expected output for default "source"
467 command, to match new gdb behavior.
468 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
469
470 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
471
472 * config/*-gdb.exp: returns an error, rather than exiting on
473 internal errors.
474
475 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
476
477 * gdb.t03/gdbme.c: Add pointer to struct variable.
478 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
479 referencing struct members.
480
481 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
482
483 * configure.in (mips-idt-ecoff): New target.
484 * config/mips-gdb.exp: New file for remote board using MIPS remote
485 debugging protocol.
486
487 * Redid configuration scheme. Removed gdb.t*/configure.in.
488 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
489 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
490 distclean targets. Built executables via .o files. Adjusted
491 tests to account for source files in $(srcdir) rather than
492 $(objdir).
493 * lib/gdb.exp (runto): Don't expect () after the function name,
494 because it may have arguments.
495
496 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
497
498 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
499 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
500 expected failures for mips-idt-* and mips-sgi-*.
501 * gdb.t00/default.exp (attach): Kill process if requested.
502 * gdb.t00/help.exp (help target core, help target): Accept a gdb
503 that does not read core files.
504 * gdb.t01/run.exp: Removed checks for exit status code.
505 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
506 it is linked in.
507 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
508 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
509 appropriate, rather than doing it by hand.
510 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
511 execution.
512 * gdb.t10/crossload.exp: Kill existing program if needed.
513 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
514 appropriate, rather than doing it by hand. Always increase
515 timeout for this test, not just for VxWorks.
516
517 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
518
519 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
520 of Chill STRUCT types and STRUCT values.
521 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
522 than "char".
523 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
524 struct2): New struct definitions and initializations to test
525 simple Chill STRUCT types.
526
527 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
528
529 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
530 the null byte at the end of strings.
531 * gdb.t00/default.exp: Make show version insensitive to copyright
532 date.
533 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
534 to avoid dependencies on target char signedness.
535 * gdb.t16/printcmds.exp: Update expected results for explicitly
536 unsigned char.
537 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
538 now work.
539 * gdb.t21/demangle.exp: Add many more patterns for template
540 demangling, most of them being expected failures.
541 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
542 string we are matching for, to match on the whole string.
543 * gdb.t21/demangle.exp: Add many new test strings to demangle,
544 and fix a whole bunch that had incorrect expected output but were
545 passing anyway because of the bug in "proc demangle".
546 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
547 type.
548 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
549
550 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
551
552 * gdb/testsuite: made modifications to testcases, etc., to allow
553 them to work properly given the reorganization of deja-gnu and the
554 relocation of the testcases from deja-gnu to a "tool" subdirectory.
555
556 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
557
558 * gdb/testsuite: Initial creation of gdb/testsuite.
559 Migrated dejagnu testcases and support files for testing nm to
560 gdb/testsuite from deja-gnu. These files were moved "as is"
561 with no modifications. This migration is part of a major overhaul
562 of dejagnu. The modifications to these testcases, etc., which
563 will allow them to work with the new version of dejagnu will be
564 made in a future update.
565
This page took 0.045801 seconds and 5 git commands to generate.