Lines Matching defs:RNBRunLoopMode
49 enum RNBRunLoopMode {
90 RNBRunLoopMode RNBRunLoopGetStartModeFromRemote(RNBRemote *remote) {
195 RNBRunLoopMode RNBRunLoopLaunchInferior(RNBRemote *remote,
363 RNBRunLoopMode RNBRunLoopLaunchAttaching(RNBRemote *remote,
421 RNBRunLoopMode HandleProcessStateChange(RNBRemote *remote, bool initialize) {
512 RNBRunLoopMode RNBRunLoopInferiorExecuting(RNBRemote *remote) {
517 RNBRunLoopMode mode = HandleProcessStateChange(remote, true);
624 RNBRunLoopMode RNBRunLoopPlatform(RNBRemote *remote) {
625 RNBRunLoopMode mode = eRNBRunLoopModePlatformMode;
970 RNBRunLoopMode start_mode = eRNBRunLoopModeExit;
1421 RNBRunLoopMode mode = start_mode;