Home
last modified time | relevance | path

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

12345678

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp296 module_spec.GetFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
297 module_spec.GetFileSpec().GetFilename().AsCString(), in GetSharedModuleWithLocalCache()
327 module_spec.GetFileSpec().GetPath().c_str()); in GetSharedModuleWithLocalCache()
337 module_spec.GetFileSpec().GetPath()); in GetSharedModuleWithLocalCache()
349 module_spec.GetFileSpec().GetPath().c_str(), in GetSharedModuleWithLocalCache()
350 local_spec.GetFileSpec().GetPath().c_str()); in GetSharedModuleWithLocalCache()
366 std::string module_path(module_spec.GetFileSpec().GetPath()); in GetSharedModuleWithLocalCache()
386 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec()); in GetSharedModuleWithLocalCache()
423 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec()); in GetSharedModuleWithLocalCache()
435 module_spec.GetFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
[all …]
H A DPlatformRemoteDarwinDevice.cpp76 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
78 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
110 if (FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
113 resolved_module_spec.GetFileSpec(), GetPluginName(), in ResolveExecutable()
118 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
124 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
230 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule()
250 platform_module_spec.GetFileSpec())) { in GetSharedModule()
267 platform_module_spec.GetFileSpec())) { in GetSharedModule()
289 platform_module_spec.GetFileSpec())) { in GetSharedModule()
[all …]
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp45 resolved_module_spec.GetFileSpec().SetFile(exe_path, in ResolveExecutable()
47 FileSystem::Instance().Resolve(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
52 resolved_module_spec.GetFileSpec()); in ResolveExecutable()
55 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
61 resolved_module_spec.GetFileSpec()); in ResolveExecutable()
65 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
69 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
125 resolved_module_spec.GetFileSpec().GetPath().c_str(), in ResolveExecutable()
153 resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
156 resolved_module_spec.GetFileSpec(), GetPluginName(), 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()
147 section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
181 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()
328 exe_module_sp->GetFileSpec().GetPath(resolved_bundle_exe_path, in CreateTargetInternal()
384 !FileSpec::Match(exe_file_spec, exe_module->GetFileSpec())) in FindTargetWithExecutableAndArchitecture()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/std-function-step-into-callable/
H A DTestStdFunctionStepIntoCallable.py42 …self.assertEqual( thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(), self.main_…
46 …self.assertEqual( thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(), self.main_…
51 …self.assertEqual( thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(), self.main_…
56 …self.assertEqual( thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(), self.main_…
68 …self.assertEqual( thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(), self.main_…
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp58 return_module_spec.GetFileSpec().Clear(); 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()
273 return_module_spec.GetFileSpec() = file_spec; in LocateMacOSXFilesUsingDebugSymbols()
354 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in GetModuleSpecInfoFromUUIDDictionary()
[all …]
H A DLocateSymbolFile.cpp159 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateDSYMInVincinityOfExecutable()
236 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateExecutableObjectFile()
249 result.GetFileSpec() = exec_fspec; in LocateExecutableObjectFile()
269 module_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"))); in LocateExecutableSymbolFile()
274 FileSpec module_file_spec = module_spec.GetFileSpec(); in LocateExecutableSymbolFile()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp45 ofile->GetFileSpec().Dump(feedback_strm->AsRawOstream()); in UUIDsMatch()
60 module->GetFileSpec().Dump(feedback_strm->AsRawOstream()); in UUIDsMatch()
64 ofile->GetFileSpec().Dump(feedback_strm->AsRawOstream()); in UUIDsMatch()
104 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()
116 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()
126 FileSpec file_spec = obj_file->GetFileSpec(); in CreateInstance()
128 file_spec = module_sp->GetFileSpec(); in CreateInstance()
/llvm-project-15.0.7/lldb/unittests/Host/
H A DProcessLaunchInfoTest.cpp20 Info.GetFileActionForFD(STDIN_FILENO)->GetFileSpec()); in TEST()
22 Info.GetFileActionForFD(STDOUT_FILENO)->GetFileSpec()); in TEST()
24 Info.GetFileActionForFD(STDERR_FILENO)->GetFileSpec()); in TEST()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp71 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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp235 ModuleSpec equivalent_module_spec(module_sp->GetFileSpec(), in ReplaceEquivalent()
652 const FileSpec &module_file_spec = module->GetFileSpec(); in LogUUIDAndPaths()
877 resolved_module_spec.GetFileSpec() = search_path_spec; in GetSharedModule()
915 located_binary_modulespec.GetFileSpec())) { in GetSharedModule()
922 located_binary_modulespec.GetFileSpec())) { in GetSharedModule()
949 platform_module_spec.GetFileSpec() = in GetSharedModule()
950 located_binary_modulespec.GetFileSpec(); in GetSharedModule()
952 located_binary_modulespec.GetFileSpec(); in GetSharedModule()
964 located_binary_modulespec.GetFileSpec()); in GetSharedModule()
995 if (located_binary_modulespec.GetFileSpec()) { in GetSharedModule()
[all …]
/llvm-project-15.0.7/lldb/test/API/symbol_ondemand/shared_library/
H A DTestSharedLibOnDemand.py68 self.assertEqual("foo.c", leaf_frame.GetLineEntry().GetFileSpec().GetFilename())
73 "shared.c", parent_frame.GetLineEntry().GetFileSpec().GetFilename()
106 self.assertEqual("foo.c", leaf_frame.GetLineEntry().GetFileSpec().GetFilename())
111 "shared.c", parent_frame.GetLineEntry().GetFileSpec().GetFilename()
/llvm-project-15.0.7/lldb/examples/python/
H A Ddiagnose_unwind.py35 if sbaddr.GetModule().GetFileSpec():
36 module_filename = sbaddr.GetModule().GetFileSpec().GetFilename()
231 if module is not None and module.GetFileSpec().GetFilename() is not None:
232 if not module.GetFileSpec().GetFilename() in modules_already_seen:
235 module.GetFileSpec().GetFilename())
237 module.GetFileSpec().GetFilename())
/llvm-project-15.0.7/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,
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp101 m_location_spec.GetFileSpec().GetPath()); in SerializeToStructuredData()
129 relative_path = m_location_spec.GetFileSpec().GetDirectory().GetStringRef(); in FilterContexts()
236 FileSpec search_file_spec = m_location_spec.GetFileSpec(); in SearchCallback()
259 m_location_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"), in SearchCallback()
274 m_location_spec.GetFileSpec().GetPath().c_str(), in GetDescription()
/llvm-project-15.0.7/lldb/test/API/functionalities/asan/
H A DTestMemoryHistory.py83 ).GetFileSpec().GetFilename(), "main.c")
91 ).GetFileSpec().GetFilename(), "main.c")
101 ).GetFileSpec().GetFilename(), "main.c")
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/firmware-corefile/
H A DTestFirmwareCorefiles.py52 fspec = target.GetModuleAtIndex(0).GetFileSpec()
67 fspec = target.GetModuleAtIndex(0).GetFileSpec()
115 fspec = target.GetModuleAtIndex(0).GetFileSpec()
129 fspec = target.GetModuleAtIndex(0).GetFileSpec()
147 fspec = target.GetModuleAtIndex(0).GetFileSpec()
265 fspec = target.GetModuleAtIndex(0).GetFileSpec()
/llvm-project-15.0.7/lldb/test/API/lang/c/stepping/
H A DTestStepAndBreakpoints.py105 current_file = frame.GetLineEntry().GetFileSpec()
120 current_file, frame.GetLineEntry().GetFileSpec(),
151 current_file, frame.GetLineEntry().GetFileSpec(),
181 current_file = frame.GetLineEntry().GetFileSpec()
215 0).GetLineEntry().GetFileSpec() == current_file)
/llvm-project-15.0.7/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…
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionValueFileColonLine.cpp32 ASSERT_EQ(value.GetFileSpec(), path);
44 ASSERT_FALSE(value.GetFileSpec()); in TEST()
/llvm-project-15.0.7/lldb/test/API/functionalities/tsan/basic/
H A DTestTsanBasic.py72 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c":
107 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c":
119 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c":

12345678