/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/Symbol/ |
H A D | LocateSymbolFileMacOSX.cpp |
|
H A D | LocateSymbolFile.cpp |
|
/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/Target/ |
H A D | ModuleCache.cpp | 230 module_spec_dir, module_spec.GetFileSpec().GetFilename().AsCString()); in Get() 242 module_spec.GetFileSpec(), in Get() 251 cached_module_spec.GetFileSpec() = module_file_path; in Get() 252 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec(); in Get() 259 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in Get() 303 tmp_download_file_spec, module_spec.GetFileSpec()); in GetAndPut() 326 GetSymbolFileSpec(module_spec.GetFileSpec())); in GetAndPut() 333 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() 331 exe_module_sp->GetFileSpec().GetPath(resolved_bundle_exe_path, in CreateTargetInternal() 388 !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() 741 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable() 743 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec()) && in ResolveExecutable() 746 resolved_module_spec.GetFileSpec()); in ResolveExecutable() 782 if (!FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) in ResolveExecutable() 784 resolved_module_spec.GetFileSpec()); in ResolveExecutable() 786 if (!ObjectFile::IsObjectFile(resolved_module_spec.GetFileSpec())) in ResolveExecutable() 788 resolved_module_spec.GetFileSpec()); in ResolveExecutable() 792 resolved_module_spec.GetFileSpec(), GetPluginName(), in ResolveExecutable() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
H A D | SymbolVendorELF.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/Core/ |
H A D | DynamicLoader.cpp | 82 if (FileSystem::Instance().Exists(executable->GetFileSpec())) { in GetTargetExecutable() 83 ModuleSpec module_spec(executable->GetFileSpec(), in GetTargetExecutable() 242 module_spec.GetFileSpec() = objfile_module_spec.GetFileSpec(); in LoadBinaryWithUUIDAndAddress() 243 if (FileSystem::Instance().Exists(module_spec.GetFileSpec()) && in LoadBinaryWithUUIDAndAddress() 254 if (FileSystem::Instance().Exists(module_spec.GetFileSpec())) { in LoadBinaryWithUUIDAndAddress() 263 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() 925 if (located_binary_modulespec.GetFileSpec() != module_file_spec) { in GetSharedModule() 927 located_binary_modulespec.GetFileSpec())) { in GetSharedModule() 928 located_binary_modulespec.GetFileSpec().GetPath(path, sizeof(path)); in GetSharedModule() 934 located_binary_modulespec.GetFileSpec())) { in GetSharedModule() [all …]
|
H A D | Module.cpp | 147 module_spec.GetFileSpec().GetPath().c_str(), in Module() 161 module_spec.GetFileSpec(), 0, file_size, modules_specs, data_sp) == 0) in Module() 187 if (module_spec.GetFileSpec()) in Module() 189 FileSystem::Instance().GetModificationTime(module_spec.GetFileSpec()); in Module() 190 else if (matching_module_spec.GetFileSpec()) in Module() 192 matching_module_spec.GetFileSpec()); in Module() 205 if (module_spec.GetFileSpec()) in Module() 206 m_file = module_spec.GetFileSpec(); in Module() 207 else if (matching_module_spec.GetFileSpec()) in Module() 208 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/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() 69 GetFileSpec(), m_base, m_base + m_size); in Dump()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileLine.cpp | 104 m_location_spec.GetFileSpec().GetPath()); in SerializeToStructuredData() 217 FileSpec request_file = m_location_spec.GetFileSpec(); in DeduceSourceMapping() 309 m_location_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"), in SearchCallback() 324 m_location_spec.GetFileSpec().GetPath().c_str(), in GetDescription()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 84 exe_valid = exe_module->GetFileSpec().GetPath(exe_path, sizeof(exe_path)); in DumpTargetInfo() 812 sc.comp_unit->GetPrimaryFile(), sc.module_sp->GetFileSpec()); in DumpGlobalVariableList() 815 sc.module_sp->GetFileSpec().GetPath().c_str()); in DumpGlobalVariableList() 1288 << module->GetFileSpec().GetFilename() << "\n"; in DumpCompileUnitLineTable() 1368 module_sp->GetFileSpec()); in DumpModuleObjfileHeaders() 1574 DumpFullpath(strm, &module->GetFileSpec(), 0); in LookupSymbolInModule() 1657 DumpFullpath(strm, &module->GetFileSpec(), 0); in LookupFunctionInModule() 1692 DumpFullpath(strm, &module->GetFileSpec(), 0); in LookupTypeInModule() 1736 DumpFullpath(strm, &module.GetFileSpec(), 0); in LookupTypeHere() 1780 DumpFullpath(strm, &module->GetFileSpec(), 0); in LookupFileAndLineInModule() [all …]
|
/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()
|
H A D | SBCompileUnit.cpp | 43 SBFileSpec SBCompileUnit::GetFileSpec() const { in GetFileSpec() function in SBCompileUnit 90 line_entry.GetFileSpec().get(), exact, in FindLineEntryIndex()
|
/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/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.cpp | 102 executable_sp ? executable_sp->GetFileSpec().GetPath().c_str() in DidAttach() 136 executable_sp->GetFileSpec().GetPath().c_str()); in DidAttach() 151 module_sp ? module_sp->GetFileSpec().GetPath().c_str() in DidAttach() 343 containingModules.Append(interpreter->GetFileSpec()); in SetRendezvousBreakpoint() 346 m_process->GetTarget().GetExecutableModulePointer()->GetFileSpec()); in SetRendezvousBreakpoint() 878 return module_sp->GetFileSpec().GetPath() == "[vdso]"; in AlwaysRelyOnEHUnwindInfo()
|
/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.''')
|