Home
last modified time | relevance | path

Searched refs:async_exec (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dinfcmd.c373 int async_exec; in run_command_1() local
398 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (args, &async_exec); in run_command_1()
406 prepare_execution_command (run_target, async_exec); in run_command_1()
652 int async_exec; in continue_command() local
658 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (args, &async_exec); in continue_command()
729 prepare_execution_command (current_inferior ()->top_target (), async_exec); in continue_command()
834 int async_exec; in step_1() local
844 = strip_bg_char (count_string, &async_exec); in step_1()
847 prepare_execution_command (current_inferior ()->top_target (), async_exec); in step_1()
1059 int async_exec; in jump_command() local
[all …]
DChangeLog-2015486 (attach_post_wait): ... this. Replace parameter async_exec with
489 (struct attach_command_continuation_args): Replace 'async_exec'