[Lldb-commits] [PATCH] D67390: [LLDB][ELF] Load both,	.symtab and .dynsym sections
    Konrad Wilhelm Kleine via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Sep 16 09:24:54 PDT 2019
    
    
  
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
    
    
More information about the lldb-commits
mailing list