[Lldb-commits] [lldb] [lldb] Add missing operations to GetOpcodeDataSize (PR #120163)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 17 11:01:43 PST 2024


================
@@ -269,6 +269,7 @@ static lldb::offset_t GetOpcodeDataSize(const DataExtractor &data,
 
   // All opcodes that have a single ULEB (signed or unsigned) argument
   case DW_OP_addrx:           // 0xa1 1 ULEB128 index
+  case DW_OP_constx:          // 0xa2 1 ULEB128 index
----------------
adrian-prantl wrote:

I think there might be value in keeping the list sorted by their numeric value.

https://github.com/llvm/llvm-project/pull/120163


More information about the lldb-commits mailing list