abidh accepted this revision.
abidh added a comment.
This revision is now accepted and ready to land.

Apart from one little comment, looks good.


================
Comment at: tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp:512
@@ -516,3 +511,3 @@
     }
-    return bOk;
+    return MIstatus::success;
 }
----------------
Does this function return false somewhere or this return type is also redundant.


http://reviews.llvm.org/D11412




_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to