[Lldb-commits] [PATCH] D103349: [lldb] Don't print script output twice in HandleCommand
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 4 15:36:12 PDT 2021
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
HandleCommands really does need to do this suppression, and this is a fine way to do it. I can't think of any other place where you would need to do this suppression after an admittedly non-exhaustive search. So LGTM.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103349/new/
https://reviews.llvm.org/D103349
More information about the lldb-commits
mailing list