Skip to content

Commit df1a84d

Browse files
authored
[llvm][Docs] Add Minidump related LLDB release notes (#122759)
Add some release notes for the Minidump work I did over the last few months.
1 parent 0209739 commit df1a84d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,13 @@ Changes to LLDB
450450
_regexp-display -- Evaluate an expression at every stop (see 'h...
451451
```
452452

453+
* Minidumps generated by LLDB now support:
454+
* 64 bit memory (due to 64b support, Minidumps are now paged to disk while being written).
455+
* Capturing of TLS variables.
456+
* Multiple signals or exceptions, including breakpoints.
457+
458+
* [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.
459+
453460
Changes to BOLT
454461
---------------------------------
455462

0 commit comments

Comments
 (0)