Lines Matching refs:run
12 " There are two ways to run gdb:
30 " Gdb is run as a job with callbacks for I/O.
31 " On Unix another terminal window is opened to run the debugged program
32 " On MS-Windows a separate console is opened to run the debugged program
106 " First argument is the command to debug, rest are run arguments.
112 echoerr 'Terminal debugger already running, cannot run two'
189 if gdbproc == v:null || job_status(gdbproc) !=# 'run'
198 " Open a terminal window without a job, to run the debugged program in.
232 " Open a terminal window to run the debugger.
270 " Set arguments to be run.
338 " Open a window with a prompt buffer to run gdb in.
369 if job_status(s:gdbjob) != "run"
387 " MS-Windows: run in a new console window for maximum compatibility
421 " Set arguments to be run
473 call s:SendCommand('-exec-run')
981 call s:SendCommand('-exec-run')
1289 " Handle the debugged program starting to run.