delve/service
Alessandro Arzilli 6e882c50fa debugger/locations: prioritize exact matches of function names (#651)
If the location specification matches the name of a function exactly
return that function as a match event if the expression matches other
functions as well.

Without this some functions, like math/rand.Intn are unmatchable.
2016-10-21 22:04:03 -07:00
..
api proc: Back to using vendored golang.org/x/debug/ (#585) 2016-07-05 11:58:11 -07:00
debugger debugger/locations: prioritize exact matches of function names (#651) 2016-10-21 22:04:03 -07:00
rpc1 Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
rpc2 Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
rpccommon Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
test debugger/locations: prioritize exact matches of function names (#651) 2016-10-21 22:04:03 -07:00
client.go terminal,service: auto-continue during next and step (#448) 2016-04-24 16:20:02 -07:00
config.go Replaced net/rpc with custom version 2016-07-02 12:16:06 +02: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