diff options
author | Steve Chamberlain <sac@cygnus> | 1994-12-24 01:12:47 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-12-24 01:12:47 +0000 |
commit | 93584146c524bda90be0c5021952d3262a45d1d9 (patch) | |
tree | 5c1767b11884e7fa3facc52833ca33a084881f6e /gdb/remote-utils.c | |
parent | 8eac0979a0c0fe7aa6b378f8fc5701fc07cf59b2 (diff) | |
download | gdb-93584146c524bda90be0c5021952d3262a45d1d9.zip gdb-93584146c524bda90be0c5021952d3262a45d1d9.tar.gz gdb-93584146c524bda90be0c5021952d3262a45d1d9.tar.bz2 |
* remote-est.c: New file supports EST-300 CPU32 background
mode ICE.
* remote-utils.c (sr_com): Call registers_changed.
* configure.in (m68*-*-est*): New configuration.
* config/m68k/tm-est.h: New file.
Diffstat (limited to 'gdb/remote-utils.c')
-rw-r--r-- | gdb/remote-utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-utils.c b/gdb/remote-utils.c index f1e949a..b23aa70 100644 --- a/gdb/remote-utils.c +++ b/gdb/remote-utils.c @@ -396,6 +396,7 @@ sr_com (args, fromtty) sr_write_cr (args); sr_write ("\030", 1); + registers_changed (); gr_expect_prompt (); } |