Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp776 const Target::StopHookSP stophook_sp = target_sp->GetStopHookAtIndex(idx); in StopHookIDs() local
777 stophook_sp->GetDescription(strm, lldb::eDescriptionLevelInitial); in StopHookIDs()
778 request.TryCompleteCurrentArg(std::to_string(stophook_sp->GetID()), in StopHookIDs()