package
1.24.0
Repository: https://github.com/go-delve/delve.git
Documentation: pkg.go.dev

# Functions

NewAMD64CONTEXT allocates Windows CONTEXT structure aligned to 16 bytes.
NewAMD64Registers creates a new AMD64Registers struct from a CONTEXT struct and the TEB base address of the thread.
NewARM64CONTEXT allocates Windows CONTEXT structure aligned to 16 bytes.
NewARM64Registers creates a new ARM64Registers struct from a CONTEXT.

# Constants

# Structs

AMD64CONTEXT tracks the _CONTEXT of windows.
AMD64Registers represents CPU registers on an AMD64 processor.
ARM64CONTEXT tracks the _ARM64_NT_CONTEXT of windows.
ARM64Registers represents CPU registers on an ARM64 processor.
M128A tracks the _M128A windows struct.
XMM_SAVE_AREA32 tracks the _XMM_SAVE_AREA32 windows struct.