I declare "x86-64" to be the official formatting for

this page.

llvm-svn: 105717
This commit is contained in:
Jason Molenda 2010-06-09 09:27:53 +00:00
parent 656e300f03
commit a9de79c6ae
1 changed files with 5 additions and 5 deletions

View File

@ -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>, &amp; ARM/Thumb.</li>
x86-64</a>, &amp; 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, &amp; ARM/Thumb machine code, and
backtracing on i386 &amp; x86_64</li>
<li>Disassembly of i386, x86-64, &amp; ARM/Thumb machine code, and
backtracing on i386 &amp; x86-64</li>
<li>The basic command line prompt system, shared library tracking,
source listings.</li>
</ul>