| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
| H A D | SymbolLocatorDebugSymbols.cpp | 92 return_module_spec.GetFileSpec().Clear(); in LocateExecutableObjectFile() 186 if (FileSystem::Instance().Exists(module_spec.GetFileSpec())) { in LocateExecutableObjectFile() 188 exe_spec.GetFileSpec() = module_spec.GetFileSpec(); in LocateExecutableObjectFile() 195 return_module_spec.GetFileSpec() = module_spec.GetFileSpec(); in LocateExecutableObjectFile() 197 module_spec.GetFileSpec().GetPath().c_str(), in LocateExecutableObjectFile() 206 module_spec.GetFileSpec().GetPath()); in LocateExecutableObjectFile() 213 return_module_spec.GetFileSpec() = module_spec.GetFileSpec(); in LocateExecutableObjectFile() 217 module_spec.GetFileSpec().GetPath().c_str(), in LocateExecutableObjectFile() 238 return_module_spec.GetFileSpec() = exec_filespec; in LocateExecutableObjectFile() 279 return_module_spec.GetFileSpec() = bundle_exe_file_spec; in LocateExecutableObjectFile() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 97 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance() 101 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance() 102 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateInstance() 118 if (unstripped_spec.GetFileSpec() == module_spec.GetFileSpec()) in CreateInstance() 120 dsym_fspec = unstripped_spec.GetFileSpec(); in CreateInstance()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | |
| H A D | LocateSymbolFile.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ModuleCache.cpp | 231 module_spec_dir, module_spec.GetFileSpec().GetFilename().AsCString()); in Get() 244 module_spec.GetFileSpec(), in Get() 254 cached_module_spec.GetFileSpec() = module_file_path; in Get() 255 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec(); in Get() 262 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in Get() 307 tmp_download_file_spec, module_spec.GetFileSpec()); in GetAndPut() 331 GetSymbolFileSpec(module_spec.GetFileSpec())); in GetAndPut() 338 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in GetAndPut()
|
| H A D | SectionLoadList.cpp | 72 section.get(), module_sp->GetFileSpec(), section->GetName(), in SetSectionLoadAddress() 111 load_addr, module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress() 113 curr_module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress() 157 section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded() 191 const FileSpec &module_file_spec(section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
|
| H A D | TargetList.cpp | 123 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateTargetInternal() 128 !FileSystem::Instance().Exists(module_spec.GetFileSpec())) in CreateTargetInternal() 130 module_spec.GetFileSpec()); in CreateTargetInternal() 134 Host::ResolveExecutableInBundle(module_spec.GetFileSpec()); in CreateTargetInternal() 140 module_spec.GetFileSpec(), file_offset, file_size, module_specs); in CreateTargetInternal() 165 module_spec.GetFileSpec().GetPath().c_str()); in CreateTargetInternal() 332 exe_module_sp->GetFileSpec().GetPath(resolved_bundle_exe_path, in CreateTargetInternal() 389 !FileSpec::Match(exe_file_spec, exe_module->GetFileSpec())) in FindTargetWithExecutableAndArchitecture()
|
| H A D | Platform.cpp | 181 resolved_spec.GetFileSpec().PrependPathComponent(m_sdk_sysroot); in GetSharedModule() 196 module_sp->SetPlatformFileSpec(resolved_spec.GetFileSpec()); in GetSharedModule() 744 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable() 746 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec()) && in ResolveExecutable() 749 "'{0}' does not exist", resolved_module_spec.GetFileSpec()); in ResolveExecutable() 785 if (!FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) in ResolveExecutable() 787 "'{0}' is not readable", resolved_module_spec.GetFileSpec()); in ResolveExecutable() 789 if (!ObjectFile::IsObjectFile(resolved_module_spec.GetFileSpec())) in ResolveExecutable() 791 "'{0}' is not a valid executable", resolved_module_spec.GetFileSpec()); in ResolveExecutable() 795 resolved_module_spec.GetFileSpec(), GetPluginName(), in ResolveExecutable() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 82 if (FileSystem::Instance().Exists(executable->GetFileSpec())) { in GetTargetExecutable() 83 ModuleSpec module_spec(executable->GetFileSpec(), in GetTargetExecutable() 233 module_spec.GetFileSpec() = name_filespec; in LoadBinaryWithUUIDAndAddress() 255 module_spec.GetFileSpec() = objfile_module_spec.GetFileSpec(); in LoadBinaryWithUUIDAndAddress() 256 if (FileSystem::Instance().Exists(module_spec.GetFileSpec()) && in LoadBinaryWithUUIDAndAddress() 271 if (FileSystem::Instance().Exists(module_spec.GetFileSpec())) { in LoadBinaryWithUUIDAndAddress() 280 if (!module_sp && FileSystem::Instance().Exists(module_spec.GetFileSpec())) in LoadBinaryWithUUIDAndAddress()
|
| H A D | ModuleList.cpp | 259 ModuleSpec equivalent_module_spec(module_sp->GetFileSpec(), in ReplaceEquivalent() 660 const FileSpec &module_file_spec = module->GetFileSpec(); in LogUUIDAndPaths() 806 const FileSpec &module_file_spec = module_spec.GetFileSpec(); in GetSharedModule() 832 module_sp->GetFileSpec().GetFilename().GetCString()); in GetSharedModule() 884 module_spec.GetFileSpec().GetFilename().GetStringRef()); in GetSharedModule() 889 resolved_module_spec.GetFileSpec() = search_path_spec; in GetSharedModule() 926 if (located_binary_modulespec.GetFileSpec() != module_file_spec) { in GetSharedModule() 928 located_binary_modulespec.GetFileSpec())) { in GetSharedModule() 929 located_binary_modulespec.GetFileSpec().GetPath(path, sizeof(path)); in GetSharedModule() 935 located_binary_modulespec.GetFileSpec())) { in GetSharedModule() [all …]
|
| H A D | Module.cpp | 148 module_spec.GetFileSpec().GetPath().c_str(), in Module() 162 module_spec.GetFileSpec(), 0, file_size, modules_specs, data_sp) == 0) in Module() 188 if (module_spec.GetFileSpec()) in Module() 190 FileSystem::Instance().GetModificationTime(module_spec.GetFileSpec()); in Module() 191 else if (matching_module_spec.GetFileSpec()) in Module() 193 matching_module_spec.GetFileSpec()); in Module() 206 if (module_spec.GetFileSpec()) in Module() 207 m_file = module_spec.GetFileSpec(); in Module() 208 else if (matching_module_spec.GetFileSpec()) in Module() 209 m_file = matching_module_spec.GetFileSpec(); in Module() [all …]
|
| H A D | AddressResolverFileLine.cpp | 59 m_src_location_spec.GetFileSpec().GetFilename().AsCString( in SearchCallback() 74 m_src_location_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"), in GetDescription()
|
| H A D | SourceLocationSpec.cpp | 55 : (lhs.GetFileSpec() == rhs.GetFileSpec() && in Equal()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
| H A D | SymbolVendorPECOFF.cpp | 79 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance() 83 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance() 84 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateInstance()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.cpp | 71 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance() 74 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance() 75 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateInstance()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatterSection.cpp | 81 version, module.GetFileSpec()); in ForEachFormatterInModule() 115 module_sp->GetFileSpec(), type_name, summary_string); in LoadTypeSummariesForModule() 127 module_sp->GetFileSpec()); in LoadTypeSummariesForModule() 162 type_name, module_sp->GetFileSpec()); in LoadFormattersForModule() 166 signature, type_name, module_sp->GetFileSpec()); in LoadFormattersForModule()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/ |
| H A D | SymbolLocatorDefault.cpp | 75 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateExecutableObjectFile() 89 result.GetFileSpec() = exec_fspec; in LocateExecutableObjectFile() 107 module_spec.GetFileSpec().GetFilename().AsCString("<Unknown>")); in LocateExecutableSymbolFile() 112 FileSpec module_file_spec = module_spec.GetFileSpec(); in LocateExecutableSymbolFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
| H A D | ObjectFilePlaceholder.cpp | 29 : ObjectFile(module_sp, &module_spec.GetFileSpec(), /*file_offset*/ 0, in LLDB_PLUGIN_DEFINE() 68 GetFileSpec(), m_base, m_base + m_size); in Dump()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 110 m_location_spec.GetFileSpec().GetPath()); in SerializeToStructuredData() 226 FileSpec request_file = m_location_spec.GetFileSpec(); in DeduceSourceMapping() 327 m_location_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"), in SearchCallback() 342 m_location_spec.GetFileSpec().GetPath().c_str(), in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 63 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec() function in SBModuleSpec 66 SBFileSpec sb_spec(m_opaque_up->GetFileSpec()); in GetFileSpec() 73 m_opaque_up->GetFileSpec() = *sb_spec; in SetFileSpec()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 85 exe_valid = exe_module->GetFileSpec().GetPath(exe_path, sizeof(exe_path)); in DumpTargetInfo() 813 sc.comp_unit->GetPrimaryFile(), sc.module_sp->GetFileSpec()); in DumpGlobalVariableList() 816 sc.module_sp->GetFileSpec().GetPath().c_str()); in DumpGlobalVariableList() 1291 << module->GetFileSpec().GetFilename() << "\n"; in DumpCompileUnitLineTable() 1371 module_sp->GetFileSpec()); in DumpModuleObjfileHeaders() 1579 DumpFullpath(strm, &module->GetFileSpec(), 0); in LookupSymbolInModule() 1665 DumpFullpath(strm, &module->GetFileSpec(), 0); in LookupFunctionInModule() 1700 DumpFullpath(strm, &module->GetFileSpec(), 0); in LookupTypeInModule() 1744 DumpFullpath(strm, &module.GetFileSpec(), 0); in LookupTypeHere() 1788 DumpFullpath(strm, &module->GetFileSpec(), 0); in LookupFileAndLineInModule() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ModuleSpec.h | 53 FileSpec &GetFileSpec() { return m_file; } in GetFileSpec() function 55 const FileSpec &GetFileSpec() const { return m_file; } in GetFileSpec() function 234 if (!FileSpec::Match(match_module_spec.GetFileSpec(), GetFileSpec())) in Matches()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
| H A D | DynamicLoaderFreeBSDKernel.cpp | 349 if (FileSystem::Instance().Exists(module_spec.GetFileSpec())) in LoadImageUsingMemoryModule() 350 m_module_sp = std::make_shared<Module>(module_spec.GetFileSpec(), in LoadImageUsingMemoryModule() 477 m_module_sp->GetFileSpec().GetPath().c_str()); in LoadImageUsingMemoryModule() 703 !module_sp->GetObjectFile()->GetFileSpec().GetFilename().IsEmpty()) in LoadKernelModules() 705 ->GetFileSpec() in LoadKernelModules()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBModuleSpecDocstrings.i | 10 ) lldb::SBModuleSpec::GetFileSpec;
|
| H A D | SBDeclarationExtensions.i | 11 file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that represents the file (lldb.SBFileSpec) for this line entry.''')
|