Module symbolize
Modules
-
gimli
Support for symbolication using the
gimlicrate on crates.io
Structs
- Symbol A trait representing the resolution of a symbol in a file.
- SymbolName A wrapper around a symbol name to provide ergonomic accessors to the demangled name, the raw bytes, the raw string, etc.
Enums
Functions
- adjust_ip
- format_symbol_name
-
resolve_frame_unsynchronized
Same as
resolve_frame, only unsafe as it's unsynchronized. -
resolve_unsynchronized
Same as
resolve, only unsafe as it's unsynchronized.