[Lldb-commits] [PATCH] D53094: [pecoff] Implement ObjectFilePECOFF::GetDependedModules()

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 29 03:27:46 PDT 2018


labath added a comment.

It sounds like at least part of this could be tested by adding the ability to dump dependent modules to `lldb-test object-file` (which I think would fit very nicely within the current information printed by that command). I seem to recall seeing code like that in some patch but it seems to be missing here now.


https://reviews.llvm.org/D53094





More information about the lldb-commits mailing list