Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1374 bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2663 bool Target::SetStopHookActiveStateByID(lldb::user_id_t user_id, in SetStopHookActiveStateByID() function in Target
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp4984 success = target.SetStopHookActiveStateByID(user_id, m_enable); in DoExecute()