diff options
Diffstat (limited to 'gdb/gdbserver/low-hppabsd.c')
-rw-r--r-- | gdb/gdbserver/low-hppabsd.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/gdbserver/low-hppabsd.c b/gdb/gdbserver/low-hppabsd.c index 86f21ea..af2a0e6 100644 --- a/gdb/gdbserver/low-hppabsd.c +++ b/gdb/gdbserver/low-hppabsd.c @@ -81,6 +81,13 @@ kill_inferior (void) /*************inferior_died ();****VK**************/ } +/* Attaching is not supported. */ +int +myattach (int pid) +{ + return -1; +} + /* Return nonzero if the given thread is still alive. */ int mythread_alive (int pid) |