From 3e070cae6a316b7e3363c8159096c3bbc4bf21b2 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Fri, 25 Sep 2015 21:12:48 +0200 Subject: Added translation of the range lists to location entries. --- debug/DwarfUtil.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debug/DwarfUtil.ml') diff --git a/debug/DwarfUtil.ml b/debug/DwarfUtil.ml index 954324f1..b0b80924 100644 --- a/debug/DwarfUtil.ml +++ b/debug/DwarfUtil.ml @@ -79,6 +79,8 @@ let dw_ref_indirect = 0x16 (* Operation encoding *) let dw_op_addr = 0x3 let dw_op_plus_uconst = 0x23 +let dw_op_reg0 = 0x50 +let dw_op_regx = 0x90 let dw_op_bregx = 0x92 let dw_op_piece = 0x93 -- cgit