Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.cpp200 char DBGBuildSourcePath[PATH_MAX]; in CreateInstance() local
202 DBGBuildSourcePath[0] = '\0'; in CreateInstance()
234 … strncpy(DBGBuildSourcePath, node_content, sizeof(DBGBuildSourcePath)); in CreateInstance()
272 if (DBGBuildSourcePath[0] && DBGSourcePath[0]) in CreateInstance()
274 …module_sp->GetSourceMappingList().Append (ConstString(DBGBuildSourcePath), ConstString(DBGSourcePa… in CreateInstance()
/external/lldb/source/Host/macosx/
DSymbols.cpp608 std::string DBGBuildSourcePath; in GetModuleSpecInfoFromUUIDDictionary() local
614 CFCString::FileSystemRepresentation(cf_str, DBGBuildSourcePath); in GetModuleSpecInfoFromUUIDDictionary()
623 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) in GetModuleSpecInfoFromUUIDDictionary()
625 …module_spec.GetSourceMappingList().Append (ConstString(DBGBuildSourcePath.c_str()), ConstString(DB… in GetModuleSpecInfoFromUUIDDictionary()