HomeSort by relevance Sort by last modified time
    Searched full:m_remote_platform_sp (Results 1 - 7 of 7) sorted by null

  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 192 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->GetRemoteSystemArchitecture ()
    [all...]
PlatformFreeBSD.h 156 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/
PlatformDarwin.cpp 40 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...]
PlatformMacOSX.cpp 167 if (m_remote_platform_sp)
168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
PlatformDarwin.h 121 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/
PlatformLinux.cpp 183 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->Attach (attach_info, debugger, target, listener, error)
    [all...]
PlatformLinux.h 104 lldb::PlatformSP m_remote_platform_sp; // Allow multiple ways to connect to a remote darwin OS member in class:lldb_private::PlatformLinux

Completed in 290 milliseconds