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

Jim Ingham jingham at apple.com
Fri May 11 11:01:15 PDT 2012


Author: jingham
Date: Fri May 11 13:01:15 2012
New Revision: 156624

URL: http://llvm.org/viewvc/llvm-project?rev=156624&view=rev
Log:
Add "echo" -> "script print".

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=156624&r1=156623&r2=156624&view=diff
==============================================================================
--- lldb/trunk/www/lldb-gdb.html (original)
+++ lldb/trunk/www/lldb-gdb.html Fri May 11 13:01:15 2012
@@ -871,6 +871,30 @@
                     </table>
                     <p>
                 </div>
+            <div class="postfooter"></div>
+            <h1 class ="postheader">Miscellaneous</h1>
+                <div class="post">
+                    <p>
+                    <table class="stats" width="620" cellspacing="0">
+                    <tr>
+                        <td class="hed" width="50%">LLDB</td>
+                        <td class="hed" width="50%">GDB</td>
+                    </tr>
+
+                    <tr><td class="header" colspan="2">Echo text to the screen.</td></tr>
+                    <tr>
+                        <td class="content">
+                            <b>(lldb)</b> script print "Here is some text"<br>
+                        </td>
+                        <td class="content">
+                            <b>(gdb)</b> echo Here is some text\n<br>
+                        </td>
+                    </tr>
+
+                    </table>
+                    <p>
+                </div>
+
                 <div class="postfooter"></div>
 
                 <p>





More information about the lldb-commits mailing list