delve/service/test
Alessandro Arzilli e0ac447a75 debugger/locations: if locspec isn't found try interpreting it as expr (#858)
If the user tries to list the contents of a function pointer but
forgets the '*' operator the location lookup will fail and result in a
unhelpful "location not found" error.

Instead if the location lookup fails we should try interpreting the
locspec as if it was preceded by '*'.
2017-07-26 12:52:51 -06:00
..
cmd Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
common_test.go debugger/locations: if locspec isn't found try interpreting it as expr (#858) 2017-07-26 12:52:51 -06:00
integration1_test.go Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
integration2_test.go debugger/locations: if locspec isn't found try interpreting it as expr (#858) 2017-07-26 12:52:51 -06:00
variables_test.go proc/eval: fix interface equality with nil (#914) 2017-07-07 11:08:36 -07:00