summaryrefslogtreecommitdiffstats
path: root/src/plugins/ccpp_events.conf
blob: 5dee5727f5eb83126d79cbb43ab32534b398f463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
EVENT=post-create analyzer=CCpp         abrt-action-analyze-c
EVENT=post-create analyzer=CCpp         abrt-action-list-dsos.py > dsos

#TODO: implement this (or add this functionality to abrt-action-install-debuginfo):
#EVENT=analyze analyzer=CCpp backtrace=     trim-debuginfo-cache /var/cache/abrt-di 4096m

#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=     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
#EVENT=reanalyze analyzer=CCpp  trim-debuginfo-cache /var/cache/abrt-di 4096m
EVENT=reanalyze_LocalGDB analyzer=CCpp  abrt-action-install-debuginfo --core="$DUMP_DIR/coredump"
EVENT=reanalyze_LocalGDB analyzer=CCpp  abrt-action-generate-backtrace
EVENT=reanalyze_RetraceServer analyzer=CCpp  abrt-retrace-client batch -k --dir "$DUMP_DIR"

EVENT=report_Bugzilla analyzer=CCpp        abrt-action-bugzilla -c /etc/abrt/plugins/Bugzilla.conf