[Lldb-commits] [PATCH] Add "target.jit-args" settings

Enrico Granata egranata at apple.com
Tue Oct 7 15:59:11 PDT 2014


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 <tfiala at google.com> 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
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

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




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141007/462eb738/attachment.html>


More information about the lldb-commits mailing list