Skip to content

Commit 3ae76e4

Browse files
committed
[lldb][Docs] Link to testing page from debugging page
The testing page already has some page about debugging failures. I'm not linking directly to that section because: * The earlier sections about running single tests and such are just as useful for debugging in general. * The new theme has a nice sidebar on the right that makes it really easy to find what you want once on the page. * We'll probably add more content to the testing page later.
1 parent 01334d1 commit 3ae76e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lldb/docs/resources/debugging.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,3 +580,8 @@ reproduction steps.
580580
Finally, that "thing" is the ptrace calls you got from the ``lldb-server`` logs.
581581
Add those to the debugger function and you now have a reproducer that doesn't
582582
need any part of LLDB.
583+
584+
Debugging Tests
585+
---------------
586+
587+
See :doc:`/resources/test`.

0 commit comments

Comments
 (0)