Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h113 int SendEnvironment(const Environment &env);
H A DGDBRemoteCommunicationClient.cpp828 int GDBRemoteCommunicationClient::SendEnvironment(const Environment &env) { in SendEnvironment() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp745 m_gdb_comm.SendEnvironment(launch_info.GetEnvironment()); in DoLaunch()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp355 m_gdb_client_up->SendEnvironment(launch_info.GetEnvironment()); in LaunchProcess()