llvm/lldb
Gongyu Deng e1cd7cac8a [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
2020-08-21 10:36:39 +02:00
..
bindings [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00
cmake [lldb] Remove redundant call to FindBacktrace (NFC) 2020-08-20 22:41:49 -07:00
docs [lldb/interpreter] Add REPL-specific init file 2020-08-20 00:36:32 +02:00
examples Harmonize Python shebang 2020-07-16 21:53:45 +02:00
include/lldb [lldb] Tab completion for process load/unload 2020-08-21 10:36:39 +02:00
packages/Python [lldb] Return empty string from getExtraMakeArgs when not implemented 2020-08-19 17:52:50 -07:00
resources
scripts Harmonize Python shebang 2020-07-16 21:53:45 +02:00
source [lldb] Tab completion for process load/unload 2020-08-21 10:36:39 +02:00
test [lldb] Tab completion for process load/unload 2020-08-21 10:36:39 +02:00
third_party/Python/module Revert "[lldb] temporary commit to see why a test is failing only on lldb-aarch64-ubuntu" 2020-08-05 11:55:02 +02:00
tools [lldb/interpreter] Add REPL-specific init file 2020-08-20 00:36:32 +02:00
unittests [DWARFYAML] Add support for emitting multiple abbrev tables. 2020-08-21 10:12:08 +08:00
utils [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py