summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/Editline.cpp
AgeCommit message (Expand)Author
2025-11-07[LLDB][Editline] empty current line before `el_wgets` (#165830)Kiva
2025-09-04[lldb] Add more command option mnemonics (#155705)Jonas Devlieghere
2025-08-29[lldb] Adjust ProtocolServer connection defaults. (#155714)John Harrison
2025-07-01[lldb] Use EL_REFRESH to refresh EditlineJonas Devlieghere
2025-06-30[lldb] Correctly restore the cursor column after resizing the statusline (#14...Jonas Devlieghere
2025-06-26[lldb] Fix source/Host/common/Editline.cpp formatting (NFC)Jonas Devlieghere
2025-04-22[lldb] Fix use-color settings not persistent (#135626)Ebuka Ezike
2025-04-17[lldb] Fix lock inversion between statusline mutex and output mutex (#135956)Jonas Devlieghere
2025-03-26[lldb] Implement a statusline in LLDB (#121860)Jonas Devlieghere
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere
2025-01-21[lldb] Support format string in the prompt (#123430)Jonas Devlieghere
2024-12-16[lldb] Use the terminal height for paging editline completions (#119914)Jonas Devlieghere
2024-11-20[lldb] Fix double newline typo in PrintCompletionJonas Devlieghere
2024-11-19[lldb] Improve editline completion formatting (#116456)Jonas Devlieghere
2024-10-30[lldb] Use LLVM's helper for Unicode conversion (NFC) (#112582)Jonas Devlieghere
2024-10-17[lldb] Disable warning about codecvt_utf8 deprecation (NFC) (#112446)Jonas Devlieghere
2024-05-29[lldb] Remove setupterm workaround on macOS (#93714)Jonas Devlieghere
2024-03-11[lldb] Save the edited line before clearing it in Editline::PrintAsync (#84154)karzan
2024-02-28[LLDB] Fix completion of space-only lines in the REPL on Linux (#83203)Walter Erquinigo
2023-12-14Fix a crash from character type confusion interaction with libedit (#75388)Kevin Frei
2023-09-27Fix a bug in handling ^C at the "y/n/a" completion prompt.Jim Ingham
2023-09-13[lldb] Simplify color logic in (IOHandler)Editline (NFC)Jonas Devlieghere
2023-09-13[lldb] Add a setting to customize the prompt color (#66218)Jonas Devlieghere
2023-09-13[lldb] Support Unicode in the prompt (#66312)Jonas Devlieghere
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-08-19[lldb] Use Optional::value instead of Optional::getValue (NFC)Kazu Hirata
2022-08-15[lldb] Fix warning: comparison of integers of different signsJonas Devlieghere
2022-03-15Re-land "[lldb] Synchronize output through the IOHandler"Jonas Devlieghere
2022-03-15Revert "[lldb] Synchronize output through the IOHandler"Jonas Devlieghere
2022-03-15[lldb] Synchronize output through the IOHandlerJonas Devlieghere
2022-03-07[lldb] Add a setting to change the autosuggestion ANSI escape codesJonas Devlieghere
2021-10-04[lldb] Fix a stray array access in EditlinePavel Labath
2021-09-13[lldb][NFC] Cleanup EditlineHistoryRaphael Isemann
2021-08-31[lldb] Don't save empty expressions in the multiline editor historyRaphael Isemann
2021-08-30[LLDB] Fix 'std::out_of_range' crashing bug when file name completion using f...Hiroki
2021-08-05Revert "D106035: Remove conditional compilation for WCHAR support in libedit"Neal Sidhwaney
2021-08-05D106035: Remove conditional compilation for WCHAR support in libeditNeal Sidhwaney
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-04-30Wrap edit line configuration calls into helper functionsNeal (nealsid)
2021-04-07[lldb][Editline] Fix crash when navigating through empty command history.Jordan Rupprecht
2021-03-02Migrate to llvm::unique_function instead of static member functions for callb...Neal (nealsid)
2020-08-20[lldb] Provide GetHomeDirectory wrapper in Host::FileSystem (NFC)Jonas Devlieghere
2020-08-14[lldb] Display autosuggestion part in gray if there is one possible suggestionShu Anzai
2020-08-14[lldb] Fix a crash when tab-completion an empty line in a function with only ...Raphael Isemann
2020-08-12Revert "[lldb] Display autosuggestion part in gray if there is one possible s...Raphael Isemann
2020-08-12[lldb] Display autosuggestion part in gray if there is one possible suggestionShu Anzai
2020-07-28[lldb] Change the definition of ANSI_UNFAINTShu Anzai
2020-06-20[lldb] Remove unused <iostream> includes (NFC)Jonas Devlieghere