LLDB mainline
|
#include "RegisterContextWindows_i386.h"
#include "RegisterContext_x86.h"
#include "lldb-x86-register-enums.h"
Go to the source code of this file.
Macros | |
#define | GPR_OFFSET(regname) (LLVM_EXTENSION offsetof(GPR, regname)) |
#define | DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) |
#define DEFINE_GPR | ( | reg, | |
alt, | |||
kind1, | |||
kind2, | |||
kind3, | |||
kind4 | |||
) |
Definition at line 39 of file RegisterContextWindows_i386.cpp.
#define GPR_OFFSET | ( | regname | ) | (LLVM_EXTENSION offsetof(GPR, regname)) |
Definition at line 37 of file RegisterContextWindows_i386.cpp.