Skip to content

Commit ee24b9e

Browse files
authored
[lldb][docs] Simplify the links page (#193038)
When we created the links page, we didn't have many so it made sense to include a little snippet for some of the videos. Now that this has grown, it makes the page harder to navigate.
1 parent 0fcca41 commit ee24b9e

1 file changed

Lines changed: 9 additions & 51 deletions

File tree

lldb/docs/use/links.rst

Lines changed: 9 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,17 @@ listed on this page is not an endorsement.
77
Blog Posts
88
----------
99

10-
`Dancing in the Debugger — A Waltz with LLDB (2014)`_
11-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12-
13-
A high level overview of LLDB with a focus on debugging Objective-C
14-
code.
10+
* `Dancing in the Debugger — A Waltz with LLDB (2014) <https://www.objc.io/issues/19-debugging/lldb-debugging/>`__
1511

1612
Videos
1713
------
1814

19-
`Run, Break, Inspect: Explore effective debugging in LLDB (2024)`_
20-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21-
22-
Learn how to use LLDB to explore and debug codebases. We'll show you
23-
how to make the most of crashlogs and backtraces, and how to
24-
supercharge breakpoints with actions and complex stop
25-
conditions. We'll also explore how the “p” command and the latest
26-
features can enhance your debugging experience.
27-
28-
`LLDB: Beyond “po” (2019)`_
29-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
30-
31-
LLDB is a powerful tool for exploring and debugging your app at runtime.
32-
Discover the various ways to display values in your app, how to format
33-
custom data types, and how to extend LLDB using your own Python 3
34-
scripts.
35-
36-
`Advanced Debugging with Xcode and LLDB (2018)`_
37-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15+
WWDC
16+
~~~~
3817

39-
Discover advanced techniques, and tips and tricks for enhancing your
40-
Xcode debugging workflows. Learn how to take advantage of LLDB and
41-
custom breakpoints for more powerful debugging. Get the most out of
42-
Xcode’s view debugging tools to solve UI issues in your app more
43-
efficiently.
18+
* `Run, Break, Inspect: Explore effective debugging in LLDB (2024) <https://developer.apple.com/videos/play/wwdc2024/10198>`__
19+
* `LLDB: Beyond “po” (2019) <https://developer.apple.com/videos/play/wwdc2019/429/>`__
20+
* `Advanced Debugging with Xcode and LLDB (2018) <https://developer.apple.com/videos/play/wwdc2018/412/>`__
4421

4522
LLVM Developers' Meeting Talks
4623
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -73,29 +50,10 @@ LLVM Developers' Meeting Talks
7350
Books
7451
-----
7552

76-
`Advanced Apple Debugging & Reverse Engineering (2018)`_
77-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
78-
79-
A book about using LLDB on Apple platforms.
53+
* `Advanced Apple Debugging & Reverse Engineering (2018) <https://www.raywenderlich.com/books/advanced-apple-debugging-reverse-engineering/>`__
8054

8155
Extensions
8256
----------
8357

84-
`facebook/chisel`_
85-
~~~~~~~~~~~~~~~~~~
86-
87-
Chisel is a collection of LLDB commands to assist in the debugging of
88-
iOS apps.
89-
90-
`DerekSelander/LLDB`_
91-
~~~~~~~~~~~~~~~~~~~~~
92-
93-
A collection of LLDB aliases/regexes and Python scripts.
94-
95-
.. _Dancing in the Debugger — A Waltz with LLDB (2014): https://www.objc.io/issues/19-debugging/lldb-debugging/
96-
.. _`Run, Break, Inspect: Explore effective debugging in LLDB (2024)`: https://developer.apple.com/videos/play/wwdc2024/10198
97-
.. _`LLDB: Beyond “po” (2019)`: https://developer.apple.com/videos/play/wwdc2019/429/
98-
.. _Advanced Debugging with Xcode and LLDB (2018): https://developer.apple.com/videos/play/wwdc2018/412/
99-
.. _Advanced Apple Debugging & Reverse Engineering (2018): https://www.raywenderlich.com/books/advanced-apple-debugging-reverse-engineering/
100-
.. _facebook/chisel: https://github.com/facebook/chisel
101-
.. _DerekSelander/LLDB: https://github.com/DerekSelander/LLDB
58+
* `facebook/chisel <https://github.com/facebook/chisel>`__
59+
* `DerekSelander/LLDB <https://github.com/DerekSelander/LLDB>`__

0 commit comments

Comments
 (0)