| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ModuleCache.cpp | 227 module_spec_dir, module_spec.GetFileSpec().GetFilename().AsCString()); in Get() 239 module_spec.GetFileSpec(), in Get() 248 cached_module_spec.GetFileSpec() = module_file_path; in Get() 249 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec(); in Get() 256 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in Get() 300 tmp_download_file_spec, module_spec.GetFileSpec()); in GetAndPut() 323 GetSymbolFileSpec(module_spec.GetFileSpec())); in GetAndPut() 330 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in GetAndPut()
|
| H A D | SectionLoadList.cpp | 71 section.get(), module_sp->GetFileSpec(), section->GetName(), in SetSectionLoadAddress() 110 load_addr, module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress() 112 curr_module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress() 145 section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded() 179 const FileSpec &module_file_spec(section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
|
| H A D | TargetList.cpp | 121 module_spec.GetFileSpec().SetFile(user_exe_path, FileSpec::Style::native); in CreateTargetInternal() 122 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateTargetInternal() 126 Host::ResolveExecutableInBundle(module_spec.GetFileSpec()); in CreateTargetInternal() 131 module_spec.GetFileSpec(), file_offset, file_size, module_specs); in CreateTargetInternal() 159 module_spec.GetFileSpec().GetPath().c_str()); in CreateTargetInternal() 404 exe_module_sp->GetFileSpec().GetPath(resolved_bundle_exe_path, in CreateTargetInternal() 472 if (FileSpec::Equal(exe_file_spec, exe_module->GetFileSpec(), in FindTargetWithExecutableAndArchitecture()
|
| H A D | Platform.cpp | 234 resolved_spec.GetFileSpec().PrependPathComponent( in GetSharedModule() 250 module_sp->SetPlatformFileSpec(resolved_spec.GetFileSpec()); in GetSharedModule() 892 if (FileSystem::Instance().Exists(module_spec.GetFileSpec())) { in ResolveExecutable() 915 module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable() 1554 const auto platform_spec = module_spec.GetFileSpec(); in GetCachedExecutable() 1558 module_spec.GetFileSpec() = module_sp->GetFileSpec(); in GetCachedExecutable() 1586 if (process->GetModuleSpec(module_spec.GetFileSpec(), in GetRemoteSharedModule() 1617 if (!GetModuleSpec(module_spec.GetFileSpec(), module_spec.GetArchitecture(), in GetRemoteSharedModule() 1657 module_spec.GetFileSpec(), module_spec.GetObjectOffset(), in GetCachedSharedModule()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 97 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance() 103 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance() 104 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateInstance()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 129 resolved_module_spec.GetFileSpec().SetFile(exe_path, in ResolveExecutable() 131 FileSystem::Instance().Resolve(resolved_module_spec.GetFileSpec()); in ResolveExecutable() 136 resolved_module_spec.GetFileSpec()); in ResolveExecutable() 139 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable() 145 resolved_module_spec.GetFileSpec()); in ResolveExecutable() 149 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable() 153 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable() 210 resolved_module_spec.GetFileSpec().GetPath().c_str(), in ResolveExecutable() 239 resolved_module_spec.GetFileSpec())) { in ResolveExecutable() 242 resolved_module_spec.GetFileSpec().GetPath().c_str(), in ResolveExecutable() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ModuleList.cpp | 175 ModuleSpec equivalent_module_spec(module_sp->GetFileSpec(), in ReplaceEquivalent() 648 const FileSpec &module_file_spec = module->GetFileSpec(); in LogUUIDAndPaths() 874 resolved_module_spec.GetFileSpec() = search_path_spec; in GetSharedModule() 912 located_binary_modulespec.GetFileSpec())) { in GetSharedModule() 919 located_binary_modulespec.GetFileSpec())) { in GetSharedModule() 946 platform_module_spec.GetFileSpec() = in GetSharedModule() 947 located_binary_modulespec.GetFileSpec(); in GetSharedModule() 949 located_binary_modulespec.GetFileSpec(); in GetSharedModule() 961 located_binary_modulespec.GetFileSpec()); in GetSharedModule() 992 if (located_binary_modulespec.GetFileSpec()) { in GetSharedModule() [all …]
|
| H A D | Module.cpp | 143 module_spec.GetFileSpec().GetPath().c_str(), in Module() 173 if (module_spec.GetFileSpec()) in Module() 175 else if (matching_module_spec.GetFileSpec()) in Module() 189 if (module_spec.GetFileSpec()) in Module() 190 m_file = module_spec.GetFileSpec(); in Module() 191 else if (matching_module_spec.GetFileSpec()) in Module() 192 m_file = matching_module_spec.GetFileSpec(); in Module() 1074 std::string spec(GetFileSpec().GetPath()); in GetSpecificationDescription() 1273 GetFileSpec().GetPath().c_str()); in GetObjectFile() 1436 if (obj_file->GetFileSpec() == file) { in SetSymbolFileFileSpec() [all …]
|
| H A D | DynamicLoader.cpp | 84 if (FileSystem::Instance().Exists(executable->GetFileSpec())) { in GetTargetExecutable() 85 ModuleSpec module_spec(executable->GetFileSpec(), in GetTargetExecutable()
|
| H A D | SourceManager.cpp | 95 if (!file_sp || !FileSystem::Instance().Exists(file_sp->GetFileSpec())) { in GetFile() 315 file_spec = m_last_file_sp->GetFileSpec(); in GetDefaultFileAndLine() 345 file_spec = m_last_file_sp->GetFileSpec(); in GetDefaultFileAndLine() 557 std::string path = GetFileSpec().GetPath(/*denormalize*/ false); in DisplaySourceLines()
|
| H A D | SearchFilter.cpp | 430 FileSpec::Equal(module_sp->GetFileSpec(), m_module_spec, false)); in ModulePasses() 471 if (FileSpec::Equal(m_module_spec, module->GetFileSpec(), full_match)) { in Search() 569 0, module_sp->GetFileSpec(), false) != UINT32_MAX; in ModulePasses() 612 if (m_module_spec_list.FindFileIndex(0, module->GetFileSpec(), false) != in Search() 826 m_module_spec_list.FindFileIndex(0, module_sp->GetFileSpec(), false) != in Search()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 38 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec() function in SBModuleSpec 39 SBFileSpec sb_spec(m_opaque_ap->GetFileSpec()); in GetFileSpec() 44 m_opaque_ap->GetFileSpec() = *sb_spec; in SetFileSpec()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 1444 module->GetFileSpec()); in DumpModuleObjfileHeaders() 2569 if (module_spec.GetFileSpec()) { in DoExecute() 2723 module_spec.GetFileSpec() = in DoExecute() 2737 module_spec.GetFileSpec() = in DoExecute() 2915 if (module_spec.GetFileSpec()) in DoExecute() 2928 ->GetFileSpec() in DoExecute() 4267 module_sp->GetFileSpec() in AddModuleSymbols() 4340 module_spec.GetFileSpec() = in DoExecute() 4370 module_spec.GetFileSpec() = in DoExecute() 4375 module_spec.GetFileSpec() = module_sp->GetFileSpec(); in DoExecute() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 107 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec()) || in ResolveExecutable() 142 if (FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) { in ResolveExecutable() 145 resolved_module_spec.GetFileSpec().GetPath().c_str(), in ResolveExecutable() 150 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable() 156 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable() 394 m_gdb_client.SetSTDIN(file_action->GetFileSpec()); in LaunchProcess() 397 m_gdb_client.SetSTDOUT(file_action->GetFileSpec()); in LaunchProcess() 400 m_gdb_client.SetSTDERR(file_action->GetFileSpec()); in LaunchProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ModuleSpec.h | 76 FileSpec &GetFileSpec() { return m_file; } in GetFileSpec() function 78 const FileSpec &GetFileSpec() const { return m_file; } in GetFileSpec() function 256 const FileSpec &fspec = match_module_spec.GetFileSpec(); in Matches() 257 if (!FileSpec::Equal(fspec, GetFileSpec(), in Matches()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 415 if (module_spec.GetFileSpec()) { in ResolveReExportedSymbolInModuleSpec() 422 module_spec.GetFileSpec().GetDirectory().Clear(); in ResolveReExportedSymbolInModuleSpec() 456 reexported_module_spec.GetFileSpec() = in ResolveReExportedSymbolInModuleSpec() 472 module_spec.GetFileSpec() = GetReExportedSymbolSharedLibrary(); in ResolveReExportedSymbol() 473 if (module_spec.GetFileSpec()) { in ResolveReExportedSymbol()
|
| H A D | SymbolContext.cpp | 98 *s << module_sp->GetFileSpec(); in DumpStopContext() 100 *s << module_sp->GetFileSpec().GetFilename(); in DumpStopContext() 207 module_sp->GetFileSpec().Dump(s); in GetDescription() 333 module_sp->GetFileSpec().Dump(s); in Dump() 526 objfile->GetFileSpec().GetPath().c_str()); in GetParentOfInlinedScope() 1067 if (!FileSpec::Equal(module_file_spec, sc.module_sp->GetFileSpec(), in SymbolContextMatches() 1163 m_module_sp->GetFileSpec().GetPath(path_str, PATH_MAX); in GetDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmdCmdGdbInfo.cpp | 203 module.GetFileSpec().GetDirectory()); in PrintFnSharedLibrary() 204 const CMIUtilString strModuleFileName(module.GetFileSpec().GetFilename()); in PrintFnSharedLibrary()
|
| H A D | MICmnLLDBDebugSessionInfo.cpp | 632 rFrame.GetLineEntry().GetFileSpec().GetPath(&pBuffer[0], sizeof(pBuffer)); in GetFrameInfo() 645 const char *pFileName = rFrame.GetLineEntry().GetFileSpec().GetFilename(); in GetFrameInfo() 806 rModule.IsValid() ? rModule.GetFileSpec().GetFilename() : pUnkwn; in GetBrkPtInfo() 818 lldb::SBFileSpec rFileSpec = rCmplUnit.GetFileSpec(); in GetBrkPtInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Symbols.cpp | 154 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateDSYMInVincinityOfExecutable() 243 result.GetFileSpec() = exec_fspec; in LocateExecutableObjectFile() 264 FileSpec module_file_spec = module_spec.GetFileSpec(); in LocateExecutableSymbolFile()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 113 executable_sp ? executable_sp->GetFileSpec().GetPath().c_str() in DidAttach() 147 executable_sp->GetFileSpec().GetPath().c_str()); in DidAttach() 166 module_sp ? module_sp->GetFileSpec().GetPath().c_str() in DidAttach() 350 containingModules.Append(interpreter->GetFileSpec()); in SetRendezvousBreakpoint() 769 return module_sp->GetFileSpec().GetPath() == "[vdso]"; in AlwaysRelyOnEHUnwindInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfo.cpp | 58 m_dwarf2Data->GetObjectFile()->GetFileSpec().GetPath().c_str()); in GetCompileUnitAranges() 83 m_dwarf2Data->GetObjectFile()->GetFileSpec().GetPath().c_str()); in GetCompileUnitAranges()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | FileAction.h | 45 const FileSpec &GetFileSpec() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | ProcessFreeBSD.cpp | 287 return FileSystem::Instance().Exists(exe_module_sp->GetFileSpec()); in CanDebug() 350 ProcessFreeBSD::GetFileSpec(const lldb_private::FileAction *file_action, in GetFileSpec() function in ProcessFreeBSD 356 file_spec = file_action->GetFileSpec(); in GetFileSpec() 395 GetFileSpec(file_action, stdin_file_spec, dbg_pts_file_spec); in DoLaunch() 399 GetFileSpec(file_action, stdout_file_spec, dbg_pts_file_spec); in DoLaunch() 403 GetFileSpec(file_action, stderr_file_spec, dbg_pts_file_spec); in DoLaunch()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBDeclaration.h | 31 lldb::SBFileSpec GetFileSpec() const;
|