]> sourceware.org Git - systemtap.git/commit
Improve dwflpp::loc2c_error semantic error.
authorMark Wielaard <mjw@redhat.com>
Fri, 10 Apr 2015 13:09:31 +0000 (15:09 +0200)
committerMark Wielaard <mjw@redhat.com>
Fri, 10 Apr 2015 13:13:31 +0000 (15:13 +0200)
commit83489b077922aa8f1588920bac5ff3871a93a8c4
treea030d425ca19150d29068b4913bf417c35b77ab6
parent02a966bc8646390a8397cc32f7088b16323f154d
Improve dwflpp::loc2c_error semantic error.

When the dwflpp::loc2c callback was called from loc2c.c code on failure
to translate a location to a C expression we would loose all context.
Keep track of the pc location and context DIE we are trying to translate
so we can add more details to the error message shown to the user.
dwflpp.cxx
dwflpp.h
This page took 0.026135 seconds and 5 git commands to generate.