Module line Copy item path Source CompleteLineProgram A line number program that has previously been run to completion. DebugLine The DebugLine
struct contains the source location to instruction mapping
found in the .debug_line
section. FileEntry An entry in the LineProgramHeader
’s file_names
set. FileEntryFormat The format of a component of an include directory or file name entry. IncompleteLineProgram A line number program that has not been run to completion. LineInstructions An iterator yielding parsed instructions. LineProgramHeader A header for a line number program in the .debug_line
section, as defined
in section 6.2.4 of the standard. LineRow A row in the line number program’s resulting matrix. LineRows Executes a LineProgram
to iterate over the rows in the matrix of line number information. LineSequence 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. ColumnType The type of column that a row is referring to. LineInstruction A parsed line number program instruction. LineProgram 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. parse_attribute 🔒 parse_directory_v5 🔒 parse_file_v5 🔒 CompleteLineNumberProgram Deprecated Deprecated. CompleteLineNumberProgram
has been renamed to CompleteLineProgram
. IncompleteLineNumberProgram Deprecated Deprecated. IncompleteLineNumberProgram
has been renamed to IncompleteLineProgram
. LineNumberProgram Deprecated Deprecated. LineNumberProgram
has been renamed to LineProgram
. LineNumberProgramHeader Deprecated Deprecated. LineNumberProgramHeader
has been renamed to LineProgramHeader
. LineNumberRow Deprecated Deprecated. LineNumberRow
has been renamed to LineRow
. LineNumberSequence Deprecated Deprecated. LineNumberSequence
has been renamed to LineSequence
. OneShotLineRows 🔒 Opcode Deprecated Deprecated. Opcode
has been renamed to LineInstruction
. OpcodesIter Deprecated Deprecated. OpcodesIter
has been renamed to LineInstructions
. ResumedLineRows 🔒 StateMachine Deprecated Deprecated. StateMachine
has been renamed to LineRows
.