delve/service/debugger
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
..
debugger_darwin.go Add support for Windows. 2016-01-20 19:06:31 -08:00
debugger_linux.go Disassemble command 2016-02-11 16:59:07 -08:00
debugger_windows.go Add support for Windows. 2016-01-20 19:06:31 -08:00
debugger.go proc: Renamed temp breakpoints to internal breakpoints 2016-09-30 08:35:29 +02:00
locations_test.go debugger/locations: Fixed bug parsing remote package paths (#586) 2016-07-05 12:13:21 -07:00
locations.go debugger/locations: prioritize exact matches of function names (#651) 2016-10-21 22:04:03 -07:00