Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h183 int SetSTDERR(const FileSpec &file_spec);
DGDBRemoteCommunicationClient.cpp1822 int GDBRemoteCommunicationClient::SetSTDERR(const FileSpec &file_spec) { in SetSTDERR() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp857 m_gdb_comm.SetSTDERR(stderr_file_spec); in DoLaunch()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp404 m_gdb_client.SetSTDERR(file_action->GetFileSpec()); in LaunchProcess()