Modules§
- gimli 🔒Support for symbolication using the
gimli
crate on crates.io
Structs§
- A trait representing the resolution of a symbol in a file.
- A wrapper around a symbol name to provide ergonomic accessors to the demangled name, the raw bytes, the raw string, etc.
Enums§
Functions§
- Attempt to reclaim that cached memory used to symbolicate addresses.
- Resolve an address to a symbol, passing the symbol to the specified closure.
- Resolve a previously capture frame to a symbol, passing the symbol to the specified closure.
- Same as
resolve_frame
, only unsafe as it’s unsynchronized. - Same as
resolve
, only unsafe as it’s unsynchronized.