LLDB mainline
lldb-python.h File Reference
#include "llvm/Support/Error.h"
#include "llvm/Support/Compiler.h"
#include <Python.h>

Go to the source code of this file.

Macros

#define LLDB_MINIMUM_PYTHON_VERSION   0x03080000
#define PyBUF_READ   0x100

Variables

static llvm::Expected< bool > * g_fcxx_modules_workaround

Macro Definition Documentation

◆ LLDB_MINIMUM_PYTHON_VERSION

#define LLDB_MINIMUM_PYTHON_VERSION   0x03080000

Definition at line 42 of file lldb-python.h.

◆ PyBUF_READ

#define PyBUF_READ   0x100

Definition at line 61 of file lldb-python.h.

Variable Documentation

◆ g_fcxx_modules_workaround

llvm::Expected<bool>* g_fcxx_modules_workaround
static

Definition at line 16 of file lldb-python.h.