Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h143 int SetSTDOUT(const FileSpec &file_spec);
H A DGDBRemoteCommunicationClient.cpp1876 int GDBRemoteCommunicationClient::SetSTDOUT(const FileSpec &file_spec) { in SetSTDOUT() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp726 m_gdb_comm.SetSTDOUT(stdout_file_spec); in DoLaunch()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp336 m_gdb_client_up->SetSTDOUT(file_action->GetFileSpec()); in LaunchProcess()