Searched defs:target_is_async_p (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget.h1866 #define target_is_async_p macro
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.cc323 #define target_is_async_p() (linux_event_pipe[0] != -1) macro
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.cc326 #define target_is_async_p() (linux_event_pipe.is_open ()) macro
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget.c403 target_is_async_p () function

Completed in 237 milliseconds