Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/python_api/target-arch-from-module/
H A DTestTargetArchFromModule.py37 dwarfdump_uuid_regex = re.compile("UUID: ([-0-9a-fA-F]+) \(([^\(]+)\) .*")
43 match = dwarfdump_uuid_regex.search(line)
/llvm-project/lldb/test/API/macosx/lc-note/multiple-binary-corefile/
H A DTestMultipleBinaryCorefile.py110 dwarfdump_uuid_regex = re.compile("UUID: ([-0-9a-fA-F]+) \(([^\(]+)\) .*")
116 match = dwarfdump_uuid_regex.search(line)
127 match = dwarfdump_uuid_regex.search(line)
/llvm-project/lldb/test/API/macosx/lc-note/kern-ver-str/
H A DTestKernVerStrLCNOTE.py35 dwarfdump_uuid_regex = re.compile("UUID: ([-0-9a-fA-F]+) \(([^\(]+)\) .*")
41 match = dwarfdump_uuid_regex.search(line)
/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
16 match = self.dwarfdump_uuid_regex.search(line)
/llvm-project/lldb/test/API/macosx/skinny-corefile/
H A DTestSkinnyCorefile.py46 dwarfdump_uuid_regex = re.compile("UUID: ([-0-9a-fA-F]+) \(([^\(]+)\) .*")
52 match = dwarfdump_uuid_regex.search(line)
/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/
H A DTestFirmwareCorefiles.py288 dwarfdump_uuid_regex = re.compile("UUID: ([-0-9a-fA-F]+) \(([^\(]+)\) .*")
294 match = dwarfdump_uuid_regex.search(line)
/llvm-project/lldb/examples/python/
H A Dcrashlog.py299 dwarfdump_uuid_regex = re.compile("UUID: ([-0-9a-fA-F]+) \(([^\(]+)\) .*") variable in CrashLog.DarwinImage
329 match = self.dwarfdump_uuid_regex.search(line)