Module backtrace

Source
Expand description

Common code for printing backtraces.

StructsΒ§

BacktraceLock πŸ”’

ConstantsΒ§

MAX_NB_FRAMES πŸ”’
Max number of frames to print.

FunctionsΒ§

__rust_begin_short_backtrace
Fixed frame used to clean the backtrace with RUST_BACKTRACE=1. Note that this is only inline(never) when backtraces in std are enabled, otherwise it’s fine to optimize away.
__rust_end_short_backtrace
Fixed frame used to clean the backtrace with RUST_BACKTRACE=1. Note that this is only inline(never) when backtraces in std are enabled, otherwise it’s fine to optimize away.
_print_fmt πŸ”’ ⚠
lock πŸ”’
output_filename
Prints the filename of the backtrace frame.
set_image_base