diff options
author | Pavel Labath <labath@google.com> | 2018-06-14 14:41:30 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2018-06-14 14:41:30 +0000 |
commit | 234c68168648d0bbcb514d337dd268d4dc3ed0c3 (patch) | |
tree | d56237c16871579a509299829395e461edc4c4a9 /lldb/packages/Python/lldbsuite/test/functionalities/command_source/TestCommandSource.py | |
parent | 1ee741bdb65c1005eca047054cedab3f24deb8db (diff) | |
download | bcm5719-llvm-234c68168648d0bbcb514d337dd268d4dc3ed0c3.tar.gz bcm5719-llvm-234c68168648d0bbcb514d337dd268d4dc3ed0c3.zip |
DebugNamesDWARFIndex: fix handling of compressed sections
This fixes a silly bug where we were accidentally freeing the memory
used to store the decompressed .debug_names data. I had actually
considered this scenario when writing the class and put appropriate
precautions in place -- I just failed to wire it all up correctly.
This was only an issue for compressed sections because in case of
uncompressed ones we would access the data straight out of the mmapped
object file.
llvm-svn: 334717
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_source/TestCommandSource.py')
0 files changed, 0 insertions, 0 deletions