Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBBreakpointName.i101 void SetAllowList(bool value);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBBreakpointName.h101 void SetAllowList(bool value);
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h88 bool SetAllowList(bool value) { return SetPermission(listPerm, value); } in SetAllowList() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpointName.cpp617 void SBBreakpointName::SetAllowList(bool value) { in SetAllowList() function in SBBreakpointName
623 bp_name->GetPermissions().SetAllowList(value); in SetAllowList()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1641 m_permissions.SetAllowList(value); in SetOptionValue()