Home
last modified time | relevance | path

Searched refs:ResolveExecutable (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/lldb/unittests/Target/
DRemoteAwarePlatformTest.cpp53 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/
DPlatformRemoteDarwinDevice.cpp68 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()
DPlatformRemoteDarwinDevice.h26 lldb_private::Status ResolveExecutable(
DPlatformAppleSimulator.h70 lldb_private::Status ResolveExecutable(
DPlatformAppleSimulator.cpp352 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/
DRemoteAwarePlatform.h26 ResolveExecutable(const ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
DPlatform.h150 virtual Status ResolveExecutable(const ModuleSpec &module_spec,
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h46 ResolveExecutable(const ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
DPlatformRemoteGDBServer.cpp96 Status PlatformRemoteGDBServer::ResolveExecutable( in ResolveExecutable() function in PlatformRemoteGDBServer
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp315 error = platform_sp->ResolveExecutable( in DoAttachToProcessWithID()
507 Status error = platform_sp->ResolveExecutable( in DoDidExec()
/external/llvm-project/lldb/source/Target/
DRemoteAwarePlatform.cpp32 Status RemoteAwarePlatform::ResolveExecutable( in ResolveExecutable() function in RemoteAwarePlatform
DTargetList.cpp337 error = platform_sp->ResolveExecutable(module_spec, exe_module_sp, in CreateTargetInternal()
DPlatform.cpp855 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/
DDynamicLoaderPOSIXDYLD.cpp739 auto error = platform_sp->ResolveExecutable( in ResolveExecutableModule()