Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-22 | Drop uses of #pragma once | Petr Machata | 1 | -1/+0 | |
2014-08-22 | Added manpage section giving examples of -x, -e and -l usage | Dima Kogan | 1 | -17/+121 | |
2014-08-22 | Improve wording on -e, -x, -l in ltrace.1 | Petr Machata | 1 | -9/+16 | |
2014-08-22 | Add --config to man, drop -X from options.c | Petr Machata | 1 | -2/+2 | |
2014-08-22 | Manpage and --help clarifications | Petr Machata | 1 | -5/+6 | |
2014-08-22 | Add support for using elfutils as unwinder. | Mark Wielaard | 1 | -1/+2 | |
This adds support for using elfutils as unwinder with -w. Since elfutils 0.158 elfutils contains a simple unwinder interface that matches nicely on the ltrace backtrace support. The code reuses the libunwind infrastructure already in ltrace where possible (by defining HAVE_UNWINDER which is 1 if either libunwind or elfutils is used). It also reuses the ltrace proc_add_library callback to keep track of the ELF files mapped for the unwinder. The current implementation matches the output as if libunwind was used. But elfutils can also provide some more information since it can lookup the DWARF debuginfo. So if the source info of an address can be found through elfutils the backtrace will also include this as an additional output line per frame. | |||||
2014-08-22 | minor fixes in manpages | Juan Cespedes | 1 | -1/+1 | |
2014-08-22 | Minor fixes in manpages | Juan Cespedes | 1 | -9/+9 | |
2014-08-22 | Imported Upstream version 0.7.91upstream/0.7.91upstream | Chanho Park | 1 | -99/+168 | |
2013-01-15 | Imported Upstream version 0.7.2upstream/0.7.2 | Anas Nashif | 1 | -48/+118 | |
2012-11-13 | Imported Upstream version 0.5.3upstream/0.5.3 | Anas Nashif | 1 | -0/+206 | |