Skip to content

Commit ce03a86

Browse files
committed
[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).
1 parent 1c3b74f commit ce03a86

19 files changed

+0
-2347
lines changed

lldb/source/Plugins/Process/Linux/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ add_lldb_library(lldbPluginProcessLinux
33
NativeRegisterContextLinux.cpp
44
NativeRegisterContextLinux_arm.cpp
55
NativeRegisterContextLinux_arm64.cpp
6-
NativeRegisterContextLinux_mips64.cpp
76
NativeRegisterContextLinux_ppc64le.cpp
87
NativeRegisterContextLinux_s390x.cpp
98
NativeRegisterContextLinux_x86_64.cpp

0 commit comments

Comments
 (0)