mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-02 13:12:09 +00:00
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:
parent
4b3b13d3bc
commit
dc3ad6fc1c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user