[Lldb-commits] [lldb] [lldb-dap] fix disassembly request instruction offset handling (PR #140486)
Ely Ronnen via lldb-commits
lldb-commits at lists.llvm.org
Tue May 20 21:46:23 PDT 2025
================
@@ -349,6 +349,10 @@ class LLDB_API SBTarget {
SBError SetLabel(const char *label);
+ uint32_t GetMinimumOpcodeByteSize() const;
+
+ uint32_t GetMaximumOpcodeByteSize() const;
----------------
eronnen wrote:
:100:
https://github.com/llvm/llvm-project/pull/140486
More information about the lldb-commits
mailing list