summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2015-09-01 04:36:54 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2015-09-01 04:36:54 +0000
commitee188ba20e3ff8eac8df9217ceb7aa93a51858b0 (patch)
treec4eecda34a9be36c0ce93cadae1bfe563c5cc659 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parent520aaa2f7d898f0619f02d2f4652e720df5fdd2c (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud