Crate backtracer_core[][src]

A library for acquiring a backtrace at runtime

Structs

EntryPoint
Frame

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

Symbol

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

Functions

resolve

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

trace

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

trace_from

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