llvm-project/lldb/source
Jan Kratochvil 72748488ad [lldb] Fix editline unicode on Linux
Based on:
  [lldb-dev] proposed change to remove conditional WCHAR support in libedit wrapper
  https://lists.llvm.org/pipermail/lldb-dev/2021-July/016961.html

There is already setlocale in lldb/source/Core/IOHandlerCursesGUI.cpp
but that does not apply for Editline GUI editing.

Unaware how to make automated test for this, it requires pty.

Reviewed By: teemperor

Differential Revision: https://reviews.llvm.org/D105779
2021-07-13 12:37:53 +02:00
..
API [lldb] Remove CommandReturnObject's SetError(StringRef) 2021-06-23 11:25:10 +00:00
Breakpoint [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Commands [lldb] Add the ability to silently import scripted commands 2021-07-09 10:05:39 -07:00
Core [lldb] Fix editline unicode on Linux 2021-07-13 12:37:53 +02:00
DataFormatters [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Expression [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Host [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Initialization [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Interpreter [lldb] Add the ability to silently import scripted commands 2021-07-09 10:05:39 -07:00
Plugins Revert "Revert "Reset the wakeup timeout when we re-enter the continue wait."" 2021-07-12 14:20:49 -07:00
Symbol Revert "Create synthetic symbol names on demand to improve memory consumption and startup times." 2021-07-02 16:21:47 -07:00
Target Revert "Revert "Reset the wakeup timeout when we re-enter the continue wait."" 2021-07-12 14:20:49 -07:00
Utility [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
CMakeLists.txt Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00
lldb.cpp [lldb] Reinstate support for LLDB_VERSION_STRING 2021-02-22 16:56:00 -08:00