llvm-project/lldb/source/Host
Kate Stone a11959dbf7 [Editline] Redesign automatic indentation fix command for robustness
The FixIndentationCommand implementation has proven to be fragile across various libedit iterations. This patch reworks the command to use the same basic strategy as when moving between lines in a multi-line edit session: when indentation changes are required, exit line editing completely and restart with amended content. This approach won't be susceptible to subtle behavior differences libedit has introduced over time.

llvm-svn: 255548
2015-12-14 21:43:59 +00:00
..
android Fix temporary directory computation on linux (pr25147) 2015-10-16 09:32:05 +00:00
common [Editline] Redesign automatic indentation fix command for robustness 2015-12-14 21:43:59 +00:00
freebsd Make lldb::endian::InlHostByteOrder() private. 2015-11-07 04:40:13 +00:00
linux Add support for abstract domain sockets. 2015-10-22 17:50:33 +00:00
macosx Add code to PlatformDarwin and HostInfoMacOSX so they return the 2015-11-21 04:00:43 +00:00
netbsd Make lldb::endian::InlHostByteOrder() private. 2015-11-07 04:40:13 +00:00
posix Provide ADB port forwarding support for abstract sockets. 2015-11-03 01:37:01 +00:00
windows Fix an issue where LLDB would not launch argdumper correctly if there were spaces in the path to it 2015-11-19 21:17:56 +00:00
CMakeLists.txt Added real editline tests. 2015-10-30 02:54:52 +00:00
Makefile Add a file in Makefile build which is present in CMake build. 2015-10-27 17:39:22 +00:00