|
LLDB mainline
|
#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) |
|
static |
Definition at line 24 of file ProcessLauncherWindows.cpp.
References lldb_private::Environment::compose().
Referenced by lldb_private::ProcessLauncherWindows::LaunchProcess().
Definition at line 45 of file ProcessLauncherWindows.cpp.
References lldb_private::Args::empty(), and lldb_private::Args::entries().
Referenced by lldb_private::ProcessLauncherWindows::LaunchProcess().