LLDB mainline
Functions
ProcessLauncherWindows.cpp File Reference
#include "lldb/Host/windows/ProcessLauncherWindows.h"
#include "lldb/Host/HostProcess.h"
#include "lldb/Host/ProcessLaunchInfo.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/ConvertUTF.h"
#include "llvm/Support/Program.h"
#include <string>
#include <vector>

Go to the source code of this file.

Functions

static void CreateEnvironmentBuffer (const Environment &env, std::vector< char > &buffer)
 
static bool GetFlattenedWindowsCommandString (Args args, std::wstring &command)
 

Function Documentation

◆ CreateEnvironmentBuffer()

static void CreateEnvironmentBuffer ( const Environment env,
std::vector< char > &  buffer 
)
static

◆ GetFlattenedWindowsCommandString()

static bool GetFlattenedWindowsCommandString ( Args  args,
std::wstring &  command 
)
static