Searched refs:remote_async_ops (Results 1 – 1 of 1) sorted by relevance
346 static struct target_ops remote_async_ops; variable2070 remote_open_1 (name, from_tty, &remote_async_ops, 0, 1); in remote_async_open()4324 remote_mourn_1 (&remote_async_ops); in remote_async_mourn()5373 remote_async_ops.to_shortname = "async"; in init_remote_async_ops()5374 …remote_async_ops.to_longname = "Remote serial target in async version of the gdb-specific protocol… in init_remote_async_ops()5375 remote_async_ops.to_doc = in init_remote_async_ops()5378 remote_async_ops.to_open = remote_async_open; in init_remote_async_ops()5379 remote_async_ops.to_close = remote_close; in init_remote_async_ops()5380 remote_async_ops.to_detach = remote_detach; in init_remote_async_ops()5381 remote_async_ops.to_disconnect = remote_disconnect; in init_remote_async_ops()[all …]