[all-commits] [llvm/llvm-project] 563ab5: [lldb-dap] Show load addresses in disassembly (#13...

Ely Ronnen via All-commits all-commits at lists.llvm.org
Wed Apr 23 13:05:02 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 563ab56497104199b9fd57df9bd162f2b02cbe92
      https://github.com/llvm/llvm-project/commit/563ab56497104199b9fd57df9bd162f2b02cbe92
  Author: Ely Ronnen <elyronnen at gmail.com>
  Date:   2025-04-23 (Wed, 23 Apr 2025)

  Changed paths:
    M lldb/include/lldb/API/SBExecutionContext.h
    M lldb/include/lldb/API/SBInstructionList.h
    M lldb/source/API/SBInstructionList.cpp
    M lldb/tools/lldb-dap/Handler/SourceRequestHandler.cpp

  Log Message:
  -----------
  [lldb-dap] Show load addresses in disassembly (#136755)

Improves the lldb-dap disassembly by showing load addresses in
disassembly, same as in a regular LLDB `disassemble` command by default.

Before:

![Screenshot From 2025-04-22
21-33-56](https://github.com/user-attachments/assets/c3febd48-8335-4932-a270-5a87f48122fe)


After:

![Screenshot From 2025-04-22
21-54-51](https://github.com/user-attachments/assets/b2f44595-8ab2-4f28-aded-9233c53a589b)



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list