addr2line: Iterate scopes for inline's parent function
authorJosh Stone <jistone@redhat.com>
Wed, 10 Dec 2014 19:06:52 +0000 (11:06 -0800)
committerJosh Stone <jistone@redhat.com>
Thu, 11 Dec 2014 18:47:00 +0000 (10:47 -0800)
commitaecdf2670c027adde8ff800397a48b1b2403dd89
tree18cd3f15ac1fdc8ad9083842770055d70b34da56
parentf0c5ef85bbea093af42c2b95a1f349ebef63de0d
addr2line: Iterate scopes for inline's parent function

The function which contains an inline might not be the immediate next
die scope.  For instance, there may be a lexical scope in between.
Instead, iterate the remaining scopes until an appropriate tag is found.

Signed-off-by: Josh Stone <jistone@redhat.com>
src/ChangeLog
src/addr2line.c