aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Collapse)AuthorFilesLines
1998-05-17 * gdb.base/reread.exp: New file.Mark Alexander5-0/+171
* gdb.base/reread1.c: New file. * gdb.base/reread2.c: New file.
1998-05-17 * config/sim.exp: Use 'target sim -sparclite' when runningMark Alexander2-14/+24
SPARClite programs.
1998-05-17Keep structs2.{c,exp} for now.Doug Evans1-2/+2
1998-05-17 * gdb.base/structs2.exp: New file.Doug Evans4-0/+149
* gdb.base/structs2.c: New file.
1998-05-13 * gdb.asm/common.inc: New file.Doug Evans3-0/+60
* gdb.asm/d10v.inc: New file. * asm-source.exp: Pass -I's to gas to find .inc files. Update line numbers in expected output. * asmsrc1.s: Rewrite. * asmsrc2.s: Rewrite. * configure.in: Create arch.inc symlink. * configure: Regenerate. * Makefile.in (distclean): Delete arch.inc.
1998-04-23Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda1-0/+11
* gdb.c++/virtfunc.cc: Declare extern "C" printf to return int, not void. fche says he vaguely remembers a problem with returning int instead of void, but ISO C sez printf returns int, so let's see what happens.
1998-04-21Add branches.c.Jason Molenda1-0/+1
1998-04-21Keep cygmon.exp.Jason Molenda1-2/+3
1998-04-16Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>John Metzler1-0/+113
* gdb.base/branches.c: Code with lots of loops and subroutines. Used to test gdbs ability to single step through PC changes, especially to test mips-tdep.c:mips_next_pc
1998-04-14* Changed one line in one C++ test case to hopefullyFrank Ch. Eigler1-0/+5
zap one group of persistent gdb testomat failures. Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com> * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass more rigorous EGCS C++ error checking.
1998-04-11Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)Jason Molenda1-0/+17
* gdb.base/help.exp: Clean up `help set args' and `help show args' tests. * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling function when asleep. * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment for i*86 Linux and SVR4 signal handling problems. Remove linux xfail for `next to handler in signals_tests_1', fixed by recent infrun.c change. Limit backtrace to 10 frames to avoid timeout problems with infinite stack backtraces. Adjust expect pattern in `handle all print' test to match Apr 28 1997 target.[ch] change.
1998-03-31 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; waitBob Manson2-9/+61
for a newline from gdb before continuing. (default_gdb_exit): Just look for y or n.
1998-03-24 * Makefile.in: Derive SHELL from configure.Stu Grossman4-56/+64
* config/d10v/d10v.mt config/d30v/d30v.mt config/m32r/m32r.mt config/mn10200/mn10200.mt config/mn10300/mn10300.mt : Remove -lm from SIM. This prevents dependency checking of -lm (under NT native builds). (It is automatically added by configure if it exists.) * doc/configure mswin/configure nlm/configure testsuite/gdb.base/configure testsuite/gdb.c++/configure testsuite/gdb.chill/configure testsuite/gdb.disasm/configure testsuite/gdb.stabs/configure testsuite/gdb.threads/configure: Regenerate with autoconf 2.12.1 to fix shell issues for NT native builds.
1998-03-13 * gdb.asm/{Makefile.in,configure.in,configure}: New files.Doug Evans1-0/+8
* gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
1998-03-13massive sanitization fixesAngela Marie Thomas2-0/+2
1998-03-13snapshotDoug Evans7-251/+152
1998-03-13regenerateDoug Evans1-1/+1
1998-03-13configure script for gdb.asm, initial source debugging test.Doug Evans4-0/+1165
1998-03-13Makefile.in for gdb.asm.Doug Evans2-0/+68
1998-03-13 * gdb.asm: New directory.Doug Evans1-1/+1
* configure.in: Configure it. * configure: Regenerate.
1998-03-13keep gdb.asmDoug Evans1-0/+1
1998-02-23 * config/mn10300-eval.exp: New file to support MN10300 eval board.Mark Alexander1-0/+10
1998-02-12 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k ofAndrew Cagney2-0/+226
on-chip insn memory and IMAP1 to upper 128k. (D10VCopy): Handle memory regions crossing 16k boundaries. (D10VCopy): Transfer data in 32 bit chunks.
1998-02-06Get overlay testsuite to work on m32r when image is being built with aAndrew Cagney1-0/+19
small data section (.sdata): Force _novrly variable into .data; stop test variables being put into .sdata.
1998-01-23 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail forFred Fish1-0/+5
"calling function with watchpoint enabled".
1998-01-22 * gdb.base/break.exp (test_next_with_recursion): RemoveFred Fish1-0/+7
gdb_suppress_tests for d10v-*-*. * lib/gdb.exp (gdb_suppress_tests): Disable this function pending review of whether it is useful or not.
1998-01-22Add dve.exp.Mark Alexander1-0/+1
1998-01-20 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.Mark Alexander1-0/+4
1998-01-19 * config/dve.exp: New file to support Densan boards.Mark Alexander1-0/+23
1998-01-19 * gdb.base/break.exp: Increase timeout for slow TX39 boards.Mark Alexander2-24/+52
* config/dve.exp: New file to support Densan boards.
1997-12-15Revert addition of test suite from Alcatel --- we don't have papersJim Blandy3-83/+0
for these. Changes bracketed with tags jimb_pre_revert_pr13812, jimb_post_revert_pr13812, so we can easily re-add them when we receive papers.
1997-12-10*** empty log message ***Jim Blandy1-0/+4
1997-12-10* gch1494.ch, gch1494.exp: New tests, for PR 13812.Jim Blandy2-0/+79
1997-11-25Handle case where sizeof long != sizeof int when examining a union.Andrew Cagney1-0/+28
1997-09-24 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,Bob Manson2-1/+12
define vxworks when building the testcase. * gdb.base/ptype.exp: Fix testnames to be unique. * gdb.base/radix.exp: Ditto. * gdb.base/term.exp: Ditto. * gdb.base/whatis.exp: Ditto. * gdb.c++/classes.exp: Ditto. More misc fixes.
1997-09-17 * gdb.base/callfuncs.exp: Fix indentation.Bob Manson2-42/+68
* lib/gdb.exp(gdb_expect): Set remote_suppress_flag if suppress_flag has been set. (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub target feature.
1997-09-16 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiledBob Manson1-0/+11
the testcase.
1997-09-13 * lib/gdb.exp(gdb_step_for_stub): New function.Bob Manson2-62/+155
(gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it exists, reload the executable and do a "continue" instead of doing a jump. (runto_main): Use gdb_step_for_stub. * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain tests to have unique names. * gdb.base/callfuncs.exp: Ditto. * gdb.base/commands.exp: Ditto. * gdb.base/default.exp: Ditto. * gdb.base/help.exp: Ditto. * gdb.base/list.exp: Ditto. * gdb.base/opaque.exp: Ditto. * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple similar tests. * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls. * gdb.c++/cplusfuncs.cc: Ditto. * gdb.c++/virtfunc.cc: Ditto. * config/monitor.exp: Keep track of the last file we saw, rather than trying to get the info from gdb. * gdb.fortran/types.exp: Move comment to previous line. Fixes for TCL8 miscellaneous problems, plus other changes.
1997-09-13 * lib/gdb.exp(gdb_step_for_stub): New function.Bob Manson1-0/+28
(gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it exists, reload the executable and do a "continue" instead of doing a jump. (runto_main): Use gdb_step_for_stub. * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain tests to have unique names. * gdb.base/callfuncs.exp: Ditto. * gdb.base/commands.exp: Ditto. * gdb.base/default.exp: Ditto. * gdb.base/help.exp: Ditto. * gdb.base/list.exp: Ditto. * gdb.base/opaque.exp: Ditto. * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple similar tests. * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls. * gdb.c++/cplusfuncs.cc: Ditto. * gdb.c++/virtfunc.cc: Ditto. * config/monitor.exp: Keep track of the last file we saw, rather than trying to get the info from gdb. * gdb.fortran/types.exp: Move comment to previous line. Fixes for TCL8 miscellaneous problems.
1997-09-10 * *.exp: The end-all be-all of quoting fixes. Ha.Bob Manson25-104/+108
At least I hope so.
1997-09-03 * config/sparclet.exp: Detect gratuitous change to sparclet gdbBob Manson2-19/+38
target mode.
1997-09-03 Fix missing global verbose declaration. grrrr. this is NOTBob Manson1-0/+1
right.
1997-08-21 * pr-9946.exp: Ditto.Bob Manson4-3/+6
* gch1280.exp: Ditto. * gch1272.exp: Ditto.
1997-08-21 * enum.exp: More quoting fixes.Bob Manson2-1/+5
*sigh*
1997-08-13 Fix quoting.Bob Manson11-10/+19
1997-08-13 Fix quoting.Bob Manson1-0/+1
1997-08-13 * tests2.exp: Fix quoting.Bob Manson3-2/+7
* tests1.exp: Ditto.
1997-07-04 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to failBob Manson2-5/+15
if we can't get a debug format from GDB (we may be testing an older GDB). Use a 10 second timeout when checking for the format. * gdb.stabs/weird.exp: Fix quoting.
1997-07-03 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.Bob Manson2-2/+6
1997-07-01 * config/arm-ice.exp: New file.Bob Manson3-0/+6