[llvm] df1a84d - [llvm][Docs] Add Minidump related LLDB release notes (#122759)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 01:35:44 PST 2025
Author: Jacob Lalonde
Date: 2025-01-14T09:35:41Z
New Revision: df1a84d2ed6565ea2a5ff8111eb984499ba9e571
URL: https://github.com/llvm/llvm-project/commit/df1a84d2ed6565ea2a5ff8111eb984499ba9e571
DIFF: https://github.com/llvm/llvm-project/commit/df1a84d2ed6565ea2a5ff8111eb984499ba9e571.diff
LOG: [llvm][Docs] Add Minidump related LLDB release notes (#122759)
Add some release notes for the Minidump work I did over the last few
months.
Added:
Modified:
llvm/docs/ReleaseNotes.md
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index c24dc1976b4d08..be987257001787 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -450,6 +450,13 @@ Changes to LLDB
_regexp-display -- Evaluate an expression at every stop (see 'h...
```
+ * Minidumps generated by LLDB now support:
+ * 64 bit memory (due to 64b support, Minidumps are now paged to disk while being written).
+ * Capturing of TLS variables.
+ * Multiple signals or exceptions, including breakpoints.
+
+ * [New Core File API](https://lldb.llvm.org/python_api/lldb.SBSaveCoreOptions.html). This gives greater control on the data captured into the core file, relative to the existing `process save-core` styles.
+
Changes to BOLT
---------------------------------
More information about the llvm-commits
mailing list