delve/pkg
aarzilli 0461af8392 proc: fix type of some struct global variables
Normally variables that have a named struct as a type will get a
typedef entry as their type, sometimes however the Go linker will
decide to use the DW_TAG_structure_type entry instead.

For consistency always wrap a struct type into a typedef when we are
creating a new variables (see comment in newVariable for exceptions).

This fixes a bug where it would be impossible to call methods on a
global variable.
2018-08-29 16:16:20 -07:00
..
config config: Return handle for created default config (#1130) 2018-02-20 20:24:05 +01:00
dwarf proc: change (*Variable).setValue for use in CallFunction 2018-08-15 10:29:16 -07:00
goversion proc: correctly set G struct offset for 1.11 2018-06-11 11:09:02 -07:00
logflags *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
proc proc: fix type of some struct global variables 2018-08-29 16:16:20 -07:00
terminal terminal: updated call description 2018-08-16 12:44:02 -07:00
version all: Bump to v1.1.0 2018-08-16 13:20:21 -07:00