Home
last modified time | relevance | path

Searched refs:IsLiveDebugSession (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPostMortemProcess.h31 bool IsLiveDebugSession() const override { return false; } in IsLiveDebugSession() function
H A DProcess.h1518 virtual bool IsLiveDebugSession() const { return true; }; in IsLiveDebugSession() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTrace.cpp402 if (m_live_debug_session_only && !process_sp->IsLiveDebugSession()) in DoGetProxyCommandObject()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp88 if (!m_process->IsLiveDebugSession()) { in GetTargetExecutable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp791 return !m_process->IsLiveDebugSession();
H A DDynamicLoaderPOSIXDYLD.cpp936 return !m_process->IsLiveDebugSession(); in IsCoreFile()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp136 if (!process.IsLiveDebugSession()) in FindPluginForLiveProcess()
H A DProcess.cpp2526 if (IsLiveDebugSession()) in ReadModuleFromMemory()
6375 if (!IsLiveDebugSession()) in TraceSupported()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2685 if (!GetProcess()->IsLiveDebugSession()) in WarnIfNoExpandedSharedCache()