delve/service
Alessandro Arzilli d3e9158e9e
proc: make nested function calls work when stopped at a sw breakpoint (#2232)
evalFunctionCall needs to remove the breakpoint from the current thread
after starting the function call injection, otherwise Continue will
think that the thread is stopped at a breakpoint and return to the user
instead of continuing the call injection.
2020-12-10 09:03:11 -08:00
..
api proc: add flag to distinguish ReturnValues (#2230) 2020-12-10 08:57:50 -08:00
dap proc: add flag to distinguish ReturnValues (#2230) 2020-12-10 08:57:50 -08:00
debugger proc: add flag to distinguish ReturnValues (#2230) 2020-12-10 08:57:50 -08:00
rpc1 service,terminal: apply substitute path to trace/break argument 2020-11-17 16:41:35 +01:00
rpc2 service,terminal: apply substitute path to trace/break argument 2020-11-17 16:41:35 +01:00
rpccommon service/rpccommon: log error for conns rejected by --only-same-user (#2211) 2020-10-22 08:23:55 -07:00
test proc: make nested function calls work when stopped at a sw breakpoint (#2232) 2020-12-10 09:03:11 -08:00
client.go service,terminal: apply substitute path to trace/break argument 2020-11-17 16:41:35 +01:00
config.go cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02: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