[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.
+
+ * [New Core File API](https://lldb.llvm.org/python_api/lldb.SBSaveCoreOptions.html) with greater control of data LLDB will capture into Core files.
----------------
DavidSpickett wrote:
I would phrase it like:
```
A [new core file API] was added. This gives greater control...
```
And maybe add on the end `, relative to ...` with whatever the other way is. I guess the `process save-core` command.
https://github.com/llvm/llvm-project/pull/122759
More information about the llvm-commits
mailing list