Lines Matching refs:process
658 def __init__(self, process): argument
660 self.process = None
666 if type(process) is lldb.SBProcess and process.IsValid():
668 self.process = process
669 self._target = process.target
671 self.current_session_id = GetUniqueSessionID(self.process)
701 plugin_string = self.process.GetPluginName().lower()
707 triple = self.process.target.triple
774 if self.current_session_id != GetUniqueSessionID(self.process):
776 self.current_session_id = GetUniqueSessionID(self.process)
805 self.current_session_id = GetUniqueSessionID(self.process)
828 if hasattr(self.process, 'CreateOSPluginThread'):
860 if self.current_session_id != GetUniqueSessionID(self.process):
862 self.current_session_id = GetUniqueSessionID(self.process)