summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-07 12:39:54 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-07 12:39:54 +0200
commitcd471cebbcd9a61f21196a915b9b44e68d84aed9 (patch)
tree2aab91b6fdeeed217d80b6ead950df0f78357ebc /lib
parent5003d2f46021bc9e63563ee2243e669e6f6ad0fd (diff)
downloadabrt-cd471cebbcd9a61f21196a915b9b44e68d84aed9.tar.gz
abrt-cd471cebbcd9a61f21196a915b9b44e68d84aed9.tar.xz
abrt-cd471cebbcd9a61f21196a915b9b44e68d84aed9.zip
ccpp hook: add SaveBinaryImage option which saves of the crashed binary
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/CCpp.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Plugins/CCpp.conf b/lib/Plugins/CCpp.conf
index 30e1550c..a18d56a3 100644
--- a/lib/Plugins/CCpp.conf
+++ b/lib/Plugins/CCpp.conf
@@ -5,6 +5,10 @@ Enabled = yes
# in crashed process' current dir, set to "yes"
MakeCompatCore = yes
+# Do you want a copy of crashed binary be saved?
+# (useful, for example, when _deleted binary_ segfaults)
+SaveBinaryImage = no
+
# Generate backtrace
Backtrace = yes