Home
last modified time | relevance | path

Searched refs:IsAlive (Results 1 – 25 of 50) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Doffset1.C6 int IsAlive(void) { return 1; } in IsAlive() function
16 return ((xx::a).IsAlive()); // gets bogus error in IsOk()
/openbsd/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp102 if (process_sp && process_sp->IsAlive()) in IOHandlerActivated()
346 if (process_sp && process_sp->IsAlive()) { in IOHandlerInputComplete()
483 if (!did_quit && (!process_sp || !process_sp->IsAlive())) { in IOHandlerInputComplete()
605 if (process_sp && process_sp->IsAlive()) in RunLoop()
H A DIRMemoryMap.cpp62 const bool process_is_alive = process_sp && process_sp->IsAlive(); in FindSpace()
335 process_sp && process_sp->IsAlive() ? "true" : "false"); in Malloc()
336 if (process_sp && process_sp->CanJIT() && process_sp->IsAlive()) { in Malloc()
363 if (process_sp->CanJIT() && process_sp->IsAlive()) { in Malloc()
464 if (process_sp->CanJIT() && process_sp->IsAlive()) in Free()
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h57 bool IsAlive() override;
H A DScriptedProcessPythonInterface.cpp165 bool ScriptedProcessPythonInterface::IsAlive() { in IsAlive() function in ScriptedProcessPythonInterface
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectQuit.cpp51 if (process_sp && process_sp->IsValid() && process_sp->IsAlive() && in ShouldAskForConfirmation()
/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObjectVariable.cpp196 const bool process_is_alive = process && process->IsAlive(); in UpdateValue()
257 const bool process_is_alive = process && process->IsAlive(); in DoUpdateChildrenAddressType()
H A DValueObjectChild.cpp125 if (process_sp && process_sp->IsAlive()) in UpdateValue()
H A DIOHandlerCursesGUI.cpp2973 if (!(process && process->IsAlive())) in StopRunningProcess()
3552 if (!(process && process->IsAlive())) in StopRunningProcess()
5976 if (process && process->IsAlive()) in WindowDelegateDraw()
6399 if (process && process->IsAlive() && in MenuDelegateAction()
6411 if (process && process->IsAlive() && in MenuDelegateAction()
6426 if (process && process->IsAlive() && in MenuDelegateAction()
6463 if (process && process->IsAlive() && in MenuDelegateAction()
6475 if (process && process->IsAlive()) in MenuDelegateAction()
6486 if (process && process->IsAlive()) in MenuDelegateAction()
6498 if (process && process->IsAlive()) in MenuDelegateAction()
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h58 bool IsAlive() override;
H A DScriptedProcess.cpp217 bool ScriptedProcess::IsAlive() { in IsAlive() function in ScriptedProcess
219 return GetInterface().IsAlive(); in IsAlive()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h66 bool IsAlive() override;
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h64 virtual bool IsAlive() { return true; } in IsAlive() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.h60 bool IsAlive() override;
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h108 bool IsAlive(int tid);
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h69 bool IsAlive() override;
H A DNativeProcessWindows.h75 bool IsAlive() const override;
/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h78 bool IsAlive() override;
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h106 bool IsAlive() override;
H A DProcessKDP.cpp577 bool ProcessKDP::IsAlive() { in IsAlive() function in ProcessKDP
578 return m_comm.IsConnected() && Process::IsAlive(); in IsAlive()
/openbsd/gnu/llvm/lldb/source/Target/
H A DTargetList.cpp473 if (process && process->IsAlive()) { in SignalIfRunning()
483 if (process && process->IsAlive()) { in SignalIfRunning()
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp106 if (m_process && m_process->IsAlive() && in Detach()
H A DAppleGetPendingItemsHandler.cpp109 if (m_process && m_process->IsAlive() && in Detach()
H A DAppleGetQueuesHandler.cpp107 if (m_process && m_process->IsAlive() && in Detach()
H A DAppleGetThreadItemInfoHandler.cpp115 if (m_process && m_process->IsAlive() && in Detach()

12