Home
last modified time | relevance | path

Searched refs:GetAllowDisable (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBBreakpointName.i106 bool GetAllowDisable();
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointName.cpp48 s->Printf("disable: %s", GetAllowDisable() ? "allowed" : "disallowed"); in GetDescription()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBBreakpointName.h106 bool GetAllowDisable();
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h93 bool GetAllowDisable() const { return GetPermission(disablePerm); } in GetAllowDisable() function
H A DBreakpoint.h579 return GetPermissions().GetAllowDisable(); in AllowDisable()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpointName.cpp644 bool SBBreakpointName::GetAllowDisable() { in GetAllowDisable() function in SBBreakpointName
650 return bp_name->GetPermissions().GetAllowDisable(); in GetAllowDisable()