[Lldb-commits] [PATCH] Remove IDE_MI_APP_EXIT_OK msg on exit (MI)

Ilia K ki.stfu at gmail.com
Thu Mar 19 10:04:41 PDT 2015


Hi abidh,

Remove IDE_MI_APP_EXIT_OK msg on exit (MI)

http://reviews.llvm.org/D8446

Files:
  tools/lldb-mi/MIDriverMgr.cpp

Index: tools/lldb-mi/MIDriverMgr.cpp
===================================================================
--- tools/lldb-mi/MIDriverMgr.cpp
+++ tools/lldb-mi/MIDriverMgr.cpp
@@ -113,11 +113,7 @@
 
     if (vbAppExitOk)
     {
-#if _DEBUG
-        CMICmnStreamStdout::Instance().Write(MIRSRC(IDE_MI_APP_EXIT_OK)); // Both stdout and Log
-#else
-        CMICmnLog::WriteLog(MIRSRC(IDE_MI_APP_EXIT_OK)); // Just to the Log
-#endif // _DEBUG
+        CMICmnLog::WriteLog(MIRSRC(IDE_MI_APP_EXIT_OK));
     }
     else
     {

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8446.22268.patch
Type: text/x-patch
Size: 519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150319/022355d2/attachment.bin>


More information about the lldb-commits mailing list