LLDB mainline
RegisterContextFreeBSDKernel_i386.cpp File Reference
#include "RegisterContextFreeBSDKernel_i386.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Thread.h"
#include "lldb/Utility/RegisterValue.h"
#include "llvm/Support/Endian.h"

Go to the source code of this file.

Macros

#define REG(x)

Macro Definition Documentation

◆ REG

#define REG ( x)
Value:
case lldb_##x##_i386: \
value = pcb.x; \
break;

Referenced by RegisterContextFreeBSDKernel_i386::ReadRegister(), and RegisterContextFreeBSDKernel_x86_64::ReadRegister().