================ @@ -211,6 +211,8 @@ Changes to LLDB #### Kernel Debugging +* The plugin that analyzes FreeBSD kernel core dump and live core has been renamed from `FreeBSDKernel` to + `FreeBSD-Kernel-Core`. Remote kernel debugging is still handled by the `gdb-remote` plugin. ---------------- DavidSpickett wrote:
I think if any user cared, they would care about the plugin static name thing not the class. Again, I doubt anyone does since we autodetect what plugin to use anyway. So you can either remove this release note entirely, or quote the `freebsd-kernel-core` name instead. https://github.com/llvm/llvm-project/pull/182878 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
