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 cdff75a0b48..45bdb16a255 100644 --- a/lldb/source/Commands/CommandObjectBreakpoint.h +++ b/lldb/source/Commands/CommandObjectBreakpoint.h @@ -167,10 +167,12 @@ public: uint32_t m_thread_index; std::string m_thread_name; std::string m_queue_name; + std::string m_condition; bool m_enable_passed; bool m_enable_value; bool m_name_passed; bool m_queue_passed; + bool m_condition_passed; }; |