delve/service
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
..
api proc,service,terminal: read defer list 2018-07-24 14:58:56 -07:00
debugger debugger: make yama error more verbose 2018-08-20 10:37:04 -07:00
rpc1 proc,service,terminal: read defer list 2018-07-24 14:58:56 -07:00
rpc2 proc,service,terminal: read defer list 2018-07-24 14:58:56 -07:00
rpccommon *: Fix log level setting in logrus 2018-07-02 09:31:53 -07:00
test proc: fix type of some struct global variables 2018-08-29 16:16:20 -07:00
client.go proc,service,terminal: read defer list 2018-07-24 14:58:56 -07:00
config.go proc/native,proc/gdbserial: let target access terminal 2018-05-18 09:53:29 -07: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