[Lldb-commits] [PATCH] D48775: Add new SBTarget::IsDummy method.

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 29 10:14:12 PDT 2018


aprantl added a comment.

Is the dummy target something we need to expose over the SBAPI? 
I see that other places in lldb-mi query `if (sbTarget == rSessionInfo.GetDebugger().GetDummyTarget())`. Would that be sufficient?


https://reviews.llvm.org/D48775





More information about the lldb-commits mailing list