Home
last modified time | relevance | path

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

123456789

/llvm-project/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() in GetSharedModuleWithLocalCache()
[all...]
H A DPlatformRemoteDarwinDevice.cpp166 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule()
186 platform_module_spec.GetFileSpec())) { in GetSharedModule()
203 platform_module_spec.GetFileSpec())) { in GetSharedModule()
225 platform_module_spec.GetFileSpec())) { in GetSharedModule()
245 platform_module_spec.GetFileSpec())) { in GetSharedModule()
/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp92 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()
[all...]
/llvm-project/lldb/test/API/lang/cpp/std-function-step-into-callable/
H A DTestStdFunctionStepIntoCallable.py49 thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(),
58 thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(),
69 thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(),
80 thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(),
98 thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(),
/llvm-project/lldb/unittests/Target/
H A DLocateModuleCallbackTest.cpp300 ASSERT_EQ(m_module_sp->GetFileSpec(), uuid_view); in TEST_F()
315 ASSERT_EQ(m_module_sp->GetFileSpec(), uuid_view); in TEST_F()
331 ASSERT_EQ(m_module_sp->GetFileSpec(), uuid_view); in TEST_F()
388 ASSERT_EQ(m_module_sp->GetFileSpec(), uuid_view); in TEST_F()
414 ASSERT_EQ(m_module_sp->GetFileSpec(), uuid_view); in TEST_F()
440 ASSERT_EQ(m_module_sp->GetFileSpec(), uuid_view); in TEST_F()
469 ASSERT_EQ(m_module_sp->GetFileSpec(), uuid_view); in TEST_F()
491 ASSERT_EQ(m_module_sp->GetFileSpec(), in TEST_F()
517 ASSERT_EQ(m_module_sp->GetFileSpec(), in TEST_F()
544 ASSERT_EQ(m_module_sp->GetFileSpec(), in TEST_F()
[all...]
/llvm-project/lldb/test/API/functionalities/asan/
H A DTestMemoryHistory.py79 history_thread.frames[1].GetLineEntry().GetFileSpec().GetFilename(),
86 history_thread.frames[1].GetLineEntry().GetFileSpec().GetFilename(),
95 history_thread.frames[1].GetLineEntry().GetFileSpec().GetFilename(),
162 history_thread.frames[1].GetLineEntry().GetFileSpec().GetFilename(),
172 history_thread.frames[1].GetLineEntry().GetFileSpec().GetFilename(),
184 history_thread.frames[1].GetLineEntry().GetFileSpec().GetFilename(),
/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp43 ofile->GetFileSpec().Dump(feedback_strm->AsRawOstream()); in UUIDsMatch()
58 module->GetFileSpec().Dump(feedback_strm->AsRawOstream()); in UUIDsMatch()
62 ofile->GetFileSpec().Dump(feedback_strm->AsRawOstream()); in UUIDsMatch()
102 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()
114 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()
130 FileSpec file_spec = obj_file->GetFileSpec(); in CreateInstance()
132 file_spec = module_sp->GetFileSpec(); in CreateInstance()
/llvm-project/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/lldb/source/Core/
H A DDynamicLoader.cpp82 if (FileSystem::Instance().Exists(executable->GetFileSpec())) { in GetTargetExecutable()
83 ModuleSpec module_spec(executable->GetFileSpec(), in GetTargetExecutable()
250 module_spec.GetFileSpec() = objfile_module_spec.GetFileSpec(); in LoadBinaryWithUUIDAndAddress()
251 if (FileSystem::Instance().Exists(module_spec.GetFileSpec()) && in LoadBinaryWithUUIDAndAddress()
262 if (FileSystem::Instance().Exists(module_spec.GetFileSpec())) { in LoadBinaryWithUUIDAndAddress()
271 if (!module_sp && FileSystem::Instance().Exists(module_spec.GetFileSpec())) in LoadBinaryWithUUIDAndAddress()
H A DModuleList.cpp259 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 DModule.cpp148 module_spec.GetFileSpec().GetPath().c_str(), in Module()
162 module_spec.GetFileSpec(), 0, file_size, modules_specs, data_sp) == 0) in Module()
188 if (module_spec.GetFileSpec()) in Module()
190 FileSystem::Instance().GetModificationTime(module_spec.GetFileSpec()); in Module()
191 else if (matching_module_spec.GetFileSpec()) in Module()
193 matching_module_spec.GetFileSpec()); in Module()
206 if (module_spec.GetFileSpec()) in Module()
207 m_file = module_spec.GetFileSpec(); in Module()
208 else if (matching_module_spec.GetFileSpec()) in Module()
209 m_file = matching_module_spec.GetFileSpec(); in Module()
[all...]
/llvm-project/lldb/source/Target/
H A DModuleCache.cpp231 module_spec_dir, module_spec.GetFileSpec().GetFilename().AsCString()); in Get()
244 module_spec.GetFileSpec(), in Get()
254 cached_module_spec.GetFileSpec() = module_file_path; in Get()
255 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec(); in Get()
262 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in Get()
307 tmp_download_file_spec, module_spec.GetFileSpec()); in GetAndPut()
331 GetSymbolFileSpec(module_spec.GetFileSpec())); in GetAndPut()
338 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec());
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()
332 exe_module_sp->GetFileSpec().GetPath(resolved_bundle_exe_path, in CreateTargetInternal()
389 !FileSpec::Match(exe_file_spec, exe_module->GetFileSpec())) in FindTargetWithExecutableAndArchitecture()
/llvm-project/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/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp79 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()
/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp97 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()
101 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance()
102 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateInstance()
118 if (unstripped_spec.GetFileSpec() == module_spec.GetFileSpec()) in CreateInstance()
120 dsym_fspec = unstripped_spec.GetFileSpec(); in CreateInstance()
/llvm-project/lldb/examples/python/
H A Ddiagnose_unwind.py34 if sbaddr.GetModule().GetFileSpec():
35 module_filename = sbaddr.GetModule().GetFileSpec().GetFilename()
281 and module.GetFileSpec().GetFilename() is not None
284 not module.GetFileSpec().GetFilename()
288 "image list %s" % module.GetFileSpec().GetFilename()
290 modules_already_seen.add(module.GetFileSpec().GetFilename())
/llvm-project/lldb/test/API/symbol_ondemand/shared_library/
H A DTestSharedLibOnDemand.py66 self.assertEqual("foo.c", leaf_frame.GetLineEntry().GetFileSpec().GetFilename())
71 "shared.c", parent_frame.GetLineEntry().GetFileSpec().GetFilename()
104 self.assertEqual("foo.c", leaf_frame.GetLineEntry().GetFileSpec().GetFilename())
109 "shared.c", parent_frame.GetLineEntry().GetFileSpec().GetFilename()
/llvm-project/lldb/test/API/macosx/delay-init-dependency/
H A DTestDelayInitDependency.py37 self.assertNotEqual(m.GetFileSpec().GetFilename(), "libfoo.dylib")
46 self.assertNotEqual(m.GetFileSpec().GetFilename(), "libfoo.dylib")
61 if m.GetFileSpec().GetFilename() == "libfoo.dylib":
/llvm-project/lldb/scripts/android/
H A Dhost_art_bt.py24 r"JIT\(.*?\)", frame.GetModule().GetFileSpec().GetFilename()
37 "file": str(line_entry.GetFileSpec()) if line_entry else None,
85 r"JIT\(.*?\)", frame.GetModule().GetFileSpec().GetFilename()
270 module_name = frame.GetModule().GetFileSpec().GetFilename()
282 "file": str(frame.GetLineEntry().GetFileSpec())
/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/
H A DTestFirmwareCorefiles.py81 fspec = target.GetModuleAtIndex(0).GetFileSpec()
107 fspec = target.GetModuleAtIndex(0).GetFileSpec()
186 fspec = target.GetModuleAtIndex(0).GetFileSpec()
200 fspec = target.GetModuleAtIndex(0).GetFileSpec()
220 fspec = target.GetModuleAtIndex(0).GetFileSpec()
361 fspec = target.GetModuleAtIndex(0).GetFileSpec()
/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp75 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()
/llvm-project/lldb/test/API/lang/c/stepping/
H A DTestStepAndBreakpoints.py101 current_file = frame.GetLineEntry().GetFileSpec()
117 frame.GetLineEntry().GetFileSpec(),
161 frame.GetLineEntry().GetFileSpec(),
197 current_file = frame.GetLineEntry().GetFileSpec()
228 thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec(), current_file
/llvm-project/lldb/test/API/functionalities/tsan/basic/
H A DTestTsanBasic.py77 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c":
112 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c":
124 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c":

123456789