diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-01 04:36:54 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-01 04:36:54 +0000 |
commit | ee188ba20e3ff8eac8df9217ceb7aa93a51858b0 (patch) | |
tree | c4eecda34a9be36c0ce93cadae1bfe563c5cc659 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 520aaa2f7d898f0619f02d2f4652e720df5fdd2c (diff) | |
download | bcm5719-llvm-ee188ba20e3ff8eac8df9217ceb7aa93a51858b0.tar.gz bcm5719-llvm-ee188ba20e3ff8eac8df9217ceb7aa93a51858b0.zip |
[lldb-mi] Use find, not find_first_of, for "--".
Summary:
find_first_of will look for any of the characters, not the full
string passed in. When looking for "--" then, we must use find
and not find_first_of.
Reviewers: ki.stfu, abidh
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D12517
llvm-svn: 246529
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions