delve/service
aarzilli b5cf1572f8 service/debugger: support function spec. with partial package paths
packagename.SomeFunction should match
github.com/someuser/packagename.SomeFunction since the former is
the familiar syntax.
To disambiguate between io.SomeFunction and
github.com/someuser/somepackage/io.SomeFunction specify one extra
slash at the start of the location specifier: /io.SomeFunction.

Fixes Issue #296
2015-12-12 15:01:41 +01:00
..
api proc/variables: unsafe.Pointer support 2015-11-06 17:01:38 -08:00
debugger service/debugger: support function spec. with partial package paths 2015-12-12 15:01:41 +01:00
rpc Implements set command for pointers and numerical values 2015-09-28 22:45:06 -07:00
test service/debugger: support function spec. with partial package paths 2015-12-12 15:01:41 +01:00
client.go Implements set command for pointers and numerical values 2015-09-28 22:45:06 -07:00
config.go Introduce JSON-RPC service 2015-06-21 21:11:30 -05:00
server.go Introduce JSON-RPC service 2015-06-21 21:11:30 -05:00