Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1271 void SetIsActive(bool is_active) { m_active = is_active; } in SetIsActive() function
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2670 (*specified_hook_iter).second->SetIsActive(active_state); in SetStopHookActiveStateByID()
2677 (*pos).second->SetIsActive(active_state); in SetAllStopHooksActiveState()