Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h166 SetSTDOUT (char const *path);
DGDBRemoteCommunicationClient.cpp1636 GDBRemoteCommunicationClient::SetSTDOUT (char const *path) in SetSTDOUT() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp705 m_gdb_comm.SetSTDOUT (stdout_path); in DoLaunch()
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp304 m_gdb_client.SetSTDOUT ("/dev/null"); in LaunchProcess()