Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1376 void SetAllStopHooksActiveState(bool active_state);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2674 void Target::SetAllStopHooksActiveState(bool active_state) { in SetAllStopHooksActiveState() function in Target
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp4975 target.SetAllStopHooksActiveState(m_enable); in DoExecute()