Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Symbol/
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()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.cpp173 std::string DBGBuildSourcePath; in CreateInstance() local
267 DBGBuildSourcePath); in CreateInstance()
269 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) { in CreateInstance()
271 DBGBuildSourcePath, DBGSourcePath, true); in CreateInstance()
/openbsd/src/gnu/llvm/lldb/docs/use/
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.