[Lldb-commits] [PATCH] D130534: loading a binary at a slide multiple times leaves old entries in the SectionLoadList

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 27 01:54:51 PDT 2022


DavidSpickett added inline comments.


================
Comment at: lldb/test/API/functionalities/multiple-slides/TestMultipleSlides.py:57
+        self.assertNotEqual(second_sym.GetStartAddress().GetLoadAddress(target),
+                         second_sym.GetStartAddress().GetFileAddress())
+
----------------
So here I expect to see -64 somewhere in the address check, is that this other bug you're talking about?

So we get the change from no known load address, to some load address, but then a further slide doesn't change it?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130534/new/

https://reviews.llvm.org/D130534



More information about the lldb-commits mailing list