Blame doc/abrt-action-perform-ccpp-analysis.txt

Packit 8ea169
abrt-action-perform-ccpp-analysis(1)
Packit 8ea169
==================================
Packit 8ea169
Packit 8ea169
NAME
Packit 8ea169
----
Packit 8ea169
abrt-action-perform-ccpp-analysis - Allows users to select acceptable way of core dump analysis
Packit 8ea169
Packit 8ea169
SYNOPSIS
Packit 8ea169
--------
Packit 8ea169
'abrt-action-perform-ccpp-analysis' [-h] [-d PROBLEM_DIR]
Packit 8ea169
Packit 8ea169
DESCRIPTION
Packit 8ea169
-----------
Packit 8ea169
This tool allows user to select between local and remote core dump analysis.
Packit 8ea169
The local analysis may require to download huge amount of data but is
Packit 8ea169
completely safe. On the contrary the remote analysis only needs to upload the
Packit 8ea169
core dump to retrace server but the core dump may contain security sensitive
Packit 8ea169
data.
Packit 8ea169
Packit 8ea169
Integration with ABRT events
Packit 8ea169
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit 8ea169
'abrt-action-perform-ccpp-analysis' is used in the analyze step when processing
Packit 8ea169
C/C++ crashes
Packit 8ea169
Packit 8ea169
------------
Packit 8ea169
EVENT=analyze_CCpp analyzer=CCpp
Packit 8ea169
    abrt-action-perform-ccpp-analysis
Packit 8ea169
------------
Packit 8ea169
Packit 8ea169
OPTIONS
Packit 8ea169
-------
Packit 8ea169
-d, --problem-dir PROBLEM_DIR::
Packit 8ea169
   Problem directory [Default: current directory]
Packit 8ea169
Packit 8ea169
-h, --help::
Packit 8ea169
   Show help message
Packit 8ea169
Packit 8ea169
AUTHORS
Packit 8ea169
-------
Packit 8ea169
* ABRT team