[Lldb-commits] [lldb] [llvm] [lldb][Process/FreeBSDKernel] Add ppc64le support (PR #180669)
Minsoo Choo via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 10 07:40:53 PST 2026
================
@@ -74,7 +74,7 @@ are welcome:
* iOS, tvOS, and watchOS device debugging on ARM and AArch64
* Linux user-space debugging for i386, x86_64, ARM, AArch64, PPC64le, s390x
* FreeBSD user-space debugging for i386, x86_64, ARM, AArch64, PPC
-* FreeBSD kernel debugging for i386, x86_64, AArch64
+* FreeBSD kernel debugging for i386, x86_64, AArch64, PPC64le
----------------
mchoo7 wrote:
This is implements what other FreeBSDKernel architectures do. No more or no less. Trapframe support is missing in other architectures as well, but I'm planning to work on that later.
https://github.com/llvm/llvm-project/pull/180669
More information about the lldb-commits
mailing list