From b6768627060f95b435b6334633f4889827cf911a Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Wed, 17 Jan 1996 21:26:28 +0000 Subject: [PATCH] * remote-hms.c (hms_ops): Add value for to_thread_alive. * remote-nindy.c (nindy_ops): Ditto. * remote-udi.c (udi_ops): Ditto. PR 8839. --- gdb/ChangeLog | 6 ++++++ gdb/remote-hms.c | 1 + gdb/remote-nindy.c | 1 + gdb/remote-udi.c | 1 + 4 files changed, 9 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4710854cee1..dd724980f7d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Wed Jan 17 13:22:27 1996 Stan Shebs + + * remote-hms.c (hms_ops): Add value for to_thread_alive. + * remote-nindy.c (nindy_ops): Ditto. + * remote-udi.c (udi_ops): Ditto. + Tue Jan 16 11:22:58 1996 Stu Grossman (grossman@cygnus.com) * Makefile.in (CLIBS): Add LIBS to allow libraries to be diff --git a/gdb/remote-hms.c b/gdb/remote-hms.c index 30eee4e0d2f..2f43e202299 100644 --- a/gdb/remote-hms.c +++ b/gdb/remote-hms.c @@ -1348,6 +1348,7 @@ by a serial line.", hms_mourn, /* mourn_inferior FIXME */ 0, /* can_run */ 0, /* notice_signals */ + 0, /* to_thread_alive */ 0, /* to_stop */ process_stratum, 0, /* next */ 1, 1, 1, 1, 1, /* all mem, mem, stack, regs, exec */ diff --git a/gdb/remote-nindy.c b/gdb/remote-nindy.c index 11540b21d59..a3417f0ad02 100644 --- a/gdb/remote-nindy.c +++ b/gdb/remote-nindy.c @@ -801,6 +801,7 @@ specified when you started GDB.", nindy_mourn_inferior, 0, /* can_run */ 0, /* notice_signals */ + 0, /* to_thread_alive */ 0, /* to_stop */ process_stratum, 0, /* next */ 1, 1, 1, 1, 1, /* all mem, mem, stack, regs, exec */ diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index 6ade3e48044..951202317a9 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -1668,6 +1668,7 @@ Arguments are\n\ udi_mourn, /* mourn_inferior FIXME */ 0, /* can_run */ 0, /* notice_signals */ + 0, /* to_thread_alive */ 0, /* to_stop */ process_stratum, 0, /* next */ -- 2.30.2