[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 14:24:57 PDT 2025


eronnen wrote:

@JDevlieghere I Tried to simplify the logics as much as I can in the way you asked, handling the case of unfixed opcode size and disassembling backwards is still a bit complex because there is the edge case where padding is needed, but I hope it's readable enough now.

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


More information about the lldb-commits mailing list