Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp785 const Target::StopHookSP stophook_sp = target_sp->GetStopHookAtIndex(idx); in StopHookIDs()
H A DCommandObjectTarget.cpp5235 Target::StopHookSP this_hook = target.GetStopHookAtIndex(i); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1487 StopHookSP GetStopHookAtIndex(size_t index) { in GetStopHookAtIndex() function