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

Zachary Turner zturner at google.com
Thu Jan 8 16:07:18 PST 2015


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 --------------
A non-text attachment was scrubbed...
Name: D6887.17917.patch
Type: text/x-patch
Size: 8447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150109/a1538892/attachment.bin>


More information about the lldb-commits mailing list