clayborg added a comment.

Yeah, any symbol that isn't exported might not be in the symbol table, but it 
might have a mangled name in the debug info that we can easily lookup. Static 
function, non-exported classes/functions, static variables, etc.

That being said, in the IRExecutionUnit do we currently try and lookup using 
symbols only first? If we find something do we avoid touching debug info 
completely? If not, we should make a patch to do this.


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

https://reviews.llvm.org/D107297

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

Reply via email to