Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dtarget.h546 void (*to_async) (void (*) (enum inferior_event_type, void *), void *); member
1469 (current_target.to_async ((CALLBACK), (CONTEXT)))
H A Drecord-full.c980 tmp_to_async = t->to_async; in record_full_open()
2086 record_full_ops.to_async = record_full_async; in init_record_full_ops()
2325 record_full_core_ops.to_async = record_full_async; in init_record_full_core_ops()
H A Dtarget.c676 INHERIT (to_async, t); in update_current_target()
853 de_fault (to_async, in update_current_target()
H A Dremote.c11388 remote_ops.to_async = remote_async; in init_remote_ops()