Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointName.cpp46 s->Printf("list: %s", GetAllowList() ? "allowed" : "disallowed"); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointName.h96 bool GetAllowList() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h88 bool GetAllowList() const { return GetPermission(listPerm); } in GetAllowList() function
H A DBreakpoint.h678 return GetPermissions().GetAllowList(); in AllowList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointName.cpp610 bool SBBreakpointName::GetAllowList() const in GetAllowList() function in SBBreakpointName
615 return bp_name->GetPermissions().GetAllowList(); in GetAllowList()