Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp37 s->Printf("disable: %s", GetAllowDisable() ? "allowed" : "disallowed"); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h104 bool GetAllowDisable();
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h94 bool GetAllowDisable() const { return GetPermission(disablePerm); } in GetAllowDisable() function
H A DBreakpoint.h575 return GetPermissions().GetAllowDisable(); in AllowDisable()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp646 bool SBBreakpointName::GetAllowDisable() { in GetAllowDisable() function in SBBreakpointName
652 return bp_name->GetPermissions().GetAllowDisable(); in GetAllowDisable()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11702 result = (bool)(arg1)->GetAllowDisable(); in _wrap_SBBreakpointName_GetAllowDisable()