Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1385 bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp2759 bool Target::SetStopHookActiveStateByID(lldb::user_id_t user_id, in SetStopHookActiveStateByID() function in Target
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp4999 success = target.SetStopHookActiveStateByID(user_id, m_enable); in DoExecute()