LLDB mainline
PseudoConsole.h File Reference
#include "llvm/Support/Error.h"
#include <mutex>
#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

Typedef Documentation

◆ HANDLE

typedef void* HANDLE

Definition at line 17 of file PseudoConsole.h.

◆ HPCON

typedef void* HPCON

Definition at line 18 of file PseudoConsole.h.