[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:43:09 PDT 2025


================
@@ -62,8 +67,8 @@ class LLDB_API SBInstructionList {
   friend class SBTarget;
 
   void SetDisassembler(const lldb::DisassemblerSP &opaque_sp);
-  bool GetDescription(lldb_private::Stream &description);
-
+  bool GetDescription(lldb_private::Stream &description,
+                      lldb::SBExecutionContext *exe_ctx = nullptr);
----------------
eronnen wrote:

:100: 

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


More information about the lldb-commits mailing list