Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandCompletions.cpp638 llvm::StringRef bp_info = s.GetString(); in Breakpoints() local
640 const size_t colon_pos = bp_info.find_first_of(':'); in Breakpoints()
642 bp_info = bp_info.drop_front(colon_pos + 2); in Breakpoints()
644 request.TryCompleteCurrentArg(std::to_string(bp->GetID()), bp_info); in Breakpoints()