================
@@ -327,27 +358,45 @@ static lldb::offset_t GetOpcodeDataSize(const 
DataExtractor &data,
     return offset - data_offset;
   }
 
+  case DW_OP_implicit_pointer: // 0xa0 4 + LEB128
+  {
+    data.Skip_LEB128(&offset);
+    return 4 + offset - data_offset;
----------------
adrian-prantl wrote:

> The first operand is a 4-byte unsigned value in the 32-bit DWARF format, or 
> an 8-byte unsigned value in the 64-bit DWARF format


https://github.com/llvm/llvm-project/pull/120163
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to