delve/pkg/proc/amd64util
Alessandro Arzilli e0c80c8612
pkg/proc/native,pkg/proc/amd64util: xsave decoding cleanup (#3840)
- move the cpuid querying code to pkg/proc/native/cpuid since
  pkg/proc/native is the only package entitled to calling it
- add a type to describe the xstate_bv bitmap instead of using
  hardcoded constants everywhere
- use xcr0 instead of xstate_bv for the offset heuristic like gdb does
2024-11-21 13:06:51 +01:00
..
debugregs.go *: replace fmt.Errorf with errors.New (#3752) 2024-06-20 21:50:18 +02:00
xsave.go pkg/proc/native,pkg/proc/amd64util: xsave decoding cleanup (#3840) 2024-11-21 13:06:51 +01:00