|
LLDB mainline
|
#include "lldb/Host/windows/PipeWindows.h"#include "llvm/ADT/SmallString.h"#include "llvm/Support/Process.h"#include "llvm/Support/raw_ostream.h"#include <fcntl.h>#include <io.h>#include <rpc.h>#include <atomic>#include <string>Go to the source code of this file.
Functions | |
| static std::atomic< uint32_t > | g_pipe_serial (0) |
Variables | |
| static constexpr llvm::StringLiteral | g_pipe_name_prefix = "\\\\.\\Pipe\\" |
|
static |
Referenced by lldb_private::PipeWindows::CreateNew().
|
staticconstexpr |
Definition at line 26 of file PipeWindows.cpp.
Referenced by lldb_private::PipeWindows::CreateNew(), and lldb_private::PipeWindows::OpenNamedPipe().