summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-09-23 16:52:19 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-09-23 16:52:19 +0200
commit8d9f6184d56b59a35295f9df2aad8b94e723b6b8 (patch)
tree370c6c844c66218a82170889e8566e46ecfca76c /doc
parent1f0e36dc6e8d429324be9b4ac7573e989bf831aa (diff)
downloadabrt-8d9f6184d56b59a35295f9df2aad8b94e723b6b8.tar.gz
abrt-8d9f6184d56b59a35295f9df2aad8b94e723b6b8.tar.xz
abrt-8d9f6184d56b59a35295f9df2aad8b94e723b6b8.zip
rename abrt-debuginfo-install to abrt-action-install-debuginfo
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/implementation6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/implementation b/doc/implementation
index 72f12c72..e749a47d 100644
--- a/doc/implementation
+++ b/doc/implementation
@@ -72,11 +72,11 @@ getReport(UUID) method or automatically if admin sets it in /etc/abrt/abrt.conf
if it does then:
b) daemon tries to install the debuginfo issuing this command:
-execlp("abrt-debuginfo-install", "abrt-debuginfo-install", coredump, tempdir, debuginfo_dirs, NULL);
+execlp("abrt-action-install-debuginfo", "abrt-action-install-debuginfo", coredump, tempdir, debuginfo_dirs, NULL);
-abrt-debuginfo-install is a shell script using elfutils to get build-ids from coredump and the use
+abrt-action-install-debuginfo is a shell script using elfutils to get build-ids from coredump and the use
"yum provides" and "yumdownloader" to determine and download the missing debuginfo packages
-* script source code: http://git.fedorahosted.org/git/abrt.git?p=abrt.git;a=blob_plain;f=src/Daemon/abrt-debuginfo-install
+* script source code: http://git.fedorahosted.org/git/abrt.git?p=abrt.git;a=blob_plain;f=src/Daemon/abrt-action-install-debuginfo
c) run gdb and get backtrace from coredump:
see http://git.fedorahosted.org/git/abrt.git?p=abrt.git;a=blob_plain;f=lib/Plugins/CCpp.cpp line 260
- gdb is run with the same privileges as the crashed app (setregid, setreuid)