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 /inc | |
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 'inc')
-rw-r--r-- | inc/CrashTypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/CrashTypes.h b/inc/CrashTypes.h index 0581fc5f..8b9fda93 100644 --- a/inc/CrashTypes.h +++ b/inc/CrashTypes.h @@ -25,6 +25,7 @@ // filled by a hook: #define FILENAME_ANALYZER "analyzer" #define FILENAME_EXECUTABLE "executable" +#define FILENAME_BINARY "binary" #define FILENAME_CMDLINE "cmdline" #define FILENAME_REASON "reason" #define FILENAME_COREDUMP "coredump" |