[Lldb-commits] [PATCH] D52678: DWARFExpression: Resolve file addresses in the linked module
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 1 17:34:52 PDT 2018
jingham added a comment.
The only thing that worries me about this fix is that it's addressing a problem that's a pretty easy mistake to make. Is there ever a case that you would want to resolve a DWARF expression in the context of a .o file module? If not, is there some way we can make this happen automatically. This fix seems a bit ad hoc.
https://reviews.llvm.org/D52678
More information about the lldb-commits
mailing list