llvm-capstone/lldb
David Spickett 7767c5856d
[lldb][DWARF] Search for symbols in all external modules (#75927)
The way this code was updated in
dd95877958 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.
2023-12-20 14:48:01 +00:00
..
bindings [lldb] Use StringRef::starts_with (NFC) 2023-12-17 15:51:48 -08:00
cmake [lldb][windows] Allow exporting plugin symbols in LLDB_EXPORT_ALL_SYMBOLS (#71087) 2023-11-02 15:06:16 -07:00
docs Remove hardware index from watchpoints and breakpoints (#72012) 2023-11-15 13:32:42 -08:00
examples [lldb] Pass important options to dsymForUUID (#72669) 2023-11-17 08:00:07 -08:00
include [lldb] Remove unused GetChildAtIndexPath(...) methods from ValueObject.cpp (#75870) 2023-12-19 15:00:56 -08:00
packages/Python/lldbsuite [lldb-dap] Implement command directives (#74808) 2023-12-14 15:04:35 -05:00
resources
scripts [lldb] Replace the usage of module imp with module importlib (#70443) 2023-10-31 17:08:55 -03:00
source [lldb][DWARF] Search for symbols in all external modules (#75927) 2023-12-20 14:48:01 +00:00
test [lldb][test] Skip global module cache on Arm/AArch64 Linux (again) 2023-12-20 13:56:40 +00:00
third_party/Python/module
tools [lldb] Use StringRef::{starts,ends}_with (NFC) 2023-12-16 14:39:37 -08:00
unittests [lldb][PDB] Update max matches test for type queries (#75813) 2023-12-19 08:54:03 +00:00
utils
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CodeOwners.rst
LICENSE.TXT
use_lldb_suite_root.py