llvm-project/lldb/source
Jason Molenda 4a793c846f Force libcompression calls to be enabled when building on Darwin
systems.  It has been available in the OS over over three years
now.  If lldb doesn't link against -lcompression, it should be an
error.

Allocate a scratch buffer for libcompression to use when decoding
packets, instead of it having to allocate & free one on every call.

Fix a typeo with the size of the buffer that compression_decode_buffer()
is expanding into.

<rdar://problem/41601084> 

llvm-svn: 349563
2018-12-18 23:02:50 +00:00
..
API Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Breakpoint Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Commands Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Core Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
DataFormatters Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Expression Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Host Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Initialization [Reproducers] Change how reproducers are initialized. 2018-12-03 17:28:29 +00:00
Interpreter Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Plugins Force libcompression calls to be enabled when building on Darwin 2018-12-18 23:02:50 +00:00
Symbol [Clang AST Context] Add a few helper functions. 2018-12-17 16:15:13 +00:00
Target Call DeleteCurrentProcess before we replace the old process. 2018-12-18 01:49:02 +00:00
Utility Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00