Lines Matching refs:remote
67 RNBRemote *remote = remoteSP.get(); in RNBRunLoopGetStartModeFromRemote() local
68 RNBContext &ctx = remote->Context(); in RNBRunLoopGetStartModeFromRemote()
85 err = remote->HandleReceivedPacket(&type); in RNBRunLoopGetStartModeFromRemote()
143 RNBRunLoopMode HandleProcessStateChange(RNBRemoteSP &remote, bool initialize) { in HandleProcessStateChange() argument
144 RNBContext &ctx = remote->Context(); in HandleProcessStateChange()
179 remote->FlushSTDIO(); in HandleProcessStateChange()
195 remote->NotifyThatProcessStopped(); in HandleProcessStateChange()
213 remote->HandlePacket_last_signal(NULL); in HandleProcessStateChange()
226 RNBRunLoopMode RNBRunLoopInferiorExecuting(RNBRemoteSP &remote) { in RNBRunLoopInferiorExecuting() argument
228 RNBContext &ctx = remote->Context(); in RNBRunLoopInferiorExecuting()
231 RNBRunLoopMode mode = HandleProcessStateChange(remote, true); in RNBRunLoopInferiorExecuting()
261 remote->FlushSTDIO(); in RNBRunLoopInferiorExecuting()
270 if (remote->HandleAsyncPacket() == rnb_not_connected) { in RNBRunLoopInferiorExecuting()
274 if (remote->HandleReceivedPacket() == rnb_not_connected) { in RNBRunLoopInferiorExecuting()
281 mode = HandleProcessStateChange(remote, false); in RNBRunLoopInferiorExecuting()
337 RNBRemote *remote = g_remoteSP.get(); in debug_server_main() local
338 if (remote == NULL) { in debug_server_main()