summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/CCpp.conf
blob: 30e1550c8ca69ff403c7b1a983bdfdba04e2a373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Configuration file for CCpp hook and plugin
Enabled = yes

# If you also want to dump file named "core"
# in crashed process' current dir, set to "yes"
MakeCompatCore = yes

# Generate backtrace
Backtrace = yes

# Generate memory map too (IGNORED FOR NOW)
MemoryMap = no

# How to get debuginfo: install, mount
## install - download and install debuginfo packages
## mount - mount fedora NFS with debug info
## (IGNORED FOR NOW)
DebugInfo = install

# If this option is set to "yes",
# debuginfos will be installed to @@LOCALSTATEDIR@@/cache/abrt-di
InstallDebugInfo = yes

# Additional directories to search for debuginfos.
# For example, you can list a network-mounted shared store
# of all debuginfos here.
# ReadonlyLocalDebugInfoDirs = /path1:/path2:...

# Keep @@LOCALSTATEDIR@@/cache/abrt-di
# from growing out-of-bounds.
DebugInfoCacheMB = 4000