delve/service
aarzilli 8f16b371d1 proc/eval: support more type casts
* string to []rune
* string to []byte
* []rune to string
* []byte to string
* any pointer to uintptr

The string, []rune, []byte conversion pairs aligns this to the go
language.
The pointer -> uintptr conversion pair is symmetric to the uintptr ->
pointer that we already have.

Also lets the user specify any size for byte array types instead of
just the ones already used by the program, this can be used to read
arbitrary memory.

Fixes #548, #867
2017-10-25 13:20:25 +02:00
..
api proc/eval: support more type casts 2017-10-25 13:20:25 +02:00
debugger proc/gdbserial: automatically retrieve exe path on attach on macOS 2017-09-08 10:27:08 -07: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 proc/eval: support more type casts 2017-10-25 13:20:25 +02: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