diff options
| author | Jason Molenda <jmolenda@apple.com> | 2010-06-09 09:27:53 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2010-06-09 09:27:53 +0000 |
| commit | a9de79c6aea725eee678236dade7d4f4eada4cad (patch) | |
| tree | 0a5b8b03ef7a1b60b1bef12cfa208a1a687c5fa5 /lldb | |
| parent | 656e300f0301db72ba94ec0eb33105937a749c0e (diff) | |
| download | bcm5719-llvm-a9de79c6aea725eee678236dade7d4f4eada4cad.tar.gz bcm5719-llvm-a9de79c6aea725eee678236dade7d4f4eada4cad.zip | |
I declare "x86-64" to be the official formatting for
this page.
llvm-svn: 105717
Diffstat (limited to 'lldb')
| -rw-r--r-- | lldb/www/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lldb/www/index.html b/lldb/www/index.html index cbde9d1d3b3..35e05611610 100644 --- a/lldb/www/index.html +++ b/lldb/www/index.html @@ -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> |

