summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlldb/www/lldb-gdb.html24
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 &quot;Here is some text&quot;<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>
OpenPOWER on IntegriCloud