kwk added a comment.

@clayborg what address is it exactly to store here `std::map<lldb::addr_t, 
ContString> SymbolMapType;`? As an example 
`dc_symbol.GetAddress().GetFileAddress()` is something that would work but as 
soon as we have minidebuginfo, then we might end having the same symbol coming 
from two different object files and so their address would still be different. 
Also do you want me to keep this map in `ObjectFileELF`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67390



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

Reply via email to