delve/pkg/dwarf
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
..
frame proc: refactor stack.go to use DWARF registers 2017-11-17 10:17:24 -08:00
godwarf pkg/dwarf/godwarf: split out type parsing from x/debug/dwarf 2017-08-01 11:20:25 -06:00
line pkg/dwarf/line: support DW_LNE_define_file 2017-11-03 20:57:04 +01:00
op proc: refactor stack.go to use DWARF registers 2017-11-17 10:17:24 -08:00
reader proc: refactor stack.go to use DWARF registers 2017-11-17 10:17:24 -08:00
util pkg/dwarf/godwarf: split out type parsing from x/debug/dwarf 2017-08-01 11:20:25 -06:00