Home
last modified time | relevance | path

Searched defs:IsBreakpoint (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h84 bool IsBreakpoint() const { return m_is_watchpoint == 0; } in IsBreakpoint() function
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h69 bool IsBreakpoint() const { in IsBreakpoint() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp76 bool IsBreakpoint = m_value == 6; // EXC_BREAKPOINT in DeterminePtrauthFailure() local