Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h136 DisconnectRemote ();
DPlatformRemoteGDBServer.cpp238 PlatformRemoteGDBServer::DisconnectRemote () in DisconnectRemote() function in PlatformRemoteGDBServer
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.h104 DisconnectRemote ();
DPlatformFreeBSD.cpp409 PlatformFreeBSD::DisconnectRemote () in DisconnectRemote() function in PlatformFreeBSD
420 error = m_remote_platform_sp->DisconnectRemote (); in DisconnectRemote()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h76 DisconnectRemote ();
DPlatformDarwin.cpp536 PlatformDarwin::DisconnectRemote () in DisconnectRemote() function in PlatformDarwin
547 error = m_remote_platform_sp->DisconnectRemote (); in DisconnectRemote()
/external/lldb/include/lldb/Target/
DPlatform.h332 DisconnectRemote ();
/external/lldb/source/Target/
DPlatform.cpp603 Platform::DisconnectRemote () in DisconnectRemote() function in Platform
/external/lldb/source/Commands/
DCommandObjectPlatform.cpp324 error = platform_sp->DisconnectRemote (); in DoExecute()