/external/llvm-project/lldb/unittests/Target/ |
D | RemoteAwarePlatformTest.cpp | 53 MOCK_METHOD2(ResolveExecutable, 57 ResolveExecutable(const ModuleSpec &module_spec, in ResolveExecutable() function in TargetPlatformTester 60 auto pair = ResolveExecutable(module_spec, module_search_paths_ptr); in ResolveExecutable() 79 EXPECT_CALL(*platform_sp, ResolveExecutable(_, _)) in TEST_F() 90 platform.ResolveExecutable(executable_spec, resolved_sp, nullptr); in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformRemoteDarwinDevice.cpp | 68 Status PlatformRemoteDarwinDevice::ResolveExecutable( in ResolveExecutable() function in PlatformRemoteDarwinDevice 529 error = ResolveExecutable(platform_module_spec, module_sp, nullptr); in GetSharedModule() 546 error = ResolveExecutable(platform_module_spec, module_sp, nullptr); in GetSharedModule() 568 error = ResolveExecutable(platform_module_spec, module_sp, nullptr); in GetSharedModule() 589 error = ResolveExecutable(platform_module_spec, module_sp, nullptr); in GetSharedModule()
|
D | PlatformRemoteDarwinDevice.h | 26 lldb_private::Status ResolveExecutable(
|
D | PlatformAppleSimulator.h | 70 lldb_private::Status ResolveExecutable(
|
D | PlatformAppleSimulator.cpp | 352 Status PlatformAppleSimulator::ResolveExecutable( in ResolveExecutable() function in PlatformAppleSimulator 475 error = ResolveExecutable(platform_module_spec, module_sp, in GetSharedModule()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | RemoteAwarePlatform.h | 26 ResolveExecutable(const ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
|
D | Platform.h | 150 virtual Status ResolveExecutable(const ModuleSpec &module_spec,
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.h | 46 ResolveExecutable(const ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
|
D | PlatformRemoteGDBServer.cpp | 96 Status PlatformRemoteGDBServer::ResolveExecutable( in ResolveExecutable() function in PlatformRemoteGDBServer
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessFreeBSD.cpp | 315 error = platform_sp->ResolveExecutable( in DoAttachToProcessWithID() 507 Status error = platform_sp->ResolveExecutable( in DoDidExec()
|
/external/llvm-project/lldb/source/Target/ |
D | RemoteAwarePlatform.cpp | 32 Status RemoteAwarePlatform::ResolveExecutable( in ResolveExecutable() function in RemoteAwarePlatform
|
D | TargetList.cpp | 337 error = platform_sp->ResolveExecutable(module_spec, exe_module_sp, in CreateTargetInternal()
|
D | Platform.cpp | 855 Platform::ResolveExecutable(const ModuleSpec &module_spec, in ResolveExecutable() function in Platform 1539 return remote_platform.ResolveExecutable( in LoadCachedExecutable()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DynamicLoaderPOSIXDYLD.cpp | 739 auto error = platform_sp->ResolveExecutable( in ResolveExecutableModule()
|