summaryrefslogtreecommitdiffstats
path: root/src/plugins/CCpp.conf
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-11-10 17:01:31 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-11-10 18:27:05 +0100
commit3fce116492052267e5e1a634e5404b1b518f7ef3 (patch)
tree3160a2d429987573004fb8166d40542b76a7315b /src/plugins/CCpp.conf
parent9d2cb4518c3a8a72ccc714ddbc131aaa84506092 (diff)
downloadabrt-3fce116492052267e5e1a634e5404b1b518f7ef3.tar.gz
abrt-3fce116492052267e5e1a634e5404b1b518f7ef3.tar.xz
abrt-3fce116492052267e5e1a634e5404b1b518f7ef3.zip
move files from lib/plugins to src/plugins
Diffstat (limited to 'src/plugins/CCpp.conf')
-rw-r--r--src/plugins/CCpp.conf44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/plugins/CCpp.conf b/src/plugins/CCpp.conf
new file mode 100644
index 00000000..4af91470
--- /dev/null
+++ b/src/plugins/CCpp.conf
@@ -0,0 +1,44 @@
+# 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
+
+# Do you want a copy of crashed binary be saved?
+# (useful, for example, when _deleted binary_ segfaults)
+SaveBinaryImage = no
+
+# Generate backtrace
+Backtrace = yes
+# How long to wait for gdb to finish. Default is 60 seconds.
+GdbTimeoutSec = 120
+
+# Generate backtrace for crashes uploaded from remote machines.
+# Note that for reliable backtrace generation, your local machine
+# needs to have the crashed executable and all libraries it uses,
+# and they need to be the same versions as on remote machines.
+# If you cannot ensure that, it's better to set this option to "no"
+BacktraceRemotes = no
+
+# 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