delve/service/test
Alessandro Arzilli 473b66387c proc: Improvements to Variable printing (#444)
* service/api: Removed unused fields of service/api.Function

* proc/eval: Set return variable name to input expression

* all: fine-grained control of loadValue for better variable printing

Makes proc.(*Variable).loadValue loading parameters configurable
through one extra argument of type LoadConfig.
This interface is also exposed through the API so clients can control
how much of a variable delve should read.
2016-04-24 10:15:39 -07:00
..
cmd service,terminal: APIv2 plus method to select API version (#460) 2016-04-18 12:20:20 -07:00
common_test.go proc: Improvements to Variable printing (#444) 2016-04-24 10:15:39 -07:00
integration1_test.go proc: Improvements to Variable printing (#444) 2016-04-24 10:15:39 -07:00
integration2_test.go proc: Improvements to Variable printing (#444) 2016-04-24 10:15:39 -07:00
variables_test.go proc: Improvements to Variable printing (#444) 2016-04-24 10:15:39 -07:00