[Lldb-commits] [PATCH] D13799: [lldb-mi] display summary for simple types + refactor (use lldb formatting for all cases)
Hafiz Abid Qadeer via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 20 10:23:50 PDT 2015
abidh accepted this revision.
abidh added a comment.
This revision is now accepted and ready to land.
Apart from some inline comments, looks ok to me.
================
Comment at: tools/lldb-mi/MICmnLLDBDebugger.cpp:839
@@ +838,3 @@
+// Return: MIstatus::success - Functionality succeeded.
+// MIstatus::failure - Functionality failed.
+// Throws: None.
----------------
Please change it to 'true' and 'false'.
http://reviews.llvm.org/D13799
More information about the lldb-commits
mailing list