Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h95 bool SetAllowDisable(bool value) { return SetPermission(disablePerm, in SetAllowDisable() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointName.cpp660 void SBBreakpointName::SetAllowDisable(bool value) in SetAllowDisable() function in SBBreakpointName