diff options
author | Stu Grossman <grossman@cygnus> | 1994-11-03 22:41:12 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-11-03 22:41:12 +0000 |
commit | 6c27841f3b120b58f6306070deaccd7421696c1b (patch) | |
tree | 0b861530082869d6e91c0fa85bc365f9b145b61e /gdb/remote-udi.c | |
parent | 78b459a7e7d0930a3ac1c4ca2fe4706559675cdc (diff) | |
download | gdb-6c27841f3b120b58f6306070deaccd7421696c1b.zip gdb-6c27841f3b120b58f6306070deaccd7421696c1b.tar.gz gdb-6c27841f3b120b58f6306070deaccd7421696c1b.tar.bz2 |
* corelow.c, exec.c, inftarg.c, m3-nat.c, op50-rom.c, procfs.c,
remote-adapt.c, remote-e7000.c, remote-eb.c, remote-es.c,
remote-hms.c, remote-mips.c, remote-mm.c, remote-mon.c,
remote-nindy.c, remote-os9k.c, remote-pa.c, remote-sim.c,
remote-st.c, remote-udi.c, remote-vx.c, remote-z8k.c, remote.c,
w89k-rom.c, target.c, target.h: Add support for target_stop().
* gdbtk.c (gdb_stop): Switch to target_stop().
Diffstat (limited to 'gdb/remote-udi.c')
-rw-r--r-- | gdb/remote-udi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index c2366fd..dc82750 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -1666,6 +1666,7 @@ Arguments are\n\ udi_mourn, /* mourn_inferior FIXME */ 0, /* can_run */ 0, /* notice_signals */ + 0, /* to_stop */ process_stratum, 0, /* next */ 1, /* has_all_memory */ |