Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DTarget.h1387 void SetAllStopHooksActiveState(bool active_state);
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp2770 void Target::SetAllStopHooksActiveState(bool active_state) { in SetAllStopHooksActiveState() function in Target
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectTarget.cpp4990 target.SetAllStopHooksActiveState(m_enable); in DoExecute()