aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/config
AgeCommit message (Collapse)AuthorFilesLines
1993-09-20Use ftp device rather than "load" command.Rob Savoye1-69/+16
1993-09-16Use new proc for "file" command to load symbol tables.Rob Savoye1-56/+1
1993-09-16 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.Ian Lance Taylor1-10/+17
Rework board rebooting slightly. (gdb_exit): Don't exit from the remote shell; there isn't one. * gdb.stabs/weird.exp: If a program is being debugged already, kill it. * gdb.t04/setvar.exp: Stop and restart gdb. * gdb.t05/expr.exp: Likewise. * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and restart gdb and reload the program. * gdb.t08/opaque.exp: Likewise. * gdb.t12/scope.exp: Likewise. * gdb.t13/bitfields.exp: Likewise. * gdb.t15/funcargs.exp: Likewise. * gdb.t20/classes.exp: Likewise. * gdb.t03/ptype.exp: Increase timeout. * gdb.t16/printcmds.exp (test_print_string_constants, test_print_array_constants): Likewise. * gdb.t17/callfuncs.exp (do_function_calls): Likewise. * gdb.t20/classes.exp (do_tests): Likewise. * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
1993-09-10Added gdb_exit to call default_gdb_exit.Rob Savoye1-0/+6
1993-09-09Made cross testing work better.Rob Savoye1-8/+72
1993-09-02Load the udi library procedures.Rob Savoye1-0/+1
1993-08-31Just a little cleanup. Made gdb_exit "kill" any isstip's still runningRob Savoye1-42/+45
and blow away the socket. GDB now restarts beautifully.
1993-08-30Use default version procedure.Rob Savoye2-17/+2
1993-08-30Use default_gdb_exit now.Rob Savoye1-1/+1
1993-08-30Works again.Rob Savoye1-1/+1
1993-08-30Add values for RUNTEST and RUNTESTFLAGS so cross testing works better.Rob Savoye16-46/+97
1993-08-30Correctly a spelling mistake.Rob Savoye1-1/+1
1993-08-26 * config/unix-gdb.exp: Remove this version of gdb_exitJim Kingdon1-55/+0
* lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp. Rob says he'll look at it when he gets back to testing boards.
1993-08-26 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsoleteFred Fish2-2/+4
"alldone" proc with call to cleanup and exit. * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to "alldone" proc with simple returns that suppress remaining tests. The alldone proc went away many months ago.
1993-08-19 * config/unix-gdb.exp (gdb_exit): Move info on this vs.Jim Kingdon1-0/+4
lib/gdb.exp (gdb_exit) from ChangeLog to comments.
1993-08-12* lib/gdb.exp (gdb_exit): Move the best version of gdb_exitJohn Gilmore4-133/+4
to here. * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}: Remove various versions of gdb_exit. * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call gdb_exit. * config/unix-gdb.exp: gdb_exit remains here, and should override the generic version, since it's doing a lot of wierd stuff that the other versions aren't. FIXME, fold it in, or abandon this version.
1993-08-10* config/unix-gdb.exp (gdb_load): Add eof to expect statement.Jim Kingdon1-3/+4
1993-08-10* config/unix-gdb.exp (gdb_load): Add eof to expect statement.Jim Kingdon1-0/+6
1993-08-05* config/unix-gdb.exp (gdb_exit): Add "wait".Jim Kingdon1-0/+5
1993-08-02Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish1-1/+0
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-07-30Add .Sanitize to Things-to-lose list.Fred Fish1-0/+2
1993-07-02 * config/mips-gdb.exp (gdb_exit): Removed close statement which isIan Lance Taylor1-1/+0
no longer needed.
1993-06-28Works again.Rob Savoye1-82/+53
1993-06-24Add RUNTEST so make can use the right one.Rob Savoye1-0/+3
1993-06-21Add all the mt-* files as things to keep.Fred Fish1-0/+14
1993-06-03Add m68k-coff to ld so it'll work right.Rob Savoye1-1/+1
1993-06-03Removed board dependant stuff.Rob Savoye1-2/+2
1993-06-03Add these from DejaGnu so the testsuites compile for targets again.Rob Savoye14-0/+798
1993-06-01Add info and install-info targets.Rob Savoye1-1/+2
1993-05-31Add config.rel.in and makefile.rel.inFred Fish1-0/+2
1993-05-28Add a blank install target so the top level makefile won't die.Rob Savoye1-0/+1
1993-05-27added things-to-lose sectionsK. Richard Pixley1-0/+2
1993-05-26configure.in template that supports *only* make check. (for releases)Rob Savoye1-0/+16
1993-05-26Makefile fragment that supports *only* make check. (for releases)Rob Savoye1-0/+88
1993-05-19 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"Jim Kingdon5-5/+5
not just "Quit anyway?".
1993-05-11 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,Fred Fish1-1/+1
gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp, gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp, gdb.t31/chillvars.exp, lib/gdb.exp: Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to bug-gdb@prep.ai.mit.edu.
1993-04-19Minor indenting changes.Rob Savoye1-2/+2
1993-04-16Remove chill sanitizations, which are no longer necessary.Fred Fish1-34/+0
1993-04-16 * config/unix-gdb.exp: Add back missing return 0 which mysteriouslyPeter Schauer1-1/+2
disappeared.
1993-04-12Make sure $GDB contains a real program.Rob Savoye1-3/+12
1993-03-30 * config/unix-gdb.exp: Add missing return 0.Peter Schauer1-0/+1
1993-03-25 * config/udi-gdb.exp (gdb_exit): Remove close command.Ian Lance Taylor1-20/+32
(gdb_target_udi): New procedure to set the UDI target. (gdb_start): Don't remove *_soc files. Use gdb_target_udi. * gdb.t00/default.exp: Added expected failures for a29k-*-udi. Added waits for prompts after several question responses. Added some more responses used by a29k-amd-udi-gdb. * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support: pass different arguments, restart UDI connection after program completion. * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp, gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*. * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection after program completion. * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is compiled with a SELECT_VECS setting. * gdb.t15/funcargs.exp: Use argument to backtrace to prevent infinite recursion. * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp: Added checks for COFF results, and made them expected failures for all targets. It would be better to make them expected failures for COFF targets only.
1993-03-23Remove mt-unix sanitization, there is no mt-unix here.Fred Fish1-11/+0
1993-03-23Update for current files.Fred Fish1-2/+7
1993-03-22Fixed a bunch of missing return codes, misc bugs.Rob Savoye1-34/+86
1993-03-17Catch error on close so runtest won't bomb.Rob Savoye1-0/+6
1993-03-16 * config/unix-gdb.exp (gdb_exit): Remove close commands thatFred Fish1-7/+5
may be called after gdb goes away. Previous versions of expect needed these to avoid file descriptor leaks, but they cause errors with the current revision of expect. * gdb.t00/gdbvars.exp: Use -re on expected output after setting sevenbit-strings. * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands to set sevenbit-strings consistent across tests. **** start-sanitize-chill **** gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to set sevenbit-strings consistent across tests. **** end-sanitize-chill ****
1993-03-07Doesn't exit after internal errors.Rob Savoye5-24/+25
1993-02-25 * configure.in (mips-idt-ecoff): New target.Ian Lance Taylor2-0/+248
* config/mips-gdb.exp: New file for remote board using MIPS remote debugging protocol.
1993-02-25 * Redid configuration scheme. Removed gdb.t*/configure.in.Ian Lance Taylor1-13/+0
Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and distclean targets. Built executables via .o files. Adjusted tests to account for source files in $(srcdir) rather than $(objdir). * lib/gdb.exp (runto): Don't expect () after the function name, because it may have arguments.