Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | With --enable-bfd-backtraces, use binutils libbfd to resolve backtraces | Martin Willi | 2012-07-13 | 1 | -0/+10 |
| | | | | | | | | 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/+9 |
| | |||||
* | Added a frame enumerator to backtrace_t | Martin Willi | 2011-05-16 | 1 | -0/+6 |
| | |||||
* | Added an equals function to backtrace_t | Martin Willi | 2011-05-16 | 1 | -0/+8 |
| | |||||
* | backtrace->contains_function takes multiple names, speeding up whitelist ↵ | Martin Willi | 2011-01-17 | 1 | -4/+5 |
| | | | | check drastically | ||||
* | Option to skip slow addr2line resolution in leak-detective | Martin Willi | 2010-05-20 | 1 | -1/+4 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -3/+3 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -2/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | separated backtrace functionality from leak_detective, used in | Martin Willi | 2008-11-05 | 1 | -0/+63 |
leak_detective mutex profiling signal handler |