Lines Matching refs:RNBRemote
77 RNBRunLoopGetStartModeFromRemote (RNBRemote* remote) in RNBRunLoopGetStartModeFromRemote()
103 RNBRemote::PacketEnum type; in RNBRunLoopGetStartModeFromRemote()
108 …if (type == RNBRemote::vattach || type == RNBRemote::vattachwait || type == RNBRemote::vattachorwa… in RNBRunLoopGetStartModeFromRemote()
126 if (type == RNBRemote::set_argv) in RNBRunLoopGetStartModeFromRemote()
163 RNBRunLoopLaunchInferior (RNBRemote *remote, const char *stdin_path, const char *stdout_path, const… in RNBRunLoopLaunchInferior()
264 RNBRemote::PacketEnum type; in RNBRunLoopLaunchInferior()
273 if (type != RNBRemote::query_launch_success) in RNBRunLoopLaunchInferior()
342 RNBRunLoopLaunchAttaching (RNBRemote *remote, nub_process_t attach_pid, nub_process_t& pid) in RNBRunLoopLaunchAttaching()
408 HandleProcessStateChange (RNBRemote *remote, bool initialize) in HandleProcessStateChange()
488 RNBRunLoopInferiorExecuting (RNBRemote *remote) in RNBRunLoopInferiorExecuting()
595 RNBRunLoopPlatform (RNBRemote *remote) in RNBRunLoopPlatform()
688 StartListening (RNBRemote *remote, const char *listen_host, int listen_port, const char *unix_socke… in StartListening()
815 g_remoteSP.reset (new RNBRemote ()); in main()
818 RNBRemote *remote = g_remoteSP.get(); in main()