delve/pkg/proc/linutil
Derek Parker b9bcd979d5 proc/linutil: Fix register bitmasks
The bitmasks for transforming a 64-bit register into it's lower-bit
counterparts (e.g. RAX -> EAX -> AX -> AH/AL) were incorrect. This patch
fixes the bitmasks and adds an additional test.
2019-06-16 09:35:14 +02:00
..
auxv.go proc: support position independent executables (PIE) 2018-10-11 11:21:27 -07:00
doc.go proc: support position independent executables (PIE) 2018-10-11 11:21:27 -07:00
dynamic.go proc,proc/native,proc/gdbserial: initial plugin support (#1413) 2019-03-20 10:32:51 -07:00
regs_test.go proc/linutil: Fix register bitmasks 2019-06-16 09:35:14 +02:00
regs.go proc/linutil: Fix register bitmasks 2019-06-16 09:35:14 +02:00