]> sourceware.org Git - systemtap.git/commit
dwarf_wrappers: remove dwarf_line_t class
authorJonathan Lebon <jlebon@redhat.com>
Wed, 16 Apr 2014 14:47:30 +0000 (10:47 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Thu, 17 Apr 2014 21:42:37 +0000 (17:42 -0400)
commitde7972118cb9e59ad4fcdc1363ae6c2ccd5d600f
tree25c3446a57758e04ea122d5e983e7b0133c03281
parent45582cbc9e54546d119e82dd4734c56d166ea642
dwarf_wrappers: remove dwarf_line_t class

In the coming patches, we will make liberal use of Dwarf_Line. Rather
than requiring conversion to dwarf_line_t, which is very often overkill
and too verbose, we introduce new helper functions which are safe
versions of their dwarf equivalent.
dwarf_wrappers.h
dwflpp.cxx
dwflpp.h
tapsets.cxx
This page took 0.025004 seconds and 5 git commands to generate.