Home
last modified time | relevance | path

Searched refs:SetAllStopHooksActiveState (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1196 void SetAllStopHooksActiveState(bool active_state);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2520 void Target::SetAllStopHooksActiveState(bool active_state) { in SetAllStopHooksActiveState() function in Target
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp4910 target->SetAllStopHooksActiveState(m_enable); in DoExecute()