[Lldb-commits] [PATCH] D102872: Fix lldb-server build failure on mips

2021-10-17 Thread John Paul Adrian Glaubitz via Phabricator via lldb-commits
glaubitz added a comment. This failure affects 32-bit PowerPC as well. Can we get this fixed? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102872/new/ https://reviews.llvm.org/D102872 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [PATCH] D102872: Fix lldb-server build failure on mips

2021-10-17 Thread John Paul Adrian Glaubitz via Phabricator via lldb-commits
glaubitz added a comment. It seems we need this change on all architectures except arm, arm64, ppc64el, s390x and x86_64. Those are the only ones which implement NativeRegisterContextLinux_$ARCH. See: https://github.com/llvm/llvm-project/tree/main/lldb/source/Plugins/Process/Linux CHANGES SI