Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1428 void SetAllStopHooksActiveState(bool active_state);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2872 void Target::SetAllStopHooksActiveState(bool active_state) { in SetAllStopHooksActiveState() function in Target
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp5162 target.SetAllStopHooksActiveState(m_enable); in DoExecute()