[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
Tue Oct 2 10:01:10 PDT 2018


jingham added a comment.

I was thinking more like if it's possible to figure out that a given module has a debug_map parent, "SetModule" could automatically redirect to the that module.  Then all clients have to do is SetModule with the module they have to hand and it would get the right thing.  That's why I asked if there was ever a case where we'd want to run a DWARF expression using the .o file module when there's a parent debug_map.

But maybe that's overthinking it.


https://reviews.llvm.org/D52678





More information about the lldb-commits mailing list