forked from OSchip/llvm-project
parent
519b12f927
commit
db81e83c2e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue