stacktrace.h
Include dependency graph for stacktrace.h:
This graph shows which files directly or indirectly include stacktrace.h:
Functions
-
term stacktrace_build(Context *ctx, term *stack_info, uint32_t live)
Build a stack trace.
- Parameters:
ctx – context
stack_info – pointer to stack info tuple
live – number of x registers to preserve, which should include stack_info
- Returns:
the built stack trace
-
term stacktrace_exception_class(term stack_info)