LLDB mainline
RegisterContextOpenBSD_i386.cpp File Reference

Go to the source code of this file.

Classes

struct  GPR
struct  dbreg
struct  UserArea

Macros

#define DR_SIZE   sizeof(uint32_t)
#define DR_OFFSET(reg_index)
#define DECLARE_REGISTER_INFOS_I386_STRUCT

Macro Definition Documentation

◆ DECLARE_REGISTER_INFOS_I386_STRUCT

#define DECLARE_REGISTER_INFOS_I386_STRUCT

Definition at line 54 of file RegisterContextOpenBSD_i386.cpp.

◆ DR_OFFSET

#define DR_OFFSET ( reg_index)
Value:
(LLVM_EXTENSION offsetof(dbreg, dr[reg_index]))

Definition at line 51 of file RegisterContextOpenBSD_i386.cpp.

◆ DR_SIZE

#define DR_SIZE   sizeof(uint32_t)

Definition at line 50 of file RegisterContextOpenBSD_i386.cpp.