aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-hms.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1996-01-17 21:26:28 +0000
committerStan Shebs <shebs@codesourcery.com>1996-01-17 21:26:28 +0000
commitb6768627060f95b435b6334633f4889827cf911a (patch)
treef0a3fa51d4a053283087831e104167f4f4e4176a /gdb/remote-hms.c
parent2684fbdb80c532cce5fa9c48f5b8ecc7970642e1 (diff)
downloadgdb-b6768627060f95b435b6334633f4889827cf911a.zip
gdb-b6768627060f95b435b6334633f4889827cf911a.tar.gz
gdb-b6768627060f95b435b6334633f4889827cf911a.tar.bz2
* 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.
Diffstat (limited to 'gdb/remote-hms.c')
-rw-r--r--gdb/remote-hms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-hms.c b/gdb/remote-hms.c
index 30eee4e..2f43e20 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 */