Home
last modified time | relevance | path

Searched refs:SetIsActive (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1370 void SetIsActive(bool is_active) { m_active = is_active; } in SetIsActive() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3045 (*specified_hook_iter).second->SetIsActive(active_state); in SetStopHookActiveStateByID()
3052 (*pos).second->SetIsActive(active_state); in SetAllStopHooksActiveState()