[][src]Type Definition symbolic::minidump::processor::FrameInfoMap

type FrameInfoMap<'a> = BTreeMap<CodeModuleId, CfiCache<'a>>;

Container for call frame information (CFI) of CodeModules.

This information is required by the stackwalker in case framepointers are missing in the raw stacktraces. Frame information is given as plain ASCII text as specified in the Breakpad symbol file specification.