llvm-project/lldb/source
Raphael Isemann ef06dd4328 [lldb] Remove redundant argument lists in CompletionRequest
We currently have two lists in the CompletionRequest that we
inherited from the old API: The complete list of arguments ignoring
where the user requested completion and the list of arguments that
stops at the cursor. Having two lists of arguments is confusing
and can lead to subtle errors, so let's remove the complete list
until we actually need it.

llvm-svn: 372692
2019-09-24 07:22:44 +00:00
..
API [lldb][NFC] Make ArgEntry::quote private and provide a getter 2019-09-13 08:26:00 +00:00
Breakpoint [lldb][NFC] Remove ArgEntry::ref member 2019-09-13 11:26:48 +00:00
Commands [lldb] Add completion support for log enable/disable/list 2019-09-24 07:18:09 +00:00
Core File::SetDescriptor() should require options 2019-09-23 20:36:46 +00:00
DataFormatters Code cleanup: Change FormattersContainer::KeyType from SP to rvalue 2019-09-04 09:47:18 +00:00
Expression [DWARF] Evaluate DW_OP_entry_value 2019-09-11 21:23:45 +00:00
Host [LLDB] [Windows] Map COFF ARM machine ids to the right triple architectures 2019-09-23 20:43:22 +00:00
Initialization Various build fixes for lldb on MinGW 2019-08-06 18:20:43 +00:00
Interpreter [lldb] Remove redundant argument lists in CompletionRequest 2019-09-24 07:22:44 +00:00
Plugins Ignore generated @import statements in the expression evaluator 2019-09-24 06:58:39 +00:00
Symbol [lldb] Fix LLDB build after r372538 2019-09-23 06:59:35 +00:00
Target File::SetDescriptor() should require options 2019-09-23 20:36:46 +00:00
Utility [lldb] Remove redundant argument lists in CompletionRequest 2019-09-24 07:22:44 +00:00
CMakeLists.txt [CMake] Remove Apple-specific version logic. 2019-04-17 18:23:22 +00:00
lldb.cpp [CMake] Remove Apple-specific version logic. 2019-04-17 18:23:22 +00:00