delve/service
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
..
api service/api: Refactor examine memory pretty printer 2020-03-01 11:16:29 +01:00
dap logflags: Add pid to server-listening-at message (#1885) 2020-03-09 10:14:34 -07:00
debugger pkg/proc,service: support linux/386 (#1884) 2020-03-10 09:34:40 -07:00
rpc1 proc,service: allow printing registers for arbitrary frames (#1875) 2020-02-24 10:47:02 -08:00
rpc2 proc,service: allow printing registers for arbitrary frames (#1875) 2020-02-24 10:47:02 -08:00
rpccommon logflags: Add pid to server-listening-at message (#1885) 2020-03-09 10:14:34 -07:00
test pkg/proc,service: support linux/386 (#1884) 2020-03-10 09:34:40 -07:00
client.go proc,service: allow printing registers for arbitrary frames (#1875) 2020-02-24 10:47:02 -08:00
config.go cmd/dlv: Fix same-user check and add flag to disable it (#1839) 2020-02-11 09:06:29 -08:00
listenerpipe.go cmd,service: in non-headless mode use an in-memory connection 2018-10-08 15:11:13 -07:00
rpccallback.go Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00