[Lldb-commits] [lldb] [llvm] [lldb][Process/FreeBSDKernel] Add ppc64le support (PR #180669)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 10 07:57:48 PST 2026
DavidSpickett wrote:
> This is portion of code is under BSD-2 license.
Ok cool, wasn't sure if that was upstream or not. But anyway, the description now includes everything a reviewer needs to know, thanks.
> This enables selecting ppc64le from core dump information and reading registers from PCB structure
I have been assuming so far that kernel debugging can be done with a core dump or a live kernel. Is that right? I think "from PCB structure" is the live part.
https://github.com/llvm/llvm-project/pull/180669
More information about the lldb-commits
mailing list