summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/ThreadStateCoordinator.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/ThreadStateCoordinator.h')
-rw-r--r--lldb/source/Plugins/Process/Linux/ThreadStateCoordinator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/Linux/ThreadStateCoordinator.h b/lldb/source/Plugins/Process/Linux/ThreadStateCoordinator.h
index 6fecb1ce90a..14399abfe08 100644
--- a/lldb/source/Plugins/Process/Linux/ThreadStateCoordinator.h
+++ b/lldb/source/Plugins/Process/Linux/ThreadStateCoordinator.h
@@ -79,6 +79,7 @@ namespace lldb_private
class EventCallAfterThreadsStop;
class EventStopCoordinator;
class EventThreadStopped;
+ class EventThreadCreate;
class EventThreadDeath;
typedef std::shared_ptr<EventBase> EventBaseSP;
@@ -102,6 +103,9 @@ namespace lldb_private
ThreadDidStop (lldb::tid_t tid);
void
+ ThreadWasCreated (lldb::tid_t tid);
+
+ void
ThreadDidDie (lldb::tid_t tid);
void
OpenPOWER on IntegriCloud