[Lldb-commits] [PATCH] D14177: Better handle the arguments common to all MI commands.
Ilia K via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 29 09:07:00 PDT 2015
ki.stfu accepted this revision.
ki.stfu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: tools/lldb-mi/MICmdBase.h:68
@@ -67,2 +67,3 @@
virtual MIuint GetGUID();
+ void AddCommonArgs();
----------------
abidh wrote:
> Changed name. But it cant be protected as it is called from the outside.
OK
http://reviews.llvm.org/D14177
More information about the lldb-commits
mailing list