Crate backtracer_core[][src]

Expand description

A library for acquiring a backtrace at runtime

Structs

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

A trait representing the resolution of a symbol in a file.

Functions

Resolve an address to a symbol, passing the symbol to the specified closure.

Inspects the current call-stack, passing all active frames into the closure provided to calculate a stack trace.

Same as trace but starts from an user provided point in time.