delve/Documentation
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 documentation: API documentation improvements (#507) 2016-04-24 10:18:02 -07:00
cli proc/eval: support more type casts 2017-10-25 13:20:25 +02:00
installation Documentation: After the go1.9 support PR delve no longer builds on <1.7. 2017-08-09 17:07:11 -06:00
internal docs: Move wiki docs into Documentation dir 2016-02-19 10:47:46 -08:00
usage path/to/binary is the required argument (#847 fixed) (#884) 2017-06-20 10:36:07 -07:00
EditorIntegration.md docs: Add vim-delve and clean up page (#917) 2017-07-18 12:56:42 -06:00
KnownBugs.md proc: lexical block support 2017-08-01 11:20:25 -06:00
README.md documentation: add gdlv to list of alternative UIs (#774) 2017-03-24 16:10:01 -07:00

Delve Documentation

Documentation for the project will reside in this directory.