Add "echo" -> "script print".

llvm-svn: 156624
This commit is contained in:
Jim Ingham 2012-05-11 18:01:15 +00:00
parent 519b12f927
commit db81e83c2e
1 changed files with 24 additions and 0 deletions

View File

@ -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>