/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwinDevice.cpp | 292 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 D | PlatformRemoteDarwinDevice.cpp | 166 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 D | SymbolLocatorDebugSymbols.cpp | 92 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 D | TestStdFunctionStepIntoCallable.py | 49 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 D | LocateModuleCallbackTest.cpp | 300 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 D | TestMemoryHistory.py | 79 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 D | SymbolVendorMacOSX.cpp | 43 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 D | ProcessLaunchInfoTest.cpp | 20 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 D | DynamicLoader.cpp | 82 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 D | ModuleList.cpp | 259 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 D | Module.cpp | 148 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 D | ModuleCache.cpp | 231 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 D | SectionLoadList.cpp | 72 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 D | TargetList.cpp | 123 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 D | SymbolVendorWasm.cpp | 71 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 D | SymbolVendorPECOFF.cpp | 79 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 D | SymbolVendorELF.cpp | 97 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 D | diagnose_unwind.py | 34 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 D | TestSharedLibOnDemand.py | 66 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 D | TestDelayInitDependency.py | 37 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 D | host_art_bt.py | 24 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 D | TestFirmwareCorefiles.py | 81 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 D | SymbolLocatorDefault.cpp | 75 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 D | TestStepAndBreakpoints.py | 101 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 D | TestTsanBasic.py | 77 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c": 112 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c": 124 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c":
|