Searched refs:remote_stop (Results 1 – 3 of 3) sorted by relevance
149 static void remote_stop (void);2691 remote_stop (void) in remote_stop() function5269 remote_ops.to_stop = remote_stop; in init_remote_ops()5391 remote_async_ops.to_stop = remote_stop; in init_remote_async_ops()
4540 * remote.c (remote_interrupt): Rewrite to use remote_stop.4541 (remote_interrupt_twice): Remove. remote_stop now handles it.4542 (remote_stop): New function which handles interrupting the4545 (remote_wait): Change to handle remote_stop properly.4546 [interrupted_already]: New static global to help remote_stop.4547 [remote_ops, extended_remote_ops]: Add remote_stop for to_stop member.
7682 (remote_interrupt): Call remote_stop to interrupt the target7685 (remote_stop): Only attempt to stop the target. This separates