Searched refs:DBGSourcePath (Results 1 – 3 of 3) sorted by relevance
175 std::string DBGSourcePath; in CreateInstance() local202 std::string original_DBGSourcePath_value = DBGSourcePath; in CreateInstance()234 std::string DBGSourcePath = in CreateInstance() local238 DBGSourcePath = original_DBGSourcePath_value; in CreateInstance()241 key.GetStringRef(), DBGSourcePath, true); in CreateInstance()250 FileSpec source_path(DBGSourcePath.c_str()); in CreateInstance()269 plist.GetValueAsString("DBGSourcePath", DBGSourcePath); in CreateInstance()270 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) { in CreateInstance()272 DBGBuildSourcePath, DBGSourcePath, true); in CreateInstance()
374 std::string DBGSourcePath; in GetModuleSpecInfoFromUUIDDictionary() local390 std::string original_DBGSourcePath_value = DBGSourcePath; in GetModuleSpecInfoFromUUIDDictionary()420 DBGSourcePath.clear(); in GetModuleSpecInfoFromUUIDDictionary()434 DBGSourcePath = original_DBGSourcePath_value; in GetModuleSpecInfoFromUUIDDictionary()436 if (DBGSourcePath[0] == '~') { in GetModuleSpecInfoFromUUIDDictionary()439 DBGSourcePath = resolved_source_path.GetPath(); in GetModuleSpecInfoFromUUIDDictionary()449 FileSpec source_path(DBGSourcePath.c_str()); in GetModuleSpecInfoFromUUIDDictionary()481 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) { in GetModuleSpecInfoFromUUIDDictionary()482 if (DBGSourcePath[0] == '~') { in GetModuleSpecInfoFromUUIDDictionary()483 FileSpec resolved_source_path(DBGSourcePath.c_str()); in GetModuleSpecInfoFromUUIDDictionary()[all …]
102 | **DBGSourcePath** | A path prefix for where the |150 <key>DBGSourcePath</key>163 <key>DBGSourcePath</key>216 <key>DBGSourcePath</key>243 **DBGSourcePath**, and **DBGSourcePathRemapping** if **DBGVersion** is 3 or244 higher. **DBGBuildSourcePath** and **DBGSourcePath** are for remapping a single251 AND **DBGBuildSourcePath**/**DBGSourcePath** are present in the plist, the255 **DBGBuildSourcePath**/**DBGSourcePath** pair as a last resort.