diff options
author | Ilia K <ki.stfu@gmail.com> | 2016-09-22 05:08:41 +0000 |
---|---|---|
committer | Ilia K <ki.stfu@gmail.com> | 2016-09-22 05:08:41 +0000 |
commit | a3174853b7b861d02eadd3d14330ad428fb73124 (patch) | |
tree | 5ec21b0adfa48f722324a0979a8825984374b0e6 /lldb/packages/Python/lldbsuite/test/expression_command/timeout/wait-a-while.cpp | |
parent | c669522a261dbed599f9d60e7ce11d9c1491903a (diff) | |
download | bcm5719-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