Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1296 bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);
/external/llvm-project/lldb/source/Target/
DTarget.cpp2582 bool Target::SetStopHookActiveStateByID(lldb::user_id_t user_id, in SetStopHookActiveStateByID() function in Target
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp4923 success = target.SetStopHookActiveStateByID(user_id, m_enable); in DoExecute()