[all-commits] [llvm/llvm-project] 22e63c: [lldb] tab completion for breakpoint names
Gongyu Deng via All-commits
all-commits at lists.llvm.org
Thu Aug 20 11:57:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 22e63cba17e5e6266b9251e3fb7032b793143d09
https://github.com/llvm/llvm-project/commit/22e63cba17e5e6266b9251e3fb7032b793143d09
Author: Gongyu Deng <gy_deng at icloud.com>
Date: 2020-08-20 (Thu, 20 Aug 2020)
Changed paths:
M lldb/include/lldb/Interpreter/CommandCompletions.h
M lldb/source/Commands/CommandCompletions.cpp
M lldb/source/Commands/CommandObjectBreakpoint.cpp
M lldb/source/Interpreter/CommandObject.cpp
M lldb/test/API/functionalities/completion/TestCompletion.py
A lldb/test/API/functionalities/completion/breakpoints.json
A lldb/test/API/functionalities/completion/breakpoints_invalid.json
Log Message:
-----------
[lldb] tab completion for breakpoint names
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
More information about the All-commits
mailing list