summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/CCpp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-021-11/+73
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp.conf: add DebugInfoCacheMB option (ignored for now)Denys Vlasenko2009-11-011-7/+20
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* implement abrtd -t TIMEOUT_IN_SECDenys Vlasenko2009-10-311-11/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/CCpp: use /var/run instead of /tmp for tempdirDenys Vlasenko2009-10-301-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Bugzilla: simplify; CCpp, DebugDump: don't add EOL to one-line data filesDenys Vlasenko2009-10-301-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp: added missing Close()Jiri Moskovcak2009-10-291-0/+1
|
* Enable new debuginfo downloading codeDenys Vlasenko2009-10-291-52/+44
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* updates to abrt-debuginfo-install (but it is still ifdef'ed out)Denys Vlasenko2009-10-231-8/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* removing forgotted debugging printoutDenys Vlasenko2009-10-231-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* backtrace rating saved with crash datadnovotny2009-10-131-0/+4
|
* parameters passed as const string &dnovotny2009-10-131-2/+2
|
* a little changednovotny2009-10-131-1/+0
|
* added backtrace ratingdnovotny2009-10-131-0/+84
|
* lib/Plugins/CCpp.cpp: add a workaround for gdb bugDenys Vlasenko2009-10-211-0/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* revert abrt-debuginfo-install usage for nowDenys Vlasenko2009-10-191-3/+195
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* wire up abrt-debuginfo-install to lib/Plugins/CCpp.cppDenys Vlasenko2009-10-191-133/+21
| | | | | | Tested. Seems to work better than what we had before. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/CCpp.cpp: fix a bug with detecting missing debuginfosDenys Vlasenko2009-10-161-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/CCpp.cpp: log polkit_check_authorization failuresDenys Vlasenko2009-10-151-23/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* better logging of execv parametersDenys Vlasenko2009-10-151-5/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/CCpp.cpp: fixing a wrong applied patch...Denys Vlasenko2009-10-131-8/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/CCpp.cpp: add build-ids to backtraceDenys Vlasenko2009-10-131-5/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/CCpp.cpp: do not use temp file for gdb commands - use -ex CMD ↵Denys Vlasenko2009-10-131-24/+27
| | | | | | instead Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp analyser: log executing of children; comment about pk-debuginfo-istallDenys Vlasenko2009-10-091-1/+34
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* removed JobStarted signal; fixed a small bug in build-id scanning codeDenys Vlasenko2009-10-091-1/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: add "force" param to CreateReport dbus call. If !0, regenerates backtraceDenys Vlasenko2009-10-091-8/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Jan Kratochvil's fix (#525721): use core _only_, not executable image for ↵Denys Vlasenko2009-10-061-4/+9
| | | | | | backtrace Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* try using pk-debuginfo-install before falling back to debuginfo-installDenys Vlasenko2009-09-301-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove DBusManager::uniq_nameDenys Vlasenko2009-09-291-1/+1
| | | | | | also fix some whitespace damage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add support for abrtd autostartDenys Vlasenko2009-09-291-27/+52
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-7/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* new polkit action for installing debuginfo, default "yes"dnovotny2009-09-161-1/+1
|
* fixed closing of debug dump in case of existing backtraceZdenek Prikryl2009-09-171-1/+2
|
* backtrace declared twicednovotny2009-09-161-1/+0
|
* merge correctiondnovotny2009-09-161-6/+3
|
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtdnovotny2009-09-161-174/+227
|\ | | | | | | | | | | Conflicts: lib/Plugins/CCpp.cpp lib/Utils/Polkit.cpp
| * small correction to previous commit (forgot .debug suffix)Denys Vlasenko2009-09-151-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * initial code for better debuginfo installation.Denys Vlasenko2009-09-151-178/+221
| | | | | | | | | | | | | | For now, it skips debuginfo install step if all build-ids retrieved from coredump appear to already exist Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | added timeout to Polkit, added authorization check for debuginfo-installdnovotny2009-09-161-1/+39
|/
* fix the bug where lock file was not removedDenys Vlasenko2009-09-091-3/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* preparatory work for proper (i.e. unicast) server->client dbus communicationDenys Vlasenko2009-09-071-13/+18
| | | | | | | | + /* send unicast dbus signal */ + if (!dbus_message_set_destination(msg, pDest)) + die_out_of_memory(); Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Add new config option InstallDebuginfo into CCpp.confNikola Pajkovsky2009-09-071-2/+16
|
* add gettext support for all pluginsNikola Pajkovsky2009-09-021-6/+6
|
* consolidate container typedefs in one file (we had a few dupes)Denys Vlasenko2009-08-271-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* eliminate global variable g_cwDenys Vlasenko2009-08-271-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-7/+8
| | | | | | | | renamed: comm_layer_inner_warning -> warn_client comm_layer_inner_status -> update_client Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* more sensible loggingDenys Vlasenko2009-08-251-1/+1
| | | | | | | | | | | comm_layer_inner_debug was jumping through the hoops in order to simply send a message to stderr. this can be made much simpler. also, set logmode to LOGMODE_SYSLOG in abrt daemon, making its log visible if it is daemonized. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Plugins/CCpp: remove trailing \n from debuginfo-install's outputDenys Vlasenko2009-08-191-0/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp plugin: do not abort if debuginfos aren't foundDenys Vlasenko2009-08-191-14/+23
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify parsing of debuginfo-install outputDenys Vlasenko2009-08-181-49/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make ccpp plugin more verboseZdenek Prikryl2009-08-141-0/+1
|