edmunoz added a comment.
In https://reviews.llvm.org/D24202#539629, @ki.stfu wrote:
> lgtm
>
> @edmunoz, good job. Thank you! Would you like me to commit?
Thanks! Yes, go ahead.
Repository:
rL LLVM
https://reviews.llvm.org/D24202
___
lldb-comm
edmunoz added inline comments.
Comment at: tools/lldb-mi/MICmdArgValOptionLong.cpp:190
@@ -189,10 +189,3 @@
{
-CMIUtilString::VecString_t vecOptions;
-MIuint nOptionsPresent = 0;
-if ((m_eExpectingOptionType != eArgValType_StringQuoted) &&
(m_eExpectingOptionType !=
edmunoz created this revision.
edmunoz added a reviewer: ki.stfu.
edmunoz added a subscriber: lldb-commits.
edmunoz set the repository for this revision to rL LLVM.
edmunoz added a project: LLDB.
Herald added a subscriber: ki.stfu.
When extracting options for long options (starting with "--"), the