Searched refs:dwarfdump_uuid_regex (Results 1 – 1 of 1) sorted by relevance
151 dwarfdump_uuid_regex = re.compile('UUID: ([-0-9a-fA-F]+) \(([^\(]+)\) .*') variable in CrashLog.DarwinImage185 match = self.dwarfdump_uuid_regex.search (line)