diff options
Diffstat (limited to 'lldb/include/lldb/Target/Thread.h')
-rw-r--r-- | lldb/include/lldb/Target/Thread.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/include/lldb/Target/Thread.h b/lldb/include/lldb/Target/Thread.h index e7b0ce4f73d..bd8bdf069ba 100644 --- a/lldb/include/lldb/Target/Thread.h +++ b/lldb/include/lldb/Target/Thread.h @@ -262,6 +262,9 @@ public: lldb::Vote ShouldReportRun (Event *event_ptr); + + virtual bool + MatchesSpec (const ThreadSpec *spec); bool GetStopInfo (StopInfo *stop_info); |