delve/dwarf/line
Derek Parker 28e0a322bf proc: Improve 'next' functionality
Instead of trying to be clever and make an 'educated guess' as to where
the flow of control may go next, simple do the more naive, yet correct,
approach of setting a breakpoint everywhere we can in the function and
seeing where we end up. On top of this we were already setting a
breakpoint at the return address and deferred functions, so that remains
the same.

This removes a lot of gnarly, hard to maintain code and takes all the
guesswork out of this command.

Fixes #281
2015-10-22 10:14:24 -07:00
..
line_parser_test.go dwarf/line: Support for parsing multiple file tables 2015-08-29 14:51:27 -05:00
line_parser.go dwarf/line: Support for parsing multiple file tables 2015-08-29 14:51:27 -05:00
state_machine.go proc: Improve 'next' functionality 2015-10-22 10:14:24 -07:00