]> sourceware.org Git - systemtap.git/commit
Use a regexp for matching blacklist sections
authorJosh Stone <jistone@redhat.com>
Thu, 3 Sep 2009 19:26:37 +0000 (12:26 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 3 Sep 2009 19:26:37 +0000 (12:26 -0700)
commit178ac3f6fdef839ef1ca646421e2c436a91ac1fb
treeec6c7f0e3cd3c60d4d449feda452d9572ed974e3
parent789448a36f57e53cc6a1878f7637998b0f15652c
Use a regexp for matching blacklist sections

We already use regexp for function/file blacklisting, so this just makes
the section blacklisting consistent with the rest.

* dwflpp.cxx (dwflpp::blacklisted_p): Use regexec instead of section==.
  (dwflpp::build_blacklist): Build blacklist_section too.
dwflpp.cxx
dwflpp.h
This page took 0.026177 seconds and 5 git commands to generate.