diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectBreakpoint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.h b/lldb/source/Commands/CommandObjectBreakpoint.h index 5b093151f87..c2d9e3efa9a 100644 --- a/lldb/source/Commands/CommandObjectBreakpoint.h +++ b/lldb/source/Commands/CommandObjectBreakpoint.h @@ -164,7 +164,9 @@ public: uint32_t m_ignore_count; lldb::tid_t m_thread_id; + bool m_thread_id_passed; uint32_t m_thread_index; + bool m_thread_index_passed; std::string m_thread_name; std::string m_queue_name; std::string m_condition; |