[llvm] Add Minidump related release notes (PR #122759)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 10:26:24 PST 2025


================
@@ -443,6 +443,10 @@ Changes to LLDB
           _regexp-display   -- Evaluate an expression at every stop (see 'h...
   ```
 
+  * Minidumps generated by LLDB now support 64 bit memory, the capture of TLS variables, and capturing multiple signals or exceptions. Additionally to support 64 bit memory, Minidumps are now paged to disk while being written.
----------------
DavidSpickett wrote:

Nested bullets would be a bit clearer.

* Minidumps generated by LLDB now support:
  * 64 bit memory (due to this, Minidumps are now paged to disk while being written).
  * ....etc.

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


More information about the llvm-commits mailing list