[Lldb-commits] [PATCH] D39967: Disable breakpoints before writing memory and re-enable after.
Tatyana Krasnukha via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 22 15:22:39 PST 2018
tatyana-krasnukha added a comment.
In https://reviews.llvm.org/D39967#1016533, @zturner wrote:
> It might be true that allowing the use of manual `lock` and `unlock` is unsafe, but adding additional code also has some cost.
Just look: only 3 additional lines of code;)
https://reviews.llvm.org/D39967
More information about the lldb-commits
mailing list