[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:23:49 PDT 2017
    
    
  
jingham added a comment.
And in general, interruption should be as responsive as you can make it.  When I tell lldb to "Stop right now" it really should do as close as possible to "stop right now".  Not, :-"excuse me I have 10 more pages of output to dump".  It's not uncommon to dump some info, see what you want and not need to see the rest.  Interrupt in that case is expressing that "don't show me any more" so we should honor that.
https://reviews.llvm.org/D37923
    
    
More information about the lldb-commits
mailing list