Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_breakpointname.py39 obj.SetAllowDisable(False)
/external/llvm-project/lldb/bindings/interface/
DSBBreakpointName.i107 void SetAllowDisable(bool value);
/external/llvm-project/lldb/source/API/
DSBBreakpointName.cpp681 void SBBreakpointName::SetAllowDisable(bool value) { in SetAllowDisable() function in SBBreakpointName
682 LLDB_RECORD_METHOD(void, SBBreakpointName, SetAllowDisable, (bool), value); in SetAllowDisable()
687 bp_name->GetPermissions().SetAllowDisable(value); in SetAllowDisable()
760 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetAllowDisable, (bool)); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpointName.h107 void SetAllowDisable(bool value);
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointName.h94 bool SetAllowDisable(bool value) { return SetPermission(disablePerm, in SetAllowDisable() function
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_names/
DTestBreakpointNames.py360 bp_name.SetAllowDisable(False)
/external/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp1668 m_permissions.SetAllowDisable(value); in SetOptionValue()