summaryrefslogtreecommitdiffstats
path: root/src/plugins/ccpp_events.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/ccpp_events.conf')
-rw-r--r--src/plugins/ccpp_events.conf17
1 files changed, 2 insertions, 15 deletions
diff --git a/src/plugins/ccpp_events.conf b/src/plugins/ccpp_events.conf
index 0f574713..dc582486 100644
--- a/src/plugins/ccpp_events.conf
+++ b/src/plugins/ccpp_events.conf
@@ -2,28 +2,15 @@ EVENT=post-create analyzer=CCpp
abrt-action-analyze-c &&
abrt-action-list-dsos.py -m maps -o dsos
-# We run analyze_foo steps only if backtrace is empty (not yet generated):
# TODO: can we still specify additional directories to search for debuginfos,
# or was this ability lost with move to python installer?
-EVENT=analyze_LocalGDB analyzer=CCpp backtrace=
+EVENT=analyze_LocalGDB analyzer=CCpp
abrt-action-analyze-core.py --core=coredump -o build_ids &&
abrt-action-install-debuginfo --size_mb=4096 &&
abrt-action-generate-backtrace &&
abrt-action-analyze-backtrace
-EVENT=analyze_RetraceServer analyzer=CCpp backtrace=
- abrt-retrace-client batch --dir "$DUMP_DIR" &&
- abrt-action-analyze-backtrace
-
-# Same as "analyze", but executed when user requests "refresh" in GUI
-# It doesn't check that backtrace is empty:
-EVENT=reanalyze_LocalGDB analyzer=CCpp
- abrt-action-analyze-core.py --core=coredump -o build_ids &&
- abrt-action-install-debuginfo --size_mb=4096 &&
- abrt-action-generate-backtrace &&
- abrt-action-analyze-backtrace
-
-EVENT=reanalyze_RetraceServer analyzer=CCpp
+EVENT=analyze_RetraceServer analyzer=CCpp
abrt-retrace-client batch --dir "$DUMP_DIR" &&
abrt-action-analyze-backtrace