![]() Move the conversion of some 'proc' types from service/debugger into service/rpc1 and service/rpc2. The methods of service/debugger.(*Debugger) are also used by service/dap which requires these types to be converted differently and converting them twice is inefficent and doesn't make much sense. Updates #2161 |
||
---|---|---|
.. | ||
client.go | ||
readme.txtr | ||
server.go |
This package implements version 1 of Delve's API and is only kept here for backwards compatibility. Client.go is the old client code used by Delve's frontend (delve/cmd/dlv), it is only preserved here for the backwards compatibility tests in service/test/integration1_test.go.