[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
Fri Jan 8 10:59:57 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL257189: Add note about the "thread until" command to the llvm-gdb cheatsheet. (authored by jlebar).

Changed prior to commit:
  http://reviews.llvm.org/D15684?vs=43346&id=44340#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D15684

Files:
  lldb/trunk/www/lldb-gdb.html

Index: lldb/trunk/www/lldb-gdb.html
===================================================================
--- lldb/trunk/www/lldb-gdb.html
+++ lldb/trunk/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.44340.patch
Type: text/x-patch
Size: 814 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160108/e570d1f7/attachment.bin>


More information about the lldb-commits mailing list