delve/pkg
aarzilli 503bf529ca proc: improve performance of FindGoroutine in normal circumstances
FindGoroutine can be slow when there are many goroutines running. This
can not be fixed in the general case, however:

1. Instead of getting the entire list of goroutines at once just get a
   few at a time and return as soon as we find the one we want.

2. Since FindGoroutine is mostly called by ConvertEvalScope and users
   are more likely to request informations about a goroutine running on a
   thread, look within the threads first.
2019-01-07 11:48:35 -08:00
..
config pkg/config: Using current directory for config as fallback (#1425) 2018-11-28 13:21:21 -08:00
dwarf dwarf/godwarf: tolerate cyclical type DIEs 2019-01-04 14:52:28 -08:00
goversion proc: correctly set G struct offset for 1.11 2018-06-11 11:09:02 -07:00
logflags proc/core: add support for windows minidumps 2018-11-21 12:17:16 -08:00
proc proc: improve performance of FindGoroutine in normal circumstances 2019-01-07 11:48:35 -08:00
terminal *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
version all: Bump to v1.1.0 2018-08-16 13:20:21 -07:00