delve/pkg/dwarf/frame
aarzilli f4e2000fc8 proc: refactor stack.go to use DWARF registers
Instead of only tracking a few cherrypicked registers in stack.go track
all DWARF registers.

This is needed for cgo code and for the locationlists emitted by go in
1.10:
* The debug_frame sections emitted by C compilers can not be used
  without tracking all registers
* the loclists emitted by go1.10 need all registers of a frame to be
  interpreted.
2017-11-17 10:17:24 -08:00
..
testdata Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
entries_test.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
entries.go proc: refactor stack.go to use DWARF registers 2017-11-17 10:17:24 -08:00
expression_constants.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
parser_test.go vendor: update vendored packages (#791) 2017-04-17 14:13:00 -07:00
parser.go pkg/dwarf/frame: fix parsing of zero length entries 2017-11-03 20:57:04 +01:00
table.go proc: refactor stack.go to use DWARF registers 2017-11-17 10:17:24 -08:00