public static final class Signal.GregEnumLinuxAMD64 extends Object
SubstrateSegfaultHandler. So, this must not be a CEnum as this would
result in machine code that needs a proper a heap base.
Information about Linux's AMD64 struct sigcontext_64 uc_mcontext can be found at
https://github.com/torvalds/linux/blob/9e1ff307c779ce1f0f810c7ecce3d95bbae40896/arch/x86/include/uapi/asm/sigcontext.h#L238| Constructor and Description |
|---|
GregEnumLinuxAMD64() |
| Modifier and Type | Method and Description |
|---|---|
static int |
REG_CR2() |
static int |
REG_CSGSFS() |
static int |
REG_EFL() |
static int |
REG_ERR() |
static int |
REG_OLDMASK() |
static int |
REG_R10() |
static int |
REG_R11() |
static int |
REG_R12() |
static int |
REG_R13() |
static int |
REG_R14() |
static int |
REG_R15() |
static int |
REG_R8() |
static int |
REG_R9() |
static int |
REG_RAX() |
static int |
REG_RBP() |
static int |
REG_RBX() |
static int |
REG_RCX() |
static int |
REG_RDI() |
static int |
REG_RDX() |
static int |
REG_RIP() |
static int |
REG_RSI() |
static int |
REG_RSP() |
static int |
REG_TRAPNO() |
public static int REG_R8()
public static int REG_R9()
public static int REG_R10()
public static int REG_R11()
public static int REG_R12()
public static int REG_R13()
public static int REG_R14()
public static int REG_R15()
public static int REG_RDI()
public static int REG_RSI()
public static int REG_RBP()
public static int REG_RBX()
public static int REG_RDX()
public static int REG_RAX()
public static int REG_RCX()
public static int REG_RSP()
public static int REG_RIP()
public static int REG_EFL()
public static int REG_CSGSFS()
public static int REG_ERR()
public static int REG_TRAPNO()
public static int REG_OLDMASK()
public static int REG_CR2()