From 78b459a7e7d0930a3ac1c4ca2fe4706559675cdc Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Thu, 3 Nov 1994 22:40:14 +0000 Subject: * 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(). * ChangeLog: Fix comment to make shebs happy... --- gdb/remote-eb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/remote-eb.c') diff --git a/gdb/remote-eb.c b/gdb/remote-eb.c index 5cf0c75..0d9b377 100644 --- a/gdb/remote-eb.c +++ b/gdb/remote-eb.c @@ -995,6 +995,7 @@ executable as it exists on the remote computer. For example,\n\ eb_mourn_inferior, 0, /* can_run */ 0, /* notice_signals */ + 0, /* to_stop */ process_stratum, 0, /* next */ 1, 1, 1, 1, 1, /* all mem, mem, stack, regs, exec */ 0, 0, /* Section pointers */ -- cgit v1.1