[all-commits] [llvm/llvm-project] 5af3a6: Remove Windows editline from LLDB

Neal via All-commits all-commits at lists.llvm.org
Wed May 12 02:06:11 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5af3a6645f38e5638b4ba03613ee18140f36962d
      https://github.com/llvm/llvm-project/commit/5af3a6645f38e5638b4ba03613ee18140f36962d
  Author: Neal (nealsid) <nealsid at icloud.com>
  Date:   2021-05-12 (Wed, 12 May 2021)

  Changed paths:
    M lldb/include/lldb/Host/Editline.h
    R lldb/include/lldb/Host/windows/editlinewin.h
    M lldb/source/Host/CMakeLists.txt
    R lldb/source/Host/windows/EditLineWin.cpp

  Log Message:
  -----------
  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




More information about the All-commits mailing list