[Lldb-commits] [PATCH] Fix handling of backslashes in Args parsing

Pavel Labath labath at google.com
Fri Feb 27 02:43:50 PST 2015


Remove the const char * + length variants of SetCommandString and Args constructor in favor of
the StringRef versions.


http://reviews.llvm.org/D7855

Files:
  include/lldb/Interpreter/Args.h
  source/Commands/CommandObjectExpression.cpp
  source/Commands/CommandObjectPlatform.cpp
  source/Commands/CommandObjectWatchpoint.cpp
  source/Interpreter/Args.cpp
  source/Interpreter/CommandInterpreter.cpp
  test/settings/quoting/Makefile
  test/settings/quoting/TestQuoting.py
  test/settings/quoting/main.c

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7855.20840.patch
Type: text/x-patch
Size: 23429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150227/8db4f54a/attachment.bin>


More information about the lldb-commits mailing list