llvm-project/lldb/source/Host
Jonas Devlieghere 4f2cccc5ce [lldb/Editline] Fix mistake in HistoryOperation mapping
In 0e9b0b6d11 I introduced the
HistoryOperation enum to navigate the history. While this fixed the
behavior of HistoryOperation::Older and HistoryOperation::Newer, it
confused the mapping for HistoryOperation::Oldest and
HistoryOperation::Newest.

I tried to write a PExpect test to make sure this doesn't regress, but
I'm unable to prime the history in such a way that it recalls a known
element. I suspect this is an LLDB bug, but the  most recent entry
doesn't get update with entries from the current session. I considered
spoofing the home directory but that needs to happen before libLLDB is
loaded and you'll need to account for the widechar support. If anyone
has another suggestion I'd love to hear it.
2020-02-14 14:07:29 -08:00
..
android [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
common [lldb/Editline] Fix mistake in HistoryOperation mapping 2020-02-14 14:07:29 -08:00
freebsd [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
linux [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
macosx Revert "[Host.mm] Check for the right macro instead of inlining it" 2020-02-10 14:34:48 -08:00
netbsd [lldb] Improve debugging 32-bit programs on NetBSD/amd64 2020-02-07 17:48:33 +01:00
openbsd [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
posix Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
windows [lldb/Host] Fix implicit StringRef to std::string conversion 2020-01-29 10:36:04 -08:00
CMakeLists.txt [LLDB] Add missing declarations for linking to psapi 2020-02-03 12:59:11 +02:00