Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h76 void InitializeDelegate(NativeProcessProtocol *process) override;
H A DGDBRemoteCommunicationServerLLGS.cpp460 void GDBRemoteCommunicationServerLLGS::InitializeDelegate( in InitializeDelegate() function in GDBRemoteCommunicationServerLLGS
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h241 virtual void InitializeDelegate(NativeProcessProtocol *process) = 0;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp31 delegate.InitializeDelegate(this); in NativeProcessProtocol()