[llvm] 04733fa - [llvm][Docs] Formatting changes to LLDB release notes
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 02:01:26 PST 2025
Author: David Spickett
Date: 2025-01-14T10:01:07Z
New Revision: 04733fac1009fdf7cd89fb24997b1f8866a518fc
URL: https://github.com/llvm/llvm-project/commit/04733fac1009fdf7cd89fb24997b1f8866a518fc
DIFF: https://github.com/llvm/llvm-project/commit/04733fac1009fdf7cd89fb24997b1f8866a518fc.diff
LOG: [llvm][Docs] Formatting changes to LLDB release notes
Added:
Modified:
llvm/docs/ReleaseNotes.md
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index be987257001787..f2a706cd3324db 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -417,7 +417,7 @@ Changes to LLDB
* 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,
with all the basic completers automatically supported and auto-generated help.
- The command template file in the lldb/examples/python/cmdtemplate.py has been updated to show how to use this.
+ The command template file in `lldb/examples/python/cmdtemplate.py` has been updated to show how to use this.
* Breakpoints on "inlined call sites" are now supported. Previous to this fix, breakpoints on source lines that only contained inlined call sites would be
moved to the next source line, causing you to miss the inlined executions.
@@ -450,12 +450,12 @@ Changes to LLDB
_regexp-display -- Evaluate an expression at every stop (see 'h...
```
- * Minidumps generated by LLDB now support:
- * 64 bit memory (due to 64b support, Minidumps are now paged to disk while being written).
- * Capturing of TLS variables.
- * Multiple signals or exceptions, including breakpoints.
+* Minidumps generated by LLDB now support:
+ * 64 bit memory (due to 64b support, Minidumps are now paged to disk while being written).
+ * Capturing of TLS variables.
+ * Multiple signals or exceptions, including breakpoints.
- * [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.
+* [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.
Changes to BOLT
---------------------------------
More information about the llvm-commits
mailing list