[lldb][DWARF] Search for symbols in all external modules (#75927)
The way this code was updated in dd958779 meant that if the first module did not have the symbol, the iteration stopped as returning true means stop. So only if every module had the symbol would we find it, in the last module. Invert the condition to break when we find the first instance, which is what the previous code did.
parent
f1156eb5
Please register or sign in to comment