summaryrefslogtreecommitdiffstats
path: root/src/Backtrace/backtrace.h
Commit message (Collapse)AuthorAgeFilesLines
* Move backtrace parser from src/Backtrace to lib/Utils.Karel Klic2010-03-261-100/+0
| | | | | | | | | | | | | | | Move abrt-backtrace app from src/Backtrace/main.c to src/utils/abrt-backtrace. Move backtrace preprocessign code from abrt-backtrace to the parser. Implemented new backtrace rating algorithm. Added old bt rating algorithm to backtrace.c Move strbuf to lib/Utils, and updated it to use xfuncs. Created separate header for xfuncs. Some functions in xfuncs marked as extern "c", so they can be used in C code. Merged backtrace fallback (independent_backtrace) "parser" into backtrace.{h/c}. Added option --rate to abrt-backtrace, to be able to use the new backtrace rating algorithm in scripts.
* added option --remove-noncrash-framesKarel Klic2009-12-181-0/+6
|
* Parser simplified and even more corner cases added. Backtrace file is now ↵Karel Klic2009-11-251-1/+1
| | | | loaded into memory and preprocessed before parsing. Backtrace file size limit increased to ~20 MB
* Finishing basic implementation of abrt-backtrace (--single-thread, ↵Karel Klic2009-11-241-1/+18
| | | | --frame-depth, --remove-exit-handlers, parser)
* Backtrace detector improvements.Karel Klic2009-11-231-7/+13
|
* Backtrace parser improvementsKarel Klic2009-11-201-0/+8
|
* Backtrace tool WORK-IN-PROGRESSKarel Klic2009-11-111-0/+63