[lldb] [llvm] [lldb][Process/FreeBSDKernelCore] Load core according to KASLR (PR #183975)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 2 03:29:03 PST 2026
================
@@ -230,6 +230,8 @@ Changes to LLDB
`plugin.process.freebsd-kernel-core.read-only` must be set to `false`. This setting is available when
using `/dev/mem` or a kernel dump. However, since `kvm_write()` does not support writing to kernel dumps,
writes to a kernel dump will still fail when the setting is false.
+* Debugging core with KASLR applied is now supported. Note that this doesn't work for some crash dumps due to
+ kvm's limitation.
----------------
DavidSpickett wrote:
"limitations" plural.
Though in this case it may be a singular limitation, when making a general statement, the plural is preferred.
"doesn't" -> "does not", prefer not using contractions in technical documentation like this.
https://github.com/llvm/llvm-project/pull/183975
More information about the llvm-commits
mailing list