[Lldb-commits] [PATCH] D122073: [docs] Fixed minor ordering issue

Alisamar Husain via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Mar 19 09:49:30 PDT 2022


zrthxn created this revision.
zrthxn added a reviewer: wallace.
Herald added a subscriber: arphaman.
Herald added a project: All.
zrthxn requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122073

Files:
  lldb/docs/index.rst
  lldb/docs/use/intel_pt.rst


Index: lldb/docs/use/intel_pt.rst
===================================================================
--- lldb/docs/use/intel_pt.rst
+++ lldb/docs/use/intel_pt.rst
@@ -1,5 +1,5 @@
-Tracing with Intel Processor Trace (Intel PT)
-=============================================
+Tracing with Intel Processor Trace
+==================================
 
 .. contents::
   :local:
Index: lldb/docs/index.rst
===================================================================
--- lldb/docs/index.rst
+++ lldb/docs/index.rst
@@ -137,9 +137,9 @@
    use/python-reference
    use/remote
    use/qemu-testing
+   use/intel_pt
    use/troubleshooting
    use/links
-   use/intel_pt
 
 .. toctree::
    :hidden:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122073.416707.patch
Type: text/x-patch
Size: 699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220319/43cf2c95/attachment.bin>


More information about the lldb-commits mailing list