MMuhammad Omair Javaid[LLDB] Catagory decorator for watchpoint test in TestCompletion.py
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb] Tab completion for process load/unload 1. Complete process load with the common disk file completion, so there is not test provided for it; 2. Complete process unload with the tokens of valid loaded images. Thanks for Raphael's help on the test for process unload. Reviewed By: teemperor Differential Revision: https://reviews.llvm.org/D79887 | 5 年前 | |
[LLDB] Catagory decorator for watchpoint test in TestCompletion.py This patch adds watchpoint catagory decorator to watchpoint dependent tests in TestCompletion.py. | 3 年前 | |
[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 | 5 年前 | |
[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 | 5 年前 | |
[lldb] [test] Rename '.categories' to 'categories' Make category-specifying files visible. There is really no good reason to keep them hidden, and having them visible increases the chances that someone will actually spot them. Differential Revision: https://reviews.llvm.org/D91065 | 5 年前 | |
[lldb] common completion for process pids and process names 1. Added two common completions: ProcessIDs and ProcessNames, which are refactored from their original dedicated option completions; 2. Removed the dedicated option completion functions of process attach and platform process attach, so that they can use arg-type-bound common completions instead; 3. Bound eArgTypePid to the pid completion, eArgTypeProcessName to the process name completion in CommandObject.cpp; 4. Added a related test case. Reviewed By: teemperor Differential Revision: https://reviews.llvm.org/D80700 | 5 年前 | |
[lldb] Tab completion for process load/unload 1. Complete process load with the common disk file completion, so there is not test provided for it; 2. Complete process unload with the tokens of valid loaded images. Thanks for Raphael's help on the test for process unload. Reviewed By: teemperor Differential Revision: https://reviews.llvm.org/D79887 | 5 年前 | |
[lldb] tab completion for thread plan discard Dedicated completion for the command thread plan discard with a corresponding test case. Reviewed By: teemperor Differential Revision: https://reviews.llvm.org/D83234 | 5 年前 |