[Lldb-commits] [lldb] 3ae76e4 - [lldb][Docs] Link to testing page from debugging page

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 14 03:16:55 PDT 2023


Author: David Spickett
Date: 2023-09-14T11:16:33+01:00
New Revision: 3ae76e4fdc17ad7a7bb94d84cd746e7a98f7d105

URL: https://github.com/llvm/llvm-project/commit/3ae76e4fdc17ad7a7bb94d84cd746e7a98f7d105
DIFF: https://github.com/llvm/llvm-project/commit/3ae76e4fdc17ad7a7bb94d84cd746e7a98f7d105.diff

LOG: [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.

Added: 
    

Modified: 
    lldb/docs/resources/debugging.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/resources/debugging.rst b/lldb/docs/resources/debugging.rst
index c4f5594096f573b..0af1de1581c4bd0 100644
--- a/lldb/docs/resources/debugging.rst
+++ b/lldb/docs/resources/debugging.rst
@@ -580,3 +580,8 @@ reproduction steps.
 Finally, that "thing" is the ptrace calls you got from the ``lldb-server`` logs.
 Add those to the debugger function and you now have a reproducer that doesn't
 need any part of LLDB.
+
+Debugging Tests
+---------------
+
+See :doc:`/resources/test`.
\ No newline at end of file


        


More information about the lldb-commits mailing list