Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-09-08 | * gdb.base/commands.exp: New tests for if/while commands. | Jeff Law | 2 | -0/+5 | |
1994-09-06 | * pr-5016.ch, pr-5016.exp, Makefile.in: New testcase. | Per Bothner | 4 | -2/+95 | |
* Makefile.in (.exe.check): New rule, to run just one test. | |||||
1994-09-06 | Note fix to lib/gdb.exp. | Per Bothner | 1 | -0/+5 | |
1994-09-06 | * gdb.c++/demangle.exp (test_arm_style_demangling): Remove | Peter Schauer | 1 | -0/+5 | |
linefeed from expect pattern for repeated types with indices > 9. | |||||
1994-08-29 | Keep Fortran tests | Stan Shebs | 2 | -0/+38 | |
1994-08-29 | First part of Fortran test suite. | Stan Shebs | 3 | -0/+693 | |
* gdb.fortran: New directory. * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files. | |||||
1994-08-28 | * gdb.base/default.exp: Update expect pattern for load command | Peter Schauer | 1 | -0/+5 | |
without arguments. | |||||
1994-08-24 | * configure.in: Change i386 to i[345]86. | Ian Lance Taylor | 4 | -5/+12 | |
* gdb.base/configure.in: Likewise. * gdb.c++/configure.in: Likewise. * gdb.chill/configure.in: Likewise. | |||||
1994-08-24 | * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect | Stan Shebs | 2 | -11/+23 | |
patterns, since that is not a valid context for comments. | |||||
1994-08-16 | * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with | Stan Shebs | 1 | -0/+5 | |
2417; old bug has been fixed. | |||||
1994-08-13 | * gdb.base/interrupt.exp: When trying to wake up the inferior, | Jeff Law | 1 | -0/+4 | |
send the newline ourselves instead of assuming gdb_test will do so when passed an empty input string. | |||||
1994-08-13 | * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the | Jeff Law | 2 | -1/+14 | |
stabs testcode. | |||||
1994-08-02 | * config/netware.exp: New file. | J.T. Conklin | 2 | -0/+6 | |
1994-07-29 | Obsolete file. | J.T. Conklin | 1 | -247/+0 | |
1994-07-28 | * config/mt-slite (LDFLAGS): If using the newlib in the tree, set | J.T. Conklin | 2 | -1/+9 | |
the -B and -L prefixes so we can find the debugging stub. | |||||
1994-07-28 | Fix typo | J.T. Conklin | 1 | -1/+1 | |
1994-07-28 | * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is | J.T. Conklin | 2 | -2/+15 | |
there and we are using the gcc from the tree. * gdb.base/types.c: Removed. | |||||
1994-07-28 | * gdb.base/configure.in: Look for makefile fragments in ../config. | J.T. Conklin | 2 | -12/+19 | |
Recognize i386-*-netware. * gdb.c++/configure.in: Likewise. | |||||
1994-07-26 | * gdb.base/corefile.exp: Change `else if' to `elseif', which is | Peter Schauer | 1 | -0/+5 | |
the correct TCL syntax. | |||||
1994-07-25 | * gdb.base/opaque.exp: use runto instead of messing around with | J.T. Conklin | 1 | -0/+11 | |
breakpoints. * gdb.base/bitfields.exp: restart between tests on netware targets because breakpoints aren't relocated after target death. Run processes to completion. * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd. | |||||
1994-07-25 | * gdb.base/opaque.exp: use runto instead of messing around with | J.T. Conklin | 1 | -44/+11 | |
breakpoints. | |||||
1994-07-24 | * Makefile.in: Remove extra tabs that confuse some versions | Fred Fish | 2 | -31/+35 | |
of "make". Use the newly built gdb to test with by default, rather than the first one in the tester's search path. | |||||
1994-07-23 | * gdb.base/whatis.exp (v_signed_short_array): Fix a typo. | Stan Shebs | 1 | -0/+2 | |
1994-07-23 | * gdb.base/help.exp: Update expected add-symbol-file, ignore, and | Stan Shebs | 1 | -0/+5 | |
condition help. | |||||
1994-07-22 | Upgraded to use gdb_test. | J.T. Conklin | 1 | -0/+391 | |
1994-07-20 | Use gdb_run_cmd | J.T. Conklin | 1 | -18/+5 | |
1994-07-20 | Changed pattern in gdb_run_cmd to match up to the first newline only. | J.T. Conklin | 1 | -1/+4 | |
The old pattern used ".*$", which could, and did, swallow up output that we were attempting to match elsewhere. | |||||
1994-07-20 | New implementation of gdb_run_cmd which fixes some subtle bugs. | J.T. Conklin | 1 | -7/+14 | |
1994-07-20 | Temporarily back out last change | J.T. Conklin | 1 | -3/+6 | |
1994-07-19 | * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd. | J.T. Conklin | 1 | -6/+3 | |
1994-07-19 | * gdb.base/funcargs.exp: Use gdb_run_cmd to start program. | J.T. Conklin | 1 | -56/+28 | |
1994-07-19 | * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd. | J.T. Conklin | 1 | -2/+5 | |
* gdb.base/funcargs.exp: Use gdb_run_cmd to start program. | |||||
1994-07-19 | * lib/gdb.exp (gdb_run_cmd): New function, used to start program | J.T. Conklin | 1 | -1/+13 | |
running. | |||||
1994-07-19 | * gdb.base/bitfields.exp: Use gdb_run_cmd to start program. | J.T. Conklin | 1 | -24/+12 | |
1994-07-19 | * lib/gdb.exp (gdb_run_cmd): New function, used to start program | J.T. Conklin | 1 | -2/+6 | |
running. * gdb.base/bitfields.exp: Use gdb_run_cmd to start program. | |||||
1994-07-19 | Mostly converted to use gdb_test proc. | J.T. Conklin | 1 | -271/+100 | |
1994-07-19 | This config file didn't belong here | J.T. Conklin | 1 | -3/+0 | |
1994-07-19 | * gdb.base/bitfields.exp: Simplify by using delete_breakpoints and | J.T. Conklin | 3 | -208/+124 | |
gdb_test. * lib/gdb.exp (gdb_test): if match times out, don't call fail if message is "". | |||||
1994-07-18 | * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug, | J.T. Conklin | 3 | -12/+289 | |
return,signals,twice}.exp: Handle non-existant binaries consistantly. | |||||
1994-07-18 | * gdb.base/corefile.exp: Execute coremaker to generate core dump. | J.T. Conklin | 2 | -0/+150 | |
* gdb.base/Makefile.in: Don't try to generate a core dump, we might testing a cross development system. | |||||
1994-07-14 | * gdb.base/signals.exp: Allow for optionality of breakpoint | Stan Shebs | 1 | -0/+5 | |
address. | |||||
1994-07-14 | * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test. | Jim Kingdon | 1 | -0/+4 | |
1994-07-12 | Minor tweaks | J.T. Conklin | 1 | -1/+2 | |
1994-07-12 | * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>, | J.T. Conklin | 1 | -0/+4 | |
for size_t definition. * gdb.c++/templates.cc: Likewise | |||||
1994-07-12 | * config/mt-i386-netware: New file. | J.T. Conklin | 3 | -0/+5 | |
1994-07-12 | * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not | J.T. Conklin | 1 | -0/+3 | |
defined. | |||||
1994-07-12 | * gdb.base/Makefile.in: Added support for systems that name core | J.T. Conklin | 2 | -4/+12 | |
files by appending "core" to the program name. * gdb.base/a1-selftest.exp: Likewise. | |||||
1994-07-12 | * gdb.base/return.exp: Add comment and message for `return double' | Peter Schauer | 1 | -1/+11 | |
test failure on Sparc Solaris. | |||||
1994-07-12 | Various updates | Stan Shebs | 3 | -41/+9 | |
1994-06-29 | * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler | Peter Schauer | 1 | -0/+8 | |
from optimizing them away. * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect patterns to include default constructors and assignment operators, to match gcc versions beyond 2.5.8. |