[Lldb-commits] [PATCH] D11049: [lldb-mi] size_t rather than MIuint for arg counts.
Ilia K
ki.stfu at gmail.com
Thu Jul 9 21:32:17 PDT 2015
ki.stfu added inline comments.
================
Comment at: tools/lldb-mi/MICmdArgContext.cpp:146
@@ -145,3 +145,3 @@
// Args: vArg - (R) The name of the argument.
-// nArgIndex - (R) The word count position to which to remove the vArg word.
+// nArgIndex - The word count position to which to remove the vArg word.
// Return: MIstatus::success - Functional succeeded.
----------------
the same here: (R) means 'readonly' variable. i.e. you will not plan to return anything through that variable.
http://reviews.llvm.org/D11049
More information about the lldb-commits
mailing list