Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPostMortemProcess.h27 bool IsLiveDebugSession() const override { return false; } in IsLiveDebugSession() function
H A DProcess.h1425 virtual bool IsLiveDebugSession() const { return true; }; in IsLiveDebugSession() function
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTrace.cpp412 if (m_live_debug_session_only && !process_sp->IsLiveDebugSession()) in DoGetProxyCommandObject()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp678 return !m_process->IsLiveDebugSession(); in IsCoreFile()
H A DDynamicLoaderPOSIXDYLD.cpp845 return !m_process->IsLiveDebugSession(); in IsCoreFile()
/openbsd/gnu/llvm/lldb/source/Target/
H A DTrace.cpp136 if (!process.IsLiveDebugSession()) in FindPluginForLiveProcess()
H A DProcess.cpp6050 if (!IsLiveDebugSession()) in TraceSupported()