delve/service
aarzilli 12a3f8bb97 proc: change (*Variable).setValue for use in CallFunction
Changes (*Variable).setValue so that it can be used in CallFunction to
set up the argument frame for the function call, adding the ability to:
- nil nillable types
- set strings to the empty string
- copy from one structure to another (including strings and slices)
- convert any interface type to interface{}
- convert pointer shaped types (map, chan, pointers, and structs
  consisting of a single pointer field) to interface{}

This covers all cases where an assignment statement can be evaluated
without allocating memory or calling functions in the target process.
2018-08-15 10:29:16 -07:00
..
api proc,service,terminal: read defer list 2018-07-24 14:58:56 -07:00
debugger proc,service,terminal: read defer list 2018-07-24 14:58:56 -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: change (*Variable).setValue for use in CallFunction 2018-08-15 10:29:16 -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