[lldb-dev] Removing linux mips support

2021-03-09 Thread Pavel Labath via lldb-dev
Hi all, I propose to remove support for linux mips debugging. This basically amounts to deleting source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.{cpp,h}. My reasons for doing that are: - This code is unmaintained (last non-mechanical change was in 2017) and untested (no publi

Re: [lldb-dev] Removing linux mips support

2021-03-09 Thread Jonas Devlieghere via lldb-dev
+1 This all sounds in line with the expectations we've laid out on the mailing list in the past for platform/language support. On Tue, Mar 9, 2021 at 12:24 AM Pavel Labath via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Hi all, > > I propose to remove support for linux mips debugging. This basi