abrt-action-analyze-ccpp-local(1)
=================================

NAME
----
abrt-action-analyze-ccpp-local - Generates backtrace and search for duplicates

SYNOPSIS
--------
abrt-action-analyze-ccpp-local [--without-bz] [--without-bodhi]

DESCRIPTION
-----------
This tool uses gdb(1)'s built-in integration for debuginfod to generate a backtrace
for coredump in the problem directory, also checks for existing duplicates in
Bugzilla and possible updates related to the detected crash.

Integration with ABRT events
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
'abrt-action-analyze-ccpp-local' is used in the analyze step when processing
C/C++ crashes

------------
EVENT=analyze_LocalGDB analyzer=CCpp
    abrt-action-analyze-ccpp-local
------------

OPTIONS
-------
--without-bz::
    Don't search bugzilla for existing duplicates

--without-bodhi::
    Don't search bodhi for existing updates

AUTHORS
-------
* ABRT team
