Home
last modified time | relevance | path

Searched refs:SetStopHookActiveStateByID (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Target/
DTarget.h1123 SetStopHookActiveStateByID (lldb::user_id_t uid, bool active_state);
/external/lldb/source/Target/
DTarget.cpp2020 Target::SetStopHookActiveStateByID (lldb::user_id_t user_id, bool active_state) in SetStopHookActiveStateByID() function in Target
/external/lldb/source/Commands/
DCommandObjectTarget.cpp5214 success = target->SetStopHookActiveStateByID (user_id, m_enable); in DoExecute()