summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-27 16:05:39 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-27 16:05:39 +0100
commit6e4495f7f13bd498f4f232b5e234e833a4573d73 (patch)
tree01f90f8ee44aba6fc100faec3c9167c38fbf5972 /lib
parentace66de86bf1ae744cc8e0381611c106edc0ae78 (diff)
downloadabrt-6e4495f7f13bd498f4f232b5e234e833a4573d73.tar.gz
abrt-6e4495f7f13bd498f4f232b5e234e833a4573d73.tar.xz
abrt-6e4495f7f13bd498f4f232b5e234e833a4573d73.zip
Hooks/CCpp.cpp: add MakeCompatCore = yes/no directive. Fixes rhbz#541707
Run tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/CCpp.conf11
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/Plugins/CCpp.conf b/lib/Plugins/CCpp.conf
index 459dff8c..e5ba5ad9 100644
--- a/lib/Plugins/CCpp.conf
+++ b/lib/Plugins/CCpp.conf
@@ -1,8 +1,13 @@
-# Configuration file for CCpp add-on
-# generate memory map too (IGNORED FOR NOW)
+# Configuration file for CCpp hook and plugin
+
+# If you also want to dump file named "core"
+# in crashed process' current dir, set to "yes"
+MakeCompatCore = no
+
+# Generate memory map too (IGNORED FOR NOW)
MemoryMap = no
-# how to get debug-info: install, mount
+# How to get debug-info: install, mount
## install - download and install debug-info packages
## mount - mount fedora NFS with debug info
## (IGNORED FOR NOW)