Home
last modified time | relevance | path

Searched refs:named_pipe (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A DLLGSOptions.td20 defm named_pipe: SJ<"named-pipe", "Write port lldb-server will listen on to the given named pipe.">,
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A Ddebugserver.cpp711 const char *named_pipe = (const char *)baton; in PortWasBoundCallbackNamedPipe() local
712 if (named_pipe && named_pipe[0]) { in PortWasBoundCallbackNamedPipe()
713 int fd = ::open(named_pipe, O_WRONLY); in PortWasBoundCallbackNamedPipe()