Lines Matching refs:program
15 " - Using a "prompt" buffer; may use a terminal window for the program
23 " 1. runs a pty for the debugged program, as with ":term NONE"
24 " 2. runs gdb, passing the pty of the debugged program
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
116 echoerr 'Cannot execute debugger program "' .. g:termdebugger .. '"'
198 " Open a terminal window without a job, to run the debugged program in.
200 \ 'term_name': 'debugged program',
204 echoerr 'Failed to open the program terminal window'
390 " Unix: Run the debugged program in a terminal window. Open it below the
393 \ 'term_name': 'debugged program',
396 echoerr 'Failed to open the program terminal window'
431 " Sign used to highlight the line where the program has stopped.
517 " the debugger program so that gdb responds again.
928 " Setting a breakpoint may not work while the program is running.
1136 call ch_log('program stopped')
1139 call ch_log('program running')
1289 " Handle the debugged program starting to run.