[all-commits] [llvm/llvm-project] ce03a8: [lldb] Remove linux/mips debugging support

Pavel Labath via All-commits all-commits at lists.llvm.org
Tue Mar 30 06:29:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ce03a862372a6f36d2fcf80dc80052aa155fcae8
      https://github.com/llvm/llvm-project/commit/ce03a862372a6f36d2fcf80dc80052aa155fcae8
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M lldb/source/Plugins/Process/Linux/CMakeLists.txt
    R lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
    R lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h
    M lldb/source/Plugins/Process/Utility/CMakeLists.txt
    R lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.cpp
    R lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h
    R lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.cpp
    R lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfos_mips64.h
    R lldb/source/Plugins/Process/Utility/lldb-mips-linux-register-enums.h
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
    M lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
    R lldb/test/API/functionalities/postmortem/elf-core/linux-mips64el-gnuabi64.core
    R lldb/test/API/functionalities/postmortem/elf-core/linux-mips64el-gnuabi64.out
    R lldb/test/API/functionalities/postmortem/elf-core/linux-mips64el-gnuabin32.core
    R lldb/test/API/functionalities/postmortem/elf-core/linux-mips64el-gnuabin32.out
    R lldb/test/API/functionalities/postmortem/elf-core/linux-mipsel-gnuabio32.core
    R lldb/test/API/functionalities/postmortem/elf-core/linux-mipsel-gnuabio32.out

  Log Message:
  -----------
  [lldb] Remove linux/mips debugging support

As discussed on lldb-dev
<https://lists.llvm.org/pipermail/lldb-dev/2021-March/016777.html> the
mips code is unmaintained and untested. It also carries a lot of
technical debt which is not limited to mips-specific code.

Generic mips support remains (and is going to be used by the upcoming
freebsd code). Resurrecting mips support should be a matter of re-adding
the relevant register context files (while avoiding reintroducing the
debt).




More information about the All-commits mailing list