Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dtarget.h545 int (*to_is_async_p) (void); member
1463 #define target_is_async_p() (current_target.to_is_async_p ())
H A Dtarget.c675 INHERIT (to_is_async_p, t); in update_current_target()
3136 if (t && t->to_is_async_p) in find_default_is_async_p()
3137 return (t->to_is_async_p) (); in find_default_is_async_p()
3746 dummy_target.to_is_async_p = find_default_is_async_p; in init_dummy_target()
H A Drecord-full.c2088 record_full_ops.to_is_async_p = record_full_is_async_p; in init_record_full_ops()
2327 record_full_core_ops.to_is_async_p = record_full_is_async_p; in init_record_full_core_ops()
H A Dremote.c11387 remote_ops.to_is_async_p = remote_is_async_p; in init_remote_ops()