delve/service/api
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
..
conversions.go proc/variables: distinguish between nil and empty slices and maps 2017-09-11 11:43:37 -07:00
prettyprint.go proc/eval: support more type casts 2017-10-25 13:20:25 +02:00
types.go proc/variables: distinguish between nil and empty slices and maps 2017-09-11 11:43:37 -07:00