Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DTarget.h1214 void SetIsActive(bool is_active) { m_active = is_active; } in SetIsActive() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTarget.cpp2591 (*specified_hook_iter).second->SetIsActive(active_state); in SetStopHookActiveStateByID()
2598 (*pos).second->SetIsActive(active_state); in SetAllStopHooksActiveState()