================ @@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
