[Lldb-commits] [lldb] [lldb] address memory leakage in lldb-server (PR #177572)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 23 04:06:13 PST 2026
daniilavdeev wrote:
To make the detrimental impact more visible, I have plotted the following graph. It shows that, without threads detachment, the duration of the lldb-server main loop iteration increases linearly with the number of processed connections.
<img width="4903" height="2100" alt="graph" src="https://github.com/user-attachments/assets/9099fefd-00f1-42fd-990b-49f528130d57" />
https://github.com/llvm/llvm-project/pull/177572
More information about the lldb-commits
mailing list