delve/pkg/proc/linutil
Alessandro Arzilli 12009e9833
proc/*,service: replace uses of uintptr with uint64 (#2163)
Since proc is supposed to work independently from the target
architecture it shouldn't use architecture-dependent types, like
uintptr. For example when reading a 64bit core file on a 32bit
architecture, uintptr will be 32bit but the addresses proc needs to
represent will be 64bit.
2020-09-09 10:36:15 -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 proc/*,service: replace uses of uintptr with uint64 (#2163) 2020-09-09 10:36:15 -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