Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_breakpointname.py35 obj.SetAllowList(False)
/external/llvm-project/lldb/bindings/interface/
DSBBreakpointName.i101 void SetAllowList(bool value);
/external/llvm-project/lldb/source/API/
DSBBreakpointName.cpp643 void SBBreakpointName::SetAllowList(bool value) { in SetAllowList() function in SBBreakpointName
644 LLDB_RECORD_METHOD(void, SBBreakpointName, SetAllowList, (bool), value); in SetAllowList()
650 bp_name->GetPermissions().SetAllowList(value); in SetAllowList()
756 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetAllowList, (bool)); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpointName.h101 void SetAllowList(bool value);
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointName.h88 bool SetAllowList(bool value) { return SetPermission(listPerm, value); } in SetAllowList() function
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_names/
DTestBreakpointNames.py361 bp_name.SetAllowList(False)
/external/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp1658 m_permissions.SetAllowList(value); in SetOptionValue()