Searched refs:prepare_execution_command (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | infcmd.c | 333 prepare_execution_command (struct target_ops *target, int background) in prepare_execution_command() function 406 prepare_execution_command (run_target, async_exec); in run_command_1() 729 prepare_execution_command (current_inferior ()->top_target (), async_exec); in continue_command() 847 prepare_execution_command (current_inferior ()->top_target (), async_exec); in step_1() 1070 prepare_execution_command (current_inferior ()->top_target (), async_exec); in jump_command() 1162 prepare_execution_command (current_inferior ()->top_target (), async_exec); in signal_command() 1407 prepare_execution_command (current_inferior ()->top_target (), async_exec); in until_command() 1432 prepare_execution_command (current_inferior ()->top_target (), async_exec); in advance_command() 1794 prepare_execution_command (current_inferior ()->top_target (), async_exec); in finish_command() 2638 prepare_execution_command (attach_target, async_exec); in attach_command()
|
| D | inferior.h | 252 extern void prepare_execution_command (struct target_ops *target,
|
| D | ChangeLog-2014 | 8180 * infcmd.c (prepare_execution_command): Make extern. 8181 * inferior.h (prepare_execution_command): Declare. 8195 (exec_continue): Call prepare_execution_command. 10525 * infcmd.c (prepare_execution_command): New function, factored out 10529 (attach_command): Use prepare_execution_command.
|
| D | ChangeLog-2016 | 6329 * infcmd.c (prepare_execution_command): Use 6360 prepare_execution_command.
|
| D | ChangeLog-2015 | 4471 * infcmd.c (prepare_execution_command): Don't check whether the
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-main.c | 269 prepare_execution_command (current_inferior ()->top_target (), mi_async_p ()); in exec_continue()
|