Reorder the sections of "USE AND EXTENSIONS" so the most useful to

users new to lldb are at the top.

llvm-svn: 166381
This commit is contained in:
Jason Molenda 2012-10-20 21:01:22 +00:00
parent 96c53b71cb
commit 60c9dae2bf

View File

@ -14,13 +14,13 @@
<div class="urbangreymenu">
<h1 class="headerbar">Use and Extension</h1>
<ul>
<li><a href="architecture.html">Architecture</a></li>
<li><a href="formats.html">Frame and Thread Formatting</a></li>
<li><a href="tutorial.html">Tutorial</a></li>
<li><a href="lldb-gdb.html">GDB and LLDB command examples</a></li>
<li><a href="formats.html">Frame and Thread Formatting</a></li>
<li><a href="varformats.html">Variable Formatting</a></li>
<li><a href="python-reference.html">Python Reference</a></li>
<li><a href="scripting.html">Python Example</a></li>
<li><a href="tutorial.html">Tutorial</a></li>
<li><a href="varformats.html">Variable Formatting</a></li>
<li><a href="architecture.html">Architecture</a></li>
</ul>
</div>
</div>