Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBPlatform.cpp424 void SBPlatform::DisconnectRemote() { in DisconnectRemote() function in SBPlatform
425 LLDB_RECORD_METHOD_NO_ARGS(void, SBPlatform, DisconnectRemote); in DisconnectRemote()
429 platform_sp->DisconnectRemote(); in DisconnectRemote()
768 LLDB_REGISTER_METHOD(void, SBPlatform, DisconnectRemote, ()); in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBPlatform.i154 DisconnectRemote ();
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBPlatform.h121 void DisconnectRemote();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.h63 lldb_private::Status DisconnectRemote() override;
DPlatformPOSIX.cpp343 Status PlatformPOSIX::DisconnectRemote() { in DisconnectRemote() function in PlatformPOSIX
352 error = m_remote_platform_sp->DisconnectRemote(); in DisconnectRemote()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h106 Status DisconnectRemote() override;
DPlatformRemoteGDBServer.cpp348 Status PlatformRemoteGDBServer::DisconnectRemote() { in DisconnectRemote() function in PlatformRemoteGDBServer
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DPlatform.h314 virtual Status DisconnectRemote();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp345 error = platform_sp->DisconnectRemote(); in DoExecute()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DPlatform.cpp979 Status Platform::DisconnectRemote() { in DisconnectRemote() function in Platform
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp37812 (arg1)->DisconnectRemote(); in _wrap_SBPlatform_DisconnectRemote()