diff options
-rwxr-xr-x | lldb/www/lldb-gdb.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lldb/www/lldb-gdb.html b/lldb/www/lldb-gdb.html index 8f72c90e46b..e1f91f6c626 100755 --- a/lldb/www/lldb-gdb.html +++ b/lldb/www/lldb-gdb.html @@ -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> |