Searched refs:IsLiveDebugSession (Results 1 – 7 of 7) sorted by relevance
31 bool IsLiveDebugSession() const override { return false; } in IsLiveDebugSession() function
1494 virtual bool IsLiveDebugSession() const { return true; };1497 /// Only available if IsLiveDebugSession() returns true.1519 virtual bool IsLiveDebugSession() const { return true; }; IsLiveDebugSession() function
402 if (m_live_debug_session_only && !process_sp->IsLiveDebugSession()) in DoGetProxyCommandObject()
136 if (!process.IsLiveDebugSession()) in FindPluginForLiveProcess()
2538 if (IsLiveDebugSession()) in ReadModuleFromMemory() 6356 if (!IsLiveDebugSession()) in CallVoidArgVoidPtrReturn()
791 return !m_process->IsLiveDebugSession(); in IsCoreFile()
867 return !m_process->IsLiveDebugSession(); in AlwaysRelyOnEHUnwindInfo()