Searched refs:async_p (Results 1 – 9 of 9) sorted by relevance
56 proc_with_prefix run_cond_hits_breakpoint_test { async_p non_stop_p } {57 if { [start_gdb_and_runto_main $async_p $non_stop_p] == -1 } {87 proc_with_prefix run_call_hits_breakpoint_test { async_p non_stop_p } {88 if { [start_gdb_and_runto_main $async_p $non_stop_p] == -1 } {113 proc_with_prefix run_cond_hits_segfault_test { async_p non_stop_p } {114 if { [start_gdb_and_runto_main $async_p $non_stop_p] == -1 } {149 proc_with_prefix run_call_hits_segfault_test { async_p non_stop_p } {150 if { [start_gdb_and_runto_main $async_p $non_stop_p] == -1 } {
50 extern void ser_base_async (struct serial *scb, int async_p);
586 int async_p) in ser_base_async() argument588 if (async_p) in ser_base_async()
288 void (*async) (struct serial *scb, int async_p);
2678 remote.c, top.c, tracepoint.c, utils.c (async_p): Change var name5717 * main.c: Turn on async by default by setting async_p to 1.6045 * defs.h: Replace ``async_hook'' with ``async_p''.6047 Replace ``async_hook'' with ``async_p''.6049 * main.c: Rename ``async'' to ``async_p''.
6926 (remote_open_1): Drop async_p parameter. Update callers. Replace6927 async_p with remote_async_permitted checks.6941 (extended_remote_create_inferior_1): Drop async_p parameter.
5040 * remote.c (remote_open_1): Add async_p.
413 bool async_p = mi_async && target_can_async_p (run_target); in run_one_inferior() local425 mi_execute_cli_command (run_cmd, async_p, in run_one_inferior()426 async_p ? "&" : NULL); in run_one_inferior()478 bool async_p = mi_async && target_can_async_p (run_target); in mi_cmd_exec_run() local480 mi_execute_cli_command (run_cmd, async_p, in mi_cmd_exec_run()481 async_p ? "&" : NULL); in mi_cmd_exec_run()
1680 * mi-main.c (async_p): Change var name to event_loop_p.