summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-03-26 18:19:33 +0100
committerKarel Klic <kklic@redhat.com>2010-03-26 18:19:33 +0100
commitd97ff74a7c897122d4789418efa451bee2f0b784 (patch)
tree3817b38a3ef1b45079f0189f09bc6f7c76de1d86 /inc
parent8c7e119a4fe48b11801e9f9110ae0ec3ac728275 (diff)
downloadabrt-d97ff74a7c897122d4789418efa451bee2f0b784.tar.gz
abrt-d97ff74a7c897122d4789418efa451bee2f0b784.tar.xz
abrt-d97ff74a7c897122d4789418efa451bee2f0b784.zip
Use backtrace parser from abrtutils, new backtrace rating algorithm, store crash function if it's known, compute Global UUID in CreateReport
Diffstat (limited to 'inc')
-rw-r--r--inc/CrashTypes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/CrashTypes.h b/inc/CrashTypes.h
index 8fa9ab1b..87119ae0 100644
--- a/inc/CrashTypes.h
+++ b/inc/CrashTypes.h
@@ -30,6 +30,11 @@
#define FILENAME_COREDUMP "coredump"
#define FILENAME_BACKTRACE "backtrace"
#define FILENAME_MEMORYMAP "memorymap"
+// Used by CCpp analyzer to cache GetGlobalUUID() calls.
+#define FILENAME_GLOBAL_UUID "global_uuid"
+// Name of the function where the application crashed.
+// Optional.
+#define FILENAME_CRASH_FUNCTION "crash_function"
// filled by CDebugDump::Create() (which also fills CD_UID):
#define FILENAME_ARCHITECTURE "architecture"
#define FILENAME_KERNEL "kernel"