[Lldb-commits] [PATCH] D37923: Implement interactive command interruption
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 20 15:39:48 PDT 2017
zturner accepted this revision.
zturner added a comment.
This revision is now accepted and ready to land.
seems fine to me, I agree with the point about non-determinism, due to the nature of signals and the fact this is only intended to provide a best-effort interruption.
https://reviews.llvm.org/D37923
More information about the lldb-commits
mailing list