Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h182 int SetSTDOUT(const FileSpec &file_spec);
DGDBRemoteCommunicationClient.cpp1802 int GDBRemoteCommunicationClient::SetSTDOUT(const FileSpec &file_spec) { in SetSTDOUT() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp855 m_gdb_comm.SetSTDOUT(stdout_file_spec); in DoLaunch()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp401 m_gdb_client.SetSTDOUT(file_action->GetFileSpec()); in LaunchProcess()