Home
last modified time | relevance | path

Searched refs:SetAllowList (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointName.h97 void SetAllowList(bool value);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h89 bool SetAllowList(bool value) { return SetPermission(listPerm, value); } in SetAllowList() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointName.cpp618 void SBBreakpointName::SetAllowList(bool value) in SetAllowList() function in SBBreakpointName
628 bp_name->GetPermissions().SetAllowList(value); in SetAllowList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1838 m_permissions.SetAllowList(value); in SetOptionValue()