Searched refs:m_remote_platform_sp (Results 1 - 7 of 7) sorted by relevance

/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp192 if (m_remote_platform_sp)
194 error = m_remote_platform_sp->ResolveExecutable (exe_file,
315 if (m_remote_platform_sp)
316 return m_remote_platform_sp->GetOSVersion (m_major_os_version,
325 if (m_remote_platform_sp)
326 return m_remote_platform_sp->GetRemoteOSBuildString (s);
334 if (m_remote_platform_sp)
335 return m_remote_platform_sp->GetRemoteOSKernelDescription (s);
344 if (m_remote_platform_sp)
345 return m_remote_platform_sp
[all...]
H A DPlatformFreeBSD.h156 lldb::PlatformSP m_remote_platform_sp; // Allow multiple ways to connect to a remote freebsd OS member in class:PlatformFreeBSD
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp40 m_remote_platform_sp (),
163 if (m_remote_platform_sp)
165 error = m_remote_platform_sp->ResolveExecutable (exe_file,
287 if (m_remote_platform_sp)
289 error = m_remote_platform_sp->GetSharedModule (module_spec,
442 if (m_remote_platform_sp)
443 return m_remote_platform_sp->GetOSVersion (m_major_os_version,
452 if (m_remote_platform_sp)
453 return m_remote_platform_sp->GetRemoteOSBuildString (s);
461 if (m_remote_platform_sp)
[all...]
H A DPlatformMacOSX.cpp167 if (m_remote_platform_sp)
168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
H A DPlatformDarwin.h121 lldb::PlatformSP m_remote_platform_sp; // Allow multiple ways to connect to a remote darwin OS member in class:PlatformDarwin
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp183 if (m_remote_platform_sp)
185 error = m_remote_platform_sp->ResolveExecutable (exe_file,
290 if (m_remote_platform_sp)
291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
305 m_remote_platform_sp ()
329 if (m_remote_platform_sp)
330 success = m_remote_platform_sp->GetProcessInfo (pid, process_info);
447 m_remote_platform_sp,
468 if (m_remote_platform_sp)
469 process_sp = m_remote_platform_sp
[all...]
H A DPlatformLinux.h104 lldb::PlatformSP m_remote_platform_sp; // Allow multiple ways to connect to a remote darwin OS member in class:lldb_private::PlatformLinux

Completed in 78 milliseconds