[Lldb-commits] [lldb] r105717 - /lldb/trunk/www/index.html

Jason Molenda jmolenda at apple.com
Wed Jun 9 02:27:53 PDT 2010


Author: jmolenda
Date: Wed Jun  9 04:27:53 2010
New Revision: 105717

URL: http://llvm.org/viewvc/llvm-project?rev=105717&view=rev
Log:
I declare "x86-64" to be the official formatting for
this page.

Modified:
    lldb/trunk/www/index.html

Modified: lldb/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/index.html?rev=105717&r1=105716&r2=105717&view=diff
==============================================================================
--- lldb/trunk/www/index.html (original)
+++ lldb/trunk/www/index.html Wed Jun  9 04:27:53 2010
@@ -101,14 +101,14 @@
    <li>Disassembly plug-ins for each architecture. Support currently includes
        an LLVM disassembler for <a
        href="http://blog.llvm.org/2010/01/x86-disassembler.html">i386,
-       x86_64</a>, & ARM/Thumb.</li>
+       x86-64</a>, & ARM/Thumb.</li>
     <li>Debugger plug-ins implement the host and target specific functions
         required to debug.</li>
     </ul>
     <li>SWIG-generated script bridging allows Python to access and control the
         public API of the debugger library.</li>
     <li>A remote protocol server, debugserver, implements Mac OS X debugging on
-        i386 and x86_64.</li>
+        i386 and x86-64.</li>
     <li>A command line debugger - the lldb executable itself.</li>
     <li>A framework API to the library.</li>
    </ul>
@@ -122,7 +122,7 @@
 
    <li>Machine Architectures:
     <ul>
-     <li>Mac OS X i386 and X86-64</li>
+     <li>Mac OS X i386 and x86-64</li>
     </ul></li>
 
   <!--=====================================================================-->
@@ -143,8 +143,8 @@
    <li>Symbol reading and object file introspection</li>
    <li>Script bridging</li>
    <li>Thread inspection and stepping</li>
-   <li>Disassembly of i386, x86_64, & ARM/Thumb machine code, and
-       backtracing on i386 & x86_64</li>
+   <li>Disassembly of i386, x86-64, & ARM/Thumb machine code, and
+       backtracing on i386 & x86-64</li>
    <li>The basic command line prompt system, shared library tracking,
        source listings.</li>
    </ul>





More information about the lldb-commits mailing list