Module gimli::read::line

source ·

Structs

  • A line number program that has previously been run to completion.
  • The DebugLine struct contains the source location to instruction mapping found in the .debug_line section.
  • An entry in the LineProgramHeader’s file_names set.
  • The format of a component of an include directory or file name entry.
  • A line number program that has not been run to completion.
  • An iterator yielding parsed instructions.
  • A header for a line number program in the .debug_line section, as defined in section 6.2.4 of the standard.
  • A row in the line number program’s resulting matrix.
  • Executes a LineProgram to iterate over the rows in the matrix of line number information.
  • A sequence within a line number program. A sequence, as defined in section 6.2.5 of the standard, is a linear subset of a line number program within which addresses are monotonically increasing.

Enums

Traits

  • A LineProgram provides access to a LineProgramHeader and a way to add files to the files table if necessary. Gimli consumers should never need to use or see this trait.

Functions

Type Aliases