Expand description
Common code for printing backtraces.
StructsΒ§
- Backtrace
Lock π
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