HomeSort by relevance Sort by last modified time
    Searched refs:DisconnectRemote (Results 1 - 9 of 9) sorted by null

  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.h 136 DisconnectRemote ();
PlatformRemoteGDBServer.cpp 238 PlatformRemoteGDBServer::DisconnectRemote ()
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.h 104 DisconnectRemote ();
PlatformFreeBSD.cpp 409 PlatformFreeBSD::DisconnectRemote ()
420 error = m_remote_platform_sp->DisconnectRemote ();
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.h 76 DisconnectRemote ();
PlatformDarwin.cpp 536 PlatformDarwin::DisconnectRemote ()
547 error = m_remote_platform_sp->DisconnectRemote ();
    [all...]
  /external/lldb/include/lldb/Target/
Platform.h 332 DisconnectRemote ();
  /external/lldb/source/Target/
Platform.cpp 603 Platform::DisconnectRemote ()
609 error.SetErrorStringWithFormat ("Platform::DisconnectRemote() is not supported by %s", GetPluginName().GetCString());
  /external/lldb/source/Commands/
CommandObjectPlatform.cpp 324 error = platform_sp->DisconnectRemote ();
    [all...]

Completed in 488 milliseconds