Home
last modified time | relevance | path

Searched refs:SendAttach (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h144 int SendAttach(lldb::pid_t pid, StringExtractorGDBRemote &response);
H A DGDBRemoteCommunicationClient.cpp1307 int GDBRemoteCommunicationClient::SendAttach( in SendAttach() function in GDBRemoteCommunicationClient