mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 23:45:25 +08:00
This patch adds a buffered logging mode to lldb. A buffer size can be passed to `log enable` with the -b flag. If no buffer size is specified, logging is unbuffered. Differential revision: https://reviews.llvm.org/D127986