Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h144 int SetSTDERR(const FileSpec &file_spec);
H A DGDBRemoteCommunicationClient.cpp1896 int GDBRemoteCommunicationClient::SetSTDERR(const FileSpec &file_spec) { in SetSTDERR() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp728 m_gdb_comm.SetSTDERR(stderr_file_spec); in DoLaunch()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp339 m_gdb_client_up->SetSTDERR(file_action->GetFileSpec()); in LaunchProcess()