Remove Windows editline from LLDB
I don't mean to undo others' work but it looks like the hand-rolled EditLine for LLDB on Windows isn't used. It'd be easier to make changes to bring the other platforms' Editline wrapper up to date (e.g. simplifying char vs wchar_t) without modifying/testing this one too. Reviewed By: amccarth Differential Revision: https://reviews.llvm.org/D102208
Showing
- lldb/include/lldb/Host/Editline.h 1 addition, 3 deletionslldb/include/lldb/Host/Editline.h
- lldb/include/lldb/Host/windows/editlinewin.h 0 additions, 115 deletionslldb/include/lldb/Host/windows/editlinewin.h
- lldb/source/Host/CMakeLists.txt 0 additions, 1 deletionlldb/source/Host/CMakeLists.txt
- lldb/source/Host/windows/EditLineWin.cpp 0 additions, 349 deletionslldb/source/Host/windows/EditLineWin.cpp
Loading
Please register or sign in to comment