[Lldb-commits] [PATCH] Add a global setting for the interpreter's	escape-character
    Zachary Turner 
    zturner at google.com
       
    Mon Jan 12 17:04:46 PST 2015
    
    
  
Hi clayborg, jingham,
This enables Windows to specify paths with backslashes unquoted and fixes many tests as a result.  We don't always have control over what type of slashes a path built in python has.  For example if os.join() is used it will use backslashes.  or if os.path.separator is used.  So it's important to be able to have unquoted paths on Windows.
http://reviews.llvm.org/D6943
Files:
  include/lldb/Core/UserSettingsController.h
  include/lldb/Interpreter/CommandInterpreter.h
  include/lldb/Interpreter/OptionValueProperties.h
  source/Core/Debugger.cpp
  source/Core/UserSettingsController.cpp
  source/Interpreter/Args.cpp
  source/Interpreter/CommandInterpreter.cpp
  source/Interpreter/OptionValueProperties.cpp
  source/Interpreter/Property.cpp
EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6943.18062.patch
Type: text/x-patch
Size: 15853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150113/a92b47da/attachment.bin>
    
    
More information about the lldb-commits
mailing list