Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp189 Pipe port_pipe{LLDB_INVALID_PIPE, unnamed_pipe}; in writeSocketIdToPipe()
243 else if (unnamed_pipe != LLDB_INVALID_PIPE) { in ConnectToRemote()
339 lldb::pipe_t unnamed_pipe = LLDB_INVALID_PIPE; in main_gdbserver()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h70 #define LLDB_INVALID_PIPE ((lldb::pipe_t)-1) macro