Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h24 MOCK_METHOD1(InitializeDelegate, void(NativeProcessProtocol *Process));
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h75 void InitializeDelegate(NativeProcessProtocol *process) override;
H A DGDBRemoteCommunicationServerLLGS.cpp464 void GDBRemoteCommunicationServerLLGS::InitializeDelegate( in InitializeDelegate() function in GDBRemoteCommunicationServerLLGS
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h240 virtual void InitializeDelegate(NativeProcessProtocol *process) = 0;
/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp30 delegate.InitializeDelegate(this); in NativeProcessProtocol()