Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1481 bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp5199 success = target.SetStopHookActiveStateByID(user_id, m_enable); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3038 bool Target::SetStopHookActiveStateByID(lldb::user_id_t user_id, in SetStopHookActiveStateByID() function in Target