[llvm] Add Minidump related release notes (PR #122759)
Jacob Lalonde via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 13 10:17:38 PST 2025
https://github.com/Jlalond created https://github.com/llvm/llvm-project/pull/122759
Add some release notes for the Minidump work I did over the last few months.
>From 2f11895694724cb3a3060f2fb03dcf6119a244cf Mon Sep 17 00:00:00 2001
From: Jacob Lalonde <jalalonde at fb.com>
Date: Mon, 13 Jan 2025 10:07:51 -0800
Subject: [PATCH] Write release notes on Minidump changes since 19, and the new
SBSaveCore API
---
llvm/docs/ReleaseNotes.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index a9d9e5fc7ace4a..5d87febdb912c3 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -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.
+
Changes to BOLT
---------------------------------
More information about the llvm-commits
mailing list