* 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.
This commit is contained in:
parent
2684fbdb80
commit
b676862706
4 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
Wed Jan 17 13:22:27 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||
|
||||
* 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
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue