llvm-capstone/lldb
Jonas Devlieghere b22860da61 [CompletionRequest] Remove unimplemented members.
Completion requests have two fields that are essentially unimplemented:
`m_match_start_point` and `m_max_return_elements`. This would've been
okay, if it wasn't for the fact that this caused a bunch of useless
parameters to be passed around. Occasionally there would be a comment or
assert saying that they are not supported. This patch removes them.

llvm-svn: 367385
2019-07-31 03:48:29 +00:00
..
cmake [CMake] Move project() call to main CMake file 2019-07-29 23:09:31 +00:00
docs [dotest] Remove multiprocessing 2019-07-30 16:42:47 +00:00
examples [Symbolication] Remove some dead code. Nothing exciting. 2019-07-29 21:25:51 +00:00
include/lldb [CompletionRequest] Remove unimplemented members. 2019-07-31 03:48:29 +00:00
lit [lldb] Increase testsuite packet-timeout 5secs -> 1min 2019-07-29 16:10:16 +00:00
packages/Python/lldbsuite [dotest] Remove multiprocessing 2019-07-30 16:42:47 +00:00
resources
scripts [lldb] Remove Xcode project legacy 2019-07-24 09:20:14 +00:00
source [CompletionRequest] Remove unimplemented members. 2019-07-31 03:48:29 +00:00
test [dotest] Remove multiprocessing 2019-07-30 16:42:47 +00:00
third_party/Python/module
tools [Symbol] Use llvm::Expected when getting TypeSystems 2019-07-30 22:12:34 +00:00
unittests [CompletionRequest] Remove unimplemented members. 2019-07-31 03:48:29 +00:00
utils [TableGen] Move helpers into LLDBTableGenUtils. 2019-07-31 00:47:00 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [CMake] Move project() call to main CMake file 2019-07-29 23:09:31 +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
use_lldb_suite_root.py