Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointName.cpp49 s->Printf("disable: %s", GetAllowDisable() ? "allowed" : "disallowed"); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointName.h102 bool GetAllowDisable();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h94 bool GetAllowDisable() const { return GetPermission(disablePerm); } in GetAllowDisable() function
H A DBreakpoint.h681 return GetPermissions().GetAllowDisable(); in AllowDisable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointName.cpp652 bool SBBreakpointName::GetAllowDisable() in GetAllowDisable() function in SBBreakpointName
657 return bp_name->GetPermissions().GetAllowDisable(); in GetAllowDisable()