Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A DTestScriptedProcess.py46 dsym_bundle = self.getBuildArtifact("a.out.dSYM")
47 blueprint_destination_path = os.path.join(dsym_bundle, "Contents",
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp695 PlatformDarwinKernel::GetDWARFBinaryInDSYMBundle(FileSpec dsym_bundle) { in GetDWARFBinaryInDSYMBundle() argument
698 if (dsym_bundle.GetFileNameExtension() != g_dsym_suffix) { in GetDWARFBinaryInDSYMBundle()
703 dsym_bundle.GetFileNameStrippingExtension().GetCString(); in GetDWARFBinaryInDSYMBundle()
704 std::string dirname = dsym_bundle.GetDirectory().GetCString(); in GetDWARFBinaryInDSYMBundle()
706 std::string binary_filepath = dsym_bundle.GetPath(); in GetDWARFBinaryInDSYMBundle()
H A DPlatformDarwinKernel.h140 static std::vector<FileSpec> GetDWARFBinaryInDSYMBundle(FileSpec dsym_bundle);