Skip to content

Conversation

@adrian-prantl
Copy link
Collaborator

@adrian-prantl adrian-prantl commented Nov 19, 2024

Fixes #66476

@llvmbot
Copy link
Member

llvmbot commented Nov 19, 2024

@llvm/pr-subscribers-lldb

Author: Adrian Prantl (adrian-prantl)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/116838.diff

1 Files Affected:

  • (modified) lldb/docs/use/links.rst (+10-19)
diff --git a/lldb/docs/use/links.rst b/lldb/docs/use/links.rst
index 595a78c8db804b..88eefb4cadd894 100644
--- a/lldb/docs/use/links.rst
+++ b/lldb/docs/use/links.rst
@@ -16,6 +16,15 @@ code.
 Videos
 ------
 
+`Run, Break, Inspect: Explore effective debugging in LLDB`_
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Learn how to use LLDB to explore and debug codebases. We'll show you
+how to make the most of crashlogs and backtraces, and how to
+supercharge breakpoints with actions and complex stop
+conditions. We'll also explore how the “p” command and the latest
+features can enhance your debugging experience.
+
 `LLDB: Beyond “po” (2019)`_
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -33,23 +42,6 @@ custom breakpoints for more powerful debugging. Get the most out of
 Xcode’s view debugging tools to solve UI issues in your app more
 efficiently.
 
-`Debugging with LLDB (2012)`_
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-LLDB is the next-generation debugger for macOS and iOS. Get an
-introduction to using LLDB via the console interface and within Xcode’s
-graphical debugger. The team that created LLDB will demonstrate the
-latest features and improvements, helping you track down bugs more
-efficiently than ever before.
-
-`Migrating from GDB to LLDB (2011)`_
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-LLDB is the next-generation debugger for macOS and iOS. Discover why
-you’ll want to start using LLDB in your own development, get expert tips
-from the team that created LLDB, and see how it will help you track down
-bugs more efficiently than ever before.
-
 Books
 -----
 
@@ -73,10 +65,9 @@ iOS apps.
 A collection of LLDB aliases/regexes and Python scripts.
 
 .. _Dancing in the Debugger — A Waltz with LLDB (2014): https://www.objc.io/issues/19-debugging/lldb-debugging/
+.. _Run, Break, Inspect: Explore effective debugging in LLDB: https://developer.apple.com/videos/play/wwdc2024/10198
 .. _`LLDB: Beyond “po” (2019)`: https://developer.apple.com/videos/play/wwdc2019/429/
 .. _Advanced Debugging with Xcode and LLDB (2018): https://developer.apple.com/videos/play/wwdc2018/412/
-.. _Debugging with LLDB (2012): https://developer.apple.com/videos/play/wwdc2012/415/
-.. _Migrating from GDB to LLDB (2011): https://developer.apple.com/videos/play/wwdc2011/321/
 .. _Advanced Apple Debugging & Reverse Engineering (2018): https://www.raywenderlich.com/books/advanced-apple-debugging-reverse-engineering/
 .. _facebook/chisel: https://github.com/facebook/chisel
 .. _DerekSelander/LLDB: https://github.com/DerekSelander/LLDB

Copy link
Collaborator

@DavidSpickett DavidSpickett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM.

Probably for the best since the interface will have changed since the older videos, I hope they are preserved somewhere inside Apple though.

@adrian-prantl adrian-prantl merged commit 61057b0 into llvm:main Nov 19, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

lldb's links page WWDC talk links no longer work

4 participants