delve/pkg/dwarf/line
aarzilli 4e7b689e1a proc: rewrite FindFileLocation to support generics
With generics a single function can have multiple concrete
instantiations, the old version of FindFileLocation supported at most
one concrete instantiation per function and any number of inlined
calls, this supports any number of inlined calls and concrete
functions.
2021-10-02 15:44:30 +02:00
..
_testdata dwarf/line: fix some bugs with the state machine 2018-07-31 12:01:14 -07:00
line_parser_test.go proc,dwarf: Improve DWARF v5 support (#2544) 2021-06-22 13:37:46 +02:00
line_parser.go *: clean up staticcheck problems (#2723) 2021-09-28 12:07:42 -07:00
parse_util.go proc,dwarf: Improve DWARF v5 support (#2544) 2021-06-22 13:37:46 +02:00
state_machine_test.go proc,dwarf: Improve DWARF v5 support (#2544) 2021-06-22 13:37:46 +02:00
state_machine.go proc: rewrite FindFileLocation to support generics 2021-10-02 15:44:30 +02:00