aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/Process/POSIX/ProcessPOSIX.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/Process/POSIX/ProcessPOSIX.h')
-rw-r--r--source/Plugins/Process/POSIX/ProcessPOSIX.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Plugins/Process/POSIX/ProcessPOSIX.h b/source/Plugins/Process/POSIX/ProcessPOSIX.h
index fd029ef5a..48b19bac4 100644
--- a/source/Plugins/Process/POSIX/ProcessPOSIX.h
+++ b/source/Plugins/Process/POSIX/ProcessPOSIX.h
@@ -22,6 +22,7 @@
#include "ProcessMessage.h"
class ProcessMonitor;
+class POSIXThread;
class ProcessPOSIX :
public lldb_private::Process
@@ -166,6 +167,9 @@ public:
bool
AddThreadForInitialStopIfNeeded(lldb::tid_t stop_tid);
+ virtual POSIXThread *
+ CreateNewPOSIXThread(lldb_private::Process &process, lldb::tid_t tid);
+
protected:
/// Target byte order.
lldb::ByteOrder m_byte_order;