hanchenye-llvm-project/lldb/lit
Pavel Labath 234c681686 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
2018-06-14 14:41:30 +00:00
..
Breakpoint [lit, windows] Disable a number of tests that are failing on Windows 2018-06-07 17:49:22 +00:00
Expr [IRMemoryMap] Use labels in the "malloc" and "free" lldb-test commands 2018-06-04 17:11:15 +00:00
Modules Add .debug_names section glue code 2018-06-01 12:06:45 +00:00
Suite [lit] Do not run Python tests w/ LLDB_DISABLE_PYTHON 2018-06-06 09:44:14 +00:00
SymbolFile DebugNamesDWARFIndex: fix handling of compressed sections 2018-06-14 14:41:30 +00:00
Unit Resubmit "[lit] Force site configs to run before source-tree configs" 2017-09-15 22:10:46 +00:00
tools/lldb-mi [lldb-mi] Re-implement MI -exec-step command. 2018-06-10 14:58:29 +00:00
CMakeLists.txt [lit] Do not run Python tests w/ LLDB_DISABLE_PYTHON 2018-06-06 09:44:14 +00:00
lit-lldb-init Introduce a setting to disable Spotlight while running the test suite 2018-03-12 20:52:36 +00:00
lit.cfg lldb-test symbols: Add -file argument and the ability to dump global variables in a file 2018-06-12 12:57:36 +00:00
lit.site.cfg.in lldb-test symbols: Add ability to do name-based lookup 2018-05-03 10:57:16 +00:00