Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h67 virtual bool IsAlive() { return true; } IsAlive() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp171 bool ScriptedProcessPythonInterface::IsAlive() { IsAlive() function in ScriptedProcessPythonInterface
/llvm-project/clang/lib/Interpreter/
H A DValue.cpp76 bool IsAlive() const { in IsAlive() function in __anon35be5cad0111::ValueStorage
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp221 bool ScriptedProcess::IsAlive() { return GetInterface().IsAlive(); } in IsAlive() function in ScriptedProcess
/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp646 bool ProcessMachCore::IsAlive() { return true; } IsAlive() function in ProcessMachCore
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp235 bool NativeProcessWindows::IsAlive() const { IsAlive() function in lldb_private::NativeProcessWindows
H A DProcessWindows.cpp561 bool ProcessWindows::IsAlive() { IsAlive() function in lldb_private::ProcessWindows
/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp121 bool NativeProcessProtocol::IsAlive() const { in IsAlive() function in NativeProcessProtocol
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp577 bool ProcessKDP::IsAlive() { in IsAlive() function in ProcessKDP
/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp291 bool ProcessMinidump::IsAlive() { return true; } IsAlive() function in ProcessMinidump
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp311 bool ProcessElfCore::IsAlive() { return true; } IsAlive() function in ProcessElfCore
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1036 bool ThreadLister::IsAlive(int tid) { IsAlive() function in __sanitizer::ThreadLister
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2517 bool ProcessGDBRemote::IsAlive() { IsAlive() function in ProcessGDBRemote
/llvm-project/lldb/source/Target/
H A DProcess.cpp1120 bool Process::IsAlive() { IsAlive() function in Process