[Lldb-commits] [lldb] [lldb][Process/FreeBSDKernel] Fix broken debugging on aarch64 (PR #180222)

Minsoo Choo via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 6 09:47:00 PST 2026


mchoo7 wrote:

> This is fine, though I note that it might be nice to avoid breaking pre-14.0 kernel debugging? If for nothing else but to establish the infrastructure to grab a __FreeBSD_version from the target (if it doesn't exist) and use that for runtime compat. I realize that it's a tough sell with 13.5 going out of support in just a few short months, though.

Although dropping stable/13 support was approved #179587, @emaste approved because it was text-only approval (not actually breaking stable/13). This change definitely breaks stable/13 so I need approval from him again.

https://github.com/llvm/llvm-project/pull/180222


More information about the lldb-commits mailing list