Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h187 int SetSTDIN(const FileSpec &file_spec);
DGDBRemoteCommunicationClient.cpp1830 int GDBRemoteCommunicationClient::SetSTDIN(const FileSpec &file_spec) { in SetSTDIN() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp859 m_gdb_comm.SetSTDIN(stdin_file_spec); in DoLaunch()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp402 m_gdb_client.SetSTDIN(file_action->GetFileSpec()); in LaunchProcess()