summaryrefslogtreecommitdiffstats
path: root/src/Backtrace/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed fprintf format warningKarel Klic2009-12-071-1/+1
|
* Added forgotten mem check.Karel Klic2009-12-031-1/+7
|
* last change crash fixKarel Klic2009-12-021-1/+1
|
* Get input from stdin if no filename is providedKarel Klic2009-12-021-32/+44
|
* abrt-backtrace handle more corner cases, silently exit on python backtracesKarel Klic2009-11-301-6/+65
|
* Parser simplified and even more corner cases added. Backtrace file is now ↵Karel Klic2009-11-251-9/+65
| | | | 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-24/+80
| | | | --frame-depth, --remove-exit-handlers, parser)
* Backtrace tool WORK-IN-PROGRESSKarel Klic2009-11-111-0/+135