delve/pkg/proc/linutil
chainhelen f3a191cd73
pkg/proc,service: support linux/386 (#1884)
Implement debugging function for 386 on linux with reference to AMD64.
There are a few remaining problems that need to be solved in another time.

1. The stacktrace of cgo are not exactly as expected.
2. Not implement `core` for now.
3. Not implement `call` for now. Can't not find `runtime·debugCallV1` or
   similar function in $GOROOT/src/runtime/asm_386.s.

Update #20
2020-03-10 09:34:40 -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: only format registers value when it's necessary (#1860) 2020-02-12 13:31:48 -08:00
regs_arm64_arch.go proc/core: implementing coredump functionality for ARM64 (#1774) 2020-02-17 09:29:17 -08:00
regs_i386_arch.go pkg/proc,service: support linux/386 (#1884) 2020-03-10 09:34:40 -07:00
regs_test.go pkg/proc,service: support linux/386 (#1884) 2020-03-10 09:34:40 -07:00