Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Compilation error fixed if dladdr is not available | Tobias Brunner | 2012-07-14 | 1 | -0/+6 |
| | |||||
* | Silence cast warning on 32-bit platforms | Martin Willi | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | Don't set BFD_DECOMPRESS when building against older binutils | Martin Willi | 2012-07-13 | 1 | -0/+2 |
| | |||||
* | With --enable-bfd-backtraces, use binutils libbfd to resolve backtraces | Martin Willi | 2012-07-13 | 1 | -28/+272 |
| | | | | | | | | The invocation of addr2line to resolve backtrace source locations is slow and cumbersome. When using libbfd directly, we can eliminate the overhead of the process invocation. Even better, we can cache library symbol names, bringing wicked fast lookups. As a neat bonus, we can resolve static function names. | ||||
* | Added a convenience function to dump backtraces for gdb-less debugging | Martin Willi | 2012-05-21 | 1 | -0/+17 |
| | |||||
* | Added a frame enumerator to backtrace_t | Martin Willi | 2011-05-16 | 1 | -0/+39 |
| | |||||
* | Added an equals function to backtrace_t | Martin Willi | 2011-05-16 | 1 | -0/+25 |
| | |||||
* | Migrated backtrace_t to METHOD macro | Martin Willi | 2011-05-16 | 1 | -16/+11 |
| | |||||
* | Use %tx to print a value of type ptrdiff_t. | Tobias Brunner | 2011-04-14 | 1 | -1/+1 |
| | |||||
* | backtrace->contains_function takes multiple names, speeding up whitelist ↵ | Martin Willi | 2011-01-17 | 1 | -5/+9 |
| | | | | check drastically | ||||
* | Option to skip slow addr2line resolution in leak-detective | Martin Willi | 2010-05-20 | 1 | -19/+23 |
| | |||||
* | Store return value of getc() in an int to correctly test it against EOF | Martin Willi | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -10/+10 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | pluto uses the libstrongswan leak detective and a stripped-down version of ↵ | Andreas Steffen | 2009-04-16 | 1 | -0/+2 |
| | | | | library_t | ||||
* | fixed leak | Martin Willi | 2008-11-06 | 1 | -3/+7 |
| | | | | fixed build if !HAVE_BACKTRACE | ||||
* | separated backtrace functionality from leak_detective, used in | Martin Willi | 2008-11-05 | 1 | -0/+179 |
leak_detective mutex profiling signal handler |