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.h1426 bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2861 bool Target::SetStopHookActiveStateByID(lldb::user_id_t user_id, in SetStopHookActiveStateByID() function in Target
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp5171 success = target.SetStopHookActiveStateByID(user_id, m_enable); in DoExecute()