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.cpp41 s->Printf("disable: %s", GetAllowDisable() ? "allowed" : "disallowed"); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h108 bool GetAllowDisable();
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h93 bool GetAllowDisable() const { return GetPermission(disablePerm); } in GetAllowDisable() function
H A DBreakpoint.h577 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.cpp11737 result = (bool)(arg1)->GetAllowDisable(); in _wrap_SBBreakpointName_GetAllowDisable()