delve/pkg/proc/linutil
Alessandro Arzilli 5a5d5f9e68
proc: fix support for AVX registers (#2139)
Recent changes to the way registers are handled broke reporting of AVX
registers (i.e. YMMx). This change restores the functionality by:

- concatenating the higher half of the YMMx registers to their
  corresponding XMMx lower half (YMMx registers do not have an
  independent DWARF register number)
- modifying the formatSSEReg function to handle them when they are
  present.

Fixes #2033
2020-08-31 10:55:43 -07:00
..
auxv.go pkg/proc,service: support linux/386 (#1884) 2020-03-10 09:34:40 -07:00
doc.go proc: support position independent executables (PIE) 2018-10-11 11:21:27 -07:00
dynamic.go pkg/proc,service: support linux/386 (#1884) 2020-03-10 09:34:40 -07:00
regs_amd64_arch.go proc: fix support for AVX registers (#2139) 2020-08-31 10:55:43 -07:00
regs_arm64_arch.go proc: correct minor typos (#2148) 2020-08-24 10:19:50 -07:00
regs_i386_arch.go proc: correct minor typos (#2148) 2020-08-24 10:19:50 -07:00
regs_test.go pkg/proc,service: support linux/386 (#1884) 2020-03-10 09:34:40 -07:00