Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-07-20 | * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-* | Peter Schauer | 2 | -1/+12 | |
targets use aout.mt instead of ecoff.mt as gas understands standard aout format. | |||||
1993-07-20 | * lib/gdb.exp (runto): Don't insist that function we are running to | Jim Kingdon | 1 | -0/+5 | |
was compiled with -g. * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test. | |||||
1993-07-20 | * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time | Jim Kingdon | 1 | -0/+6 | |
to get back into the read system call. Accept leading newline in case where we woke it up. | |||||
1993-07-18 | * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files | Peter Schauer | 8 | -0/+72 | |
to make the stabs test work on ecoff systems using gcc and -with-stabs. * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to enable ecoff configuration. | |||||
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 | |
stabsdirs to configdirs. | |||||
1993-07-14 | Tue Jul 13 14:03:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | Jim Kingdon | 1 | -0/+5 | |
* stabsread.c (define_symbol): Make the caddr_t hack apply to `function returning foo' as well as `pointer to foo'. * remote.c [REMOTE_BREAKPOINT]: Use for breakpoint insn if defined. * config/m68k/tm-m68k.h: Define it. * mem-break.c, breakpoint.c: Improve comments. Tue Jul 13 13:35:31 1993 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr) * config/m68k/tm-dpx2.h: Replace "tm-68k.h" with "m68k/tm-m68k.h". * config/m68k/xm-dpx2.h: Define HAVE_TERMIOS not HAVE_TERMIO. | |||||
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 | |
compiler arranges the code and line numbers. | |||||
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 | |
* gdb.t07/watchpoint.exp: Add xfail for hppa. | |||||
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 | |
[0-9]*, not just [0-9]. | |||||
1993-07-07 | * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972. | Jim Kingdon | 1 | -0/+2 | |
1993-07-07 | * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use. | Jim Kingdon | 1 | -0/+4 | |
1993-07-06 | * gdb.t00/help.exp: Replace most of docstring for "continue" with .*. | Jim Kingdon | 1 | -0/+4 | |
1993-07-06 | * gdb.t06/signals.c: Add xfails for sun3. | Jim Kingdon | 1 | -0/+2 | |
1993-07-06 | * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836. | Jim Kingdon | 1 | -0/+2 | |
1993-07-06 | * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add | Jim Kingdon | 1 | -0/+7 | |
test_stepping tests. | |||||
1993-07-02 | * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug. | Jim Kingdon | 1 | -0/+2 | |
1993-07-02 | * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c | Jim Kingdon | 1 | -0/+3 | |
rather than actually putting it through cpp twice. | |||||
1993-07-02 | * gdb.t06/signals.exp: Add xfails unixware and rs6000. | Jim Kingdon | 1 | -0/+4 | |
1993-07-02 | * config/mips-gdb.exp (gdb_exit): Removed close statement which is | Ian Lance Taylor | 2 | -1/+5 | |
no longer needed. | |||||
1993-07-02 | * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn. | Jim Kingdon | 1 | -0/+2 | |
1993-07-02 | * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any | Jim Kingdon | 1 | -0/+10 | |
C++ features prints as "struct", make it a pass, not an xfail. | |||||
1993-07-02 | * gdb.t06/twice.exp: Don't care about the file name GDB prints. | Jim Kingdon | 1 | -0/+4 | |
1993-06-30 | * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end. | Jim Kingdon | 1 | -0/+9 | |
1993-06-29 | * gdb.t16/printcmds.exp: Add printf tests. | Jim Kingdon | 1 | -0/+2 | |
1993-06-29 | * gdb.t06/{twice.{c,exp},Makefile.in}: New test. | Jim Kingdon | 1 | -0/+2 | |
1993-06-29 | * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too. | Jim Kingdon | 1 | -0/+9 | |
1993-06-28 | * gdb.stabs/wierd.exp: Add xfail for rs6000. | Jim Kingdon | 2 | -0/+3 | |
1993-06-28 | * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros | Jim Kingdon | 4 | -4/+13 | |
{BEGIN,END}_COMMON for common block instead of STAB. | |||||
1993-06-28 | * gdb.stabs/wierd.def: Make value of N_GSYM's 0. | Jim Kingdon | 4 | -292/+325 | |
intp_var should be N_GSYM not N_LSYM. wierd-aout.S: Use a label for the value of the N_SO. wierd.def: Remove all backslashes. wierd-{aout,xcoff}.S: Put a few tests with backslashes here. | |||||
1993-06-28 | * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to | Peter Schauer | 1 | -0/+5 | |
get the expected next to inheritance3. | |||||
1993-06-28 | Works again. | Rob Savoye | 1 | -82/+53 | |
1993-06-27 | * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-* | Peter Schauer | 1 | -0/+5 | |
now that gcc-2.4 gets it right. | |||||
1993-06-26 | * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test. | Jim Kingdon | 5 | -2/+34 | |
1993-06-25 | * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of | Jim Kingdon | 1 | -0/+5 | |
generating comp-info.exp which works for cross-compilation. | |||||
1993-06-24 | * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not | Fred Fish | 1 | -0/+11 | |
"*-*-sysv4.*". | |||||
1993-06-24 | Add RUNTEST so make can use the right one. | Rob Savoye | 1 | -0/+3 | |
1993-06-21 | * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07, | Fred Fish | 1 | -0/+8 | |
gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/ Makefile.in (distclean, realclean): Remove gdbme.c from list of things to remove. | |||||
1993-06-21 | Add all the mt-* files as things to keep. | Fred Fish | 1 | -0/+14 | |
1993-06-19 | * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new | Fred Fish | 1 | -0/+5 | |
test cases from bug reports. | |||||
1993-06-18 | * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*. | Fred Fish | 1 | -0/+9 | |
* gdb.t12/scope.exp: Add clear_xfails at appropriate places to avoid spurious xfails. * gdb.t20/classes.exp: Add xfails for longstanding C++ problems. * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*. * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems. | |||||
1993-06-16 | * gdb.t00/teststrategy.exp: Rework to provide more useful | Fred Fish | 1 | -0/+9 | |
description of each test, fix problem with systems that define ALIGN_STACK_ON_STARTUP code, other misc cleanups. * gdb.t06/break.exp (test_next_with_recursion): Fix expected results for "next over recursive call" so timeouts aren't taken by error. | |||||
1993-06-14 | * gdb.t12/scope.exp: Test printing of variables before run. | Jim Kingdon | 1 | -0/+2 | |