Author: ki.stfu
Date: Thu Feb 26 11:59:44 2015
New Revision: 230648

URL: http://llvm.org/viewvc/llvm-project?rev=230648&view=rev
Log:
Fix comments in tools/lldb-mi/MIDriver.h


Modified:
    lldb/trunk/tools/lldb-mi/MIDriver.h

Modified: lldb/trunk/tools/lldb-mi/MIDriver.h
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MIDriver.h?rev=230648&r1=230647&r2=230648&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MIDriver.h (original)
+++ lldb/trunk/tools/lldb-mi/MIDriver.h Thu Feb 26 11:59:44 2015
@@ -169,8 +169,8 @@ class CMIDriver : public CMICmnBase,
     CMICmnLLDBDebugger &m_rLldbDebugger;
     CMICmnStreamStdout &m_rStdOut;
     DriverState_e m_eCurrentDriverState;
-    bool m_bHaveExecutableFileNamePathOnCmdLine; // True = Yes executable 
given as one of the parameters to the MI Driver, false = not found
+    bool m_bHaveExecutableFileNamePathOnCmdLine; // True = yes, executable 
given as one of the parameters to the MI Driver, false = not found
     CMIUtilString m_strCmdLineArgExecuteableFileNamePath;
-    bool m_bDriverDebuggingArgExecutable; // True = The MI Driver (MI mode) is 
debugging executable passed as argument, false = running via
-                                          // a client i.e Eclipse
+    bool m_bDriverDebuggingArgExecutable; // True = the MI Driver (MI mode) is 
debugging executable passed as argument,
+                                          // false = running via a client 
(e.g. Eclipse)
 };


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to