LLDB mainline
Classes | Macros
RegisterContextNetBSD_i386.cpp File Reference
#include "RegisterContextNetBSD_i386.h"
#include "RegisterContextPOSIX_x86.h"
#include "RegisterInfos_i386.h"

Go to the source code of this file.

Classes

struct  GPR
 
struct  FPR_i386
 
struct  UserArea
 

Macros

#define DR_SIZE   sizeof(((UserArea *)NULL)->u_debugreg[0])
 
#define DR_OFFSET(reg_index)    (LLVM_EXTENSION offsetof(UserArea, u_debugreg[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 72 of file RegisterContextNetBSD_i386.cpp.

◆ DR_OFFSET

#define DR_OFFSET (   reg_index)     (LLVM_EXTENSION offsetof(UserArea, u_debugreg[reg_index]))

Definition at line 68 of file RegisterContextNetBSD_i386.cpp.

◆ DR_SIZE

#define DR_SIZE   sizeof(((UserArea *)NULL)->u_debugreg[0])

Definition at line 67 of file RegisterContextNetBSD_i386.cpp.