Home
last modified time | relevance | path

Searched refs:target_is_async_p (Results 1 – 25 of 32) sorted by relevance

12

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.cc323 #define target_is_async_p() (linux_event_pipe[0] != -1) macro
3718 if (target_is_async_p ()) in wait()
3731 if (target_is_async_p () in wait()
4882 if (target_is_async_p ()) in resume()
6049 if (target_is_async_p ()) in sigchld_handler()
6064 bool previous = target_is_async_p (); in async()
6122 if (target_is_async_p () != (nonstop != false)) in start_non_stop()
H A DChangeLog12369 * linux-low.c (linux_supports_non_stop): Use target_is_async_p.
19471 (target_is_async_p): New.
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.cc323 #define target_is_async_p() (linux_event_pipe[0] != -1) macro
3718 if (target_is_async_p ()) in wait()
3731 if (target_is_async_p () in wait()
4882 if (target_is_async_p ()) in resume()
6049 if (target_is_async_p ()) in sigchld_handler()
6064 bool previous = target_is_async_p (); in async()
6122 if (target_is_async_p () != (nonstop != false)) in start_non_stop()
H A DChangeLog12369 * linux-low.c (linux_supports_non_stop): Use target_is_async_p.
19471 (target_is_async_p): New.
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dlinux-nat.c610 if (target_is_async_p ()) in follow_fork()
3423 if (target_is_async_p ()) in wait()
3445 if (target_is_async_p () in wait()
H A Dtop.c1046 m_target_is_async_orig (target_is_async_p ()), in gdb_readline_wrapper_cleanup()
H A Dtarget.h1866 #define target_is_async_p() (current_top_target ()->is_async_p ()) macro
H A Dinfcmd.c2671 if (!target_is_async_p ()) in attach_command()
H A Drecord-btrace.c2644 if (target_is_async_p ()) in wait()
H A Dremote.c8004 if (target_is_async_p ())
9243 && target_is_async_p ()
H A Dinfrun.c3529 if (target_is_async_p ()) in do_target_wait_1()
H A DChangeLog-201513394 target_is_async_p instead of target_can_async.
13395 (linux_nat_wait): Use target_is_async_p instead of
13398 target_is_async_p instead of target_can_async.
H A DChangeLog-1999289 target_is_async_p call.
2728 (target_can_async_p, target_is_async_p, target_async): Define.
H A DChangeLog-20167222 of target_is_async_p.
H A DChangeLog1660 target_is_async_p.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-nat.c610 if (target_is_async_p ()) in follow_fork()
3423 if (target_is_async_p ()) in wait()
3445 if (target_is_async_p () in wait()
H A Dtop.c1046 m_target_is_async_orig (target_is_async_p ()), in gdb_readline_wrapper_cleanup()
H A Dtarget.h1866 #define target_is_async_p() (current_top_target ()->is_async_p ()) macro
H A Dinfcmd.c2671 if (!target_is_async_p ()) in attach_command()
H A Drecord-btrace.c2644 if (target_is_async_p ()) in wait()
H A Dremote.c8004 if (target_is_async_p ())
9243 && target_is_async_p ()
H A Dinfrun.c3529 if (target_is_async_p ()) in do_target_wait_1()
H A DChangeLog-201513394 target_is_async_p instead of target_can_async.
13395 (linux_nat_wait): Use target_is_async_p instead of
13398 target_is_async_p instead of target_can_async.
H A DChangeLog-1999289 target_is_async_p call.
2728 (target_can_async_p, target_is_async_p, target_async): Define.
H A DChangeLog-20167222 of target_is_async_p.

12