delve/pkg
aarzilli 2210debf6c proc: handle gid == 0 in FindGoroutine
Goroutine id == 0 is special (there can be many goroutines with id 0).
If the caller of FindGoroutine asks for gid==0 and current thread is
running a goroutine 0 (i.e. either no goroutine or a special
goroutine) return whatever goroutine is running on the current thread.

Updates #1428
2018-11-29 09:49:13 -08:00
..
config pkg/config: Using current directory for config as fallback (#1425) 2018-11-28 13:21:21 -08:00
dwarf proc: do not panic if we can't satisfy a composite location for a slice var 2018-11-26 11:05:00 -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: handle gid == 0 in FindGoroutine 2018-11-29 09:49:13 -08:00
terminal terminal: correctly gueses path separator used in source files paths (#1418) 2018-11-27 13:42:21 -08:00
version all: Bump to v1.1.0 2018-08-16 13:20:21 -07:00