diff options
Diffstat (limited to 'gdbserver/nto-low.h')
-rw-r--r-- | gdbserver/nto-low.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdbserver/nto-low.h b/gdbserver/nto-low.h index 69728b8..6e3471c 100644 --- a/gdbserver/nto-low.h +++ b/gdbserver/nto-low.h @@ -58,6 +58,8 @@ public: int detach (process_info *proc) override; void mourn (process_info *proc) override; + + void join (int pid) override; }; /* The inferior's target description. This is a global because the |