llvm-project/lldb/source
Raphael Isemann 5edee822d2 [lldb] Allow partial completions to fix directory completion.
On the command line we usually insert a space after a completion to indicate that
the completion was successful. After the completion API refactoring, this also
happens with directories which essentially breaks file path completion (as
adding a space terminates the path and starts a new arg). This patch restores the old
behavior by again allowing partial completions. Also extends the iohandler
and SB API tests as the implementation for this is different in Editline
and SB API.

llvm-svn: 370043
2019-08-27 11:32:22 +00:00
..
API [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values 2019-08-22 07:41:23 +00:00
Breakpoint [lldb] D66174 `RegularExpression` cleanup 2019-08-20 09:24:20 +00:00
Commands [lldb] Allow partial completions to fix directory completion. 2019-08-27 11:32:22 +00:00
Core [Core] GetAPInt should return an Optional 2019-08-26 21:09:57 +00:00
DataFormatters [FormatManage] Fix the format info order 2019-08-22 03:12:25 +00:00
Expression DWARFExpression: Simplify class interface 2019-08-27 07:49:41 +00:00
Host [lldb] Allow partial completions to fix directory completion. 2019-08-27 11:32:22 +00:00
Initialization Various build fixes for lldb on MinGW 2019-08-06 18:20:43 +00:00
Interpreter [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy target 2019-08-26 18:12:44 +00:00
Plugins DWARFExpression: Simplify class interface 2019-08-27 07:49:41 +00:00
Symbol Postfix: move more code out of the PDB plugin 2019-08-26 11:44:14 +00:00
Target DWARFExpression: Simplify class interface 2019-08-27 07:49:41 +00:00
Utility ProcessInstanceInfo: Fix dumping of invalid user ids 2019-08-26 13:03:21 +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