You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/docs/ReleaseNotes.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -450,6 +450,13 @@ Changes to LLDB
450
450
_regexp-display -- Evaluate an expression at every stop (see 'h...
451
451
```
452
452
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.
0 commit comments