[Lldb-commits] [lldb] r166381 - /lldb/trunk/www/sidebar.incl
Jason Molenda
jmolenda at apple.com
Sat Oct 20 14:01:23 PDT 2012
Author: jmolenda
Date: Sat Oct 20 16:01:22 2012
New Revision: 166381
URL: http://llvm.org/viewvc/llvm-project?rev=166381&view=rev
Log:
Reorder the sections of "USE AND EXTENSIONS" so the most useful to
users new to lldb are at the top.
Modified:
lldb/trunk/www/sidebar.incl
Modified: lldb/trunk/www/sidebar.incl
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/sidebar.incl?rev=166381&r1=166380&r2=166381&view=diff
==============================================================================
--- lldb/trunk/www/sidebar.incl (original)
+++ lldb/trunk/www/sidebar.incl Sat Oct 20 16:01:22 2012
@@ -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>
More information about the lldb-commits
mailing list