Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_breakpointname.py35 obj.SetAllowList(False)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBBreakpointName.i101 void SetAllowList(bool value);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpointName.h101 void SetAllowList(bool value);
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h88 bool SetAllowList(bool value) { return SetPermission(listPerm, value); } in SetAllowList() function
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_names/
H A DTestBreakpointNames.py359 bp_name.SetAllowList(False)
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1640 m_permissions.SetAllowList(value); in SetOptionValue()