Lines Matching refs:RNBRunLoopMode
49 enum RNBRunLoopMode { enum
90 RNBRunLoopMode RNBRunLoopGetStartModeFromRemote(RNBRemote *remote) { in RNBRunLoopGetStartModeFromRemote()
195 RNBRunLoopMode RNBRunLoopLaunchInferior(RNBRemote *remote, 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()
517 RNBRunLoopMode mode = HandleProcessStateChange(remote, true); in RNBRunLoopInferiorExecuting()
624 RNBRunLoopMode RNBRunLoopPlatform(RNBRemote *remote) { in RNBRunLoopPlatform()
625 RNBRunLoopMode mode = eRNBRunLoopModePlatformMode; in RNBRunLoopPlatform()
992 RNBRunLoopMode start_mode = eRNBRunLoopModeExit; in main()
1457 RNBRunLoopMode mode = start_mode; in main()