[Lldb-commits] [lldb] 0bc291a - [lldb] Add a reference to the "On Demand Symbols" docs.

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 9 09:15:08 PDT 2022


Author: Jonas Devlieghere
Date: 2022-06-09T09:14:56-07:00
New Revision: 0bc291ad35a26982c13ea0b5e19890fdbf2674f1

URL: https://github.com/llvm/llvm-project/commit/0bc291ad35a26982c13ea0b5e19890fdbf2674f1
DIFF: https://github.com/llvm/llvm-project/commit/0bc291ad35a26982c13ea0b5e19890fdbf2674f1.diff

LOG: [lldb] Add a reference to the "On Demand Symbols" docs.

Include a reference to the documentation for "on demand symbols" in the
documentation index. This will ensure the page shows up in the side bar
on the website.

Added: 
    

Modified: 
    lldb/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index 087731002094..d1fa6279b4b4 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -138,6 +138,7 @@ interesting areas to contribute to lldb.
    use/remote
    use/qemu-testing
    use/intel_pt
+   use/ondemand
    use/troubleshooting
    use/links
 


        


More information about the lldb-commits mailing list