Skip to content

[lldb][Docs] Update links in Data Formatter section #66474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions lldb/docs/resources/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
----------
Expand Down