Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp840 std::string DBGSourcePath; in GetModuleSpecInfoFromUUIDDictionary() local
856 std::string original_DBGSourcePath_value = DBGSourcePath; in GetModuleSpecInfoFromUUIDDictionary()
886 DBGSourcePath.clear(); in GetModuleSpecInfoFromUUIDDictionary()
900 DBGSourcePath = original_DBGSourcePath_value; in GetModuleSpecInfoFromUUIDDictionary()
902 if (DBGSourcePath[0] == '~') { in GetModuleSpecInfoFromUUIDDictionary()
905 DBGSourcePath = resolved_source_path.GetPath(); in GetModuleSpecInfoFromUUIDDictionary()
915 FileSpec source_path(DBGSourcePath.c_str()); in GetModuleSpecInfoFromUUIDDictionary()
947 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) { in GetModuleSpecInfoFromUUIDDictionary()
948 if (DBGSourcePath[0] == '~') { in GetModuleSpecInfoFromUUIDDictionary()
949 FileSpec resolved_source_path(DBGSourcePath.c_str()); in GetModuleSpecInfoFromUUIDDictionary()
[all …]