diff options
Diffstat (limited to 'gdbserver/nto-low.h')
-rw-r--r-- | gdbserver/nto-low.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdbserver/nto-low.h b/gdbserver/nto-low.h index 5b32ae7..94837ab 100644 --- a/gdbserver/nto-low.h +++ b/gdbserver/nto-low.h @@ -64,6 +64,9 @@ public: bool thread_alive (ptid_t pid) override; void resume (thread_resume *resume_info, size_t n) override; + + ptid_t wait (ptid_t ptid, target_waitstatus *status, + int options) override; }; /* The inferior's target description. This is a global because the |