Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h151 int SetSTDIN(const FileSpec &file_spec);
H A DGDBRemoteCommunicationClient.cpp1862 int GDBRemoteCommunicationClient::SetSTDIN(const FileSpec &file_spec) { in SetSTDIN() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp827 m_gdb_comm.SetSTDIN(stdin_file_spec); in DoLaunch()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp336 m_gdb_client_up->SetSTDIN(file_action->GetFileSpec()); in LaunchProcess()