delve/service/test
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
..
cmd Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
common_test.go all: Spelling 2018-03-20 11:05:35 +01:00
integration1_test.go tests: cache and delete fixtures built with non-zero flags 2018-04-19 13:28:11 -07:00
integration2_test.go proc,service: display return values when stepping out of a function 2018-06-12 11:35:56 +02:00
variables_test.go proc: allow "package/path".varname syntax 2018-06-14 09:29:23 -07:00