Home
last modified time | relevance | path

Searched refs:GetStopHookByID (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1424 StopHookSP GetStopHookByID(lldb::user_id_t uid);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2851 Target::StopHookSP Target::GetStopHookByID(lldb::user_id_t user_id) { in GetStopHookByID() function in Target