Searched refs:is_running (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i490 is_running = property(__get_is_running__, None, doc='''A read only property that returns a boolean value that indicates if this process is currently running.''')
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp858 bool is_running = false; local
866 is_running = true;
870 return is_running;

Completed in 136 milliseconds