Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_breakpointname.py38 obj.GetAllowDisable()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBBreakpointName.i106 bool GetAllowDisable();
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointName.cpp48 s->Printf("disable: %s", GetAllowDisable() ? "allowed" : "disallowed"); in GetDescription()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpointName.h106 bool GetAllowDisable();
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h93 bool GetAllowDisable() const { return GetPermission(disablePerm); } in GetAllowDisable() function
H A DBreakpoint.h573 return GetPermissions().GetAllowDisable(); in AllowDisable()
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointName.cpp644 bool SBBreakpointName::GetAllowDisable() { in GetAllowDisable() function in SBBreakpointName
650 return bp_name->GetPermissions().GetAllowDisable(); in GetAllowDisable()