Alessandro Arzilli
0c40a8f52a
dwarf/reader,proc: support DW_AT_abstract_origin ( #1111 )
...
debug_info entries can use DW_AT_abstract_origin to inherit the
attributes of another entry, supporting this attribute is necessary to
support DW_TAG_inlined_subroutine.
Go, starting with 1.10, emits DW_TAG_inlined_subroutine entries when
inlining is enabled.
2018-02-13 09:20:45 -08:00
Alessandro Arzilli
550e7d384d
core_test: fix TestCoreFpRegisters on go1.9 ( #1082 )
...
* core_test: fix TestCoreFpRegisters on go1.9
It was broken by 7bec20e5fca48552b004fc8776dd9e6502a11706
* travis-ci: switch to VM builders for linux
2018-01-24 11:42:35 -08:00
aarzilli
07c716818e
proc/test: miscellaneous test changes for go1.10
2017-12-13 12:18:18 -08:00
aarzilli
9ee21686e6
proc: report errors when loading executable on attach
...
Fixes #940
2017-08-30 11:20:20 -07:00
Alessandro Arzilli
d4364d0496
proc/core: support floating point registers ( #912 )
...
Updates #794
2017-07-20 13:04:00 -06:00
aarzilli
15bac71979
proc: refactoring: split backends to separate packages
...
- move native backend to pkg/proc/native
- move gdbserver backend to pkg/proc/gdbserial
- move core dumps backend to pkg/proc/core
2017-04-21 14:00:04 -07:00