Index: lldb/docs/index.rst
===================================================================
--- lldb/docs/index.rst
+++ lldb/docs/index.rst
@@ -135,6 +135,7 @@
use/remote
use/qemu-testing
use/troubleshooting
+ use/links
.. toctree::
:hidden:
Index: lldb/docs/use/links.rst
===================================================================
--- /dev/null
+++ lldb/docs/use/links.rst
@@ -0,0 +1,29 @@
+Links
+=====
+
+This page contains links to external resources on how to use LLDB. Being listed
+on this page is not an endorsement.
+
+Blog Posts
+----------
+
+ - `Dancing in the Debugger — A Waltz with LLDB (2014) `_
+
+Videos
+------
+
+ - `LLDB: Beyond "po" (2019) `_
+ - `Advanced Debugging with Xcode and LLDB (2018) `_
+ - `Debugging with LLDB (2012) `_
+ - `Migrating from GDB to LLDB (2011) `_
+
+Books
+-----
+
+ - `Advanced Apple Debugging & Reverse Engineering (2018) `_
+
+Extensions
+----------
+
+ - `facebook/chisel `_
+ - `DerekSelander/LLDB `_