aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/backtrace.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Compilation error fixed if dladdr is not availableTobias Brunner2012-07-141-0/+6
|
* Silence cast warning on 32-bit platformsMartin Willi2012-07-131-1/+1
|
* Don't set BFD_DECOMPRESS when building against older binutilsMartin Willi2012-07-131-0/+2
|
* With --enable-bfd-backtraces, use binutils libbfd to resolve backtracesMartin Willi2012-07-131-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 debuggingMartin Willi2012-05-211-0/+17
|
* Added a frame enumerator to backtrace_tMartin Willi2011-05-161-0/+39
|
* Added an equals function to backtrace_tMartin Willi2011-05-161-0/+25
|
* Migrated backtrace_t to METHOD macroMartin Willi2011-05-161-16/+11
|
* Use %tx to print a value of type ptrdiff_t.Tobias Brunner2011-04-141-1/+1
|
* backtrace->contains_function takes multiple names, speeding up whitelist ↵Martin Willi2011-01-171-5/+9
| | | | check drastically
* Option to skip slow addr2line resolution in leak-detectiveMartin Willi2010-05-201-19/+23
|
* Store return value of getc() in an int to correctly test it against EOFMartin Willi2009-10-221-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-10/+10
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* pluto uses the libstrongswan leak detective and a stripped-down version of ↵Andreas Steffen2009-04-161-0/+2
| | | | library_t
* fixed leakMartin Willi2008-11-061-3/+7
| | | | fixed build if !HAVE_BACKTRACE
* separated backtrace functionality from leak_detective, used inMartin Willi2008-11-051-0/+179
leak_detective mutex profiling signal handler