Lines Matching refs:process
656 def __init__(self, process): argument
658 self.process = None
664 if type(process) is lldb.SBProcess and process.IsValid():
666 self.process = process
667 self._target = process.target
669 self.current_session_id = GetUniqueSessionID(self.process)
678 plugin_string = self.process.GetPluginName().lower()
684 triple = self.process.target.triple
744 if self.current_session_id != GetUniqueSessionID(self.process):
746 self.current_session_id = GetUniqueSessionID(self.process)
776 self.current_session_id = GetUniqueSessionID(self.process)
799 if hasattr(self.process, 'CreateOSPluginThread'):
830 if self.current_session_id != GetUniqueSessionID(self.process):
832 self.current_session_id = GetUniqueSessionID(self.process)