LLDB mainline
ProcessLauncherWindows.h File Reference
#include "lldb/Host/ProcessLaunchInfo.h"
#include "lldb/Host/ProcessLauncher.h"
#include "lldb/Host/windows/windows.h"
#include "llvm/ADT/ScopeExit.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/WindowsError.h"
#include <optional>

Go to the source code of this file.

Classes

class  lldb_private::ProcThreadAttributeList
 This class manages the lifetime of a PROC_THREAD_ATTRIBUTE_LIST, which is used with STARTUPINFOEX. More...
class  lldb_private::ProcessLauncherWindows

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.

Functions

llvm::ErrorOr< std::wstring > lldb_private::GetFlattenedWindowsCommandStringW (const Args &args)
 Flattens an Args object into a Windows command-line wide string.
llvm::ErrorOr< std::wstring > lldb_private::GetFlattenedWindowsCommandStringW (llvm::ArrayRef< const char * > args)