summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/completion/breakpoints.json
AgeCommit message (Collapse)Author
2020-08-20[lldb] tab completion for breakpoint namesGongyu Deng
1. created a common completion for breakpoint names; 2. bound the breakpoint name common completion with eArgTypeBreakpointName; 3. implemented the dedicated completion for breakpoint read -N. Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D80693