[Lldb-commits] [PATCH] D15684: Add note about the "thread until" command to the llvm-gdb cheatsheet.

Justin Lebar via lldb-commits lldb-commits at lists.llvm.org
Sun Dec 20 20:52:18 PST 2015


jlebar created this revision.
jlebar added a reviewer: brucem.
jlebar added a subscriber: lldb-commits.

http://reviews.llvm.org/D15684

Files:
  www/lldb-gdb.html

Index: www/lldb-gdb.html
===================================================================
--- www/lldb-gdb.html
+++ www/lldb-gdb.html
@@ -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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15684.43346.patch
Type: text/x-patch
Size: 781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151221/57bf8e63/attachment.bin>


More information about the lldb-commits mailing list