aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/Editline.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-01[lldb] Use EL_REFRESH to refresh EditlineJonas Devlieghere1-1/+1
2025-06-30[lldb] Correctly restore the cursor column after resizing the statusline (#14...Jonas Devlieghere1-0/+7
2025-06-26[lldb] Fix source/Host/common/Editline.cpp formatting (NFC)Jonas Devlieghere1-15/+15
2025-04-22[lldb] Fix use-color settings not persistent (#135626)Ebuka Ezike1-0/+2
2025-04-17[lldb] Fix lock inversion between statusline mutex and output mutex (#135956)Jonas Devlieghere1-47/+46
2025-03-26[lldb] Implement a statusline in LLDB (#121860)Jonas Devlieghere1-0/+3
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere1-46/+84
2025-01-21[lldb] Support format string in the prompt (#123430)Jonas Devlieghere1-4/+6
2024-12-16[lldb] Use the terminal height for paging editline completions (#119914)Jonas Devlieghere1-16/+33
2024-11-20[lldb] Fix double newline typo in PrintCompletionJonas Devlieghere1-1/+1
2024-11-19[lldb] Improve editline completion formatting (#116456)Jonas Devlieghere1-7/+82
2024-10-30[lldb] Use LLVM's helper for Unicode conversion (NFC) (#112582)Jonas Devlieghere1-22/+26
2024-10-17[lldb] Disable warning about codecvt_utf8 deprecation (NFC) (#112446)Jonas Devlieghere1-0/+2
2024-05-29[lldb] Remove setupterm workaround on macOS (#93714)Jonas Devlieghere1-43/+0
2024-03-11[lldb] Save the edited line before clearing it in Editline::PrintAsync (#84154)karzan1-0/+1
2024-02-28[LLDB] Fix completion of space-only lines in the REPL on Linux (#83203)Walter Erquinigo1-1/+4
2023-12-14Fix a crash from character type confusion interaction with libedit (#75388)Kevin Frei1-2/+8
2023-09-27Fix a bug in handling ^C at the "y/n/a" completion prompt.Jim Ingham1-10/+18
2023-09-13[lldb] Simplify color logic in (IOHandler)Editline (NFC)Jonas Devlieghere1-11/+7
2023-09-13[lldb] Add a setting to customize the prompt color (#66218)Jonas Devlieghere1-18/+14
2023-09-13[lldb] Support Unicode in the prompt (#66312)Jonas Devlieghere1-9/+16
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-2/+2
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-08-19[lldb] Use Optional::value instead of Optional::getValue (NFC)Kazu Hirata1-1/+1
2022-08-15[lldb] Fix warning: comparison of integers of different signsJonas Devlieghere1-1/+1
2022-03-15Re-land "[lldb] Synchronize output through the IOHandler"Jonas Devlieghere1-10/+14
2022-03-15Revert "[lldb] Synchronize output through the IOHandler"Jonas Devlieghere1-4/+2
2022-03-15[lldb] Synchronize output through the IOHandlerJonas Devlieghere1-2/+4
2022-03-07[lldb] Add a setting to change the autosuggestion ANSI escape codesJonas Devlieghere1-1/+6
2021-10-04[lldb] Fix a stray array access in EditlinePavel Labath1-1/+1
2021-09-13[lldb][NFC] Cleanup EditlineHistoryRaphael Isemann1-6/+10
2021-08-31[lldb] Don't save empty expressions in the multiline editor historyRaphael Isemann1-2/+4
2021-08-30[LLDB] Fix 'std::out_of_range' crashing bug when file name completion using f...Hiroki1-1/+1
2021-08-05Revert "D106035: Remove conditional compilation for WCHAR support in libedit"Neal Sidhwaney1-92/+179
2021-08-05D106035: Remove conditional compilation for WCHAR support in libeditNeal Sidhwaney1-179/+92
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2021-04-30Wrap edit line configuration calls into helper functionsNeal (nealsid)1-82/+110
2021-04-07[lldb][Editline] Fix crash when navigating through empty command history.Jordan Rupprecht1-0/+5
2021-03-02Migrate to llvm::unique_function instead of static member functions for callb...Neal (nealsid)1-42/+20
2020-08-20[lldb] Provide GetHomeDirectory wrapper in Host::FileSystem (NFC)Jonas Devlieghere1-1/+1
2020-08-14[lldb] Display autosuggestion part in gray if there is one possible suggestionShu Anzai1-1/+87
2020-08-14[lldb] Fix a crash when tab-completion an empty line in a function with only ...Raphael Isemann1-1/+2
2020-08-12Revert "[lldb] Display autosuggestion part in gray if there is one possible s...Raphael Isemann1-87/+1
2020-08-12[lldb] Display autosuggestion part in gray if there is one possible suggestionShu Anzai1-1/+87
2020-07-28[lldb] Change the definition of ANSI_UNFAINTShu Anzai1-1/+4
2020-06-20[lldb] Remove unused <iostream> includes (NFC)Jonas Devlieghere1-1/+0
2020-05-12[lldb/Driver] Support terminal resizingFred Riss1-22/+29
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki1-1/+1
2020-03-05[lldb/Core] Minor code cleanup in Editline.cpp (NFC)Shu Anzai1-8/+5