[Lldb-commits] [lldb] [lldb-dap] fix disassembly request instruction offset handling (PR #140486)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Tue May 20 17:33:48 PDT 2025


================
@@ -349,6 +349,10 @@ class LLDB_API SBTarget {
 
   SBError SetLabel(const char *label);
 
+  uint32_t GetMinimumOpcodeByteSize() const;
+
+  uint32_t GetMaximumOpcodeByteSize() const;
----------------
ashgti wrote:

Can we add a comment?
```
Architecture opcode byte size width accessor...
```

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


More information about the lldb-commits mailing list