/netbsd-src/external/apache2/llvm/dist/libcxx/utils/ |
H A D | merge_archives.py | 45 def execute_command(cmd, cwd=None): function 68 out, err, exitCode = execute_command(cmd, cwd=cwd)
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/ |
H A D | headerutils.py | 220 def execute_command (command): function 236 files = execute_command (command) 247 files = execute_command (command) 275 files = execute_command (command)
|
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/ |
H A D | headerutils.py | 220 def execute_command (command): function 236 files = execute_command (command) 247 files = execute_command (command) 275 files = execute_command (command)
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
H A D | command.cpp | 759 static void execute_command(const char *name, int argc, argument *argv) in execute_command() function 792 execute_command(command.contents(), argc, argv); in command_loop()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | c-index-test.c | 2100 const char *execute_command = NULL; in perform_test_reparse_source() local 2140 execute_command = getenv("CINDEXTEST_EXECUTE_COMMAND"); in perform_test_reparse_source() 2153 if (execute_command && trial == execute_after_trial) { in perform_test_reparse_source() 2154 result = indextest_perform_shell_execution(execute_command); in perform_test_reparse_source()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1990 | 806 * main.c (execute_command): Let stupid questions be turned off. 1509 execute_command. 1914 execute_command, exit both loops. 2124 (execute_command): If p is NULL, return almost right away. 2772 infcmd.c (run_command): Use execute_command, not set_args_command. 2773 main.c (execute_command): Call do_setshow_command if necessary.
|
H A D | ChangeLog-2008 | 4689 * top.c (execute_command): Check for is_stopped, not !is_running. 5741 * top.c (execute_command): Remove unused arg1 and arg2 locals. 5907 * top.c (execute_command): Check for non no-selected-thread-ok 6171 * top.c (execute_command): In non-stop, only check if the current 6230 (execute_command): Replace target_executing check by any_running. 7715 (execute_command): Do not install the above. 9067 * top.c (execute_command): Use get_cmd_async_ok. 9723 * top.c (execute_command): Fix uninitialized variable error. 9835 (execute_command): In async mode, register continuation. 9903 * top.c (execute_command): Disable break and stop [all …]
|
H A D | ChangeLog-1991 | 1719 * main.c (execute_command): Warn as language changes automatically. 2069 main.c At the end of each call to execute_command(), working_lang 2174 main.c:execute_command(). 2176 execute_command() is executed. If working lang has
|
H A D | ChangeLog-2017 | 3268 * gdbcmd.h (execute_command, execute_command_to_string): Constify. 3269 * top.h (execute_command): Constify. 3270 * top.c (execute_command): Constify. 3507 * top.h (quit_command, execute_command): Constify. 3608 (execute_command): Handle repeat_arguments. 5212 (execute_command): Update. 15058 * event-top.c (command_line_handler): Add cast to execute_command 15062 (cmd_record_btrace_start): Add cast to execute_command call. 15066 (cmd_record_start): Add cast to execute_command calls.
|
H A D | ChangeLog-3.x | 979 that's what execute_command will pass if there's no argument. 3632 (execute_command): Set instream to null before executing
|
H A D | ChangeLog-1992 | 352 * main.c (execute_command): Remove unused local variable cmdlines. 1673 (execute_command): Check against expected language. 1811 * main.c (execute_user_command): Code extracted from execute_command. 1812 (execute_command): If hooked, run the hook before the command. 5645 * main.c (execute_command): Call the right member of the func union.
|
H A D | ChangeLog-2011 | 351 (execute_command): ... this. Use check_frame_language_change. 3611 * inf-loop.c (execute_command): Don't check if the current thread 3656 (execute_command): If the target can async, but the interpreter is 3774 * top.c (execute_command): New variable cleanup_if_error, call 5566 * top.c (execute_command): Call do_cleanups before early return. 6820 (execute_command): Use cleanup from prepare_execute_command.
|
H A D | ChangeLog-1996 | 1347 * top.c (execute_command): Don't test for serial_logfp here. 1592 Cleanup catching of errors from calls to execute_command. Also, 4766 * top.c (execute_command): Declare serial_logfp. Log user command
|
H A D | ChangeLog-2006 | 210 command via execute_command such that hooks and trace work. 1619 * top.c (execute_command): Call print_command_trace.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1990 | 806 * main.c (execute_command): Let stupid questions be turned off. 1509 execute_command. 1914 execute_command, exit both loops. 2124 (execute_command): If p is NULL, return almost right away. 2772 infcmd.c (run_command): Use execute_command, not set_args_command. 2773 main.c (execute_command): Call do_setshow_command if necessary.
|
H A D | ChangeLog-2008 | 4689 * top.c (execute_command): Check for is_stopped, not !is_running. 5741 * top.c (execute_command): Remove unused arg1 and arg2 locals. 5907 * top.c (execute_command): Check for non no-selected-thread-ok 6171 * top.c (execute_command): In non-stop, only check if the current 6230 (execute_command): Replace target_executing check by any_running. 7715 (execute_command): Do not install the above. 9067 * top.c (execute_command): Use get_cmd_async_ok. 9723 * top.c (execute_command): Fix uninitialized variable error. 9835 (execute_command): In async mode, register continuation. 9903 * top.c (execute_command): Disable break and stop [all …]
|
H A D | ChangeLog-1991 | 1719 * main.c (execute_command): Warn as language changes automatically. 2069 main.c At the end of each call to execute_command(), working_lang 2174 main.c:execute_command(). 2176 execute_command() is executed. If working lang has
|
H A D | ChangeLog-2017 | 3268 * gdbcmd.h (execute_command, execute_command_to_string): Constify. 3269 * top.h (execute_command): Constify. 3270 * top.c (execute_command): Constify. 3507 * top.h (quit_command, execute_command): Constify. 3608 (execute_command): Handle repeat_arguments. 5212 (execute_command): Update. 15058 * event-top.c (command_line_handler): Add cast to execute_command 15062 (cmd_record_btrace_start): Add cast to execute_command call. 15066 (cmd_record_start): Add cast to execute_command calls.
|
H A D | ChangeLog-3.x | 979 that's what execute_command will pass if there's no argument. 3632 (execute_command): Set instream to null before executing
|
H A D | ChangeLog-1992 | 352 * main.c (execute_command): Remove unused local variable cmdlines. 1673 (execute_command): Check against expected language. 1811 * main.c (execute_user_command): Code extracted from execute_command. 1812 (execute_command): If hooked, run the hook before the command. 5645 * main.c (execute_command): Call the right member of the func union.
|
H A D | ChangeLog-2011 | 351 (execute_command): ... this. Use check_frame_language_change. 3611 * inf-loop.c (execute_command): Don't check if the current thread 3656 (execute_command): If the target can async, but the interpreter is 3774 * top.c (execute_command): New variable cleanup_if_error, call 5566 * top.c (execute_command): Call do_cleanups before early return. 6820 (execute_command): Use cleanup from prepare_execute_command.
|
H A D | ChangeLog-1996 | 1347 * top.c (execute_command): Don't test for serial_logfp here. 1592 Cleanup catching of errors from calls to execute_command. Also, 4766 * top.c (execute_command): Declare serial_logfp. Log user command
|
H A D | ChangeLog-2006 | 210 command via execute_command such that hooks and trace work. 1619 * top.c (execute_command): Call print_command_trace.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/tui/ |
H A D | ChangeLog-1998-2003 | 512 to follow other gdb's command names; use execute_command; cleanup.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/tui/ |
H A D | ChangeLog-1998-2003 | 512 to follow other gdb's command names; use execute_command; cleanup.
|