Home
last modified time | relevance | path

Searched refs:GetWritePipe (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DPipeBase.h44 virtual lldb::pipe_t GetWritePipe() const = 0;
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DPipePosix.h51 lldb::pipe_t GetWritePipe() const override { in GetWritePipe() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1021 pipe_t write = socket_pipe.GetWritePipe(); in StartDebugserverProcess()