Add note about the "thread until" command to the llvm-gdb cheatsheet.

Differential Revision: http://reviews.llvm.org/D15684

llvm-svn: 257189
This commit is contained in:
Justin Lebar 2016-01-08 18:56:18 +00:00
parent 4b3b13d3bc
commit dc3ad6fc1c

View File

@ -307,6 +307,15 @@
Stop hook #1 added.<br>
</td>
</tr>
<tr><td class="header" colspan="2">Run until we hit line <b>12</b> or control leaves the current function.</td></tr>
<tr>
<td class="content">
<b>(gdb)</b> until 12
</td>
<td class="content">
<b>(lldb)</b> thread until 12
</td>
</tr>
</table>
<p>