brintos

brintos / llvm-project-archived public Read only

0
0
Text · 2.5 KiB · c9e29ed Raw
74 lines · plain
1Links2=====3 4This page contains links to external resources on how to use LLDB. Being5listed on this page is not an endorsement.6 7Blog Posts8----------9 10`Dancing in the Debugger — A Waltz with LLDB (2014)`_11~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~12 13A high level overview of LLDB with a focus on debugging Objective-C14code.15 16Videos17------18 19`Run, Break, Inspect: Explore effective debugging in LLDB (2024)`_20~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~21 22Learn how to use LLDB to explore and debug codebases. We'll show you23how to make the most of crashlogs and backtraces, and how to24supercharge breakpoints with actions and complex stop25conditions. We'll also explore how the “p” command and the latest26features can enhance your debugging experience.27 28`LLDB: Beyond “po” (2019)`_29~~~~~~~~~~~~~~~~~~~~~~~~~~~30 31LLDB is a powerful tool for exploring and debugging your app at runtime.32Discover the various ways to display values in your app, how to format33custom data types, and how to extend LLDB using your own Python 334scripts.35 36`Advanced Debugging with Xcode and LLDB (2018)`_37~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~38 39Discover advanced techniques, and tips and tricks for enhancing your40Xcode debugging workflows. Learn how to take advantage of LLDB and41custom breakpoints for more powerful debugging. Get the most out of42Xcode’s view debugging tools to solve UI issues in your app more43efficiently.44 45Books46-----47 48`Advanced Apple Debugging & Reverse Engineering (2018)`_49~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~50 51A book about using LLDB on Apple platforms.52 53Extensions54----------55 56`facebook/chisel`_57~~~~~~~~~~~~~~~~~~58 59Chisel is a collection of LLDB commands to assist in the debugging of60iOS apps.61 62`DerekSelander/LLDB`_63~~~~~~~~~~~~~~~~~~~~~64 65A collection of LLDB aliases/regexes and Python scripts.66 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/1019869.. _`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/chisel73.. _DerekSelander/LLDB: https://github.com/DerekSelander/LLDB74