]> sourceware.org Git - systemtap.git/commit
dwflpp: improve prologue-end searching heuristics
authorJonathan Lebon <jlebon@redhat.com>
Wed, 12 Feb 2014 17:23:57 +0000 (12:23 -0500)
committerJonathan Lebon <jlebon@redhat.com>
Fri, 21 Feb 2014 20:58:02 +0000 (15:58 -0500)
commit02a15be0cb6da1fc08d92a0c67255ef7b9a01944
tree9421a282c39cc6f259b9a7304b5d586648de5a34
parentf94271dc5fb7499490ca54f5e188cd3a57801bce
dwflpp: improve prologue-end searching heuristics

This patch adds support for the prologue_end marker, which is set by
compilers such as clang. Otherwise, we determine prologue endings by
looking for the same (or larger) line number (which allows for detecting
GCC's 0-line advances).
dwarf_wrappers.h
dwflpp.cxx
This page took 0.027851 seconds and 5 git commands to generate.