[all-commits] [llvm/llvm-project] 763bc2: [lldb] Tab completion for process plugin name
gydeng via All-commits
all-commits at lists.llvm.org
Wed May 27 05:11:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 763bc2305797c980a4f4fa2f6314ed78a010678d
https://github.com/llvm/llvm-project/commit/763bc2305797c980a4f4fa2f6314ed78a010678d
Author: Gongyu Deng <gy_deng at icloud.com>
Date: 2020-05-27 (Wed, 27 May 2020)
Changed paths:
M lldb/include/lldb/Core/PluginManager.h
M lldb/include/lldb/Interpreter/CommandCompletions.h
M lldb/source/Commands/CommandCompletions.cpp
M lldb/source/Commands/CommandObjectProcess.cpp
M lldb/source/Core/PluginManager.cpp
M lldb/source/Interpreter/CommandObject.cpp
M lldb/test/API/functionalities/completion/TestCompletion.py
Log Message:
-----------
[lldb] Tab completion for process plugin name
Summary:
1. Added tab completion to `process launch -p`, `process attach -P`, `process
connect -p`;
2. Bound the plugin name common completion as the default completion for
`eArgTypePlugin` arguments.
Reviewers: teemperor, JDevlieghere
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D79929
More information about the All-commits
mailing list