Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h103 void SetAllowList(bool value);
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h88 bool SetAllowList(bool value) { return SetPermission(listPerm, value); } in SetAllowList() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp619 void SBBreakpointName::SetAllowList(bool value) { in SetAllowList() function in SBBreakpointName
625 bp_name->GetPermissions().SetAllowList(value); in SetAllowList()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1606 m_permissions.SetAllowList(value); in SetOptionValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11663 (arg1)->SetAllowList(arg2); in _wrap_SBBreakpointName_SetAllowList()