Lines Matching refs:RNBRemote
90 RNBRunLoopMode RNBRunLoopGetStartModeFromRemote(RNBRemote *remote) { in RNBRunLoopGetStartModeFromRemote()
115 RNBRemote::PacketEnum type; in RNBRunLoopGetStartModeFromRemote()
120 if (type == RNBRemote::vattach || type == RNBRemote::vattachwait || in RNBRunLoopGetStartModeFromRemote()
121 type == RNBRemote::vattachorwait) { in RNBRunLoopGetStartModeFromRemote()
134 if (type == RNBRemote::set_argv) { in RNBRunLoopGetStartModeFromRemote()
195 RNBRunLoopMode RNBRunLoopLaunchInferior(RNBRemote *remote, in RNBRunLoopLaunchInferior()
280 RNBRemote::PacketEnum type; in RNBRunLoopLaunchInferior()
289 if (type != RNBRemote::query_launch_success) { in RNBRunLoopLaunchInferior()
363 RNBRunLoopMode RNBRunLoopLaunchAttaching(RNBRemote *remote, in RNBRunLoopLaunchAttaching()
421 RNBRunLoopMode HandleProcessStateChange(RNBRemote *remote, bool initialize) { in HandleProcessStateChange()
512 RNBRunLoopMode RNBRunLoopInferiorExecuting(RNBRemote *remote) { in RNBRunLoopInferiorExecuting()
624 RNBRunLoopMode RNBRunLoopPlatform(RNBRemote *remote) { in RNBRunLoopPlatform()
725 static int ConnectRemote(RNBRemote *remote, const char *host, int port, in ConnectRemote()
948 g_remoteSP = std::make_shared<RNBRemote>(); in main()
950 RNBRemote *remote = g_remoteSP.get(); in main()