Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h75 void InitializeDelegate(NativeProcessProtocol *process) override;
H A DGDBRemoteCommunicationServerLLGS.cpp462 void GDBRemoteCommunicationServerLLGS::InitializeDelegate( in InitializeDelegate() function in GDBRemoteCommunicationServerLLGS
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h241 virtual void InitializeDelegate(NativeProcessProtocol *process) = 0;
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp31 delegate.InitializeDelegate(this); in NativeProcessProtocol()