diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.h')
-rw-r--r-- | contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.h b/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.h index a59a3a7..51d6645 100644 --- a/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.h +++ b/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.h @@ -79,6 +79,8 @@ public: //-------------------------------------------------------------------------- // These methods form a specialized interface to POSIX threads. // + bool Resume(); + void Notify(const ProcessMessage &message); //-------------------------------------------------------------------------- |