delve/service
Derek Parker 96b379b5a2
service/debugger: improve CreateBreakpoint docs (#2553)
The existing documentation was a little light on details. This patch
gives more insight into how the argument to this function is used and
interpreted.

* service/rpc2,service/debugger: more doc updates

Combine debugger.CreateBreakpoint documentation with the documentation
that already existed for the rpc2 server CreateBreakpoint method.

Also adds more contextual information for both the server and client
with links to debugger.CreateBreakpoint documentation.
2021-06-29 15:14:24 +02:00
..
api proc,terminal: Ensure correct exit status (#2543) 2021-06-22 13:35:13 +02:00
dap service/dap: add throw reason to exception info (#2524) 2021-06-28 08:39:34 -07:00
debugger service/debugger: improve CreateBreakpoint docs (#2553) 2021-06-29 15:14:24 +02:00
internal/sameuser sameuser: log the uid/remoteUID when they are not matching (#2535) 2021-06-15 15:36:39 +02:00
rpc1 pkg/proc: add support for hit count condition breakpoints (#2490) 2021-05-28 11:21:53 -07:00
rpc2 service/debugger: improve CreateBreakpoint docs (#2553) 2021-06-29 15:14:24 +02:00
rpccommon dap: add sameuser check (#2494) 2021-05-19 10:29:05 -07:00
test test: disable avx512 test when backend is 'rr' (#2547) 2021-06-28 09:48:51 -07:00
client.go terminal,service: add API and commands for watchpoints (#2488) 2021-05-20 10:04:02 -07: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 service: serialize calls to Command API (#2370) 2021-03-08 10:05:10 -08:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00