Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dtarget.h396 int (*to_can_async_p) (void); member
878 #define target_can_async_p() (current_target.to_can_async_p ())
H A Dtarget.c450 INHERIT (to_can_async_p, t); in update_current_target()
628 de_fault (to_can_async_p, in update_current_target()
H A Dremote.c5401 remote_async_ops.to_can_async_p = remote_can_async_p; in init_remote_async_ops()
H A DChangeLog-19992730 * target.h (struct target_ops): Add to_can_async_p, to_is_async_p,