Heads up. This patch seems to be the cause of 
http://llvm.org/bugs/show_bug.cgi?id=21190 
<http://llvm.org/bugs/show_bug.cgi?id=21190>

Essentially, the command parser gets confused with commands like:
type summary add Rectangle --summary-string "Category1" -w Category1

and the value for the -w option ends up being ategory1 with the leading C 
chopped away

> On Oct 6, 2014, at 4:23 PM, Todd Fiala <[email protected]> wrote:
> 
> svn commit
> Sending        include/lldb/Expression/ClangExpressionParser.h
> Sending        include/lldb/Target/Target.h
> Sending        source/Expression/ClangExpressionParser.cpp
> Sending        source/Expression/ClangFunction.cpp
> Sending        source/Expression/ClangUserExpression.cpp
> Sending        source/Expression/ClangUtilityFunction.cpp
> Sending        source/Interpreter/Args.cpp
> Sending        source/Target/Target.cpp
> Transmitting file data ........
> Committed revision 219169.
> 
> http://reviews.llvm.org/D5472
> 
> 
> 
> _______________________________________________
> lldb-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Thanks,
- Enrico
📩 egranata@.com ☎️ 27683




_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to