Home
last modified time | relevance | path

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

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