[][src]Module symbolic_debuginfo::breakpad

Support for Breakpad ASCII symbols, used by the Breakpad and Crashpad libraries.

Structs

BreakpadDebugSession

Debug session for Breakpad objects.

BreakpadError

An error when dealing with BreakpadObject.

BreakpadFileRecord

A file record, specifying the path to a source code file.

BreakpadFileRecords

An iterator over file records in a Breakpad object.

BreakpadFuncRecord

A function record including line information.

BreakpadFuncRecords

An iterator over function records in a Breakpad object.

BreakpadFunctionIterator

An iterator over functions in a Breakpad object.

BreakpadInfoRecords

An iterator over info records in a Breakpad object.

BreakpadLineRecord

A line record associated to a BreakpadFunctionRecord.

BreakpadLineRecords

An iterator over line records in a BreakpadFunctionRecord.

BreakpadModuleRecord

A module record, constituting the header of a Breakpad file.

BreakpadObject

A Breakpad object file.

BreakpadPublicRecord

A public function symbol record.

BreakpadPublicRecords

An iterator over public symbol records in a Breakpad object.

BreakpadStackCfiRecord

A call frame information record for platforms other than Windows x86.

BreakpadStackRecords

An iterator over stack frame records in a Breakpad object.

BreakpadStackWinRecord

A Windows stack frame record, used on x86.

BreakpadSymbolIterator

An iterator over symbols in the Breakpad object.

Enums

BreakpadErrorKind

Variants of BreakpadError.

BreakpadInfoRecord

An information record.

BreakpadStackRecord

Stack frame information record used for stack unwinding and stackwalking.

Type Definitions

BreakpadFileMap

A map of file paths by their file ID.