delve/pkg/proc/gdbserial
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
..
gdbserver_conn.go *: Go 1.14 support branch (#1727) 2020-02-10 17:31:54 -08:00
gdbserver_unix.go *: FreeBSD initial support (#1480) 2019-07-12 18:28:04 -07:00
gdbserver_windows.go proc/native,proc/gdbserial: ignore SIGTTIN, SIGTTOU when fg'ing target 2018-07-31 12:05:54 -07:00
gdbserver.go pkg/proc,service: support linux/386 (#1884) 2020-03-10 09:34:40 -07:00
rr_test.go *: Go 1.14 support branch (#1727) 2020-02-10 17:31:54 -08:00
rr.go *: Go 1.14 support branch (#1727) 2020-02-10 17:31:54 -08:00