Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.cpp201 char DBGSourcePath[PATH_MAX]; in CreateInstance() local
203 DBGSourcePath[0] = '\0'; in CreateInstance()
254 … resolved_source_path.GetPath(DBGSourcePath, sizeof(DBGSourcePath)); in CreateInstance()
272 if (DBGBuildSourcePath[0] && DBGSourcePath[0]) in CreateInstance()
274 …>GetSourceMappingList().Append (ConstString(DBGBuildSourcePath), ConstString(DBGSourcePath), true); in CreateInstance()
/external/lldb/source/Host/macosx/
DSymbols.cpp609 std::string DBGSourcePath; in GetModuleSpecInfoFromUUIDDictionary() local
620 CFCString::FileSystemRepresentation(cf_str, DBGSourcePath); in GetModuleSpecInfoFromUUIDDictionary()
623 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) in GetModuleSpecInfoFromUUIDDictionary()
625 …ngList().Append (ConstString(DBGBuildSourcePath.c_str()), ConstString(DBGSourcePath.c_str()), true… in GetModuleSpecInfoFromUUIDDictionary()