[Lldb-commits] [lldb] [lldb-dap] Show load addresses in disassembly (PR #136755)

Ely Ronnen via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 22 16:26:45 PDT 2025


================
@@ -54,6 +54,10 @@ class LLDB_API SBInstructionList {
 
   bool GetDescription(lldb::SBStream &description);
 
+  // Writes assembly instructions to `description` with load addresses using
+  // `frame`.
+  bool GetDescription(lldb::SBStream &description, lldb::SBFrame &frame);
----------------
eronnen wrote:

:100: 

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


More information about the lldb-commits mailing list