Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp373 std::string DBGBuildSourcePath; in GetModuleSpecInfoFromUUIDDictionary() local
419 DBGBuildSourcePath.clear(); in GetModuleSpecInfoFromUUIDDictionary()
422 CFCString::FileSystemRepresentation(keys[i], DBGBuildSourcePath); in GetModuleSpecInfoFromUUIDDictionary()
427 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) { in GetModuleSpecInfoFromUUIDDictionary()
445 module_spec.GetSourceMappingList().Append(DBGBuildSourcePath, in GetModuleSpecInfoFromUUIDDictionary()
448 FileSpec build_path(DBGBuildSourcePath.c_str()); in GetModuleSpecInfoFromUUIDDictionary()
472 CFCString::FileSystemRepresentation(cf_str, DBGBuildSourcePath); in GetModuleSpecInfoFromUUIDDictionary()
481 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) { in GetModuleSpecInfoFromUUIDDictionary()
487 module_spec.GetSourceMappingList().Append(DBGBuildSourcePath, in GetModuleSpecInfoFromUUIDDictionary()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp174 std::string DBGBuildSourcePath; in CreateInstance() local
268 DBGBuildSourcePath); in CreateInstance()
270 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) { in CreateInstance()
272 DBGBuildSourcePath, DBGSourcePath, true); in CreateInstance()
/llvm-project-15.0.7/lldb/docs/use/
H A Dsymbols.rst97 | **DBGBuildSourcePath** | A path prefix that was used when |
114 | | **DBGBuildSourcePath** will help |
148 <key>DBGBuildSourcePath</key>
161 <key>DBGBuildSourcePath</key>
214 <key>DBGBuildSourcePath</key>
242 bundle: **DBGSymbolRichExecutable**, **DBGBuildSourcePath** and
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.