delve/dwarf
aarzilli 43b64ec39e proc: Implements expression interpreter
Supported operators:

- All (binary and unary) operators between basic types except <-,
++ and -- (includes & to take the address of an expression)
- Comparison operators between supported compound types
- Typecast of integer constants into pointer types
- struct members
- indexing of arrays, slices and strings
- slicing of arrays, slices and strings
- pointer dereferencing
- true, false and nil constants

Implements #116, #117 and #251
2015-11-04 12:28:48 +01:00
..
frame Variable evaluation on arbitrary (goroutine, frame) pair. 2015-09-05 12:08:40 -05:00
line proc: Improve 'next' functionality 2015-10-22 10:14:24 -07:00
op bugfix, Issue #163: offset of g struct in TLS picked based on the value of runtime.buildVersion and presence of compile units created by GNU AS, instead of being fixed to -16 2015-07-28 07:33:51 +02:00
reader proc: Implements expression interpreter 2015-11-04 12:28:48 +01:00
util Update for Go 1.3.1 2014-09-13 12:28:46 -05:00