Add the initializes attribute inference (#117104)
[llvm-project.git] / lldb / docs / use / links.rst
blobc9e29ed78a2199eebe0274857d13b80bd5a056d3
1 Links
2 =====
4 This page contains links to external resources on how to use LLDB. Being
5 listed on this page is not an endorsement.
7 Blog Posts
8 ----------
10 `Dancing in the Debugger — A Waltz with LLDB (2014)`_
11 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13 A high level overview of LLDB with a focus on debugging Objective-C
14 code.
16 Videos
17 ------
19 `Run, Break, Inspect: Explore effective debugging in LLDB (2024)`_
20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.
28 `LLDB: Beyond “po” (2019)`_
29 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.
36 `Advanced Debugging with Xcode and LLDB (2018)`_
37 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.
45 Books
46 -----
48 `Advanced Apple Debugging & Reverse Engineering (2018)`_
49 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
51 A book about using LLDB on Apple platforms.
53 Extensions
54 ----------
56 `facebook/chisel`_
57 ~~~~~~~~~~~~~~~~~~
59 Chisel is a collection of LLDB commands to assist in the debugging of
60 iOS apps.
62 `DerekSelander/LLDB`_
63 ~~~~~~~~~~~~~~~~~~~~~
65 A collection of LLDB aliases/regexes and Python scripts.
67 .. _Dancing in the Debugger — A Waltz with LLDB (2014): https://www.objc.io/issues/19-debugging/lldb-debugging/
68 .. _`Run, Break, Inspect: Explore effective debugging in LLDB (2024)`: https://developer.apple.com/videos/play/wwdc2024/10198
69 .. _`LLDB: Beyond “po” (2019)`: https://developer.apple.com/videos/play/wwdc2019/429/
70 .. _Advanced Debugging with Xcode and LLDB (2018): https://developer.apple.com/videos/play/wwdc2018/412/
71 .. _Advanced Apple Debugging & Reverse Engineering (2018): https://www.raywenderlich.com/books/advanced-apple-debugging-reverse-engineering/
72 .. _facebook/chisel: https://github.com/facebook/chisel
73 .. _DerekSelander/LLDB: https://github.com/DerekSelander/LLDB