JDevlieghere wrote: > Kernel debuggers, by its nature, aren't frequently used to debug kernel dumps > from other operating systems. For example, `MacOSX-Kernel` is only compiled > on macOS and there hasn't been any request to make it cross-platform.
I disagree with that statement, unless you drop the kernel part. We certainly support debugging XNU core dumps on non Darwin platforms. MacOSX-Kernel is for live debugging over KDP, not core file debugging which is handled by mach-core. That said, that doesn't need to changes the direction of this PR. https://github.com/llvm/llvm-project/pull/181283 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
