[Lldb-commits] [PATCH] D37923: Implement interactive command interruption

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 18 15:17:09 PDT 2017


jingham added a comment.

In the original discussion of this feature (it was on the mailing list), it sounded like the specific cast that  motivated Leonard in adding this feature was when there's a command that's in the process of generating tons of output, and you want to interrupt the tons of output.  Not the work, just the output.  So the fact that is discards output was part of the design.


https://reviews.llvm.org/D37923





More information about the lldb-commits mailing list