Re: [lldb-dev] Removing linux mips support

2021-03-30 Thread Pavel Labath via lldb-dev
On 16/03/2021 00:37, Ed Maste via lldb-dev wrote: On Mon, 15 Mar 2021 at 16:00, Ed Maste wrote: A brief note on the FreeBSD mips support - the FreeBSD Foundation is sponsoring Michał to do this work, but our primary non-x86 focus is amd64. Oops, that doesn't make a lot of sense. I meant arm6

Re: [lldb-dev] Removing linux mips support

2021-03-15 Thread Ed Maste via lldb-dev
On Mon, 15 Mar 2021 at 16:00, Ed Maste wrote: > > A brief note on the FreeBSD mips support - the FreeBSD Foundation is > sponsoring Michał to do this work, but our primary non-x86 focus is > amd64. Oops, that doesn't make a lot of sense. I meant arm64 (AArch64) here. Thanks to a couple of folks w

Re: [lldb-dev] Removing linux mips support

2021-03-15 Thread Ed Maste via lldb-dev
On Tue, 9 Mar 2021 at 03:24, Pavel Labath via lldb-dev wrote: > > So, unless someone willing to address these issues (I'm happy to provide > support where I can), I propose we drop mips support. Generic mips > support will remain (and hopefully be better tested) thanks to the > FreeBSD mips port,

Re: [lldb-dev] Removing linux mips support

2021-03-15 Thread Adrian Prantl via lldb-dev
Sounds very reasonable to me. thanks for bringing this up! -- adrian > On Mar 9, 2021, at 12:24 AM, Pavel Labath via lldb-dev > wrote: > > Hi all, > > I propose to remove support for linux mips debugging. This basically amounts > to deleting > source/Plugins/Process/Linux/NativeRegisterCont

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

[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