|
Cthulhu
0.2.10
Cthulhu compiler collection
|

Data Fields | |
| fmt_backtrace_t | options |
| the user provided options More... | |
| format_context_t | format_context |
| format context More... | |
| typevec_t * | entries |
| typevec_t * | frames |
| size_t | index_align |
| the alignment of the frame index numbers More... | |
| size_t | symbol_align |
| the current alignment of the symbol names More... | |
| size_t | source_root_len |
| the length of the source root More... | |
| arena_t * | arena |
| arena More... | |
Definition at line 61 of file backtrace.c.
| arena_t* backtrace_t::arena |
arena
Definition at line 87 of file backtrace.c.
| typevec_t* backtrace_t::entries |
the collected entries from the report
Definition at line 71 of file backtrace.c.
| format_context_t backtrace_t::format_context |
format context
Definition at line 67 of file backtrace.c.
| typevec_t* backtrace_t::frames |
| size_t backtrace_t::index_align |
the alignment of the frame index numbers
Definition at line 78 of file backtrace.c.
| fmt_backtrace_t backtrace_t::options |
the user provided options
Definition at line 64 of file backtrace.c.
| size_t backtrace_t::source_root_len |
the length of the source root
Definition at line 84 of file backtrace.c.
| size_t backtrace_t::symbol_align |
the current alignment of the symbol names
Definition at line 81 of file backtrace.c.