Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteiOS.cpp211 PlatformRemoteiOS::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable() function in PlatformRemoteiOS
686 error = ResolveExecutable (local_file, module_spec.GetArchitecture(), module_sp, NULL); in GetSharedModule()
707 error = ResolveExecutable (local_file, in GetSharedModule()
733 error = ResolveExecutable (local_file, in GetSharedModule()
DPlatformiOSSimulator.cpp174 PlatformiOSSimulator::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable() function in PlatformiOSSimulator
376 …error = ResolveExecutable (local_file, module_spec.GetArchitecture(), module_sp, module_search_pat… in GetSharedModule()
DPlatformiOSSimulator.h68 ResolveExecutable (const lldb_private::FileSpec &exe_file,
DPlatformRemoteiOS.h70 ResolveExecutable (const lldb_private::FileSpec &exe_file,
DPlatformDarwin.h31 ResolveExecutable (const lldb_private::FileSpec &exe_file,
DPlatformDarwin.cpp126 PlatformDarwin::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable() function in PlatformDarwin
165 error = m_remote_platform_sp->ResolveExecutable (exe_file, in ResolveExecutable()
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.h61 ResolveExecutable (const FileSpec &exe_file,
DPlatformLinux.cpp149 PlatformLinux::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable() function in PlatformLinux
185 error = m_remote_platform_sp->ResolveExecutable (exe_file, in ResolveExecutable()
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h67 ResolveExecutable (const lldb_private::FileSpec &exe_file,
DPlatformRemoteGDBServer.cpp104 PlatformRemoteGDBServer::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable() function in PlatformRemoteGDBServer
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.h75 ResolveExecutable (const lldb_private::FileSpec &exe_file,
DPlatformFreeBSD.cpp158 PlatformFreeBSD::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable() function in PlatformFreeBSD
194 error = m_remote_platform_sp->ResolveExecutable (exe_file, in ResolveExecutable()
/external/lldb/include/lldb/Target/
DPlatform.h133 ResolveExecutable (const FileSpec &exe_file,
/external/lldb/source/Target/
DTargetList.cpp269 error = platform_sp->ResolveExecutable (file, in CreateTarget()
DPlatform.cpp477 Platform::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable() function in Platform
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp143 error = platform_sp->ResolveExecutable(process_info.GetExecutableFile(), in DoAttachToProcessWithID()
/external/lldb/source/Host/macosx/
DHost.mm1778 error = host_platform_sp->ResolveExecutable (exe_spec,