delve/service
aarzilli 2a2d1040e9 proc: allow "package/path".varname syntax
If the application being debugged imports two packages with the same
name (but different paths) there was no way to disambiguate the two,
since the character '/' can not appear inside a go identifier.

By allowing users to use a string literal as the package name a package
path can be specified.
2018-06-14 09:29:23 -07:00
..
api proc,service: display return values when stepping out of a function 2018-06-12 11:35:56 +02:00
debugger service,logflags: log all RPC messages 2018-06-14 09:27:38 -07:00
rpc1 command/terminal: allow restart to change process args (#1060) 2018-01-18 14:16:11 -08:00
rpc2 proc,service: display return values when stepping out of a function 2018-06-12 11:35:56 +02:00
rpccommon service,logflags: log all RPC messages 2018-06-14 09:27:38 -07:00
test proc: allow "package/path".varname syntax 2018-06-14 09:29:23 -07:00
client.go proc,service: display return values when stepping out of a function 2018-06-12 11:35:56 +02:00
config.go proc/native,proc/gdbserial: let target access terminal 2018-05-18 09:53:29 -07:00
rpccallback.go Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
server.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00