Home
last modified time | relevance | path

Searched refs:InitializeDelegate (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h72 void InitializeDelegate(NativeProcessProtocol *process) override;
H A DGDBRemoteCommunicationServerLLGS.cpp327 void GDBRemoteCommunicationServerLLGS::InitializeDelegate( in InitializeDelegate() function in GDBRemoteCommunicationServerLLGS
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h198 virtual void InitializeDelegate(NativeProcessProtocol *process) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp307 native_delegate.InitializeDelegate(this); in RegisterNativeDelegate()