diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2024-01-26 15:18:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 15:18:43 -0800 |
commit | 80bfac4327b6fb94cb9bf44eeb0d032799b9d418 (patch) | |
tree | 3717a9b22e7241534d4f8ededef0045f2c9da091 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 33860b2f61a8a74141ae76ecd54742f9cfeb0d03 (diff) | |
download | llvm-80bfac4327b6fb94cb9bf44eeb0d032799b9d418.zip llvm-80bfac4327b6fb94cb9bf44eeb0d032799b9d418.tar.gz llvm-80bfac4327b6fb94cb9bf44eeb0d032799b9d418.tar.bz2 |
[lldb] Fix progress reporting for SymbolLocatorDebugSymbols (#79624)
This fixes two issues related to the DebugSymbols symbol locator:
1. Only the default symbol locator plugin reports progress. On Darwin,
which uses the DebugSymbols framework we need to report the same
progress form the corresponding SymbolLocator plugin.
2. Forceful dSYM lookups, for example when using `add-dsym`, use a
different code path that currently does not report progress, which is
confusing. Here the progress event can be more specific and specify its
downloading a symbol file rather than just locating it as we'll always
shell out to dsymForUUID or its equivalent.
rdar://121629777
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions