File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1285,6 +1285,8 @@ Put focus on the gdb window to type commands there. Some common ones are:
1285
1285
- next execute the current line and stop at the next line
1286
1286
- step execute the current line and stop at the next statement,
1287
1287
entering functions
1288
+ - until execute until past the current cursor line or past a specified
1289
+ position or the current stack frame returns
1288
1290
- finish execute until leaving the current function
1289
1291
- where show the stack
1290
1292
- frame N go to the N th stack frame
@@ -1303,6 +1305,7 @@ gdb:
1303
1305
1304
1306
*:Step* execute the gdb "step" command
1305
1307
*:Over* execute the gdb "next" command (`:Next ` is a Vim command)
1308
+ *:Until* execute the gdb "until" command
1306
1309
*:Finish* execute the gdb "finish" command
1307
1310
*:Continue* execute the gdb "continue" command
1308
1311
*:Stop* interrupt the program
You can’t perform that action at this time.
0 commit comments