Searched defs:IsOneShot (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/include/lldb/Breakpoint/ | ||
H A D | BreakpointOptions.h | 288 bool IsOneShot() const { return m_one_shot; } in IsOneShot() function |
/llvm-project/lldb/source/API/ | ||
H A D | SBBreakpointName.cpp | 256 bool SBBreakpointName::IsOneShot() const { in IsOneShot() function in SBBreakpointName |
H A D | SBBreakpoint.cpp | 235 bool SBBreakpoint::IsOneShot() const { in IsOneShot() function in SBBreakpoint |
/llvm-project/lldb/source/Breakpoint/ | ||
H A D | Breakpoint.cpp | 326 bool Breakpoint::IsOneShot() const { return m_options.IsOneShot(); } IsOneShot() function in Breakpoint |