Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h122 int SendEnvironment(const Environment &env);
H A DGDBRemoteCommunicationClient.cpp823 int GDBRemoteCommunicationClient::SendEnvironment(const Environment &env) { in SendEnvironment() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp941 m_gdb_comm.SendEnvironment(launch_info.GetEnvironment()); in DoLaunch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp416 m_gdb_client.SendEnvironment(launch_info.GetEnvironment()); in LaunchProcess()