Versions in this module Expand all Collapse all v1 v1.21.1 Aug 24, 2023 Changes in this version + func AMD64XstateMaxSize() int + func AMD64XstateRead(xstateargs []byte, readLegacy bool, regset *AMD64Xstate) error + type AMD64PtraceFpRegs struct + Cwd uint16 + Fop uint16 + Ftw uint16 + MxcrMask uint32 + Mxcsr uint32 + Padding [24]uint32 + Rdp uint64 + Rip uint64 + StSpace [32]uint32 + Swd uint16 + XmmSpace [256]byte + type AMD64Xstate struct + Avx512State bool + AvxState bool + Xsave []byte + YmmSpace [256]byte + ZmmSpace [512]byte + func (xstate *AMD64Xstate) Decode() []proc.Register + func (xstate *AMD64Xstate) SetXmmRegister(n int, value []byte) error + type DebugRegisters struct + Dirty bool + func NewDebugRegisters(pDR0, pDR1, pDR2, pDR3, pDR6, pDR7 *uint64) *DebugRegisters + func (drs *DebugRegisters) ClearBreakpoint(idx uint8) + func (drs *DebugRegisters) GetActiveBreakpoint() (ok bool, idx uint8) + func (drs *DebugRegisters) SetBreakpoint(idx uint8, addr uint64, read, write bool, sz int) error