Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPostMortemProcess.h27 bool IsLiveDebugSession() const override { return false; } in IsLiveDebugSession() function
H A DProcess.h1403 virtual bool IsLiveDebugSession() const { return true; }; in IsLiveDebugSession() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTrace.cpp412 if (m_live_debug_session_only && !process_sp->IsLiveDebugSession()) in DoGetProxyCommandObject()
/llvm-project-15.0.7/lldb/source/Target/
H A DTrace.cpp134 if (!process.IsLiveDebugSession()) in FindPluginForLiveProcess()
H A DProcess.cpp6027 if (!IsLiveDebugSession()) in TraceSupported()