diff options
author | Bob Manson <manson@cygnus> | 1997-02-11 06:38:22 +0000 |
---|---|---|
committer | Bob Manson <manson@cygnus> | 1997-02-11 06:38:22 +0000 |
commit | dba77cd79bc1c8d2ef36085f32e416f1f2dff0cb (patch) | |
tree | d0ea09d2f2c876a8ea554b8868b7d1433542f302 /gdb | |
parent | 7061bb0ef347047a35132ab780f22e5e170ad39a (diff) | |
download | gdb-dba77cd79bc1c8d2ef36085f32e416f1f2dff0cb.zip gdb-dba77cd79bc1c8d2ef36085f32e416f1f2dff0cb.tar.gz gdb-dba77cd79bc1c8d2ef36085f32e416f1f2dff0cb.tar.bz2 |
* config/vx.exp: Use hostname instead of netport.
* config/vxworks.exp: New file.
* gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
* config/monitor.exp(gdb_target_monitor): Look for a prompt from
gdb before assuming everything worked. Send a ^C if a timeout
occurs.
Random fixes for vxworks and d10v.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 12 | ||||
-rw-r--r-- | gdb/testsuite/config/vxworks.exp | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ac51f3a..8bf20c0 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,7 +1,19 @@ Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com> + * config/vx.exp: Use hostname instead of netport. + + * config/vxworks.exp: New file. + + * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id. + + * config/monitor.exp(gdb_target_monitor): Look for a prompt from + gdb before assuming everything worked. Send a ^C if a timeout + occurs. + * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use $gdb_spawn_id directly. + (gdb_run_cmd): Try _start as well as start. Use the target feature + gdb,start_symbol as the symbol to start from when jumping. Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com) diff --git a/gdb/testsuite/config/vxworks.exp b/gdb/testsuite/config/vxworks.exp new file mode 100644 index 0000000..4b51da5 --- /dev/null +++ b/gdb/testsuite/config/vxworks.exp @@ -0,0 +1 @@ +load_lib ../config/vx.exp |