Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h50 ResolveExecutable(const ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
H A DPlatformRemoteGDBServer.cpp94 Status PlatformRemoteGDBServer::ResolveExecutable( in ResolveExecutable() function in PlatformRemoteGDBServer
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h100 lldb_private::Status ResolveExecutable(
H A DPlatformPOSIX.cpp115 PlatformPOSIX::ResolveExecutable(const ModuleSpec &module_spec, in ResolveExecutable() function in PlatformPOSIX
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp322 error = platform_sp->ResolveExecutable( in DoAttachToProcessWithID()
514 Status error = platform_sp->ResolveExecutable( in DoDidExec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp383 error = platform_sp->ResolveExecutable(module_spec, exe_module_sp, in CreateTargetInternal()
H A DPlatform.cpp888 Platform::ResolveExecutable(const ModuleSpec &module_spec, in ResolveExecutable() function in Platform
1570 return remote_platform.ResolveExecutable( in LoadCachedExecutable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp741 auto error = platform_sp->ResolveExecutable( in ResolveExecutableModule()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h155 virtual Status ResolveExecutable(const ModuleSpec &module_spec,