[Lldb-commits] [PATCH] D48775: Add new SBTarget::IsDummy method.
Bruce Mitchener via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 29 09:45:13 PDT 2018
brucem requested changes to this revision.
brucem added inline comments.
This revision now requires changes to proceed.
================
Comment at: include/lldb/API/SBTarget.h:65
+ bool IsDummy() const;
+
----------------
Could you add a doc comment here explaining it?
================
Comment at: scripts/interface/SBTarget.i:85
+ bool
+ IsDummy() const;
+
----------------
And here as well?
https://reviews.llvm.org/D48775
More information about the lldb-commits
mailing list