]> sourceware.org Git - systemtap.git/commit - tapsets.cxx
Unify checks for target_symbol::comp_pretty_print
authorJosh Stone <jistone@redhat.com>
Wed, 14 May 2014 01:21:57 +0000 (18:21 -0700)
committerJosh Stone <jistone@redhat.com>
Wed, 14 May 2014 01:21:57 +0000 (18:21 -0700)
commitc4965ad95df94f65d5a6e5373cd6636d6eab7d5a
tree977365fe4dd54a61cf2e96fa361bd571101a6fdb
parentf55efafeef6f23c0a14c95dc44492be335a91dd7
Unify checks for target_symbol::comp_pretty_print

The slightly-complicated check for comp_pretty_print was repeated in a few
places.  These are now done via target_symbol::pretty_print_depth() and
::check_pretty_print(), and the latter handles common lvalue asserts too.
staptree.cxx
staptree.h
tapsets.cxx
This page took 0.028692 seconds and 5 git commands to generate.