aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Collapse)AuthorFilesLines
1994-09-08 * gdb.base/commands.exp: New tests for if/while commands.Jeff Law2-0/+5
1994-09-06 * pr-5016.ch, pr-5016.exp, Makefile.in: New testcase.Per Bothner4-2/+95
* Makefile.in (.exe.check): New rule, to run just one test.
1994-09-06Note fix to lib/gdb.exp.Per Bothner1-0/+5
1994-09-06 * gdb.c++/demangle.exp (test_arm_style_demangling): RemovePeter Schauer1-0/+5
linefeed from expect pattern for repeated types with indices > 9.
1994-08-29Keep Fortran testsStan Shebs2-0/+38
1994-08-29 First part of Fortran test suite.Stan Shebs3-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 commandPeter Schauer1-0/+5
without arguments.
1994-08-24 * configure.in: Change i386 to i[345]86.Ian Lance Taylor4-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 expectStan Shebs2-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 withStan Shebs1-0/+5
2417; old bug has been fixed.
1994-08-13 * gdb.base/interrupt.exp: When trying to wake up the inferior,Jeff Law1-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 theJeff Law2-1/+14
stabs testcode.
1994-08-02* config/netware.exp: New file.J.T. Conklin2-0/+6
1994-07-29Obsolete file.J.T. Conklin1-247/+0
1994-07-28* config/mt-slite (LDFLAGS): If using the newlib in the tree, setJ.T. Conklin2-1/+9
the -B and -L prefixes so we can find the debugging stub.
1994-07-28Fix typoJ.T. Conklin1-1/+1
1994-07-28* Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it isJ.T. Conklin2-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. Conklin2-12/+19
Recognize i386-*-netware. * gdb.c++/configure.in: Likewise.
1994-07-26 * gdb.base/corefile.exp: Change `else if' to `elseif', which isPeter Schauer1-0/+5
the correct TCL syntax.
1994-07-25* gdb.base/opaque.exp: use runto instead of messing around withJ.T. Conklin1-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 withJ.T. Conklin1-44/+11
breakpoints.
1994-07-24 * Makefile.in: Remove extra tabs that confuse some versionsFred Fish2-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 Shebs1-0/+2
1994-07-23 * gdb.base/help.exp: Update expected add-symbol-file, ignore, andStan Shebs1-0/+5
condition help.
1994-07-22Upgraded to use gdb_test.J.T. Conklin1-0/+391
1994-07-20Use gdb_run_cmdJ.T. Conklin1-18/+5
1994-07-20Changed pattern in gdb_run_cmd to match up to the first newline only.J.T. Conklin1-1/+4
The old pattern used ".*$", which could, and did, swallow up output that we were attempting to match elsewhere.
1994-07-20New implementation of gdb_run_cmd which fixes some subtle bugs.J.T. Conklin1-7/+14
1994-07-20Temporarily back out last changeJ.T. Conklin1-3/+6
1994-07-19* lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.J.T. Conklin1-6/+3
1994-07-19* gdb.base/funcargs.exp: Use gdb_run_cmd to start program.J.T. Conklin1-56/+28
1994-07-19* lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.J.T. Conklin1-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 programJ.T. Conklin1-1/+13
running.
1994-07-19* gdb.base/bitfields.exp: Use gdb_run_cmd to start program.J.T. Conklin1-24/+12
1994-07-19* lib/gdb.exp (gdb_run_cmd): New function, used to start programJ.T. Conklin1-2/+6
running. * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
1994-07-19Mostly converted to use gdb_test proc.J.T. Conklin1-271/+100
1994-07-19This config file didn't belong hereJ.T. Conklin1-3/+0
1994-07-19* gdb.base/bitfields.exp: Simplify by using delete_breakpoints andJ.T. Conklin3-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. Conklin3-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. Conklin2-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 breakpointStan Shebs1-0/+5
address.
1994-07-14* gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.Jim Kingdon1-0/+4
1994-07-12Minor tweaksJ.T. Conklin1-1/+2
1994-07-12* gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,J.T. Conklin1-0/+4
for size_t definition. * gdb.c++/templates.cc: Likewise
1994-07-12* config/mt-i386-netware: New file.J.T. Conklin3-0/+5
1994-07-12* gdb.base/interrupt.c: Do not test if errno == EINTR if it's notJ.T. Conklin1-0/+3
defined.
1994-07-12* gdb.base/Makefile.in: Added support for systems that name coreJ.T. Conklin2-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 Schauer1-1/+11
test failure on Sparc Solaris.
1994-07-12Various updatesStan Shebs3-41/+9
1994-06-29 * gdb.c++/misc.cc: Instantiate classes to inhibit the compilerPeter Schauer1-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.