Home
last modified time | relevance | path

Searched refs:dwarfdump_uuid_regex (Results 1 – 1 of 1) sorted by relevance

/external/lldb/examples/python/
Dcrashlog.py151 dwarfdump_uuid_regex = re.compile('UUID: ([-0-9a-fA-F]+) \(([^\(]+)\) .*') variable in CrashLog.DarwinImage
185 match = self.dwarfdump_uuid_regex.search (line)