[all-commits] [llvm/llvm-project] ed1a83: [lldb/gdb-remote] Remove ancient debugserver worka...

Pavel Labath via All-commits all-commits at lists.llvm.org
Thu Mar 10 11:27:09 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed1a83befe6569e8bc67846a98dcf3eaa6dd978a
      https://github.com/llvm/llvm-project/commit/ed1a83befe6569e8bc67846a98dcf3eaa6dd978a
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2022-03-10 (Thu, 10 Mar 2022)

  Changed paths:
    M lldb/source/Plugins/Process/gdb-remote/CMakeLists.txt
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h

  Log Message:
  -----------
  [lldb/gdb-remote] Remove ancient debugserver workaround

This workaround is the source of an awkwared Process->Platform
dependency. While this could be solved in various ways (the only thing
we really use is the plugin name), it may be better to just remove it --
the workaround was added 10 years ago (43c555dfc), and the affected
debugservers were "old" even then, so hopefully they are not in use
anymore.

Differential Revision: https://reviews.llvm.org/D121305




More information about the All-commits mailing list