Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1192 void SetIsActive(bool is_active) { m_active = is_active; } in SetIsActive() function
/external/llvm-project/lldb/source/Target/
DTarget.cpp2589 (*specified_hook_iter).second->SetIsActive(active_state); in SetStopHookActiveStateByID()
2596 (*pos).second->SetIsActive(active_state); in SetAllStopHooksActiveState()