Age | Commit message (Expand) | Author | Files | Lines |
1993-08-17 | * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line | Jim Kingdon | 1 | -0/+8 |
1993-08-17 | * gdb.stabs/wierd.exp: Deal with it if echo of "file" command | Jim Kingdon | 1 | -1/+7 |
1993-08-17 | * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as | Jim Kingdon | 1 | -0/+5 |
1993-08-16 | * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp, | Peter Schauer | 1 | -0/+11 |
1993-08-12 | * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern | Fred Fish | 1 | -0/+6 |
1993-08-12 | * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*. | Jim Kingdon | 2 | -4/+8 |
1993-08-12 | * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit | John Gilmore | 5 | -133/+17 |
1993-08-11 | * gdb.t24/demangle.exp: Add tests for PR 3220. | Jim Kingdon | 1 | -0/+8 |
1993-08-11 | * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just | Fred Fish | 1 | -0/+3 |
1993-08-10 | * gdb.t06/signals.exp: Rework code that recognizes known SVR4 | Fred Fish | 1 | -0/+6 |
1993-08-10 | * config/unix-gdb.exp (gdb_load): Add eof to expect statement. | Jim Kingdon | 1 | -3/+4 |
1993-08-10 | * config/unix-gdb.exp (gdb_load): Add eof to expect statement. | Jim Kingdon | 2 | -0/+10 |
1993-08-10 | * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of | Fred Fish | 1 | -0/+4 |
1993-08-10 | * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp, | Fred Fish | 1 | -0/+4 |
1993-08-10 | * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o | Fred Fish | 2 | -1/+8 |
1993-08-09 | * gdb.t15/funcargs.exp: Add comments that hppa xfails are only | Jim Kingdon | 1 | -0/+3 |
1993-08-09 | * gdbcore.h: New variable gnutarget. | Jim Kingdon | 1 | -0/+4 |
1993-08-08 | * gdb.t20/inherit.exp: Change message for "print tagless struct" | Jim Kingdon | 1 | -0/+5 |
1993-08-08 | * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline | Jim Kingdon | 1 | -0/+5 |
1993-08-07 | * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols | Fred Fish | 1 | -0/+7 |
1993-08-05 | * config/unix-gdb.exp (gdb_exit): Add "wait". | Jim Kingdon | 2 | -0/+21 |
1993-08-05 | * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many | Fred Fish | 1 | -0/+8 |
1993-08-04 | * gdb.t09/Makefile.in (clean): Remove corefile. | Fred Fish | 1 | -0/+8 |
1993-08-02 | Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly | Fred Fish | 4 | -4/+0 |
1993-08-02 | * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for | Jim Kingdon | 1 | -0/+7 |
1993-07-31 | * gdb.t17/interrupt.exp: Add xfail for hppa. | Jim Kingdon | 1 | -2/+6 |
1993-07-30 | Fix typo in previous ChangeLog entry. | Peter Schauer | 1 | -2/+2 |
1993-07-30 | * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp, | Peter Schauer | 1 | -0/+11 |
1993-07-30 | Add .Sanitize to Things-to-lose list. | Fred Fish | 4 | -0/+7 |
1993-07-30 | * gdb.stabs/wierd.exp: New test, for nameless baseclasses. | Jim Kingdon | 3 | -1/+73 |
1993-07-22 | * gdb.t00/teststrategy.exp: Remove extra quote. | Jim Kingdon | 1 | -0/+2 |
1993-07-22 | * gdb.t07/watchpoint.exp: Change xfail for calling function with | Jim Kingdon | 1 | -0/+3 |
1993-07-22 | * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test. | Jim Kingdon | 1 | -0/+4 |
1993-07-20 | * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-* | Peter Schauer | 2 | -1/+12 |
1993-07-20 | * lib/gdb.exp (runto): Don't insist that function we are running to | Jim Kingdon | 1 | -0/+5 |
1993-07-20 | * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time | Jim Kingdon | 1 | -0/+6 |
1993-07-18 | * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files | Peter Schauer | 8 | -0/+72 |
1993-07-15 | * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test. | Jim Kingdon | 1 | -0/+4 |
1993-07-14 | * printcmds.exp: Add another printf test. | Jim Kingdon | 1 | -2/+6 |
1993-07-14 | * configure.in: If configured -with-stabs on any target, add | Ian Lance Taylor | 2 | -0/+9 |
1993-07-14 | Tue Jul 13 14:03:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | Jim Kingdon | 1 | -0/+5 |
1993-07-12 | * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames. | Jim Kingdon | 1 | -0/+4 |
1993-07-11 | * gdb.t17/interrupt.exp: Test for more things. | Jim Kingdon | 1 | -0/+4 |
1993-07-09 | * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC | Jim Kingdon | 1 | -0/+3 |
1993-07-09 | * gdb.t17/interrupt.exp: Don't send \n after ^C. | Jim Kingdon | 1 | -0/+4 |
1993-07-09 | * gdb.t00/help.exp: Increase expect input buffer size. | Peter Schauer | 1 | -0/+4 |
1993-07-09 | * gdb.t06/signals.exp: Remove sparc xfail; bug fixed. | Jim Kingdon | 1 | -0/+2 |
1993-07-08 | * gdb.t07/watchpoint.exp: Add xfail for hppa. | Jim Kingdon | 1 | -0/+2 |
1993-07-08 | * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug. | Jim Kingdon | 1 | -0/+2 |
1993-07-08 | * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint | Jim Kingdon | 1 | -0/+5 |