Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Crash function is now detected even for threads without an abort frame. | Karel Klic | 2010-04-15 | 2 | -9/+37 |
| | | | | Added new option --crash-frame to abrt-backtrace and updated its manual page. | ||||
* | Emacs project-wide code-style settings | Karel Klic | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | whitespace cleanup, no code changes | Denys Vlasenko | 2010-04-01 | 1 | -3/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Removed trailing whitespaces. | Karel Klic | 2010-03-31 | 1 | -2/+2 |
| | |||||
* | Move backtrace parser from src/Backtrace to lib/Utils. | Karel Klic | 2010-03-26 | 3 | -0/+381 |
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. |