Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_breakpointname.py38 obj.GetAllowDisable()
/external/llvm-project/lldb/bindings/interface/
DSBBreakpointName.i106 bool GetAllowDisable();
/external/llvm-project/lldb/source/API/
DSBBreakpointName.cpp672 bool SBBreakpointName::GetAllowDisable() { in GetAllowDisable() function in SBBreakpointName
673 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpointName, GetAllowDisable); in GetAllowDisable()
678 return bp_name->GetPermissions().GetAllowDisable(); in GetAllowDisable()
759 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetAllowDisable, ()); in RegisterMethods()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointName.cpp48 s->Printf("disable: %s", GetAllowDisable() ? "allowed" : "disallowed"); in GetDescription()
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpointName.h106 bool GetAllowDisable();
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointName.h93 bool GetAllowDisable() const { return GetPermission(disablePerm); } in GetAllowDisable() function
DBreakpoint.h568 return GetPermissions().GetAllowDisable(); in AllowDisable()