Home
last modified time | relevance | path

Searched defs:SetAllowDisable (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h94 bool SetAllowDisable(bool value) { return SetPermission(disablePerm, in SetAllowDisable() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointName.cpp653 void SBBreakpointName::SetAllowDisable(bool value) { in SetAllowDisable() function in SBBreakpointName