delve/service/test
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
..
common_test.go *: Fix go vet complaints (#1935) 2020-03-18 09:25:32 -07:00
integration1_test.go tests: relax tests that use goroutinestackprog (#2136) 2020-08-17 17:17:39 -07:00
integration2_test.go proc: fix support for AVX registers (#2139) 2020-08-31 10:55:43 -07:00
variables_test.go proc: better support for C pointers (#1997) 2020-06-05 11:22:40 -07:00