aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/config
AgeCommit message (Collapse)AuthorFilesLines
2002-09-09 * config/mips.exp: Update comments.Ben Elliston8-28/+0
* config/mips-idt.exp: Likewise. * config/nind.exp: Likewise. * config/slite.exp: Likewise. * config/sparclet.exp: Likewise. * config/udi.exp: Likewise. * config/vx.exp: Likewise. * config/vxworks29k.exp: Likewise.
2002-07-192002-07-19 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-19/+33
* config/gdbserver.exp (gdb_load): Don't use TCL varargs. Improve support for reusing an exec file. Copy exec file to target, and run gdbserver on the target instead of on the host.
2002-05-062002-05-06 Ben Elliston <bje@redhat.com>Ben Elliston1-0/+4
From Graydon Hoare <graydon@redhat.com> * config/sid.exp: Include support for "rawsid" protocol.
2001-08-29* gdb/sid connect fix, etc.Frank Ch. Eigler1-16/+16
2001-08-29 Frank Ch. Eigler <fche@redhat.com> * config/sid.exp (sid_start): Never set sid verbosity; disable expect_background {} that consumed its stdout; tolerate </dev/null. Attempt to set endianness override in "sid" protocol mode. Cleanup.
2001-08-16* obvious fixFrank Ch. Eigler1-2/+2
2001-08-16 Frank Ch. Eigler <fche@redhat.com> * config/sid.exp (sid_start): Don't warn if we cannot figure out what to force sid endianness to.
2001-08-042001-08-02 Dave Brolley <brolley@redhat.com>Dave Brolley1-2/+2
* config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
2001-05-102001-04-12 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-3/+41
* config/gdbserver.exp (gdb_load): Handle the case in which the arguments to gdbserver are given in the baseboard configuration file. Also handle the case in which the server needs to do a load.
2001-05-042001-05-03 Michael Snyder <msnyder@redhat.com>Michael Snyder1-4/+18
* config/sid.exp (gdb_target_sid): Check for error messages. On error or timeout, don't make expect exit (which will terminate all subsequent tests); instead just make gdb exit. (gdb_load): Check for error messages. On error or timeout, return a negative value.
2001-05-042001-01-26 Felix Lee <flee@redhat.com>Michael Snyder1-11/+21
* sid.exp (sid_exit): Pass host, not target, to remote_close. 2001-01-25 matthew green <mrg@redhat.com> * config/sid.exp (sid_start): Call `remote_push_conn' after firing up sid. (sid_exit): Call `remote_pop_conn' after GDB is gone. 2001-01-25 matthew green <mrg@redhat.com> * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.' Deprecate $sid_spawn_id. (sid_exit): Remove code necessary only for `spawn.' 2001-01-25 matthew green <mrg@redhat.com> * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2001-03-15(gdb_load): Add support for additional target_info: gdb_download_sizeMark Salter1-1/+18
and gdb_load_timeout.
2001-03-15(gdb_target_cmd): Add explicit error return.Mark Salter1-1/+2
(gdb_target_monitor): Add check of gdb_target_cmd return value.
2001-03-06Update/correct copyright notices.Kevin Buettner25-25/+28
2001-01-162001-01-17 Ben Elliston <bje@redhat.com>Ben Elliston1-0/+188
* config/sid.exp: New file.
2000-11-142000-11-03 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder1-42/+55
* config/monitor.exp (gdb_target_cmd): Abstracts some of the code from gdb_target_monitor, so it can be used independantly for gdbserver. Also comment out an unnecessary PUTS.
2000-10-192000-10-19 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder1-71/+141
* config/gdbserver.exp: Rewritten from the ground up, to make it compatible with the current dejagnu tree, and to make it work with the new "gdbserver" in libremote.
1999-09-22import gdb-1999-09-21Jason Molenda1-0/+6
1999-06-28These files were removed in the 1999-06-28 snapshot.Jason Molenda11-79/+0
1999-05-05import gdb-19990504 snapshotStan Shebs1-0/+20
1999-04-26import gdb-19990422 snapshotStan Shebs1-1/+4
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs47-0/+2059
1999-04-16Initial creation of sourceware repositoryStan Shebs44-2416/+0
1998-10-08*** empty log message ***Michael Snyder1-0/+1
1998-05-17 * config/sim.exp: Use 'target sim -sparclite' when runningMark Alexander1-14/+19
SPARClite programs.
1998-04-21Keep cygmon.exp.Jason Molenda1-2/+3
1998-03-13massive sanitization fixesAngela Marie Thomas1-0/+1
1998-01-22Add dve.exp.Mark Alexander1-0/+1
1998-01-19 * config/dve.exp: New file to support Densan boards.Mark Alexander1-0/+23
1997-09-03 * config/sparclet.exp: Detect gratuitous change to sparclet gdbBob Manson1-19/+25
target mode.
1997-09-03 Fix missing global verbose declaration. grrrr. this is NOTBob Manson1-0/+1
right.
1997-07-03 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.Bob Manson1-2/+2
1997-07-01 * config/arm-ice.exp: New file.Bob Manson2-0/+2
1997-06-25 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remoteBob Manson2-128/+169
host doesn't have a currently-open connection. * config/sparclet.exp: Cleanups and fixes to make it generic for any gdb stub target. Handle cases where gdb doesn't respond when interrupted in a sane fashion. * config/m32r.exp: Load sparclet.exp instead of trying to do the same thing in a totally different way. * config/monitor.exp: Pass in timeouts to gdb_expect instead of setting "timeout". (gdb_start): We set the global gdb_prompt variable in default_gdb_init now.
1997-06-14 * config/monitor.exp(gdb_load): Fix typo in regexp.Bob Manson1-12/+17
Fixes last night's tcl error mesages.
1997-06-04 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmdBob Manson1-36/+42
here. Call gdb_target_exec before rebooting the target, to make sure the connection to the target is closed. (gdb_load): Pass the name of the executable to gdb_target_monitor. Don't call gdb_file_cmd here; let gdb_target_monitor do it. * config/gdbserver.exp: Pass the executable being loaded to gdb_target_monitor. Don't call gdb_file_cmd here; let gdb_target_monitor do it. * gdb.disasm/hppa.exp: Don't use exec_output.
1997-06-03 Added proelf.Bob Manson1-0/+1
1997-05-23 * config/monitor.exp(gdb_load): Handle gdb_sect_offset andBob Manson2-36/+80
gdb_load_offset.
1997-05-23 * config/i386-bozo.exp: New file.Bob Manson1-0/+1
1997-05-23 * config/proelf.exp: New entry.Bob Manson1-0/+20
1997-05-22 add new file.Bob Manson1-0/+1
1997-05-19 * config/monitor.exp(gdb_start): Look for gdb_prompt targetBob Manson1-0/+20
feature. * config/i960.exp: New file.
1997-05-08Add h8300.exp.Mark Alexander1-0/+1
1997-04-08 * .Sanitize: remove sanitization for m32r.Michael Snyder1-14/+2
1997-04-03 * config/h8300.exp: New file.Bob Manson1-0/+1
1997-03-23 Moved change from gdb_target_udi to gdb_start.Bob Manson1-2/+3
1997-03-23 * config/udi.exp(gdb_target_udi): Make sure UDICONF is setBob Manson1-1/+2
properly before starting gdb.
1997-03-20Fix minor sanitization problemsJeff Law1-1/+0
1997-03-11 Removed, no longer used.Bob Manson1-461/+0
1997-03-07 * gdb.base/default.exp: Don't set match_max.Bob Manson1-1/+19
* gdb.base/help.exp: Ditto. * gdb.base/list.exp: Ditto. * gdb.base/signals.exp: Ditto. * config/monitor.exp(gdb_load): If gdb,use_standard_load is set, use remote_ld to download the testcase instead of the GDB loader.
1997-03-06 Added and updated copyright notices to testsuite expectBob Manson12-20/+144
scripts.
1997-03-06 More .Sanitize.Bob Manson1-0/+1