Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointName.i106 bool GetAllowDisable();
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp48 s->Printf("disable: %s", GetAllowDisable() ? "allowed" : "disallowed"); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp671 bool SBBreakpointName::GetAllowDisable() { in GetAllowDisable() function in SBBreakpointName
672 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpointName, GetAllowDisable); in GetAllowDisable()
677 return bp_name->GetPermissions().GetAllowDisable(); in GetAllowDisable()
758 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetAllowDisable, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h106 bool GetAllowDisable();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h93 bool GetAllowDisable() const { return GetPermission(disablePerm); } in GetAllowDisable() function
H A DBreakpoint.h568 return GetPermissions().GetAllowDisable(); in AllowDisable()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp10628 result = (bool)(arg1)->GetAllowDisable(); in _wrap_SBBreakpointName_GetAllowDisable()