LLDB mainline
PseudoConsole.h File Reference
#include "llvm/Support/Error.h"
#include <string>

Go to the source code of this file.

Classes

class  lldb_private::PseudoConsole

Namespaces

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

Macros

#define PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE   0x20016

Typedefs

typedef void * HANDLE
typedef void * HPCON

Macro Definition Documentation

◆ PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE

#define PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE   0x20016

Definition at line 15 of file PseudoConsole.h.

Referenced by lldb_private::ProcessLauncherWindows::LaunchProcess().

Typedef Documentation

◆ HANDLE

typedef void* HANDLE

Definition at line 16 of file PseudoConsole.h.

◆ HPCON

typedef void* HPCON

Definition at line 17 of file PseudoConsole.h.