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

John Paul Adrian Glaubitz via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Oct 17 00:54:58 PDT 2021


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 SINCE LAST ACTION
  https://reviews.llvm.org/D102872/new/

https://reviews.llvm.org/D102872



More information about the lldb-commits mailing list