Home
last modified time | relevance | path

Searched refs:is_running (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dd8-debug.cc10 void PrintPrompt(bool is_running) { in PrintPrompt() argument
11 const char* prompt = is_running? "> " : "dbg> "; in PrintPrompt()
Dd8.js104 var is_running = true; variable
123 is_running = response.running();
282 if (is_running) {
289 if (!is_running) { // Only save the command if in debugger mode.
Ddebug.cc2849 Handle<Object> is_running = Object::GetProperty( in NotifyMessageHandler() local
2895 isolate_, is_running, cmd_processor, 1, is_running_args); in NotifyMessageHandler()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp875 bool is_running = false; in AsyncThread() local
883 is_running = true; in AsyncThread()
896 is_running = false; in AsyncThread()
918 is_running = false; in AsyncThread()
927 is_running = false; in AsyncThread()
930 } while (is_running); in AsyncThread()
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp902 bool is_running = false; in IsAThreadRunning() local
912 is_running = true; in IsAThreadRunning()
916 return is_running; in IsAThreadRunning()
/external/lldb/scripts/Python/interface/
DSBProcess.i423 …if _newclass: is_running = property(__get_is_running__, None, doc='''A read only property that ret…
/external/lldb/www/python_reference/
Dapi-objects.txt3464 lldb.SBProcess.is_running lldb.SBProcess-class.html#is_running