Unverified Commit 7767c585 authored by David Spickett's avatar David Spickett Committed by GitHub
Browse files

[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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment