Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandCompletions.cpp747 const Target::StopHookSP stophook_sp = target_sp->GetStopHookAtIndex(idx); in StopHookIDs() local
748 stophook_sp->GetDescription(&strm, lldb::eDescriptionLevelInitial); in StopHookIDs()
749 request.TryCompleteCurrentArg(std::to_string(stophook_sp->GetID()), in StopHookIDs()