LLDB mainline
Functions | Variables
PipeWindows.cpp File Reference
#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\\"
 

Function Documentation

◆ g_pipe_serial()

static std::atomic< uint32_t > g_pipe_serial ( )
static

Variable Documentation

◆ g_pipe_name_prefix

constexpr llvm::StringLiteral g_pipe_name_prefix = "\\\\.\\Pipe\\"
staticconstexpr