Zrythm
a highly automated and intuitive digital audio workstation
|
Backtrace utils. More...
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. | |
Backtrace utils.
Definition in file backtrace.h.