Home
last modified time | relevance | path

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

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