[Lldb-commits] [PATCH] D48295: [WIP] Implement new ReturnMIStatus method of CMICmdBase class.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 18 13:59:29 PDT 2018
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: tools/lldb-mi/MICmdBase.cpp:221
+// Args: error - (R) Error description object.
+// Return: None.
+// Throws: None.
----------------
It returns a bool, right?
At some point it sure would be nice if we could convert the lldb-mi sources over to the LLVM coding style ...
https://reviews.llvm.org/D48295
More information about the lldb-commits
mailing list