diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-01-17 21:26:28 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-01-17 21:26:28 +0000 |
commit | b6768627060f95b435b6334633f4889827cf911a (patch) | |
tree | f0a3fa51d4a053283087831e104167f4f4e4176a /gdb/remote-udi.c | |
parent | 2684fbdb80c532cce5fa9c48f5b8ecc7970642e1 (diff) | |
download | gdb-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-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 6ade3e4..9512023 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 */ |