[Lldb-commits] [PATCH] Add "target.jit-args" settings

Tong Shen endlessroad at google.com
Tue Sep 30 11:27:56 PDT 2014


Address Jim's comments

- Rename jit-args to expr-parser-compiler-args.
- Add a common functionality for Args: if one argument is surrounded by quote char, don't consider it as an command option.

http://reviews.llvm.org/D5472

Files:
  include/lldb/Expression/ClangExpressionParser.h
  include/lldb/Target/Target.h
  source/Expression/ClangExpressionParser.cpp
  source/Expression/ClangFunction.cpp
  source/Expression/ClangUserExpression.cpp
  source/Expression/ClangUtilityFunction.cpp
  source/Interpreter/Args.cpp
  source/Target/Target.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5472.14238.patch
Type: text/x-patch
Size: 7717 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140930/8b1d6c5e/attachment.bin>


More information about the lldb-commits mailing list