Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1194 bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2509 bool Target::SetStopHookActiveStateByID(lldb::user_id_t user_id, in SetStopHookActiveStateByID() function in Target
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp4921 success = target->SetStopHookActiveStateByID(user_id, m_enable); in DoExecute()