Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i154 DisconnectRemote ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h121 void DisconnectRemote();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h63 lldb_private::Status DisconnectRemote() override;
H A DPlatformPOSIX.cpp343 Status PlatformPOSIX::DisconnectRemote() { in DisconnectRemote() function in PlatformPOSIX
352 error = m_remote_platform_sp->DisconnectRemote(); in DisconnectRemote()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h106 Status DisconnectRemote() override;
H A DPlatformRemoteGDBServer.cpp348 Status PlatformRemoteGDBServer::DisconnectRemote() { in DisconnectRemote() function in PlatformRemoteGDBServer
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h314 virtual Status DisconnectRemote();
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp345 error = platform_sp->DisconnectRemote(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp979 Status Platform::DisconnectRemote() { in DisconnectRemote() function in Platform
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37812 (arg1)->DisconnectRemote(); in _wrap_SBPlatform_DisconnectRemote()