Home
last modified time | relevance | path

Searched defs:IsOneShot (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h288 bool IsOneShot() const { return m_one_shot; } in IsOneShot() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp256 bool SBBreakpointName::IsOneShot() const { in IsOneShot() function in SBBreakpointName
H A DSBBreakpoint.cpp235 bool SBBreakpoint::IsOneShot() const { in IsOneShot() function in SBBreakpoint
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp326 bool Breakpoint::IsOneShot() const { return m_options.IsOneShot(); } in IsOneShot() function in Breakpoint