LLDB mainline
ProcessLauncherWindows.cpp File Reference
#include "lldb/Host/windows/ProcessLauncherWindows.h"
#include "lldb/Host/HostProcess.h"
#include "lldb/Host/ProcessLaunchInfo.h"
#include "llvm/ADT/ScopeExit.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()

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

◆ GetFlattenedWindowsCommandString()

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