Struct symbolic_symcache::SymCache[][src]

pub struct SymCache<'a> { /* fields omitted */ }

An abstraction around a symbolication cache file.

Methods

impl<'a> SymCache<'a>
[src]

Load a symcache from a byteview.

Constructs a symcache from an object.

The total size of the cache file

Returns a pointer to the internal bytes of the cache file

Writes the symcache into a new writer.

The architecture of the symbol file.

The id of the cache file.

The source of the SymCache.

Returns true if line information is included.

Returns true if file information is included.

The version of the cache file.

Important traits for Functions<'a>

Returns an iterator over all functions.

Given an address this looks up the symbol at that point.

Because of inling information this returns a vector of zero or more symbols. If nothing is found then the return value will be an empty vector.

Trait Implementations

impl<'a> Debug for SymCache<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for SymCache<'a>

impl<'a> Sync for SymCache<'a>