]> sourceware.org Git - systemtap.git/commit
add dwarf_query::filtered_all
authorJonathan Lebon <jlebon@redhat.com>
Wed, 16 Apr 2014 20:03:07 +0000 (16:03 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Thu, 17 Apr 2014 21:42:37 +0000 (17:42 -0400)
commit959ccfed917917cc230e84609e105dfc167541f4
treee8e20522538ddfb41549a5779900dc51998af227
parent79121173c9f7941e025a9998b8a8df3dda8f000e
add dwarf_query::filtered_all

In dwarf_query-related functions, we very often need to carry out the
same operation on both filtered_functions and filtered_inlines. Rather
than duplicating code, create a new dwarf_query function which creates a
temporary vector containing all of them.
dwflpp.h
tapsets.cxx
This page took 0.026536 seconds and 5 git commands to generate.