From ee1fc45ee1672938ae1b8152d52883633182b3eb Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sat, 25 Mar 2017 13:53:29 +0300 Subject: [PATCH] dwarf: Update dwarf_line_number_extended Signed-off-by: Cyrill Gorcunov --- output/dwarf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/output/dwarf.h b/output/dwarf.h index 4d6ea1e7..e672819c 100644 --- a/output/dwarf.h +++ b/output/dwarf.h @@ -544,6 +544,7 @@ enum dwarf_line_number_extended { DW_LNE_end_sequence = 0x01, DW_LNE_set_address = 0x02, DW_LNE_define_file = 0x03, + DW_LNE_set_discriminator= 0x04, DW_LNE_lo_user = 0x80, DW_LNE_hi_user = 0xff };