Home
last modified time | relevance | path

Searched refs:GetFileSpec (Results 1 – 25 of 141) sorted by relevance

123456

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp292 Status err = platform->GetFile(module_spec.GetFileSpec(), module_cache_spec); in BringInRemoteFile()
306 module_spec.GetFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
307 module_spec.GetFileSpec().GetFilename().AsCString(), in GetSharedModuleWithLocalCache()
323 HostInfo::GetSharedCacheImageInfo(module_spec.GetFileSpec().GetPath()); in GetSharedModuleWithLocalCache()
329 ModuleSpec shared_cache_spec(module_spec.GetFileSpec(), image_info.uuid, in GetSharedModuleWithLocalCache()
337 module_spec.GetFileSpec().GetPath().c_str()); in GetSharedModuleWithLocalCache()
347 module_spec.GetFileSpec().GetPath()); in GetSharedModuleWithLocalCache()
359 module_spec.GetFileSpec().GetPath().c_str(), in GetSharedModuleWithLocalCache()
360 local_spec.GetFileSpec().GetPath().c_str()); in GetSharedModuleWithLocalCache()
376 std::string module_path(module_spec.GetFileSpec().GetPath()); in GetSharedModuleWithLocalCache()
[all …]
H A DPlatformRemoteDarwinDevice.cpp77 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
79 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
111 if (FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
114 resolved_module_spec.GetFileSpec(), GetPluginName(), in ResolveExecutable()
119 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
125 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
231 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule()
251 platform_module_spec.GetFileSpec())) { in GetSharedModule()
268 platform_module_spec.GetFileSpec())) { in GetSharedModule()
290 platform_module_spec.GetFileSpec())) { in GetSharedModule()
[all …]
H A DPlatformAppleSimulator.cpp393 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
395 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
432 if (FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
435 resolved_module_spec.GetFileSpec(), GetPluginName(), in ResolveExecutable()
440 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
445 module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
494 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule()
496 platform_module_spec.GetFileSpec()); in GetSharedModule()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp44 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
45 resolved_module_spec.GetFileSpec().GetPath(exe_path, sizeof(exe_path)); in ResolveExecutable()
46 resolved_module_spec.GetFileSpec().SetFile(exe_path, in ResolveExecutable()
48 FileSystem::Instance().Resolve(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
51 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
53 resolved_module_spec.GetFileSpec()); in ResolveExecutable()
56 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
58 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
62 resolved_module_spec.GetFileSpec()); in ResolveExecutable()
66 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
[all …]
H A DModuleCache.cpp230 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 DSectionLoadList.cpp72 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 DTargetList.cpp123 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()
330 exe_module_sp->GetFileSpec().GetPath(resolved_bundle_exe_path, in CreateTargetInternal()
386 !FileSpec::Match(exe_file_spec, exe_module->GetFileSpec())) in FindTargetWithExecutableAndArchitecture()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp58 return_module_spec.GetFileSpec().Clear(); in LocateMacOSXFilesUsingDebugSymbols()
152 if (FileSystem::Instance().Exists(module_spec.GetFileSpec())) { in LocateMacOSXFilesUsingDebugSymbols()
154 exe_spec.GetFileSpec() = module_spec.GetFileSpec(); in LocateMacOSXFilesUsingDebugSymbols()
161 return_module_spec.GetFileSpec() = module_spec.GetFileSpec(); in LocateMacOSXFilesUsingDebugSymbols()
163 module_spec.GetFileSpec().GetPath().c_str(), in LocateMacOSXFilesUsingDebugSymbols()
172 module_spec.GetFileSpec().GetPath()); in LocateMacOSXFilesUsingDebugSymbols()
179 return_module_spec.GetFileSpec() = module_spec.GetFileSpec(); in LocateMacOSXFilesUsingDebugSymbols()
183 module_spec.GetFileSpec().GetPath().c_str(), in LocateMacOSXFilesUsingDebugSymbols()
204 return_module_spec.GetFileSpec() = exec_filespec; in LocateMacOSXFilesUsingDebugSymbols()
245 return_module_spec.GetFileSpec() = bundle_exe_file_spec; in LocateMacOSXFilesUsingDebugSymbols()
[all …]
H A DLocateSymbolFile.cpp162 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateDSYMInVincinityOfExecutable()
239 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateExecutableObjectFile()
252 result.GetFileSpec() = exec_fspec; in LocateExecutableObjectFile()
272 module_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"))); in LocateExecutableSymbolFile()
277 FileSpec module_file_spec = module_spec.GetFileSpec(); in LocateExecutableSymbolFile()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp44 ofile->GetFileSpec().Dump(feedback_strm->AsRawOstream()); in UUIDsMatch()
59 module->GetFileSpec().Dump(feedback_strm->AsRawOstream()); in UUIDsMatch()
63 ofile->GetFileSpec().Dump(feedback_strm->AsRawOstream()); in UUIDsMatch()
103 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()
115 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()
125 FileSpec file_spec = obj_file->GetFileSpec(); in CreateInstance()
127 file_spec = module_sp->GetFileSpec(); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp72 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()
75 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance()
76 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp80 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()
84 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance()
85 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp80 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()
84 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance()
85 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddiagnose_unwind.py34 if sbaddr.GetModule().GetFileSpec():
35 module_filename = sbaddr.GetModule().GetFileSpec().GetFilename()
230 if module is not None and module.GetFileSpec().GetFilename() is not None:
231 if not module.GetFileSpec().GetFilename() in modules_already_seen:
234 module.GetFileSpec().GetFilename())
236 module.GetFileSpec().GetFilename())
H A Djump.py36 line_entry.GetFileSpec(), line_number)
50 line_entry.GetFileSpec(), (line_entry.GetLine() + line_number))
64 line_entry.GetFileSpec(), (line_entry.GetLine() - line_number))
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp241 ModuleSpec equivalent_module_spec(module_sp->GetFileSpec(), in ReplaceEquivalent()
657 const FileSpec &module_file_spec = module->GetFileSpec(); in LogUUIDAndPaths()
803 const FileSpec &module_file_spec = module_spec.GetFileSpec(); in GetSharedModule()
829 module_sp->GetFileSpec().GetFilename().GetCString()); in GetSharedModule()
881 module_spec.GetFileSpec().GetFilename().GetStringRef()); in GetSharedModule()
886 resolved_module_spec.GetFileSpec() = search_path_spec; in GetSharedModule()
922 if (located_binary_modulespec.GetFileSpec() != module_file_spec) { in GetSharedModule()
924 located_binary_modulespec.GetFileSpec())) { in GetSharedModule()
925 located_binary_modulespec.GetFileSpec().GetPath(path, sizeof(path)); in GetSharedModule()
931 located_binary_modulespec.GetFileSpec())) { in GetSharedModule()
[all …]
H A DModule.cpp147 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 DAddressResolverFileLine.cpp62 m_src_location_spec.GetFileSpec().GetFilename().AsCString( in SearchCallback()
78 m_src_location_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"), in GetDescription()
/openbsd-src/gnu/llvm/lldb/scripts/android/
H A Dhost_art_bt.py26 frame.GetModule().GetFileSpec().GetFilename()):
37 'file': str(line_entry.GetFileSpec()) if line_entry else None,
73 r'JIT\(.*?\)', frame.GetModule().GetFileSpec().GetFilename()):
221 module_name = frame.GetModule().GetFileSpec().GetFilename()
229 … 'file': str(frame.GetLineEntry().GetFileSpec()) if frame.GetLineEntry() else None,
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDeclaration.i30 GetFileSpec () const;
60 …file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that re…
H A DSBLineEntry.i63 GetFileSpec () const;
93 …file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that re…
H A DSBModuleSpec.i37 A const reference to the file specification object.") GetFileSpec;
39 GetFileSpec ();
H A DSBCompileUnit.i62 GetFileSpec () const;
148 …file = property(GetFileSpec, None, doc='''A read only property that returns the same result an lld…
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp105 m_location_spec.GetFileSpec().GetPath()); in SerializeToStructuredData()
202 m_location_spec.GetFileSpec().GetPathStyle()); in DeduceSourceMapping()
217 FileSpec request_file = m_location_spec.GetFileSpec(); in DeduceSourceMapping()
312 m_location_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"), in SearchCallback()
327 m_location_spec.GetFileSpec().GetPath().c_str(), in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModuleSpec.cpp58 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec() function in SBModuleSpec
61 SBFileSpec sb_spec(m_opaque_up->GetFileSpec()); in GetFileSpec()
68 m_opaque_up->GetFileSpec() = *sb_spec; in SetFileSpec()

123456