Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1282 void SetIsActive(bool is_active) { m_active = is_active; } in SetIsActive() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp2766 (*specified_hook_iter).second->SetIsActive(active_state); in SetStopHookActiveStateByID()
2773 (*pos).second->SetIsActive(active_state); in SetAllStopHooksActiveState()