summaryrefslogtreecommitdiffstats
path: root/dwarf_wrappers.h
Commit message (Collapse)AuthorAgeFilesLines
* Move dfwlpp into its own fileJosh Stone2009-05-121-0/+2
| | | | | It's not a terribly clean split, but moving it helps reveals some of the knots that need to be untangled.
* Add Vim modelines for GNU style in stapJosh Stone2009-01-281-0/+2
|
* trailing whitespace removal, as approved by emacsFrank Ch. Eigler2008-08-281-1/+1
| | | | (add-hook 'before-save-hook 'delete-trailing-whitespace)
* Fix some logic inversions with dwfl_assert.Tim Moore2008-06-111-0/+6
|
* PR 2608 plus some refactoring in tapsets.cxxTim Moore2008-06-111-0/+87
New dwarf_wrappers.h, dwarf_wrappers.cxx for for idiomatic access to libdwarf and refactoring somethings out of the giant classes in tapsets.cxx.