summaryrefslogtreecommitdiffstats
path: root/src/plugins/ccpp_events.conf
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2011-03-10 18:09:37 +0100
committerKarel Klic <kklic@redhat.com>2011-03-10 18:09:37 +0100
commit77bb7ac8f771817c4cd2111ab7e5ff529ec27ef7 (patch)
treec339460065b12405f5ac11a8b384dcbc332566b0 /src/plugins/ccpp_events.conf
parent16cb4f46a752c97a68941e53b20c9596d24fac08 (diff)
downloadabrt-77bb7ac8f771817c4cd2111ab7e5ff529ec27ef7.tar.gz
abrt-77bb7ac8f771817c4cd2111ab7e5ff529ec27ef7.tar.xz
abrt-77bb7ac8f771817c4cd2111ab7e5ff529ec27ef7.zip
added XML configuration for analyze steps
Diffstat (limited to 'src/plugins/ccpp_events.conf')
-rw-r--r--src/plugins/ccpp_events.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/ccpp_events.conf b/src/plugins/ccpp_events.conf
index cbeb8acf..0cb2abe9 100644
--- a/src/plugins/ccpp_events.conf
+++ b/src/plugins/ccpp_events.conf
@@ -5,8 +5,8 @@ EVENT=post-create analyzer=CCpp abrt-action-analyze-c
#TODO: can we still specify additional directories to search for debuginfos,
# or was this ability lost with move to python installer?
-EVENT=analyze_Local analyzer=CCpp backtrace= abrt-action-install-debuginfo --core="$DUMP_DIR/coredump"
-EVENT=analyze_Local analyzer=CCpp backtrace= abrt-action-generate-backtrace
+EVENT=analyze_LocalGDB analyzer=CCpp backtrace= abrt-action-install-debuginfo --core="$DUMP_DIR/coredump"
+EVENT=analyze_LocalGDB analyzer=CCpp backtrace= abrt-action-generate-backtrace
EVENT=analyze_RetraceServer analyzer=CCpp backtrace= abrt-retrace-client batch -k --dir "$DUMP_DIR"
# Same as "analyze", but executed when user requests "refresh" in GUI