Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointName.i100 bool GetAllowList() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp45 s->Printf("list: %s", GetAllowList() ? "allowed" : "disallowed"); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp633 bool SBBreakpointName::GetAllowList() const { in GetAllowList() function in SBBreakpointName
634 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpointName, GetAllowList); in GetAllowList()
639 return bp_name->GetPermissions().GetAllowList(); in GetAllowList()
754 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpointName, GetAllowList, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h100 bool GetAllowList() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h87 bool GetAllowList() const { return GetPermission(listPerm); } in GetAllowList() function
H A DBreakpoint.h565 return GetPermissions().GetAllowList(); in AllowList()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp10528 result = (bool)((lldb::SBBreakpointName const *)arg1)->GetAllowList(); in _wrap_SBBreakpointName_GetAllowList()