Index: www/lldb-gdb.html =================================================================== --- www/lldb-gdb.html +++ www/lldb-gdb.html @@ -307,6 +307,15 @@ Stop hook #1 added.
+ Run until we hit line 12 or control leaves the current function. + + + (gdb) until 12 + + + (lldb) thread until 12 + +