[Lldb-commits] [lldb] [lldb][Docs] Update links in Data Formatter section (PR #66474)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 15 02:01:19 PDT 2023
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
<details>
<summary>Changes</summary>
Neither actually linked anywhere, but I did find a good target for the introduction.
For the architecture side I don't see a page that would fit, so I've just removed the sentence.
--
Full diff: https://github.com/llvm/llvm-project/pull/66474.diff
1 Files Affected:
- (modified) lldb/docs/resources/overview.rst (+3-5)
<pre>
diff --git a/lldb/docs/resources/overview.rst b/lldb/docs/resources/overview.rst
index b76af384e08b978..054fcbfea2164c2 100644
--- a/lldb/docs/resources/overview.rst
+++ b/lldb/docs/resources/overview.rst
@@ -80,8 +80,8 @@ wide variety of classes are implemented:
- Source manager
- Value objects
-Dataformatters
---------------
+Data Formatters
+---------------
A collection of classes that implement the data formatters subsystem.
@@ -92,9 +92,7 @@ layers to the implementation: DataVisualization at the highest end of the
spectrum, backed by classes implementing individual formatters, matching rules,
etc.
-For a general user-level introduction to data formatters, you can look here.
-
-More details on the architecture are to be found here.
+For an introduction to data formatters, see :doc:`/use/variable`.
Expression
----------
</pre>
</details>
https://github.com/llvm/llvm-project/pull/66474
More information about the lldb-commits
mailing list