Home
last modified time | relevance | path

Searched defs:m_is_running (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.h141 bool m_is_running; variable
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h229 lldb_private::Predicate<bool> m_is_running; variable
/llvm-project/lldb/source/Target/
H A DProcess.cpp4712 bool m_is_running = false; global() member in IOHandlerProcessSTDIO