The DWARF specification defines a sequence as being "a series of contiguous target machine instructions". If you observe https://github.com/davea42/libdwarf-code/blob/main/src/lib/libdwarf/dwarf_line_table_reader_common.h#L1600, ET is displayed whenever epilogue begin is read, even when no DW_LNE_end_sequence opcode is present.
Originally posted by @mehdi-sy-h in #321
The DWARF specification defines a sequence as being "a series of contiguous target machine instructions". If you observe https://github.com/davea42/libdwarf-code/blob/main/src/lib/libdwarf/dwarf_line_table_reader_common.h#L1600, ET is displayed whenever epilogue begin is read, even when no DW_LNE_end_sequence opcode is present.
Originally posted by @mehdi-sy-h in #321