[Lldb-commits] [lldb] [llvm] [lldb][Process/FreeBSDKernelCore] Implement DoWriteMemory() (PR #183553)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 27 05:31:27 PST 2026


================
@@ -221,11 +216,12 @@ Changes to LLDB
 * Support for libfbsdvmcore has been removed. As a result, FreeBSD kernel dump debugging is now only
   available on FreeBSD hosts. Live kernel debugging through the GDB remote protocol is still available
   from any platform.
-* Support for ARM has been added.
 * The crashed thread is now automatically selected on start.
 * Threads are listed in incrmental order by pid then by tid.
 * Unread kernel messages saved in msgbufp are now printed when lldb starts. This information is printed only
   when lldb is in the interactive mode (i.e. not in batch mode).
+* Writing to core is now supported. For safety reasons, this feature is off by default. To enable it,
----------------
DavidSpickett wrote:

Which is a long winded way of saying "this is somebody else's problem" but more diplomatic :)

https://github.com/llvm/llvm-project/pull/183553


More information about the lldb-commits mailing list