[Lldb-commits] [lldb] [lldb][Docs] Update links in Data Formatter section (PR #66474)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 15 02:00:21 PDT 2023
https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/66474
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.
>From fa5f8a30e309212ed85f5bb4501c4f931d9bd06c Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Fri, 15 Sep 2023 09:58:54 +0100
Subject: [PATCH] [lldb][Docs] Update links in Data Formatter section
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.
---
lldb/docs/resources/overview.rst | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
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
----------
More information about the lldb-commits
mailing list