[Lldb-commits] [PATCH] D31172: Move stop info override callback code from ArchSpec into Process

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 12 14:26:49 PDT 2017


jingham added a comment.

Sorry I wasn't clear.  I meant that since the Target knows everything it needs to know to vend the correct Architecture plugin, you should get it from the Target, not the Process.  In general, I think that the highest class in the stack that can vend a plugin is the one that should.


https://reviews.llvm.org/D31172





More information about the lldb-commits mailing list