[Lldb-commits] [PATCH] D37923: Implement interactive command interruption
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 18 15:05:13 PDT 2017
clayborg added a comment.
I think Zach might be correct. If we already gathered the data, why not just output it all? Lets answer this first before returning to which implementation to use when parsing it up into lines and dumping it. Seems a shame to throw any data away.
https://reviews.llvm.org/D37923
More information about the lldb-commits
mailing list