Home
last modified time | relevance | path

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

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