Home
last modified time | relevance | path

Searched defs:IsAlive (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h67 virtual bool IsAlive() { return true; } in IsAlive() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp165 bool ScriptedProcessPythonInterface::IsAlive() { IsAlive() function in ScriptedProcessPythonInterface
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp78 bool IsAlive() const { IsAlive() function in __anoncb6a440c0111::ValueStorage
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp221 bool ScriptedProcess::IsAlive() { return GetInterface().IsAlive(); } in IsAlive() function in ScriptedProcess
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp121 bool NativeProcessProtocol::IsAlive() const { in IsAlive() function in NativeProcessProtocol
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp301 bool ProcessElfCore::IsAlive() { return true; } IsAlive() function in ProcessElfCore
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp291 bool ProcessMinidump::IsAlive() { return true; } in IsAlive() function in ProcessMinidump
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1036 bool ThreadLister::IsAlive(int tid) { IsAlive() function in __sanitizer::ThreadLister
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2496 bool ProcessGDBRemote::IsAlive() { IsAlive() function in ProcessGDBRemote
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1092 bool Process::IsAlive() { IsAlive() function in Process