Cthulhu
0.2.10
Cthulhu compiler collection
|
printing options for a stacktrace More...
#include <backtrace.h>
Public Member Functions | |
STA_FIELD_RANGE (0, eHeadingCount) fmt_heading_t header | |
the line heading style More... | |
Data Fields | |
print_options_t | options |
basic print options More... | |
fmt_backtrace_options_t | config |
configuration flags More... | |
const char * | project_source_path |
path to the root of the projects source directory if this is set then paths that are under this directory will be trimmed to be relative to this directory. all other paths remain unchanged More... | |
printing options for a stacktrace
Definition at line 35 of file backtrace.h.
fmt_backtrace_t::STA_FIELD_RANGE | ( | 0 | , |
eHeadingCount | |||
) |
the line heading style
fmt_backtrace_options_t fmt_backtrace_t::config |
configuration flags
Definition at line 44 of file backtrace.h.
print_options_t fmt_backtrace_t::options |
basic print options
Definition at line 38 of file backtrace.h.
const char* fmt_backtrace_t::project_source_path |
path to the root of the projects source directory if this is set then paths that are under this directory will be trimmed to be relative to this directory. all other paths remain unchanged
Definition at line 49 of file backtrace.h.