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

# Functions

ElfUpdateSharedObjects reads the list of dynamic libraries loaded by the dynamic linker from the .dynamic section and uses it to update p.BinInfo().
EntryPointFromAuxv searches the elf auxiliary vector for the entry point address.

# Variables

# Structs

AMD64PtraceRegs is the struct used by the linux kernel to return the general purpose registers for AMD64 CPUs.
AMD64Registers implements the proc.Registers interface for the native/linux backend and core/linux backends, on AMD64.
ARM64PtraceRegs is the struct used by the linux kernel to return the general purpose registers for ARM64 CPUs.
ARM64Registers is a wrapper for sys.PtraceRegs.
I386PtraceRegs is the struct used by the linux kernel to return the general purpose registers for I386 CPUs.
I386Registers implements the proc.Registers interface for the native/linux backend and core/linux backends, on I386.
PPC64LEPtraceRegs is the struct used by the linux kernel to return the general purpose registers for PPC64LE CPUs.
PPC64LERegisters implements the proc.Registers interface for the native/linux backend and core/linux backends, on PPC64LE.
RISCV64PtraceFpRegs is refer to the definition of struct __riscv_d_ext_state in the kernel ptrace.h.
RISCV64PtraceRegs is the struct used by the linux kernel to return the general purpose registers for RISC-V CPUs.
RISCV64Registers implements the proc.Registers interface.