[Lldb-commits] [PATCH] Add "target.jit-args" settings
Jim Ingham
jingham at apple.com
Tue Sep 30 13:40:59 PDT 2014
The argument parsing part of this patch doesn't work correctly. It changes all quoted values in the command input from options to arguments For instance, I have this command in my .lldbinit:
type summary add -w lldb "lldb::ModuleSP" -s "${var.__ptr_%S}"
Your patch notices that "${var.__ptr_%S}" has quotes around it, so it removes it from the option parsing. But since the -s requires an argument value, the command no longer parses correctly.
Jim
http://reviews.llvm.org/D5472
More information about the lldb-commits
mailing list