[Lldb-commits] [lldb] r128934 - /lldb/trunk/www/lldb-gdb.html

Greg Clayton gclayton at apple.com
Tue Apr 5 14:40:10 PDT 2011


Author: gclayton
Date: Tue Apr  5 16:40:10 2011
New Revision: 128934

URL: http://llvm.org/viewvc/llvm-project?rev=128934&view=rev
Log:
Removed a stray '\' character.


Modified:
    lldb/trunk/www/lldb-gdb.html

Modified: lldb/trunk/www/lldb-gdb.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/lldb-gdb.html?rev=128934&r1=128933&r2=128934&view=diff
==============================================================================
--- lldb/trunk/www/lldb-gdb.html (original)
+++ lldb/trunk/www/lldb-gdb.html Tue Apr  5 16:40:10 2011
@@ -244,9 +244,7 @@
 
 				<h1 class ="postheader">Examining Thread State</h1>
     			<div class="post">
-
                     <p>
-
               	    <table class="stats" width="620" cellspacing="0">
                     <tr>
                         <td class="hed" width="50%">LLDB</td>
@@ -351,7 +349,7 @@
                         </td>
                     </tr>
 
-\                    <tr><td class="header" colspan="2">Show mixed source and disassembly for the current function for the current frame.</td></tr>
+                    <tr><td class="header" colspan="2">Show mixed source and disassembly for the current function for the current frame.</td></tr>
                     <tr>
                         <td class="content">
                             <b>(lldb)</b> disassemble --frame --mixed<br>





More information about the lldb-commits mailing list