hanchenye-llvm-project/lldb
Raphael Isemann 2fc20f652c [lldb][NFC] Refactor remaining completion logic to use CompletionRequests
This patch moves the remaining completion functions from the
old completion API (that used several variables) to just
passing a single CompletionRequest.

This is for the most part a simple change as we just replace
the old arguments with a single CompletionRequest argument.

There are a few places where I had to create new CompletionRequests
in the called functions as CompletionRequests itself are immutable
and don't expose their internal match list anymore. This means that
if a function wanted to change the CompletionRequest or directly
access the result list, we need to work around this by creating
a new CompletionRequest and a temporary match/description list.

Preparation work for rdar://53769355

llvm-svn: 369000
2019-08-15 13:14:10 +00:00
..
cmake Enable lldb-server on Windows 2019-08-13 23:50:54 +00:00
docs [Docs] Fix (incorrect) code highlighting 2019-08-07 23:12:40 +00:00
examples [Symbolication] Remove some dead code. Nothing exciting. 2019-07-29 21:25:51 +00:00
include/lldb [lldb][NFC] Refactor remaining completion logic to use CompletionRequests 2019-08-15 13:14:10 +00:00
lit Revert "Minidump/Windows: Fix module lookup" 2019-08-14 12:26:51 +00:00
packages/Python/lldbsuite Improve anonymous class heuristic in ClangASTContext::CreateRecordType 2019-08-14 22:30:29 +00:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts [lldb] Remove Xcode project legacy 2019-07-24 09:20:14 +00:00
source [lldb][NFC] Refactor remaining completion logic to use CompletionRequests 2019-08-15 13:14:10 +00:00
test [dotest] Remove multiprocessing 2019-07-30 16:42:47 +00:00
third_party/Python/module Initial support for native debugging of x86/x64 Windows processes 2019-08-13 22:18:01 +00:00
tools [LLDB] Migrate llvm::make_unique to std::make_unique 2019-08-14 22:19:23 +00:00
unittests [LLDB] Migrate llvm::make_unique to std::make_unique 2019-08-14 22:19:23 +00:00
utils [TableGen] Move helpers into LLDBTableGenUtils. 2019-07-31 00:47:00 +00:00
.arcconfig
.clang-format
.gitignore Add .noindex to the gitignore 2019-04-05 17:57:42 +00:00
CMakeLists.txt [lldb] Let LLDB depend on intrinsics_gen to fix non-deterministic module build failures 2019-08-15 07:29:53 +00:00
CODE_OWNERS.txt [lldb][NFC] Cleanup mentions and code related to lldb-mi 2019-07-19 15:55:23 +00:00
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
use_lldb_suite_root.py