Lines Matching refs:strip
254 (self.process_name, pid_with_brackets) = line[8:].strip().split(' [')
255 self.process_id = pid_with_brackets.strip('[]')
257 self.process_path = line[5:].strip()
259 self.process_identifier = line[11:].strip()
261 version_string = line[8:].strip()
274 self.thread_exception = line[15:].strip()
277 self.thread_exception_data = line[16:].strip()
280 self.crashed_thread_idx = int(line[15:].strip().split()[0])
283 self.version = int(line[15:].strip())
314 self.info_lines.append(line.strip())
332 image_match.group(3).strip(),
333 image_match.group(4).strip(),
342 image_match.group(3).strip(),
343 image_match.group(4).strip(),
351 stripped_line = line.strip()
359 thread.registers[reg.strip()] = int(value, 0)