Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp97 if (process_sp && process_sp->IsAlive()) in IOHandlerActivated()
341 if (process_sp && process_sp->IsAlive()) { in IOHandlerInputComplete()
478 if (!did_quit && (!process_sp || !process_sp->IsAlive())) { in IOHandlerInputComplete()
600 if (process_sp && process_sp->IsAlive()) in RunLoop()
H A DIRMemoryMap.cpp61 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp229 bool ScriptedProcess::IsAlive() { in IsAlive() function in ScriptedProcess
231 return GetInterface().IsAlive(); in IsAlive()
H A DScriptedProcess.h82 bool IsAlive() override;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h61 virtual bool IsAlive() { return true; } in IsAlive() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h51 bool IsAlive() override;
H A DScriptedProcessPythonInterface.cpp297 bool ScriptedProcessPythonInterface::IsAlive() { in IsAlive() function in ScriptedProcessPythonInterface
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp48 if (process_sp && process_sp->IsValid() && process_sp->IsAlive() && in ShouldAskForConfirmation()
H A DCommandObjectWatchpoint.cpp42 target->GetProcessSP() && target->GetProcessSP()->IsAlive(); in CheckTargetForWatchpointOperations()
211 if (target->GetProcessSP() && target->GetProcessSP()->IsAlive()) { in DoExecute()
H A DCommandObjectProcess.cpp55 if (process->IsAlive() && state != eStateConnected) { in StopProcessIfNecessary()
775 if (process && process->IsAlive()) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/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 DIOHandlerCursesGUI.cpp2552 if (!(process && process->IsAlive())) in StopRunningProcess()
3880 if (process_sp && process_sp->IsAlive()) { in TreeDelegateGenerateChildren()
4506 if (process && process->IsAlive()) in WindowDelegateDraw()
4916 if (process && process->IsAlive() && in MenuDelegateAction()
4928 if (process && process->IsAlive() && in MenuDelegateAction()
4940 if (process && process->IsAlive() && in MenuDelegateAction()
4965 if (process && process->IsAlive() && in MenuDelegateAction()
4977 if (process && process->IsAlive()) in MenuDelegateAction()
4988 if (process && process->IsAlive()) in MenuDelegateAction()
5000 if (process && process->IsAlive()) in MenuDelegateAction()
[all …]
H A DValueObjectChild.cpp127 if (process_sp && process_sp->IsAlive()) in UpdateValue()
H A DValue.cpp345 if (process == nullptr || !process->IsAlive()) { in GetValueAsData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h68 bool IsAlive() override;
H A DProcessMinidump.cpp372 bool ProcessMinidump::IsAlive() { return true; } in IsAlive() function in ProcessMinidump
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h91 bool IsAlive(int tid);
H A Dsanitizer_linux.cpp985 } else if (!threads->empty() && !IsAlive(threads->back())) { in ListThreads()
994 bool ThreadLister::IsAlive(int tid) { in IsAlive() function in __sanitizer::ThreadLister
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h81 bool IsAlive() override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp511 if (process && process->IsAlive()) { in SignalIfRunning()
521 if (process && process->IsAlive()) { in SignalIfRunning()
H A DMemory.cpp336 if (m_process.IsAlive()) { in Clear()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h141 virtual bool IsAlive() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp184 if (!DidSetJITBreakpoint() && m_process->IsAlive()) in ModulesDidLoad()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h129 bool IsAlive() override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp119 bool NativeProcessProtocol::IsAlive() const { in IsAlive() function in NativeProcessProtocol

12