Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h145 int SetSTDERR(const FileSpec &file_spec);
HDGDBRemoteCommunicationClient.cpp1905 int GDBRemoteCommunicationClient::SetSTDERR(const FileSpec &file_spec) { in SetSTDERR() function in GDBRemoteCommunicationClient
HDProcessGDBRemote.cpp734 m_gdb_comm.SetSTDERR(stderr_file_spec); in DoLaunch()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp345 m_gdb_client_up->SetSTDERR(file_action->GetFileSpec()); in LaunchProcess()