]> sourceware.org Git - systemtap.git/commit - dwarf_wrappers.h
Simplify dwfl_assert and dwarf_assert
authorJosh Stone <jistone@redhat.com>
Tue, 17 Aug 2010 20:33:38 +0000 (13:33 -0700)
committerJosh Stone <jistone@redhat.com>
Tue, 17 Aug 2010 20:33:38 +0000 (13:33 -0700)
commit54c2bb84a5cb7ecd2606dd617c46474b9a0a4cd4
tree9559464a1441cfe49781dbe0059ff36381b683f7
parent2d363b75dcc62078c842f2e0a6f3a7cba285714a
Simplify dwfl_assert and dwarf_assert

We don't need template or const efforts for a null pointer check -- just
use const void* for all cases.  Make the overloaded variants inline
while I'm at it.
dwarf_wrappers.cxx
dwarf_wrappers.h
This page took 0.192779 seconds and 5 git commands to generate.