Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp56 if (m_options_up && m_options_up->IsOptionSet(kind)) in GetOptionsSpecifyingKind()
57 return *m_options_up; in GetOptionsSpecifyingKind()
71 else if (m_options_up != nullptr) in IsEnabled()
72 return m_options_up->IsEnabled(); in IsEnabled()
89 if (m_options_up && in IsAutoContinue()
90 m_options_up->IsOptionSet(BreakpointOptions::eAutoContinue)) in IsAutoContinue()
91 return m_options_up->IsAutoContinue(); in IsAutoContinue()
122 if (m_options_up != nullptr) in SetThreadIndex()
123 m_options_up->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
144 if (m_options_up != nullptr) in SetThreadName()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h356 std::unique_ptr<BreakpointOptions> m_options_up; ///< Breakpoint options variable