Home
last modified time | relevance | path

Searched refs:terminal_fd (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.h92 NativeProcessNetBSD(::pid_t pid, int terminal_fd, NativeDelegate &delegate,
DNativeProcessNetBSD.cpp138 NativeProcessNetBSD::NativeProcessNetBSD(::pid_t pid, int terminal_fd, in NativeProcessNetBSD() argument
142 : NativeProcessELF(pid, terminal_fd, delegate), m_arch(arch) { in NativeProcessNetBSD()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeProcessFreeBSD.h94 NativeProcessFreeBSD(::pid_t pid, int terminal_fd, NativeDelegate &delegate,
DNativeProcessFreeBSD.cpp133 NativeProcessFreeBSD::NativeProcessFreeBSD(::pid_t pid, int terminal_fd, in NativeProcessFreeBSD() argument
137 : NativeProcessELF(pid, terminal_fd, delegate), m_arch(arch) { in NativeProcessFreeBSD()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp263 auto terminal_fd = m_debugged_process_up->GetTerminalFileDescriptor(); in LaunchProcess() local
264 if (terminal_fd >= 0) { in LaunchProcess()
268 __FUNCTION__, terminal_fd); in LaunchProcess()
269 Status status = SetSTDIOFileDescriptor(terminal_fd); in LaunchProcess()
276 __FUNCTION__, terminal_fd); in LaunchProcess()
317 auto terminal_fd = m_debugged_process_up->GetTerminalFileDescriptor(); in AttachToProcess() local
318 if (terminal_fd >= 0) { in AttachToProcess()
322 __FUNCTION__, terminal_fd); in AttachToProcess()
323 Status status = SetSTDIOFileDescriptor(terminal_fd); in AttachToProcess()
330 __FUNCTION__, terminal_fd); in AttachToProcess()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.h126 NativeProcessWindows(lldb::pid_t pid, int terminal_fd,
DNativeProcessWindows.cpp63 NativeProcessWindows::NativeProcessWindows(lldb::pid_t pid, int terminal_fd, in NativeProcessWindows() argument
66 : NativeProcessProtocol(pid, terminal_fd, delegate), ProcessDebugger() { in NativeProcessWindows()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.h152 NativeProcessLinux(::pid_t pid, int terminal_fd, NativeDelegate &delegate,
DNativeProcessLinux.cpp287 NativeProcessLinux::NativeProcessLinux(::pid_t pid, int terminal_fd, in NativeProcessLinux() argument
291 : NativeProcessELF(pid, terminal_fd, delegate), m_arch(arch) { in NativeProcessLinux()
/external/llvm-project/lldb/source/Host/common/
DNativeProcessProtocol.cpp26 NativeProcessProtocol::NativeProcessProtocol(lldb::pid_t pid, int terminal_fd, in NativeProcessProtocol() argument
28 : m_pid(pid), m_terminal_fd(terminal_fd) { in NativeProcessProtocol()
/external/llvm-project/lldb/include/lldb/Host/common/
DNativeProcessProtocol.h434 NativeProcessProtocol(lldb::pid_t pid, int terminal_fd,