delve/service
Derek Parker 241f242231 service/api: Refactor examine memory pretty printer
Use strings.Builder and tabwriter to format the output of the examine
memory command instead of doing direct string manipulation and
allocating.
2020-03-01 11:16:29 +01:00
..
api service/api: Refactor examine memory pretty printer 2020-03-01 11:16:29 +01:00
dap service/dap: clean shutdown sequence in server (#1889) 2020-02-26 20:45:48 -08:00
debugger pkg,service: Use PCToFunc instead of PCToLine if it only needs func (#1894) 2020-02-25 21:01:37 -08: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 cmd/dlv: Fix same-user check and add flag to disable it (#1839) 2020-02-11 09:06:29 -08:00
test debugger: CreateBreakpoint should delete existing breakpoints (#1892) 2020-02-25 12:29:20 -08: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