Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinfcmd.c442 int async_exec = strip_bg_char (&args); in run_command() local
446 if (async_exec && !target_can_async_p ()) in run_command()
451 if (!async_exec && target_can_async_p ()) in run_command()
520 int async_exec = 0; in continue_command() local
525 async_exec = strip_bg_char (&proc_count_exp); in continue_command()
529 if (async_exec && !target_can_async_p ()) in continue_command()
534 if (!async_exec && target_can_async_p ()) in continue_command()
614 int async_exec = 0; in step_1() local
619 async_exec = strip_bg_char (&count_string); in step_1()
623 if (async_exec && !target_can_async_p ()) in step_1()
[all …]