| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformMacOSX.cpp | 174 const lldb_private::FileSpecList *module_search_paths_ptr, in GetSharedModule() argument 177 module_search_paths_ptr, in GetSharedModule() 192 module_spec_x86_64, x86_64_module_sp, module_search_paths_ptr, in GetSharedModule() 209 module_search_paths_ptr, in GetSharedModule()
|
| H A D | PlatformDarwinKernel.h | 63 const FileSpecList *module_search_paths_ptr, 144 const FileSpecList *module_search_paths_ptr, 150 lldb::ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr,
|
| H A D | PlatformRemoteDarwinDevice.cpp | 67 const FileSpecList *module_search_paths_ptr) { in ResolveExecutable() argument 225 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument 329 module_search_paths_ptr, old_modules, in GetSharedModule() 338 module_spec, process, module_sp, module_search_paths_ptr, old_modules, in GetSharedModule() 346 module_search_paths_ptr, old_modules, in GetSharedModule()
|
| H A D | PlatformRemoteDarwinDevice.h | 45 const FileSpecList *module_search_paths_ptr) override; 54 const FileSpecList *module_search_paths_ptr,
|
| H A D | PlatformDarwin.cpp | 334 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument 344 module_spec, process, module_sp, module_search_paths_ptr, old_modules, in GetSharedModule() 352 module_search_paths_ptr, old_modules, in GetSharedModule() 356 if (!module_sp && module_search_paths_ptr && platform_file) { in GetSharedModule() 379 size_t num_module_search_paths = module_search_paths_ptr->GetSize(); in GetSharedModule() 382 module_search_paths_ptr->GetFileSpecAtIndex(i).GetPath( in GetSharedModule() 1197 const FileSpecList *module_search_paths_ptr, in FindBundleBinaryInExecSearchPaths() argument 1202 if (!module_sp && module_search_paths_ptr && platform_file) { in FindBundleBinaryInExecSearchPaths() 1221 size_t num_module_search_paths = module_search_paths_ptr->GetSize(); in FindBundleBinaryInExecSearchPaths() 1228 module_search_paths_ptr->GetFileSpecAtIndex(i).GetPath().c_str()); in FindBundleBinaryInExecSearchPaths() [all …]
|
| H A D | PlatformDarwinKernel.cpp | 718 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument 731 module_search_paths_ptr, old_modules, in GetSharedModule() 735 module_search_paths_ptr, old_modules, in GetSharedModule() 742 module_search_paths_ptr, old_modules, in GetSharedModule() 749 const FileSpecList *module_search_paths_ptr, in GetSharedModuleKext() argument 776 module_search_paths_ptr, old_modules, in GetSharedModuleKext() 787 const FileSpecList *module_search_paths_ptr, in GetSharedModuleKernel() argument 854 module_search_paths_ptr, old_modules, in GetSharedModuleKernel()
|
| H A D | PlatformAppleSimulator.h | 91 const FileSpecList *module_search_paths_ptr) override; 95 const FileSpecList *module_search_paths_ptr,
|
| H A D | PlatformDarwinDevice.cpp | 288 const lldb_private::FileSpecList *module_search_paths_ptr, in GetSharedModuleWithLocalCache() argument 322 module_search_paths_ptr, old_modules, in GetSharedModuleWithLocalCache() 342 module_search_paths_ptr, old_modules, in GetSharedModuleWithLocalCache() 357 module_search_paths_ptr, old_modules, in GetSharedModuleWithLocalCache()
|
| H A D | PlatformDarwin.h | 76 const FileSpecList *module_search_paths_ptr, 184 lldb::ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr,
|
| H A D | PlatformAppleSimulator.cpp | 366 const FileSpecList *module_search_paths_ptr) { in ResolveExecutable() argument 474 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument 487 module_search_paths_ptr); in GetSharedModule() 491 module_search_paths_ptr, old_modules, in GetSharedModule()
|
| H A D | PlatformDarwinDevice.h | 29 const FileSpecList *module_search_paths_ptr,
|
| H A D | PlatformMacOSX.h | 51 const FileSpecList *module_search_paths_ptr,
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 33 const FileSpecList *module_search_paths_ptr) { in ResolveExecutable() argument 74 module_search_paths_ptr); in ResolveExecutable() 95 module_search_paths_ptr, nullptr, nullptr); in ResolveExecutable() 116 … exe_module_sp, module_search_paths_ptr, nullptr, nullptr); in ResolveExecutable() 139 module_search_paths_ptr, nullptr, nullptr); in ResolveExecutable()
|
| H A D | Platform.cpp | 202 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument 206 module_search_paths_ptr, old_modules, in GetSharedModule() 221 module_search_paths_ptr, old_modules, in GetSharedModule() 229 module_search_paths_ptr, old_modules, in GetSharedModule() 770 const FileSpecList *module_search_paths_ptr) { in ResolveExecutable() argument 776 module_search_paths_ptr, nullptr, in ResolveExecutable() 788 module_search_paths_ptr, nullptr, in ResolveExecutable() 805 const FileSpecList *module_search_paths_ptr) { in ResolveRemoteExecutable() argument 820 module_search_paths_ptr, nullptr, in ResolveRemoteExecutable() 836 module_search_paths_ptr, nullptr, in ResolveRemoteExecutable() [all …]
|
| /llvm-project-15.0.7/lldb/unittests/Target/ |
| H A D | RemoteAwarePlatformTest.cpp | 40 const FileSpecList *module_search_paths_ptr) /*override*/ in ResolveRemoteExecutable() argument 42 auto pair = ResolveRemoteExecutable(module_spec, module_search_paths_ptr); in ResolveRemoteExecutable()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Platform.h | 140 const FileSpecList *module_search_paths_ptr); 292 lldb::ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, 915 const FileSpecList *module_search_paths_ptr); 930 const FileSpecList *module_search_paths_ptr);
|
| H A D | RemoteAwarePlatform.h | 27 const FileSpecList *module_search_paths_ptr) override;
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ModuleList.cpp | 778 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument 863 if (module_search_paths_ptr) { in GetSharedModule() 864 const auto num_directories = module_search_paths_ptr->GetSize(); in GetSharedModule() 866 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); in GetSharedModule()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ModuleList.h | 451 const FileSpecList *module_search_paths_ptr,
|