Lines Matching refs:RNBContext
83 RNBContext& ctx = remote->Context(); in RNBRunLoopGetStartModeFromRemote()
84 uint32_t event_mask = RNBContext::event_read_packet_available | in RNBRunLoopGetStartModeFromRemote()
85 RNBContext::event_read_thread_exiting; in RNBRunLoopGetStartModeFromRemote()
94 if (set_events & RNBContext::event_read_thread_exiting) in RNBRunLoopGetStartModeFromRemote()
100 if (set_events & RNBContext::event_read_packet_available) in RNBRunLoopGetStartModeFromRemote()
165 RNBContext& ctx = remote->Context(); in RNBRunLoopLaunchInferior()
258 uint32_t event_mask = RNBContext::event_read_packet_available; in RNBRunLoopLaunchInferior()
261 if (set_events & RNBContext::event_read_packet_available) in RNBRunLoopLaunchInferior()
344 RNBContext& ctx = remote->Context(); in RNBRunLoopLaunchAttaching()
410 RNBContext& ctx = remote->Context(); in HandleProcessStateChange()
491 RNBContext& ctx = remote->Context(); in RNBRunLoopInferiorExecuting()
505 event_mask &= ~RNBContext::event_proc_stdio_available; in RNBRunLoopInferiorExecuting()
506 event_mask &= ~RNBContext::event_proc_profile_data; in RNBRunLoopInferiorExecuting()
520 if ((set_events & RNBContext::event_proc_thread_exiting) || in RNBRunLoopInferiorExecuting()
521 (set_events & RNBContext::event_proc_stdio_available)) in RNBRunLoopInferiorExecuting()
526 if (set_events & RNBContext::event_proc_profile_data) in RNBRunLoopInferiorExecuting()
531 if (set_events & RNBContext::event_read_packet_available) in RNBRunLoopInferiorExecuting()
535 set_events ^= RNBContext::event_read_packet_available; in RNBRunLoopInferiorExecuting()
553 if (set_events & RNBContext::event_proc_state_changed) in RNBRunLoopInferiorExecuting()
556 ctx.Events().ResetEvents(RNBContext::event_proc_state_changed); in RNBRunLoopInferiorExecuting()
557 set_events ^= RNBContext::event_proc_state_changed; in RNBRunLoopInferiorExecuting()
560 if (set_events & RNBContext::event_proc_thread_exiting) in RNBRunLoopInferiorExecuting()
565 if (set_events & RNBContext::event_read_thread_exiting) in RNBRunLoopInferiorExecuting()
598 RNBContext& ctx = remote->Context(); in RNBRunLoopPlatform()
603 const uint32_t event_mask = RNBContext::event_read_packet_available | in RNBRunLoopPlatform()
604 RNBContext::event_read_thread_exiting; in RNBRunLoopPlatform()
612 if (set_events & RNBContext::event_read_packet_available) in RNBRunLoopPlatform()
618 if (set_events & RNBContext::event_read_thread_exiting) in RNBRunLoopPlatform()
825 RNBContext& ctx = remote->Context(); in main()