mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 22:58:28 +02:00
system/stacktrace.cpp: add backtrace function for debugging, define HAVE_BACKTRACE to enable code
Origin commit data
------------------
Branch: ni/coolstream
Commit: 09e1399a11
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-03-06 (Fri, 06 Mar 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
7
src/system/stacktrace.h
Normal file
7
src/system/stacktrace.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _STACKTRACE_H_
|
||||
#define _STACKTRACE_H_
|
||||
|
||||
void print_stacktrace(FILE *out = stderr, unsigned int max_frames = 63);
|
||||
void install_crash_handler();
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user