| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/ |
| HD | PlatformFreeBSD.cpp | 171 if (!resolved_module_spec.GetFileSpec().Exists()) in ResolveExecutable() 173 module_spec.GetFileSpec().GetPath(exe_path, sizeof(exe_path)); in ResolveExecutable() 174 resolved_module_spec.GetFileSpec().SetFile(exe_path, true); in ResolveExecutable() 177 if (!resolved_module_spec.GetFileSpec().Exists()) in ResolveExecutable() 178 resolved_module_spec.GetFileSpec().ResolveExecutableLocation (); in ResolveExecutable() 180 if (resolved_module_spec.GetFileSpec().Exists()) in ResolveExecutable() 184 …gWithFormat("unable to find executable for '%s'", resolved_module_spec.GetFileSpec().GetPath().c_s… in ResolveExecutable() 198 Host::ResolveExecutableInBundle (resolved_module_spec.GetFileSpec()); in ResolveExecutable() 200 if (resolved_module_spec.GetFileSpec().Exists()) in ResolveExecutable() 206 …ted, and '%s' doesn't exist in the system root.", resolved_module_spec.GetFileSpec().GetPath().c_s… in ResolveExecutable() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Utility/ |
| HD | ModuleCache.cpp | 86 …const auto module_file_path = JoinPath (module_spec_dir, module_spec.GetFileSpec ().GetFilename ()… in Put() 94 …const auto error = CreateHostSysRootModuleLink(root_dir_spec, hostname, module_spec.GetFileSpec(),… in Put() 117 …const auto module_file_path = JoinPath (module_spec_dir, module_spec.GetFileSpec ().GetFilename ()… in Get() 125 …const auto error = CreateHostSysRootModuleLink(root_dir_spec, hostname, module_spec.GetFileSpec(),… in Get() 131 cached_module_spec.GetFileSpec () = module_file_path; in Get() 132 cached_module_spec.GetPlatformFileSpec () = module_spec.GetFileSpec (); in Get()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/ |
| HD | SymbolVendorELF.cpp | 112 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance() 119 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance() 120 module_spec.GetFileSpec().ResolvePath(); in CreateInstance()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | SectionLoadList.cpp | 89 const FileSpec &module_file_spec (module_sp->GetFileSpec()); in SetSectionLoadAddress() 137 … module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress() 139 … curr_module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress() 175 const FileSpec &module_file_spec (section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded() 206 const FileSpec &module_file_spec (section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
|
| HD | TargetList.cpp | 151 module_spec.GetFileSpec().SetFile(user_exe_path, true); in CreateTargetInternal() 155 Host::ResolveExecutableInBundle (module_spec.GetFileSpec()); in CreateTargetInternal() 159 …const size_t num_specs = ObjectFile::GetModuleSpecifications (module_spec.GetFileSpec(), file_offs… in CreateTargetInternal() 185 … module_spec.GetFileSpec().GetPath().c_str()); in CreateTargetInternal() 464 … exe_module_sp->GetFileSpec().GetPath(resolved_bundle_exe_path, sizeof(resolved_bundle_exe_path)); in CreateTargetInternal() 553 if (FileSpec::Equal (exe_file_spec, exe_module->GetFileSpec(), full_match)) in FindTargetWithExecutableAndArchitecture()
|
| HD | Platform.cpp | 1035 if (module_spec.GetFileSpec().Exists()) in ResolveExecutable() 1067 module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable() 1769 const auto platform_spec = module_spec.GetFileSpec (); in GetCachedExecutable() 1776 module_spec.GetFileSpec () = module_sp->GetFileSpec (); in GetCachedExecutable() 1813 …if (process->GetModuleSpec (module_spec.GetFileSpec (), module_spec.GetArchitecture (), resolved_m… in GetRemoteSharedModule() 1820 …if (!GetModuleSpec (module_spec.GetFileSpec (), module_spec.GetArchitecture (), resolved_module_sp… in GetRemoteSharedModule() 1853 return DownloadModuleSlice (module_spec.GetFileSpec (), in GetCachedSharedModule()
|
| HD | Target.cpp | 161 s->PutCString (exe_module->GetFileSpec().GetFilename().GetCString()); in Dump() 1094 … module_sp->GetFileSpec().GetFileNameStrippingExtension().GetCString(), in LoadScriptingResourceForModule() 1131 executable_sp->GetFileSpec().GetPath().c_str()); in SetExecutableModule() 1202 ModuleSpec module_spec (executable_sp->GetFileSpec(), arch_spec); in SetArchitecture() 1459 if (addr_module_sp && addr_module_sp->GetFileSpec()) in ReadMemory() 1461 … addr_module_sp->GetFileSpec().GetFilename().AsCString("<Unknown>"), in ReadMemory() 1463 … addr_module_sp->GetFileSpec().GetFilename().AsCString("<Unknonw>")); in ReadMemory() 1703 …f (m_image_search_paths.RemapPath (module_spec.GetFileSpec().GetDirectory(), transformed_spec.GetF… in GetSharedModule() 1705 … transformed_spec.GetFileSpec().GetFilename() = module_spec.GetFileSpec().GetFilename(); in GetSharedModule() 1791 …le_spec.GetUUID().IsValid() && !module_spec.GetFileSpec().GetFilename().IsEmpty() && !module_spec.… in GetSharedModule() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Module.cpp | 170 module_spec.GetFileSpec().GetPath().c_str(), in Module() 178 if (ObjectFile::GetModuleSpecifications(module_spec.GetFileSpec(), 0, 0, modules_specs) == 0) in Module() 191 if (module_spec.GetFileSpec()) in Module() 192 m_mod_time = module_spec.GetFileSpec().GetModificationTime(); in Module() 193 else if (matching_module_spec.GetFileSpec()) in Module() 194 m_mod_time = matching_module_spec.GetFileSpec().GetModificationTime(); in Module() 204 if (module_spec.GetFileSpec()) in Module() 205 m_file = module_spec.GetFileSpec(); in Module() 206 else if (matching_module_spec.GetFileSpec()) in Module() 207 m_file = matching_module_spec.GetFileSpec(); in Module() [all …]
|
| HD | SearchFilter.cpp | 370 if (module_sp && FileSpec::Equal(module_sp->GetFileSpec(), m_module_spec, false)) in ModulePasses() 429 if (FileSpec::Equal (m_module_spec, module->GetFileSpec(), full_match)) in Search() 526 …if (module_sp && m_module_spec_list.FindFileIndex(0, module_sp->GetFileSpec(), false) != UINT32_MA… in ModulePasses() 588 if (m_module_spec_list.FindFileIndex(0, module->GetFileSpec(), false) != UINT32_MAX) in Search() 766 …if (no_modules_in_filter || m_module_spec_list.FindFileIndex(0, module_sp->GetFileSpec(), false) !… in Search()
|
| HD | DynamicLoader.cpp | 89 if (executable->GetFileSpec().Exists()) in GetTargetExecutable() 91 ModuleSpec module_spec (executable->GetFileSpec(), executable->GetArchitecture()); in GetTargetExecutable()
|
| HD | ModuleList.cpp | 130 ModuleSpec equivalent_module_spec (module_sp->GetFileSpec(), module_sp->GetArchitecture()); in ReplaceEquivalent() 777 const FileSpec &module_file_spec = module->GetFileSpec(); in LogUUIDAndPaths() 939 const FileSpec &module_file_spec = module_spec.GetFileSpec(); in GetSharedModule() 1014 … search_path_spec.AppendPathComponent(module_spec.GetFileSpec().GetFilename().AsCString()); in GetSharedModule() 1019 resolved_module_spec.GetFileSpec() = search_path_spec; in GetSharedModule() 1087 platform_module_spec.GetFileSpec() = file_spec; in GetSharedModule() 1185 … module->GetFileSpec().GetFileNameStrippingExtension().GetCString(), in LoadScriptingResourcesInTarget()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBModuleSpec.cpp | 57 SBModuleSpec::GetFileSpec () in GetFileSpec() function in SBModuleSpec 59 SBFileSpec sb_spec(m_opaque_ap->GetFileSpec()); in GetFileSpec() 66 m_opaque_ap->GetFileSpec() = *sb_spec; in SetFileSpec()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectTarget.cpp | 72 exe_valid = exe_module->GetFileSpec().GetPath (exe_path, sizeof(exe_path)); in DumpTargetInfo() 871 sc.module_sp->GetFileSpec().GetPath().c_str()); in DumpGlobalVariableList() 876 sc.module_sp->GetFileSpec().GetPath().c_str()); in DumpGlobalVariableList() 1512 << module->GetFileSpec().GetFilename() << "\n"; in DumpCompileUnitLineTable() 1740 DumpFullpath (strm, &module->GetFileSpec(), 0); in LookupSymbolInModule() 1829 DumpFullpath (strm, &module->GetFileSpec(), 0); in LookupFunctionInModule() 1860 DumpFullpath (strm, &module->GetFileSpec(), 0); in LookupTypeInModule() 1913 DumpFullpath (strm, &sym_ctx.module_sp->GetFileSpec(), 0); in LookupTypeHere() 1963 DumpFullpath (strm, &module->GetFileSpec(), 0); in LookupFileAndLineInModule() 2759 if (module_spec.GetFileSpec()) in DoExecute() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.cpp | 144 if (resolved_module_spec.GetFileSpec().Exists() || in ResolveExecutable() 186 if (resolved_module_spec.GetFileSpec().Readable()) in ResolveExecutable() 189 … resolved_module_spec.GetFileSpec().GetPath().c_str(), in ResolveExecutable() 195 ….SetErrorStringWithFormat("'%s' is not readable", resolved_module_spec.GetFileSpec().GetPath().c_s… in ResolveExecutable() 202 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable() 493 m_gdb_client.SetSTDIN(file_action->GetFileSpec()); in LaunchProcess() 496 m_gdb_client.SetSTDOUT(file_action->GetFileSpec()); in LaunchProcess() 499 m_gdb_client.SetSTDERR(file_action->GetFileSpec()); in LaunchProcess()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| HD | RenderScriptRuntime.cpp | 80 if (module_sp->GetFileSpec().GetFilename() == rs_lib) in GetModuleKind() 86 if (module_sp->GetFileSpec().GetFilename() == rs_driverlib) in GetModuleKind() 92 if (module_sp->GetFileSpec().GetFilename() == rs_cpureflib) in GetModuleKind() 300 rsm->m_module->GetFileSpec().GetFilename().AsCString()); in CaptureSetGlobalVar1() 443 …hook_defn->name, module->GetFileSpec().GetFilename().AsCString(), (uint64_t)hook_defn->version, (u… in LoadRuntimeHooks() 470 … (uint64_t)rs_script.script, rsmodule_sp->m_module->GetFileSpec().GetFilename().AsCString()); in FixupScriptDetails() 481 … (uint64_t)rs_script.script, rsmodule_sp->m_module->GetFileSpec().GetFilename().AsCString()); in FixupScriptDetails() 602 const FileSpec fs = m_module->GetFileSpec(); in ParseRSInfo() 852 m_module->GetFileSpec().Dump(&strm); in Dump()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Symbols.cpp | 207 const ConstString &file_dir = module_spec.GetFileSpec().GetDirectory(); in LocateExecutableSymbolFile() 229 std::string module_directory = module_spec.GetFileSpec().GetDirectory().AsCString(); in LocateExecutableSymbolFile() 253 … if (llvm::sys::fs::equivalent (file_spec.GetPath(), module_spec.GetFileSpec().GetPath())) in LocateExecutableSymbolFile()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | ModuleSpec.h | 117 GetFileSpec () in GetFileSpec() function 122 GetFileSpec () const in GetFileSpec() function 413 const FileSpec &fspec = match_module_spec.GetFileSpec(); in Matches() 414 if (!FileSpec::Equal(fspec, GetFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | Symbol.cpp | 556 if (module_spec.GetFileSpec()) in ResolveReExportedSymbolInModuleSpec() 565 module_spec.GetFileSpec().GetDirectory().Clear(); in ResolveReExportedSymbolInModuleSpec() 601 reexported_module_spec.GetFileSpec() = reexported_libraries.GetFileSpecAtIndex(idx); in ResolveReExportedSymbolInModuleSpec() 621 module_spec.GetFileSpec() = GetReExportedSymbolSharedLibrary(); in ResolveReExportedSymbol() 622 if (module_spec.GetFileSpec()) in ResolveReExportedSymbol()
|
| HD | SymbolContext.cpp | 147 *s << module_sp->GetFileSpec(); in DumpStopContext() 149 *s << module_sp->GetFileSpec().GetFilename(); in DumpStopContext() 276 module_sp->GetFileSpec().Dump(s); in GetDescription() 403 module_sp->GetFileSpec().Dump(s); in Dump() 599 objfile->GetFileSpec().GetPath().c_str()); in GetParentOfInlinedScope() 865 if (!FileSpec::Equal (module_file_spec, sc.module_sp->GetFileSpec(), false)) in SymbolContextMatches() 976 m_module_sp->GetFileSpec().GetPath (path_str, PATH_MAX); in GetDescription()
|
| /NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| HD | MICmdCmdGdbInfo.cpp | 199 const CMIUtilString strModuleFilePath(module.GetFileSpec().GetDirectory()); in PrintFnSharedLibrary() 200 const CMIUtilString strModuleFileName(module.GetFileSpec().GetFilename()); in PrintFnSharedLibrary()
|
| HD | MICmnLLDBDebugSessionInfo.cpp | 635 const MIuint nBytes = rFrame.GetLineEntry().GetFileSpec().GetPath(&pBuffer[0], sizeof(pBuffer)); in GetFrameInfo() 648 const char *pFileName = rFrame.GetLineEntry().GetFileSpec().GetFilename(); in GetFrameInfo() 806 const char *pModule = rModule.IsValid() ? rModule.GetFileSpec().GetFilename() : pUnkwn; in GetBrkPtInfo() 819 lldb::SBFileSpec rFileSpec = rCmplUnit.GetFileSpec(); in GetBrkPtInfo()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| HD | ProcessPOSIX.cpp | 80 return exe_module_sp->GetFileSpec().Exists(); in CanDebug() 142 ProcessPOSIX::GetFileSpec(const lldb_private::FileAction *file_action, in GetFileSpec() function in ProcessPOSIX 150 file_spec = file_action->GetFileSpec(); in GetFileSpec() 190 stdin_file_spec = GetFileSpec(file_action, stdin_file_spec, dbg_pts_file_spec); in DoLaunch() 193 stdout_file_spec = GetFileSpec(file_action, stdout_file_spec, dbg_pts_file_spec); in DoLaunch() 196 stderr_file_spec = GetFileSpec(file_action, stderr_file_spec, dbg_pts_file_spec); in DoLaunch()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | FileAction.h | 62 GetFileSpec() const;
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBDeclaration.h | 35 GetFileSpec () const;
|
| HD | SBLineEntry.h | 42 GetFileSpec () const;
|