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.
Details
Details
Diff Detail
Diff Detail
Differential D12517
[lldb-mi] Use find, not find_first_of, for "--". brucem on Aug 31 2015, 9:23 PM. Authored by
Details find_first_of will look for any of the characters, not the full
Diff Detail |