]> sourceware.org Git - systemtap.git/commit
Don't call dwarf_lowpc after dwarf_entrypc fails
authorJosh Stone <jistone@redhat.com>
Tue, 11 Aug 2009 21:59:41 +0000 (14:59 -0700)
committerJosh Stone <jistone@redhat.com>
Wed, 12 Aug 2009 00:13:49 +0000 (17:13 -0700)
commit9922bd3d9ce58712cf570abefbafebaf3f407ffe
tree057d62475f09373fa09694d676785ea7e9475662
parent57db697397af3911c40682dc91a2b13e3943e478
Don't call dwarf_lowpc after dwarf_entrypc fails

The implementation of dwarf_entrypc already checks for _lowpc, so it's
redundant for us to attempt a _lowpc call too.

* dwflpp.cxx (dwflpp::function_entrypc): Remove XXX comment.
  (dwflpp::die_entrypc): Don't bother with _lowpc if _entrypc fails
dwflpp.cxx
This page took 0.027439 seconds and 5 git commands to generate.