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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to