Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
backtrace.h File Reference

Backtrace utils. More...

#include <stdbool.h>
Include dependency graph for backtrace.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define backtrace_get(prefix, max_lines, write_to_file)    _backtrace_get (NULL, prefix, max_lines, false, write_to_file)
 
#define backtrace_get_with_lines(prefix, max_lines, write_to_file)
 

Functions

char * _backtrace_get (const char *exe_path, const char *prefix, int max_lines, bool with_lines, bool write_to_file)
 Returns the backtrace with max_lines number of lines and a string prefix.
 

Detailed Description

Backtrace utils.

Definition in file backtrace.h.