summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/CCpp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* new bt parser (kklic)Jiri Moskovcak2010-11-151-193/+63
|
* disable polkitJiri Moskovcak2010-11-151-3/+6
|
* made some more strings translatable rhbz#574693Jiri Moskovcak2010-07-281-1/+1
|
* fix my C++ error (need to cast result of malloc)Denys Vlasenko2010-07-141-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp: abrt-debuginfo-install output lines can be long, accomodate themDenys Vlasenko2010-07-141-2/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp: give zero rating to an empty backtraceKarel Klic2010-07-121-1/+7
| | | | From: Jiri Moskovcak <jmoskovc@redhat.com>
* String updatesKarel Klic2010-07-121-2/+2
|
* lower-case devel headersNikola Pajkovsky2010-07-091-3/+3
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Merge branch 'remote2'Karel Klic2010-06-301-0/+16
|\
| * Added BacktraceRemotes option.Karel Klic2010-06-301-0/+16
| |
* | English and message format fixesDenys Vlasenko2010-06-301-1/+1
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt_rh_support: handle 404 errors betterDenys Vlasenko2010-06-171-8/+8
| | | | | | Also remove unused class memeber in CCpp analyser Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace fixDenys Vlasenko2010-06-071-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp analyzer: add 60 sec cap on gdb run time.Denys Vlasenko2010-06-031-3/+28
| | | | | | | I tested gdb on LARGE coredump (openoffice) and it takes about 5 seconds to process it. 60 seconds should be more than plenty. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typo fixDenys Vlasenko2010-05-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* putenv("TERM=dumb") was causing a SEGV for Nikola, removing itDenys Vlasenko2010-05-191-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Crash function is now detected even for threads without an abort frame.Karel Klic2010-04-151-5/+4
| | | | Added new option --crash-frame to abrt-backtrace and updated its manual page.
* Emacs project-wide code-style settingsKarel Klic2010-04-091-1/+1
|
* whitespace cleanup, no code changesDenys Vlasenko2010-04-011-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Do not use now-removed concat_str_vectorKarel Klic2010-03-311-1/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-03-311-12/+0
|\
| * remove unused static functionDenys Vlasenko2010-03-311-12/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GetGlobalUUID compatibility with crashes created by older ABRT versionsKarel Klic2010-03-311-3/+115
|/
* Removed trailing whitespaces.Karel Klic2010-03-311-8/+8
|
* Use backtrace parser from abrtutils, new backtrace rating algorithm, store ↵Karel Klic2010-03-261-286/+151
| | | | crash function if it's known, compute Global UUID in CreateReport
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-4/+4
| | | | | | | | | | | | | | | | | | | This fixes at least three instances where we did not check whether user is even allowed to report or delete a crash. Also fixes a few cases when root might inadvertently act on (e.g. delete) mote than one crash. Renamed FILENAME_UID to CD_UID - makes more sense this way. Added COL_INFORMALL and CD_INFORMALL. Nuked UID == -1 hacks. Renamed getReport() to start_job on Python side. Dropped a few unused parameters from server -> client dbus signals. Fixed CLI's way of reverencing crashes (see updated help text). Run-tested (GUI and CLI). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Acked-by: Nikola Pajkovsky <npajkovs@redhat.com>
* ccpp analyser: add registers and disasm to gdb commands (bz#568686)Denys Vlasenko2010-02-261-3/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make abrt work with the latest kernels (>= 2.6.33)Jiri Moskovcak2010-02-181-0/+43
|
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-25/+21
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp analyzer: fix rhbz#552435 (bt rating misinterpreting # chars)Denys Vlasenko2010-02-051-9/+25
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* use .new suffix on new crashdumps; strip it when crashdump is readyDenys Vlasenko2010-02-041-2/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp analyzer: change duphash calculation to group minor versions togetherDenys Vlasenko2010-02-031-1/+31
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp analyzer: print __glib_assert_msg (rhbz#549735); limit backtrace sizeDenys Vlasenko2010-02-031-8/+35
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fixed premature exit from set_limit()Jiri Moskovcak2010-02-021-10/+6
| | | | | - don't exit if we find corelimit > 0 and don't exit if we can't write new limits
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-02-021-26/+7
|\
| * CCpp plugin: add forgotten closedir()Denys Vlasenko2010-02-021-26/+7
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | CCpp: give up settings limits on the first failureJiri Moskovcak2010-02-021-0/+8
|/
* merge conflictJiri Moskovcak2010-02-021-0/+90
|
* CCpp: explain why we give "file BINRY_NAME" to gdb.Denys Vlasenko2010-02-011-1/+14
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* TicketUploader and FileTransfer plugins: fixes after a round of testingDenys Vlasenko2010-01-211-3/+1
| | | | | | | for one, FileTransfer now would not use current dir as a storage for temp files. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-191-5/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735Denys Vlasenko2010-01-181-3/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Better error messages for abrt-backtrace executionKarel Klic2010-01-131-3/+19
|
* *: remove nss dependenciesDenys Vlasenko2010-01-111-7/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp: use our own sha1 implementation (less pain with nss libs)Denys Vlasenko2010-01-111-3/+29
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* DebugDump: more consistent logic in setting mode and uid:gid on dump dirDenys Vlasenko2010-01-111-0/+2
| | | | | | | | With comments! yay. Before it, too restrictive mode was preventing python craches to be handled. Signed-off-by: Karel Klic <kklic@redhat.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-3/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: misc fixesDenys Vlasenko2010-01-111-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-111-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* RunApp: safer chdir. Overhauled "sparn a child and get its output" in generalDenys Vlasenko2010-01-111-48/+22
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>