Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dinfcall-failure.exp56 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 } {
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dser-base.h50 extern void ser_base_async (struct serial *scb, int async_p);
Dser-base.c586 int async_p) in ser_base_async() argument
588 if (async_p) in ser_base_async()
Dserial.h288 void (*async) (struct serial *scb, int async_p);
DChangeLog-19992678 remote.c, top.c, tracepoint.c, utils.c (async_p): Change var name
5717 * 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''.
DChangeLog-20086926 (remote_open_1): Drop async_p parameter. Update callers. Replace
6927 async_p with remote_async_permitted checks.
6941 (extended_remote_create_inferior_1): Drop async_p parameter.
DChangeLog-20025040 * remote.c (remote_open_1): Add async_p.
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-main.c413 bool async_p = mi_async && target_can_async_p (run_target); in run_one_inferior() local
425 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() local
480 mi_execute_cli_command (run_cmd, async_p, in mi_cmd_exec_run()
481 async_p ? "&" : NULL); in mi_cmd_exec_run()
DChangeLog-1999-20031680 * mi-main.c (async_p): Change var name to event_loop_p.