[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:

After:

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