Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/macosx/add-dsym/
H A DTestAddDsymDownload.py9 dwarfdump_uuid_regex = re.compile("UUID: ([-0-9a-fA-F]+) \(([^\(]+)\) .*") variable in AddDsymDownload
/llvm-project/lldb/examples/python/
H A Dcrashlog.py299 dwarfdump_uuid_regex = re.compile("UUID: ([-0-9a-fA-F]+) \(([^\(]+)\) .*") variable in CrashLog.DarwinImage