Home
last modified time | relevance | path

Searched refs:shouldListen (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/back/
DdebugLoop.c89 jboolean shouldListen; in debugLoop_run() local
99 shouldListen = JNI_TRUE; in debugLoop_run()
108 while (shouldListen) { in debugLoop_run()
196 shouldListen = !lastCommand(cmd); in debugLoop_run()
227 jboolean shouldListen = JNI_TRUE; in reader() local
231 while (shouldListen) { in reader()
238 shouldListen = JNI_FALSE; in reader()
252 shouldListen = JNI_FALSE; in reader()
265 shouldListen = !lastCommand(cmd); in reader()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DTargetVM.java38 private boolean shouldListen = true; field in TargetVM
114 while(shouldListen) { in run()
128 shouldListen = false; in run()
303 while ((!packet.replied) && shouldListen) { in waitForReply()
324 shouldListen = false; in stopListening()
356 if (!shouldListen) return; in run()