summaryrefslogtreecommitdiff
path: root/Documentation/process/debugging/index.rst
diff options
context:
space:
mode:
authorSebastian Fricke <sebastian.fricke@collabora.com>2024-11-18 10:03:51 +0300
committerJonathan Corbet <corbet@lwn.net>2024-11-22 20:48:12 +0300
commit83a474c11e8cb59e230a43365cb42fa00d3bddaa (patch)
treef62a4f4f707d17f23070f8aec758897cc350a537 /Documentation/process/debugging/index.rst
parenta037699da0a17e99832875a936b5a6285d8de849 (diff)
downloadlinux-83a474c11e8cb59e230a43365cb42fa00d3bddaa.tar.xz
docs: Add debugging guide for the media subsystem
Provide a guide for developers on how to debug code with a focus on the media subsystem. This document aims to provide a rough overview over the possibilities and a rational to help choosing the right tool for the given circumstances. Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20241028-media_docs_improve_v3-v3-2-edf5c5b3746f@collabora.com
Diffstat (limited to 'Documentation/process/debugging/index.rst')
-rw-r--r--Documentation/process/debugging/index.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/process/debugging/index.rst b/Documentation/process/debugging/index.rst
index 10fa673f0fe3..f6e4a00dfee3 100644
--- a/Documentation/process/debugging/index.rst
+++ b/Documentation/process/debugging/index.rst
@@ -4,6 +4,9 @@
Debugging advice for Linux Kernel developers
============================================
+general guides
+--------------
+
.. toctree::
:maxdepth: 1
@@ -12,6 +15,16 @@ Debugging advice for Linux Kernel developers
.. only:: subproject and html
+subsystem specific guides
+-------------------------
+
+.. toctree::
+ :maxdepth: 1
+
+ media_specific_debugging_guide
+
+.. only:: subproject and html
+
Indices
=======