Skip to content

Commit 04733fa

Browse files
committed
[llvm][Docs] Formatting changes to LLDB release notes
1 parent ac857f9 commit 04733fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ Changes to LLDB
417417

418418
* 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,
419419
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.
421421

422422
* Breakpoints on "inlined call sites" are now supported. Previous to this fix, breakpoints on source lines that only contained inlined call sites would be
423423
moved to the next source line, causing you to miss the inlined executions.
@@ -450,12 +450,12 @@ 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.
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.
457457

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.
459459

460460
Changes to BOLT
461461
---------------------------------

0 commit comments

Comments
 (0)