diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-07 12:39:54 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-07 12:39:54 +0200 |
commit | cd471cebbcd9a61f21196a915b9b44e68d84aed9 (patch) | |
tree | 2aab91b6fdeeed217d80b6ead950df0f78357ebc /lib/Plugins | |
parent | 5003d2f46021bc9e63563ee2243e669e6f6ad0fd (diff) | |
download | abrt-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/Plugins')
-rw-r--r-- | lib/Plugins/CCpp.conf | 4 |
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 |