diff options
author | Aaron Puchert <aaronpuchert@alice-dsl.net> | 2021-11-16 23:57:41 +0100 |
---|---|---|
committer | Aaron Puchert <aaronpuchert@alice-dsl.net> | 2021-11-17 00:01:20 +0100 |
commit | b20da5117fb66e7f9bcb56cb14af86dcafe2ee9a (patch) | |
tree | 22beb7f3e82b876c3909deb2506ec91c2073dd40 /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | 86b3100cde841b2344327f8f628b8a09a4ac5b0c (diff) | |
download | llvm-b20da5117fb66e7f9bcb56cb14af86dcafe2ee9a.zip llvm-b20da5117fb66e7f9bcb56cb14af86dcafe2ee9a.tar.gz llvm-b20da5117fb66e7f9bcb56cb14af86dcafe2ee9a.tar.bz2 |
Don't add irrelevant items to queue in DwarfCompileUnit::createScopeChildrenDIE (NFC)
Instead of popping them and then immediately throwing them away, we can
just filter out globals and items in different scopes before adding them
to WorkList. Shouldn't change anything but keep the queue smaller.
Reviewed By: aprantl
Differential Revision: https://reviews.llvm.org/D113864
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions