Module backtrace::backtrace

source ·

Modules

  • libunwind 🔒
    Backtrace support using libunwind/gcc_s/etc APIs.

Structs

  • A trait representing one frame of a backtrace, yielded to the trace function of this crate.

Functions

  • Inspects the current call-stack, passing all active frames into the closure provided to calculate a stack trace.
  • Same as trace, only unsafe as it’s unsynchronized.