forked from OSchip/llvm-project
234c681686
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 |
||
---|---|---|
.. | ||
Breakpoint | ||
Expr | ||
Modules | ||
Suite | ||
SymbolFile | ||
Unit | ||
tools/lldb-mi | ||
CMakeLists.txt | ||
lit-lldb-init | ||
lit.cfg | ||
lit.site.cfg.in |