delve/service
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
..
api proc: tolerate memory read errors during stacktrace 2017-07-26 12:50:09 -06:00
debugger debugger/locations: if locspec isn't found try interpreting it as expr (#858) 2017-07-26 12:52:51 -06:00
rpc1 Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
rpc2 Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
rpccommon Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
test debugger/locations: if locspec isn't found try interpreting it as expr (#858) 2017-07-26 12:52:51 -06:00
client.go proc/gdbserial: mozilla rr support (#804) 2017-05-05 15:17:52 -07:00
config.go dlv: make headless servers quit automatically when client disconnects (#895) 2017-06-26 11:45:13 -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