DavidSpickett wrote: I'm ok with the code, and the settings part we already had reviewed. I just want to know about: > Implement ProcessFreeBSDKernelCore::DoWriteMemory() to write data on kernel > dump or /dev/mem.
Can you define what "kernel dump" is here? Because I'm thinking of it like an elf core, and writing to "memory" in an elf core I suppose could be done but is generally not allowed. Can you explain that a bit more? I agree with this setting's utility for /dev/mem, which I understand to be a window into the live kernel. https://github.com/llvm/llvm-project/pull/183553 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
