[Lldb-commits] [PATCH] Add support for character option types

Zachary Turner zturner at google.com
Thu Jan 8 16:58:21 PST 2015


Just realized I forgot to add the two new files, OptionValueChar.cpp and
.h. So hold off on reviewing this until tomorrow
On Thu, Jan 8, 2015 at 4:07 PM Zachary Turner <zturner at google.com> wrote:

> Hi jingham,
>
> This will allow, in a subsequent patch, the addition of a global setting
> that allows the user to specify a single character that LLDB will recognize
> as an escape character when processing arg strings to accomodate
> differences in Windows/non-Windows path handling.
>
> This doesn't actually implement the escape-character global setting, which
> will come in a subsequent patch along with the code that uses it to
> properly parse command args.
>
> http://reviews.llvm.org/D6887
>
> Files:
>   include/lldb/Interpreter/Args.h
>   include/lldb/Interpreter/OptionValue.h
>   include/lldb/Interpreter/OptionValues.h
>   include/lldb/lldb-forward.h
>   source/Interpreter/Args.cpp
>   source/Interpreter/CMakeLists.txt
>   source/Interpreter/OptionValue.cpp
>   source/Interpreter/OptionValueArray.cpp
>   source/Interpreter/OptionValueDictionary.cpp
>   source/Interpreter/Property.cpp
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150109/b07aeb71/attachment.html>


More information about the lldb-commits mailing list