[Lldb-commits] [lldb] [lldb] [Process/FreeBSD] Add missing support for powerpc64 (PR #178730)
Minsoo Choo via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 2 07:35:52 PST 2026
mchoo7 wrote:
I guess I was confused by this line: https://github.com/llvm/llvm-project/blob/a34d5653d52a82b8cfe90149ee8739d890a86b2d/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.cpp#L75-L83
which was meant for running 32bit binary on 64-bit host.
I'll create ppc64 and ppc64le implementation from ground.
https://github.com/llvm/llvm-project/pull/178730
More information about the lldb-commits
mailing list