summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/timeout/wait-a-while.cpp
diff options
context:
space:
mode:
authorIlia K <ki.stfu@gmail.com>2016-09-22 05:08:41 +0000
committerIlia K <ki.stfu@gmail.com>2016-09-22 05:08:41 +0000
commita3174853b7b861d02eadd3d14330ad428fb73124 (patch)
tree5ec21b0adfa48f722324a0979a8825984374b0e6 /lldb/packages/Python/lldbsuite/test/expression_command/timeout/wait-a-while.cpp
parentc669522a261dbed599f9d60e7ce11d9c1491903a (diff)
downloadbcm5719-llvm-a3174853b7b861d02eadd3d14330ad428fb73124.tar.gz
bcm5719-llvm-a3174853b7b861d02eadd3d14330ad428fb73124.zip
Fix parsing expressions to evaluate with spaces and optional args (MI)
Summary: When extracting options for long options (starting with `--`), the use of `MIUtilString::SplitConsiderQuotes` to split all the arguments was being conditioned on the option type to be expected. This was wrong as this caused other options to be parsed incorrectly since it was not taking into account the presence of quotes. Patch by Ed Munoz <edmunoz@microsoft.com> Reviewers: edmunoz, ki.stfu Subscribers: ki.stfu, lldb-commits Projects: #lldb Differential Revision: https://reviews.llvm.org/D24202 llvm-svn: 282135
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/timeout/wait-a-while.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud