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 |
||
|---|---|---|
| .. | ||
| auxv.go | ||
| doc.go | ||
| dynamic.go | ||
| regs_amd64_arch.go | ||
| regs_arm64_arch.go | ||
| regs_i386_arch.go | ||
| regs_test.go | ||