Searched refs:remote_async (Results 1 – 2 of 2) sorted by relevance
5332 remote_async (void (*callback) (enum inferior_event_type event_type, void *context), void *context) in remote_async() function5403 remote_async_ops.to_async = remote_async; in init_remote_async_ops()
289 (remote_async): Error out if called when to_async_mask_value is 0.2333 (remote_async): Change callback's param type to inferior_event_type.2351 (remote_async): Adjust to new type of callback function.2585 (remote_async): Pass remote_async_serial_handler to SERIAL.2738 (remote_can_async_p, remote_is_async_p, remote_async): New