Module backtrace
Common code for printing backtraces.
Structs
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
Safety
- lock
- output_filename Prints the filename of the backtrace frame.
- set_image_base
Constants
- FULL_BACKTRACE_DEFAULT
- MAX_NB_FRAMES Max number of frames to print.