Code backtrace. More...
#include "config.h"
#include <libunwind.h>
#include <stdio.h>
#include "mutt/lib.h"
#include "lib.h"
#include "muttlib.h"
Go to the source code of this file.
Functions | |
void | show_backtrace (void) |
Log the program's call stack. | |
Code backtrace.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file backtrace.c.
void show_backtrace | ( | void | ) |
Log the program's call stack.
Definition at line 39 of file backtrace.c.