Home
last modified time | relevance | path

Searched refs:m_condition_text (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp138 m_condition_text = rhs.m_condition_text; in BreakpointOptions()
154 m_condition_text = rhs.m_condition_text; in operator =()
190 if (incoming.m_condition_text.empty()) { in CopyOverSetOptions()
191 m_condition_text.clear(); in CopyOverSetOptions()
195 m_condition_text = incoming.m_condition_text; in CopyOverSetOptions()
361 m_condition_text); in SerializeToStructuredData()
469 m_condition_text.assign(condition); in SetCondition()
471 m_condition_text_hash = hasher(m_condition_text); in SetCondition()
475 if (!m_condition_text.empty()) { in GetConditionText()
479 return m_condition_text.c_str(); in GetConditionText()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h393 std::string m_condition_text; variable