DavidSpickett added inline comments.

================
Comment at: lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp:288
+  if (lldb::ABISP abi_sp = GetABI())
+    addr = abi_sp->FixDataAddress(addr);
+
----------------
omjavaid wrote:
> Is this a candidate for FixAnyAddress ?
Absolutely. I intend to get FixAny in first, then update this and the stacked 
patch to use it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122411

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

Reply via email to