Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDPostMortemProcess.h31 bool IsLiveDebugSession() const override { return false; } in IsLiveDebugSession() function
HDProcess.h1521 virtual bool IsLiveDebugSession() const { return true; }; in IsLiveDebugSession() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTrace.cpp402 if (m_live_debug_session_only && !process_sp->IsLiveDebugSession()) in DoGetProxyCommandObject()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDYLDRendezvous.cpp791 return !m_process->IsLiveDebugSession(); in IsCoreFile()
HDDynamicLoaderPOSIXDYLD.cpp882 return !m_process->IsLiveDebugSession(); in IsCoreFile()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDTrace.cpp136 if (!process.IsLiveDebugSession()) in FindPluginForLiveProcess()
HDProcess.cpp2558 if (IsLiveDebugSession()) in ReadModuleFromMemory()
6354 if (!IsLiveDebugSession()) in TraceSupported()