llvm-project/lldb/source/Host
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
..
android Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
common [lldb] Allow partial completions to fix directory completion. 2019-08-27 11:32:22 +00:00
freebsd Move ProcessInfo from Host to Utility. 2019-03-04 21:51:03 +00:00
linux [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
macosx [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
netbsd Move ProcessInfo from Host to Utility. 2019-03-04 21:51:03 +00:00
openbsd Move ProcessInfo from Host to Utility. 2019-03-04 21:51:03 +00:00
posix [ConnectionFileDescriptor] Add shutdown check in ::Write. 2019-08-27 01:34:16 +00:00
windows Enable lldb-server on Windows 2019-08-13 23:50:54 +00:00
CMakeLists.txt [CMake] Move link dependencies where they are used. 2019-03-29 17:47:26 +00:00