summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2016-04-04 22:46:38 +0000
committerEnrico Granata <egranata@apple.com>2016-04-04 22:46:38 +0000
commit7a37df3fc3b39774004b9e8fcfdc86b579a40c1e (patch)
treef0ba6a675c494e4a7c553397a242b1d0c8fcca42 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py
parent769b5fd546c55a1c37cb037e3fe6c249b953b1c3 (diff)
downloadbcm5719-llvm-7a37df3fc3b39774004b9e8fcfdc86b579a40c1e.tar.gz
bcm5719-llvm-7a37df3fc3b39774004b9e8fcfdc86b579a40c1e.zip
Improve the way LLDB escapes arguments before passing them to the shell
Teach LLDB that different shells have different characters they are sensitive to, and use that knowledge to do shell-aware escaping This helps solve a class of problems on OS X where LLDB would try to launch via sh, and run into problems if the command line being passed to the inferior contained such special markers (hint: the shell would error out and we'd fail to launch) This makes those launch scenarios work transparently via shell expansion Slightly improve the error message when this kind of failure occurs to at least suggest that the user try going through 'process launch' directly Fixes rdar://problem/22749408 llvm-svn: 265357
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud