Home
last modified time | relevance | path

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

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