mirror of
https://github.com/go-delve/delve.git
synced 2025-11-03 22:08:33 +08:00
- 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