Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp175 std::string DBGSourcePath; in CreateInstance() local
202 std::string original_DBGSourcePath_value = DBGSourcePath; in CreateInstance()
234 std::string DBGSourcePath = in CreateInstance() local
238 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()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp374 std::string DBGSourcePath; in GetModuleSpecInfoFromUUIDDictionary() local
390 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 …]
/llvm-project-15.0.7/lldb/docs/use/
H A Dsymbols.rst102 | **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 or
244 higher. **DBGBuildSourcePath** and **DBGSourcePath** are for remapping a single
251 AND **DBGBuildSourcePath**/**DBGSourcePath** are present in the plist, the
255 **DBGBuildSourcePath**/**DBGSourcePath** pair as a last resort.