diff options
author | Michael Buch <michaelbuch12@gmail.com> | 2025-07-31 20:23:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-31 20:23:19 +0100 |
commit | 550058c58baa8d0ac3c4ee7f1ddc4a051a814f19 (patch) | |
tree | c535dfd8c851de006ee1e7faa48a89eae7e007b4 /lldb/packages/Python/lldbsuite/test/lldbgdbclient.py | |
parent | 955ece4fa53e5309dd38795efd6a357ddf52963b (diff) | |
download | llvm-550058c58baa8d0ac3c4ee7f1ddc4a051a814f19.zip llvm-550058c58baa8d0ac3c4ee7f1ddc4a051a814f19.tar.gz llvm-550058c58baa8d0ac3c4ee7f1ddc4a051a814f19.tar.bz2 |
[lldb][DWARFIndex][NFC] Change GetFunctions return type to IterationAction (#151489)
The ultimate goal is to replace the return types of all the `DWARFIndex`
callbacks to `IterationAction`. To reduce the blast radius and do this
incrementally I'm doing this for `GetFunctions` only here. I added a
`IterationActionAdaptor` helper (that will ultimately get removed once
all APIs have been migrated) to avoid having to change too many other
APIs that `GetFunctions` interacts with.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbgdbclient.py')
0 files changed, 0 insertions, 0 deletions