apolyakov added a comment.

In https://reviews.llvm.org/D49632#1180465, @clayborg wrote:

> I still don't get why we are printing process stopped information to STDOUT. 
> MI is a machine interface for a IDE. The IDE should be showing the process 
> state in the GUI.


AFAIK, all lldb-mi commands print their final result records to stdout. All 
lldb-mi commands are inherited from `CMICmdInvoker` which has 
`CmdExecuteFinished(...)` method that is invoked when a command is finished, 
this method then call `CmdToStdout(...)` method which prints command's result 
to stdout. So, I guess, it's ok, isn't it?


https://reviews.llvm.org/D49632



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to