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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -417,7 +417,7 @@ Changes to LLDB
417
417
418
418
* It is now possible to implement lldb commands in Python that use lldb's native command-line parser. In particular, that allows per-option/argument completion,
419
419
with all the basic completers automatically supported and auto-generated help.
420
-
The command template file in the lldb/examples/python/cmdtemplate.py has been updated to show how to use this.
420
+
The command template file in `lldb/examples/python/cmdtemplate.py` has been updated to show how to use this.
421
421
422
422
* Breakpoints on "inlined call sites" are now supported. Previous to this fix, breakpoints on source lines that only contained inlined call sites would be
423
423
moved to the next source line, causing you to miss the inlined executions.
@@ -450,12 +450,12 @@ 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.
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
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.
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